[PR #29] [MERGED] F/refactor #45

Closed
opened 2026-02-25 21:30:56 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: f/refactor


📝 Commits (10+)

  • 7a59400 begin refactor of files
  • 50d94ed fix select Classes to make project object oriented
  • 547b3da change blacklist file name
  • fa561ad add blacklist file name
  • 8976e62 add reverse host lookup
  • 1c67f7e fix some whoIs warnings
  • 1b21956 fix some whoIs errors for php 7
  • d227834 remove unecessary check
  • 057ba34 return simple words in blacklist check
  • 2fa9ad1 fix 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.

## 📋 Pull Request Information **Original PR:** https://github.com/charlesabarnes/SPFtoolbox/pull/29 **Author:** [@charlesabarnes](https://github.com/charlesabarnes) **Created:** 1/21/2019 **Status:** ✅ Merged **Merged:** 1/21/2019 **Merged by:** [@charlesabarnes](https://github.com/charlesabarnes) **Base:** `master` ← **Head:** `f/refactor` --- ### 📝 Commits (10+) - [`7a59400`](https://github.com/charlesabarnes/SPFtoolbox/commit/7a59400b8409ff90ecb5117c5f08277de67fec07) begin refactor of files - [`50d94ed`](https://github.com/charlesabarnes/SPFtoolbox/commit/50d94edb6a0c2ccb17ca4d869258b92c2e7bfa6b) fix select Classes to make project object oriented - [`547b3da`](https://github.com/charlesabarnes/SPFtoolbox/commit/547b3dab823c9b2a00e83554aaea3edb28e3c165) change blacklist file name - [`fa561ad`](https://github.com/charlesabarnes/SPFtoolbox/commit/fa561adf9a7a8271987fa99d531b0f76367229fe) add blacklist file name - [`8976e62`](https://github.com/charlesabarnes/SPFtoolbox/commit/8976e626d651f2bc218b11a93feaa54f009a79c2) add reverse host lookup - [`1c67f7e`](https://github.com/charlesabarnes/SPFtoolbox/commit/1c67f7e001014e7da82f925bca2c7f55040a7db6) fix some whoIs warnings - [`1b21956`](https://github.com/charlesabarnes/SPFtoolbox/commit/1b219566889babd0842b2e83a9ed8c032f298bc5) fix some whoIs errors for php 7 - [`d227834`](https://github.com/charlesabarnes/SPFtoolbox/commit/d2278342520a654d2d8ac119f4395755ee07b65b) remove unecessary check - [`057ba34`](https://github.com/charlesabarnes/SPFtoolbox/commit/057ba349208d34aeec0c02e5303143d46857c053) return simple words in blacklist check - [`2fa9ad1`](https://github.com/charlesabarnes/SPFtoolbox/commit/2fa9ad15d03799331f1d02f99f03a08344e6fece) fix copy paste error ### 📊 Changes **154 files changed** (+338 additions, -255 deletions) <details> <summary>View changed files</summary> ➖ `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_ </details> ### 📄 Description Refactor the app to not use so much repeat code. Also fix error in #21 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 21:30:56 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SPFtoolbox#45
No description provided.