Firepup Sixfifty Firepup650 · he/him
  • Firepi
  • Joined on 2024-03-29
Firepup650 commented on issue Firepup650/FireBot#10 2024-05-24 03:25:13 +00:00
Have FireBot keep an in-memory cached list of hostnames that have passed DNSBL checks

That seems really unnecessary and a waste of resources tbh.

Firepup650 created branch develop in Firepup650/bitbot-3.11-fork 2024-05-21 03:50:19 +00:00
Firepup650 pushed to develop at Firepup650/bitbot-3.11-fork 2024-05-21 03:50:19 +00:00
89bbecbf7a Remove bad data from cherry-pick conflict
59753ae05a Bitbot Python3.11 Inital Commit - Port to develop
af2ff08c3c rss: tweak migration regex
59ed31f5d9 rss: make format migration actually work
ababe8428a rss: Replace crashy double-formatting with standard format_token_replace (#370)
Compare 10 commits »
Firepup650 pushed to master at Firepup650/bitbot-3.11-fork 2024-05-21 03:25:15 +00:00
3bf47d9ded Bitbot Python3.11 Inital Commit
b9ffe7b027 Bump requests from 2.22.0 to 2.31.0 (#365)
5321cef954 Merge pull request #346 from bitbot-irc/dependabot/pip/lxml-4.9.1
b4c4960578 Merge pull request #344 from bitbot-irc/jess/channel-context
db0fae9869 Bump lxml from 4.6.3 to 4.9.1
Compare 10 commits »
Firepup650 created branch master in Firepup650/bitbot-3.11-fork 2024-05-21 03:25:15 +00:00
Firepup650 created repository Firepup650/bitbot-3.11-fork 2024-05-21 03:24:53 +00:00
Firepup650 created branch master in Firepup650/ssh-service 2024-05-19 23:00:45 +00:00
Firepup650 pushed to master at Firepup650/ssh-service 2024-05-19 23:00:45 +00:00
07c31af91a Initial Commit
Firepup650 created repository Firepup650/ssh-service 2024-05-19 23:00:22 +00:00
Firepup650 closed issue Firepup650/FireBot#5 2024-05-19 03:53:36 +00:00
Actually handle large blobs of data properly
Firepup650 commented on issue Firepup650/FireBot#5 2024-05-19 03:53:34 +00:00
Actually handle large blobs of data properly

Resolved by 49aa61417ab4c3524f931cd1cdce063e1b6673c5

Firepup650 pushed to master at Firepup650/FireBot 2024-05-19 03:52:56 +00:00
49aa61417a Multi-line parsing bug fixes
Firepup650 pushed to master at Firepup650/FireBot 2024-05-19 03:23:56 +00:00
385d44c81a Fix dnsbl errors, bug fixes in bot.py
74bc044fec DNSBL support
Compare 2 commits »
Firepup650 commented on issue Firepup650/FireBot#1 2024-05-19 03:16:08 +00:00
Figure out why lastfm/pylast drops now playing data too early

Also this might not be lastfm's fault, some stuff I've read suggests it might be Spotify's fault.

Firepup650 commented on issue Firepup650/FireBot#1 2024-05-19 03:14:52 +00:00
Figure out why lastfm/pylast drops now playing data too early

Too lazy to deal with this, current solution is to just buffer if we know it's working, one notch per 10 seconds, 100s to max out the buffer, which is 10s long at max.

Firepup650 closed issue Firepup650/FireBot#1 2024-05-19 03:14:52 +00:00
Figure out why lastfm/pylast drops now playing data too early
Firepup650 opened issue Firepup650/FireBot#10 2024-05-19 03:09:04 +00:00
Have FireBot keep an in-memory cached list of hostnames that have passed DNSBL checks
Firepup650 opened issue Firepup650/FireBot#9 2024-05-19 03:06:41 +00:00
Have FireBot actually track where it has ops
Firepup650 opened issue Firepup650/FireBot#8 2024-05-19 03:05:25 +00:00
Make bot async
Firepup650 commented on issue Firepup650/FireBot#4 2024-05-18 14:16:21 +00:00
Allow communication between bot instances

Further usefulness to this would be cross-instance banning of users, which would be nice.