<feed xmlns='http://www.w3.org/2005/Atom'>
<title>0x0.git/mod.py, branch master</title>
<subtitle>[MIRROR] Repo for No-bullshit file hosting and URL Shortening Service 0x0.st
</subtitle>
<id>https://git.bensanders.xyz/0x0.git/atom?h=master</id>
<link rel='self' href='https://git.bensanders.xyz/0x0.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.bensanders.xyz/0x0.git/'/>
<updated>2024-09-27T16:30:33+00:00</updated>
<entry>
<title>PEP8 compliance</title>
<updated>2024-09-27T16:30:33+00:00</updated>
<author>
<name>Mia Herkt</name>
<email>mia@0x0.st</email>
</author>
<published>2024-09-27T15:39:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bensanders.xyz/0x0.git/commit/?id=de19212a719b0bc6ea5455b3e32072a76d021df6'/>
<id>urn:sha1:de19212a719b0bc6ea5455b3e32072a76d021df6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement request filters</title>
<updated>2024-09-27T16:30:28+00:00</updated>
<author>
<name>Mia Herkt</name>
<email>mia@0x0.st</email>
</author>
<published>2024-08-14T06:09:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bensanders.xyz/0x0.git/commit/?id=45a414c5ee004fbb4e6d7563be8e65cf2be84f37'/>
<id>urn:sha1:45a414c5ee004fbb4e6d7563be8e65cf2be84f37</id>
<content type='text'>
This moves preexisting blacklists to the database, and adds the
following filter types:

    * IP address
    * IP network
    * MIME type
    * User agent

In addition, IP address handling is now done with the ipaddress
module.
</content>
</entry>
<entry>
<title>ModUI: Update for Textual 0.54.0</title>
<updated>2024-03-30T17:23:37+00:00</updated>
<author>
<name>Mia Herkt</name>
<email>mia@0x0.st</email>
</author>
<published>2024-03-30T16:30:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bensanders.xyz/0x0.git/commit/?id=3330a85c2c4d87f73f88b4ac461f6be18f5c165f'/>
<id>urn:sha1:3330a85c2c4d87f73f88b4ac461f6be18f5c165f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ModUI: Handle opening filter panel with NULL user agent</title>
<updated>2023-03-29T05:49:56+00:00</updated>
<author>
<name>Mia Herkt</name>
<email>mia@0x0.st</email>
</author>
<published>2023-03-29T05:49:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bensanders.xyz/0x0.git/commit/?id=c2b5e95903053d084ce9208a2e96226e9f5feebd'/>
<id>urn:sha1:c2b5e95903053d084ce9208a2e96226e9f5feebd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ModUI: Allow LIKE matching for address filtering</title>
<updated>2023-03-29T05:38:36+00:00</updated>
<author>
<name>Mia Herkt</name>
<email>mia@0x0.st</email>
</author>
<published>2023-03-29T05:38:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bensanders.xyz/0x0.git/commit/?id=c189c47306682bff9188156b022316472f8609ae'/>
<id>urn:sha1:c189c47306682bff9188156b022316472f8609ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Store user agent with files</title>
<updated>2023-03-29T05:36:49+00:00</updated>
<author>
<name>Mia Herkt</name>
<email>mia@0x0.st</email>
</author>
<published>2023-03-29T05:21:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bensanders.xyz/0x0.git/commit/?id=3d1facaec306d453d5749fc49ad6772ebbafff7e'/>
<id>urn:sha1:3d1facaec306d453d5749fc49ad6772ebbafff7e</id>
<content type='text'>
Needed for moderation.
</content>
</entry>
<entry>
<title>ModUI: Fix crash when encountering null NSFW score</title>
<updated>2022-12-29T18:51:04+00:00</updated>
<author>
<name>Mia Herkt</name>
<email>mia@0x0.st</email>
</author>
<published>2022-12-29T18:51:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bensanders.xyz/0x0.git/commit/?id=e1e99957b6188cce657485f15ff3708fef9e5999'/>
<id>urn:sha1:e1e99957b6188cce657485f15ff3708fef9e5999</id>
<content type='text'>
Fixes #78
</content>
</entry>
<entry>
<title>ModUI: Fix jinja2 func call in ban action</title>
<updated>2022-12-22T08:44:32+00:00</updated>
<author>
<name>Mia Herkt</name>
<email>mia@0x0.st</email>
</author>
<published>2022-12-22T08:44:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bensanders.xyz/0x0.git/commit/?id=0e4f0206ab48b99dfb32a335a7accf60f8f494e1'/>
<id>urn:sha1:0e4f0206ab48b99dfb32a335a7accf60f8f494e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add moderation TUI</title>
<updated>2022-12-20T15:19:49+00:00</updated>
<author>
<name>Mia Herkt</name>
<email>mia@0x0.st</email>
</author>
<published>2022-12-20T14:45:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bensanders.xyz/0x0.git/commit/?id=eebd5d8c6d8a756384b6cf1b2cc76b8a83cdf929'/>
<id>urn:sha1:eebd5d8c6d8a756384b6cf1b2cc76b8a83cdf929</id>
<content type='text'>
This ended up way fancier than I imagined.
</content>
</entry>
</feed>
