CatgirlIntelligenceAgency/code/services-application
Viktor Lofgren f655ec5a5c (*) Refactor GeoIP-related code
In this commit, GeoIP-related classes are refactored and relocated to a common library as they are shared across multiple services.

The crawler is refactored to enable the GeoIpBlocklist to use the new GeoIpDictionary as the base of its decisions.

The converter is modified ot query this data to add a geoip:-keyword to documents to permit limiting a search to the country of the hosting server.

The commit also adds due BY-SA attribution in the search engine footer for the source of the IP geolocation data.
2023-12-10 17:30:43 +01:00
..
api-service (*) Rename the search filter 'RETRO' into 'POPULAR' 2023-12-09 20:06:54 +01:00
dating-service (search) Merge similar sites results with the info view. 2023-12-04 22:10:24 +01:00
explorer-service (renderer) Make helpers configurable on a by-service basis. 2023-12-02 17:06:40 +01:00
search-service (*) Refactor GeoIP-related code 2023-12-10 17:30:43 +01:00
readme.md (refactor) Rename satellite services to application services 2023-10-09 13:45:45 +02:00

Application Services

The application services offer user interfaces/applications around interacting with the core services.