mirror of
https://github.com/charlesabarnes/SPFtoolbox.git
synced 2026-04-25 03:16:18 +03:00
[PR #29] [MERGED] F/refactor #45
Labels
No labels
Good First Issue
bug
enhancement
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SPFtoolbox#45
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/charlesabarnes/SPFtoolbox/pull/29
Author: @charlesabarnes
Created: 1/21/2019
Status: ✅ Merged
Merged: 1/21/2019
Merged by: @charlesabarnes
Base:
master← Head:f/refactor📝 Commits (10+)
7a59400begin refactor of files50d94edfix select Classes to make project object oriented547b3dachange blacklist file namefa561adadd blacklist file name8976e62add reverse host lookup1c67f7efix some whoIs warnings1b21956fix some whoIs errors for php 7d227834remove unecessary check057ba34return simple words in blacklist check2fa9ad1fix copy paste error📊 Changes
154 files changed (+338 additions, -255 deletions)
View changed files
➖
blacklist.php(+0 -50)➕
favicon.ico(+0 -0)➖
getA.php(+0 -20)➖
getAAAA.php(+0 -20)➖
getAll.php(+0 -20)➖
getHinfo.php(+0 -20)➖
getMx.php(+0 -20)➖
getPort.php(+0 -33)➖
getTxt.php(+0 -21)➖
getWhois.php(+0 -18)📝
index.php(+12 -10)📝
javascript/main.js(+24 -12)➕
operations/A.php(+11 -0)➕
operations/AAAA.php(+11 -0)➕
operations/All.php(+13 -0)➕
operations/Blacklist.php(+97 -0)➕
operations/Hinfo.php(+10 -0)➕
operations/Mx.php(+10 -0)➕
operations/OperationInterface.php(+6 -0)➕
operations/Port.php(+22 -0)...and 80 more files
📄 Description
Refactor the app to not use so much repeat code. Also fix error in #21
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.