]> git.ipfire.org Git - people/ms/libloc.git/shortlog
people/ms/libloc.git
2024-03-04  Michael Tremerimporter: Merge the downloader into our main downloader
2024-03-04  Michael Tremerimporter: Move the split functions into the main importer
2024-03-04  Michael Tremerdatabase: Migrate to psycopg3
2024-03-04  Michael Tremerimporter: No longer import Geofeeds concurrently
2024-03-04  Michael Tremerimporter: Drop the geofeed sources when updating RIR...
2024-03-04  Michael Tremerimporter: Create a better structure to import RIRs
2024-03-04  Michael Tremerimporter: Add option to only import specific RIRs
2024-03-04  Michael Tremerimporter: Also import networks that are smaller than...
2024-03-04  Michael Tremerimporter: Improve checks for unspecified networks
2024-03-04  Michael Tremerimporter: Improve check for network objects
2024-03-04  Michael Tremerimporter: Change country code logic
2024-03-04  Michael Tremerimporter: Skip any countries that we don't know
2024-03-04  Michael Tremerimporter: When storing country codes, make the code...
2024-03-04  Michael Tremerimporter: Return known countries as a set()
2024-03-04  Michael Tremerimporter: Make translating country codes more extensible
2024-03-04  Michael Tremerimporter: Ignore certain country codes
2024-03-04  Michael Tremerimporter: Fail if no countries have been imported, yet
2024-03-04  Michael Tremerimporter: Remove superfluous function call
2024-03-02  Michael Tremerimporter: Use the downloader to import Geofeeds
2024-03-02  Michael Tremerimporter: Drop any data from feeds we no longer support
2024-03-02  Michael Tremerimporter: Drop source field from overrides table
2024-03-02  Michael Tremerimporter: Refactor parsing Spamhaus ASNDROP
2024-03-02  Michael Tremerimporter: Refactor parsing Spamhaus DROP feeds
2024-03-02  Michael Tremerimporter: Add the option to only update one feed
2024-03-02  Michael Tremerimporter: Completely rewrite the AWS parser
2024-03-02  Michael Tremerimporter: Reformat AWS dictionary
2024-03-02  Michael Tremerimporter: Simplify fetching countries
2024-03-02  Michael Tremerimporter: Refactor feed parsing
2024-03-02  Michael Tremerimporter: Create a new subcommand to import feeds
2024-03-02  Michael Tremerimporter: Reformat the large SQL query
2024-03-02  Michael Tremerimporter: Fix typo in SQL query
2024-03-02  Michael Tremerimporter: Import AWS IP feed into the new feeds table
2024-03-02  Michael Tremerimporter: Import Spamhaus DROP feeds into the new feeds...
2024-03-02  Michael Tremerimporter: Don't import any AS names from Spamhaus
2024-03-02  Michael Tremerimporter: Create a feeds table for networks, too
2024-03-02  Michael Tremerimporter: Import the Spamhaus ASN feed into the new...
2024-03-02  Michael Tremerimporter: Create an extra table for feeds
2024-02-23  Michael Tremerimporter: Pass downloader to the ARIN import
2024-02-23  Michael Tremerconfigure: Don't check for Lua when --disable-lua is...
2024-02-22  Michael Tremerlua: network: Implement checking flags
2024-02-22  Michael Tremerlua: Export network flags
2024-02-22  Michael Tremerlua: Export default database path
2024-02-22  Michael Tremerconfigure: Check for luaunit
2024-02-22  Michael Tremerlua: database: Implement verify()
2024-02-22  Michael Tremerlua: database: Export description/license/vendor
2024-02-22  Michael Tremerlua: database: Implement fetching countries
2024-02-22  Michael Tremerlua: database: Implementing fetching AS objects
2024-02-22  Michael Tremerlua: Add AS object
2024-02-22  Michael Tremerlua: country: Export remaining properties
2024-02-22  Michael Tremerlua: Don't try to free memory that was allocated by Lua
2024-02-22  Michael Tremerlua: Force testing garbage collection for countries
2024-02-22  Michael Tremerlua: Create Country objects
2024-02-22  Michael Tremerlua: Force garbage collection to test those methods
2024-02-22  Michael Tremerlua: Check if we can read the network's properties
2024-02-22  Michael Tremerlua: Fix calling methods that belong to an object
2024-02-22  Michael Tremerlua: network: Add a __close method
2024-02-22  Michael Tremerlua: database: Add __close method
2024-02-22  Michael Tremerlua: database: Rename the __gc method for consistency
2024-02-22  Michael Tremerlua: Actually return a network after lookup()
2024-02-22  Michael Tremerlua: Add a Network object
2024-02-22  Michael Tremerlua: Add a Database object with a dummy lookup function
2024-02-22  Michael Tremerlua: Initialize location context
2024-02-22  Michael Tremerlua: Add version() function
2024-02-22  Michael Tremerlua: Actually load the C module as such
2024-02-22  Michael Tremer.gitignore: Ignore some more temporary files
2024-02-22  Michael Tremerlua: Create scaffolding for a module
2024-02-22  Michael Tremerconfigure: Require Lua
2024-02-21  Michael Tremerimporter: Tidy up SQL queries
2024-02-21  Michael Tremerimporter: Drop previously imported AS names, too
2024-02-21  Michael Tremerimporter: Refactor ARIN importer
2024-02-21  Michael Tremerimporter: Fix Python syntax error
2024-02-21  Peter Müllerlocation-importer: Replace ARIN AS names source with...
2024-02-21  Michael Tremertests: Make the new tests executable
2024-02-21  Michael Tremertests: Add more dedup/merge tests
2024-02-21  Michael Tremertests: Show even large diffs in dedup tests
2024-02-21  Michael Tremertests: Build out more dedup tests
2024-02-21  Michael Tremerpython: Implement rich comparison for Network objects
2024-02-21  Michael Tremerpython: Fix rich comparison for AS objects
2024-02-21  Michael Tremercountry: Return NULL/None for unset attributes
2024-02-21  Michael Tremertests: Add some tests for the Country object
2024-02-21  Michael Tremerpython: Fix rich comparison function for Country
2024-02-21  Michael Tremerpython: Make Country hashable
2024-02-21  Michael Tremertests: Add a simple test for deduplication
2024-02-21  Michael Tremernetwork: Tidy up some code
2024-02-21  Michael Tremernetwork-tree: Use the raw prefix to place networks...
2024-02-21  Michael Tremernetwork-tree: Run deduplication once for each family
2024-02-21  Michael Tremertools: Import the copy script
2024-02-21  Michael Tremernetwork-tree: Split into a separate file
2024-02-19  Peter Müllerlocation-importer: Fix Spamhaus ASN-DROP parsing
2024-02-19  Peter Müllerlocation-importer: Add missing area code for AWS
2024-02-17  Michael Tremernetwork: Fix deduplication not looking far enough
2024-02-17  Michael Tremernetwork: Fix bit length check when merging networks
2024-01-07  Michael Tremerpython: Make AS objects hashable
2023-07-31  Michael Tremerconfigure: Bump version to 0.9.17 0.9.17
2023-07-31  Michael Tremerdata: Update database to 2023-07-31
2023-07-31  Michael Tremernetwork: Decreate log level when deleting networks
2023-07-31  Michael Tremerlibloc.so: Bump library revision
2023-07-24  Petr PísařFix string escaping in location tool
2023-07-17  Michael Tremertree: More elegantly prevent deleting the root node
2023-07-17  Michael Tremernetworks: Delete networks from the tree on merge
next