<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dborg/internal/models, branch v0.8.3</title>
<subtitle>dborg repository</subtitle>
<id>http://git.db.org.ai/dborg/atom?h=v0.8.3</id>
<link rel='self' href='http://git.db.org.ai/dborg/atom?h=v0.8.3'/>
<link rel='alternate' type='text/html' href='http://git.db.org.ai/dborg/'/>
<updated>2025-11-10T20:22:32Z</updated>
<entry>
<title>refactor: restructure client modules and add config file support</title>
<updated>2025-11-10T20:22:32Z</updated>
<author>
<name>s</name>
<email>s@db.org.ai</email>
</author>
<published>2025-11-10T20:22:32Z</published>
<link rel='alternate' type='text/html' href='http://git.db.org.ai/dborg/commit/?id=8383a241fc3cf5b022c9c53f8f19690edf04177b'/>
<id>urn:sha1:8383a241fc3cf5b022c9c53f8f19690edf04177b</id>
<content type='text'>
- Split large osint.go client into focused modules (bssid.go, breachforum.go, buckets.go, etc.)
- Add config file support with init command for API key management
- Remove api-key flag in favor of config file + env var fallback
- Update API paths to remove /osint prefix
- Add crawl endpoint streaming support
- Improve error handling with 402 payment required status
</content>
</entry>
<entry>
<title>refactor: add admin fields to account model and simplify credits structure</title>
<updated>2025-11-10T18:57:45Z</updated>
<author>
<name>s</name>
<email>s@db.org.ai</email>
</author>
<published>2025-11-10T18:57:45Z</published>
<link rel='alternate' type='text/html' href='http://git.db.org.ai/dborg/commit/?id=9a9e79f232b83d3bd2a816287272515863df1299'/>
<id>urn:sha1:9a9e79f232b83d3bd2a816287272515863df1299</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: add x replies/search commands and improve api key validation</title>
<updated>2025-11-10T13:31:32Z</updated>
<author>
<name>s</name>
<email>s@db.org.ai</email>
</author>
<published>2025-11-10T13:31:32Z</published>
<link rel='alternate' type='text/html' href='http://git.db.org.ai/dborg/commit/?id=7c0f4b692c3b712bf4a0da3bbac008ff75c405de'/>
<id>urn:sha1:7c0f4b692c3b712bf4a0da3bbac008ff75c405de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: add osint geo search command for address information lookup</title>
<updated>2025-11-09T19:26:42Z</updated>
<author>
<name>s</name>
<email>s@db.org.ai</email>
</author>
<published>2025-11-09T19:26:42Z</published>
<link rel='alternate' type='text/html' href='http://git.db.org.ai/dborg/commit/?id=65acee9a9b500c17b9426f80997401758ec326b1'/>
<id>urn:sha1:65acee9a9b500c17b9426f80997401758ec326b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: add buckets, bucket-files, and shortlinks osint commands</title>
<updated>2025-11-08T12:50:53Z</updated>
<author>
<name>s</name>
<email>s@db.org.ai</email>
</author>
<published>2025-11-08T12:50:53Z</published>
<link rel='alternate' type='text/html' href='http://git.db.org.ai/dborg/commit/?id=25c11b030e2b4fb9bc9742daea834f0a6e049671'/>
<id>urn:sha1:25c11b030e2b4fb9bc9742daea834f0a6e049671</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: add unauthenticated client support and new osint/x commands</title>
<updated>2025-11-08T07:44:13Z</updated>
<author>
<name>s</name>
<email>s@db.org.ai</email>
</author>
<published>2025-11-08T07:44:13Z</published>
<link rel='alternate' type='text/html' href='http://git.db.org.ai/dborg/commit/?id=dfcf52f30cdbde3a4e1400024b0c27451d179e5d'/>
<id>urn:sha1:dfcf52f30cdbde3a4e1400024b0c27451d179e5d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: add show-only flag to filter dns tld results by existence status</title>
<updated>2025-11-07T17:32:24Z</updated>
<author>
<name>s</name>
<email>s@db.org.ai</email>
</author>
<published>2025-11-07T17:32:24Z</published>
<link rel='alternate' type='text/html' href='http://git.db.org.ai/dborg/commit/?id=eeb3f677cae9c13440e868a83c0a621c5b22b0b5'/>
<id>urn:sha1:eeb3f677cae9c13440e868a83c0a621c5b22b0b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: extract json output formatting to utils.PrintJSON and add colorized json output with new dns tld command</title>
<updated>2025-11-07T16:50:47Z</updated>
<author>
<name>s</name>
<email>s@db.org.ai</email>
</author>
<published>2025-11-07T16:50:47Z</published>
<link rel='alternate' type='text/html' href='http://git.db.org.ai/dborg/commit/?id=7d63867f365163f149db5d768c71f518f9eaf711'/>
<id>urn:sha1:7d63867f365163f149db5d768c71f518f9eaf711</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: add breachforum search command with api client integration</title>
<updated>2025-11-07T03:15:35Z</updated>
<author>
<name>s</name>
<email>s@db.org.ai</email>
</author>
<published>2025-11-07T03:15:35Z</published>
<link rel='alternate' type='text/html' href='http://git.db.org.ai/dborg/commit/?id=5f0e15788032951f215bda1df3b5ce1e55125f59'/>
<id>urn:sha1:5f0e15788032951f215bda1df3b5ce1e55125f59</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: split x command into history and tweets subcommands with streaming support</title>
<updated>2025-11-07T03:15:13Z</updated>
<author>
<name>s</name>
<email>s@db.org.ai</email>
</author>
<published>2025-11-07T03:15:13Z</published>
<link rel='alternate' type='text/html' href='http://git.db.org.ai/dborg/commit/?id=eab6a1b6899413154f855abbd200ac775b22be75'/>
<id>urn:sha1:eab6a1b6899413154f855abbd200ac775b22be75</id>
<content type='text'>
</content>
</entry>
</feed>
