0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Jan 19, 2025 — Jan 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Implement support for the CAPAB IDENTIFY-MSG capability available on some server, therefore providing messages with the identified? method that tells if the sourcenick has identified with services or not More... over 19 years ago
Better interruption handling, saner generic exception handling More... over 19 years ago
Of course, I forgot about creating the subregistry directories for brand new installations. This fixes it, even though the code should be brought over to dbhash instead of being duplicated all around More... over 19 years ago
Ok, too hasty. Fix 'no plugins loaded on rescan' bug introduced by previous patch More... over 19 years ago
New configuration option plugins.blacklist holding an array of plugins to be blacklisted; entries are plugin filenames without the final {{{.rb}}} More... over 19 years ago
Fix path creation when upgrading 0.9.9 or earlier single-db registry More... over 19 years ago
Fix subregistry importing from single-file (0.9.9 or older) plugin database More... over 19 years ago
Fix private messages not working and default channel names for the message queue More... over 19 years ago
Whoops, typo. My bad. More... over 19 years ago
Disabled sending URL info to the channel by default, as several people found it quite annoying. Can be reenabled with url.display_link_info More... over 19 years ago
Fix message queue length More... over 19 years ago
added default security levels for "markov" and "autoop" (!) More... over 19 years ago
Implement new message queue system. Messages in ring 0 have top priority, other messages are satisfied round-robin More... over 19 years ago
Small improvement on the byterate-based throttling code More... over 19 years ago
Better byterate-based throttling code. We really need the separate queues though More... over 19 years ago
Apply patch offered in #98 More... over 19 years ago
Fix #57 More... over 19 years ago
Clean up logging from the plugins More... over 19 years ago
All lib/rbot files are now upgraded to the new logging feature More... over 19 years ago
Rename the former {{{log}}} method to {{{irclog}}} and introduce new logging functions: alongside the old {{{debug}}} function we now have {{{log}}}, {{{warning}}} and {{{error}}}, which should be used everywhere instead of the good old {{{puts}}} method More... over 19 years ago
Redirect standard streams if backgrounding was requested even if the fork failed More... over 19 years ago
Add --background option to daemonize the bot More... over 19 years ago
Include exception class when plugins fail More... over 19 years ago
Explicitly handle BDB::Fatal errors by dumping database stats and restarting More... over 19 years ago
Fine-tune byterate throttling flood prevention. Better than before, but still not there. More... over 19 years ago
Implement byterate-based flood protection More... over 19 years ago
Improve SIG(INT|TERM|HUP) handling and shutting down sequence More... over 19 years ago
Fix a problem introduced with the new quote saving procedure More... over 19 years ago
Improve robustness while saving auth config files and channel quotes More... over 19 years ago
Some nickservs don't want the nick to be passed to them when identifying More... over 19 years ago