]> git.ipfire.org Git - dbl.git/shortlog
dbl.git
2025-12-06  Michael TremerBlacklist -> Blocklist
2025-12-06  Michael Tremerdnsbl: Add a simply way to download plaintext lists
2025-12-06  Michael Tremerconfigure: Require httpx
2025-12-06  Michael Tremerutil: Add a helper function to check if something is...
2025-12-05  Michael Tremerdnsbl: Add domains to sources and add export command
2025-12-05  Michael Tremerdnsbl: sources: Use the new db methods to fetch sources
2025-12-05  Michael Tremerdnsbl: Create a command to update a list
2025-12-05  Michael Tremerdatabase: Make the backend available to all objects
2025-12-05  Michael Tremerdnsbl: Add a command to show all lists
2025-12-05  Michael Tremerdnsbl: Add a command to show information about a list
2025-12-05  Michael Tremerdnsbl: Add our own database abstraction
2025-12-05  Michael Tremerdnsbl: Align the naming of the "list-create" command
2025-12-05  Michael Tremerdnsbl: Add a command to add a source to a list
2025-12-05  Michael Tremerdnsbl: Add a command to create a new list
2025-12-05  Michael Tremerdb: Create a simple database schema for lists and sources
2025-12-05  Michael Tremerconfigure: Add check for Python modules
2025-12-05  Michael Tremerdnsbl: Log any SQL statements when in debug mode
2025-12-05  Michael Tremerdb: Create an empty schema
2025-12-05  Michael Tremerdnsbl: Connect to the PostgreSQL database
2025-12-05  Michael Tremerdnsbl: Load a default configuration file
2025-12-05  Michael Tremerdnsbl: Add a dummy "update" command
2025-12-05  Michael Tremerdnsbl: Create a basic Backend module and CLI util
2025-12-05  Michael Tremerconfigure: Fix copyright header
2025-12-05  Michael Tremerconfigure: Require Python 3.13
2025-12-05  Michael Tremerconfigure: Create some basic build system