[PR #469] [MERGED] Feature to show clients ip address #886

Closed
opened 2026-02-25 20:37:00 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/benbusby/whoogle-search/pull/469
Author: @vacom13
Created: 10/18/2021
Status: Merged
Merged: 10/21/2021
Merged by: @benbusby

Base: mainHead: main


📝 Commits (10+)

  • e2ada26 Implements #455
  • b5370ae Fix pep8 issues, move hostname declaration out of loop
  • ff046e7 Merge branch 'benbusby:main' into main
  • 8df2322 Feature to show client's public ip address when 'my ip' is used as a search keyword #407
  • 08fe263 PEP8 Styling change
  • 08d2074 PEP8 Formatting update
  • 6ea18a4 PEP8 Correction
  • 638db1e PEP8 FIX
  • e2adfa3 Another PEP8 update
  • 4b80529 Merge branch 'benbusby:main' into main

📊 Changes

6 files changed (+86 additions, -9 deletions)

View changed files

📝 app/routes.py (+13 -6)
📝 app/static/css/dark-theme.css (+4 -0)
📝 app/static/css/light-theme.css (+4 -0)
📝 app/static/css/search.css (+8 -0)
📝 app/utils/results.py (+42 -0)
📝 app/utils/search.py (+15 -3)

📄 Description

Feature to show client's public ip address when "my ip" or a variation of it is used as search keyword.
Implements #407


🔄 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/benbusby/whoogle-search/pull/469 **Author:** [@vacom13](https://github.com/vacom13) **Created:** 10/18/2021 **Status:** ✅ Merged **Merged:** 10/21/2021 **Merged by:** [@benbusby](https://github.com/benbusby) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`e2ada26`](https://github.com/benbusby/whoogle-search/commit/e2ada2684b30195171a6de09a2ad4e65df0127fe) Implements #455 - [`b5370ae`](https://github.com/benbusby/whoogle-search/commit/b5370aef705630a34b8e386dc7c10e06ee7a23e4) Fix pep8 issues, move hostname declaration out of loop - [`ff046e7`](https://github.com/benbusby/whoogle-search/commit/ff046e788a89218523648724da4fe3361c0538b2) Merge branch 'benbusby:main' into main - [`8df2322`](https://github.com/benbusby/whoogle-search/commit/8df2322fda9f53efec88d6c29f7c131d102c178f) Feature to show client's public ip address when 'my ip' is used as a search keyword #407 - [`08fe263`](https://github.com/benbusby/whoogle-search/commit/08fe263eaeb128fe0647c66941054195152a1b10) PEP8 Styling change - [`08d2074`](https://github.com/benbusby/whoogle-search/commit/08d207469708b693a5cce15776b05c70e4834fe8) PEP8 Formatting update - [`6ea18a4`](https://github.com/benbusby/whoogle-search/commit/6ea18a4b59e6e97e7db22afaa329be75bbeb69c1) PEP8 Correction - [`638db1e`](https://github.com/benbusby/whoogle-search/commit/638db1e6082bf2d891594070df87da906fbdc896) PEP8 FIX - [`e2adfa3`](https://github.com/benbusby/whoogle-search/commit/e2adfa38b402d380cb2771280f69d6265f67d2e3) Another PEP8 update - [`4b80529`](https://github.com/benbusby/whoogle-search/commit/4b80529e2079de33240c0063e65213728e8a04d2) Merge branch 'benbusby:main' into main ### 📊 Changes **6 files changed** (+86 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `app/routes.py` (+13 -6) 📝 `app/static/css/dark-theme.css` (+4 -0) 📝 `app/static/css/light-theme.css` (+4 -0) 📝 `app/static/css/search.css` (+8 -0) 📝 `app/utils/results.py` (+42 -0) 📝 `app/utils/search.py` (+15 -3) </details> ### 📄 Description Feature to show client's public ip address when "my ip" or a variation of it is used as search keyword. Implements #407 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 20:37:00 +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/whoogle-search#886
No description provided.