0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Feb 04, 2025 — Feb 04, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
rbot now properly identifies as the 'next version svn', and the gem package is built as the 'next version' More... over 19 years ago
Fixed chucknorris.rb debug output More... over 19 years ago
Changes that will (hopefully) make rbot work directly from the SVN checkout More... over 19 years ago
Fix for #102 More... over 19 years ago
ircbot shouldn't issue {{{@socket}}} commands when disconnected More... over 19 years ago
Prevent a traceback when network is down and clearq is called. Don't know if it's better this way or by adding an {{{if @socket.connected?}}} at {{{ircbot.rb:373}}} More... over 19 years ago
Fix a problem with not rejoining channel after disconnect and nick taken, because the JOIN commands were sent too soon. More... over 19 years ago
Add plugin for dictionary lookup using the (Italian) De Mauro/Paravia online dictionary More... over 19 years ago
Improve debug output for multiline error messages. Improve exception handling for socket and connection problems. Stop sending pings when disconnected. More... over 19 years ago
Add $stdout flushing to debug. This is needed to work around some 'laggy console' issues that may occur when using a tee program under Windows to copy the debug output to a file on disk More... over 19 years ago
Improve nick management when it was taken More... over 19 years ago
Be more tolerant for messages about channels we are not in, but still signal them as bugs More... over 19 years ago
Better workaround for ticket #58; now the {{{names}}} delegationg passes on the channel and user list More... over 19 years ago
There are now three nickserv config options (name, ident_request, wait). The bot now also kills any ghosts that use its nick. Close ticket #88. Also provide a workaround for ticket #58. More... over 19 years ago
Fix issue #101 More... over 19 years ago
Whitespace cleanup More... over 19 years ago
some small improvements to topic.rb More... over 19 years ago
Fix issue #71 with the proposed patch More... over 19 years ago
applied patch to topic.rb by [dmp] for #100 More... over 19 years ago
Apply patch proposed in ticket #99 More... over 19 years ago
fixed directory structure problems with the new db code (#73, comment at #59) More... over 19 years ago
Do environment checkpointing and log cleanups on save. This should prevent log file proliferation (previous commit [192] only cleaned up the logfiles on quit) More... over 19 years ago
Output {{{gets}}} exceptions on debug More... over 19 years ago
Improved handling of database handling and cleanup during shutdown More... over 19 years ago
The sub_registry method for BotRegistryAccessor had somehow gotten AWOL. This commit restores it, since it is used by the quiz plugin used by the amaroK bot insanity, and it might be useful for other plugins (e.g. topic, auth) More... over 19 years ago
New features (private addressing) and cleanup for the topic plugin More... over 19 years ago
Fix #65 and #95. Disable topic built-in command since the new topic plugin handles that, and more More... over 19 years ago
fixed #85, made "chat about" more reliable by trying to avoid two word sentences More... over 19 years ago
fixed #83 and also fixed wrong calculation of games played More... over 19 years ago
Fixes #87 (from giuseppe.bilotta) More... over 19 years ago