0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Feb 04, 2025 — Feb 04, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make use of Utils.decode_html_entities More... over 19 years ago
Create Utils.decode_html_entities, inspired from equivalent code in the url plugin, can now be used by everybody. Can make use of the htmlentities ruby package, if found More... over 19 years ago
Update demauro plugin to use the WAP interface: much better, much faster More... over 19 years ago
Fine tune url plugin More... over 19 years ago
Minor tweaks to httputil: make last response available in @last_resp for get and head methods when they return nil More... over 19 years ago
Extended the opme plugin into a more general op plugin. Functionality is the same, but you can additionally op someone else. The old opme command was also kept for backwards compatibility. More... over 19 years ago
Fix help (one more time) More... over 19 years ago
Usage wants a parameter More... over 19 years ago
Clean up botmodule loading and command parsing and delegating. Restore hash-like behaviour for the plugin manager, so that @bot.plugins['name'] returns the botmodule with the given name More... over 19 years ago
Add help for ping More... over 19 years ago
Update Changelog More... over 19 years ago
Further cleanups and uniform variable naming. Implement topic undo More... over 19 years ago
Cleanup topic plugin. When setting the separator, only reset the topic if there weren't any changes More... over 19 years ago
New auth framework is now backwards compatible: auth <masterpassword> works again to login as owner More... over 19 years ago
Bugfix for the quiz plugin: With newly created games (no scores yet known) the rank table handling would not work correctly. Effectively no player would be able to surpass the first player. This is now fixed. More... over 19 years ago
Quiz plugin: Improve error handling. More... over 19 years ago
Adapt opme plugin to new auth framework More... over 19 years ago
No-parameter commands in the topic plugin weren't recognized anymore. Fix it More... over 19 years ago
Fix regression in the quiz plugin: The same winning messages would be repeated over and over again. More... over 19 years ago
rbot now tries to report svn revision when ran from a svn checkout More... over 19 years ago
Fine tune and document 'permissions view' (auth core botmodule) More... over 19 years ago
messagemapper fix ... watch what you name your variables! More... over 19 years ago
Improve help. More... over 19 years ago
Ahem, forgot to save the last change before committing More... over 19 years ago
More nickserv cleanups More... over 19 years ago
Improve debugging output in messagemapper More... over 19 years ago
Fix messagemapper for optional arguments More... over 19 years ago
nickserv password now tries to inform the nickserv of the password change; it can also be called without the bot nick to change the password of the current nick More... over 19 years ago
* Fix: @commands was not initialized on a fresh registry. * Remove legacy registry migration code. More... over 19 years ago
Introduce BotConfigValue permissions, to protect particularly sensitive config options while still allowing access to more innocent ones More... over 19 years ago