2006-08-04 |
Giuseppe Bilotta | Commit [369] was bogus. This one cleans up and sanitize... |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Giuseppe Bilotta | Improve robustness of ArrayOf; fix some inspect methods |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Giuseppe Bilotta | Improve robustness of ArrayOf; fix some inspect methods |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Giuseppe Bilotta | Freenode changes the hostmask of users after identifica... |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Giuseppe Bilotta | Ahem. I should remember to test things ''before'' commi... |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Giuseppe Bilotta | Add myself to AUTHORS in trunk too |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Giuseppe Bilotta | Fix one more problem with missing COREDIR and clean... |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Chris Gahan | Whoops.. removed the automatic adding of --debug. :) |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Chris Gahan | A little handy script that launches the rbot daemon... |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Giuseppe Bilotta | Some fixes for the help system. Still not perfect,... |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Giuseppe Bilotta | Fix stupid bug introduced with the new debugging messag... |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Alexander Beisig | renamed keywords plugin to fix inconsistency between... |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Giuseppe Bilotta | More responsive quits and some extra debug info for... |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Giuseppe Bilotta | Make keywords.rb into a plugin and sync with 0.9.10 |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Giuseppe Bilotta | Fix bug when users changed nick |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Giuseppe Bilotta | Initial version of the new auth coremodule |
commit | commitdiff | tree | snapshot |
2006-08-03 |
Giuseppe Bilotta | Lots of fixes all around, in preparation for the new... |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Giuseppe Bilotta | Port [338] to trunk |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Giuseppe Bilotta | Fix message handling, comment out some debug messages |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Giuseppe Bilotta | Initial factorization of botconfig into kernel function... |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Giuseppe Bilotta | Fix User selection/creation |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Giuseppe Bilotta | Auth now follows the specs defined in NewAuthModule... |
commit | commitdiff | tree | snapshot |
2006-08-02 |
Giuseppe Bilotta | Modularized core now functional. Still a lot to do... |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Giuseppe Bilotta | New modular framework is in place. Nothing works until... |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Giuseppe Bilotta | New Irc framework: fix channel modes handling |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Giuseppe Bilotta | First step towards the new modularized core framework |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Mark Kretschmann | Fix the "list" function. Now counts the pages correctly. |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Mark Kretschmann | rename file |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Mark Kretschmann | Rename "command" plugin to "script" plugin. Reasoning... |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Giuseppe Bilotta | Some stupid fixes |
commit | commitdiff | tree | snapshot |
2006-08-01 |
Giuseppe Bilotta | New Auth framework, initial commit |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Tom Gilbert | syncing with rbot-0.9.10 branch |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Giuseppe Bilotta | First shot at the new Irc framework. Bot is usable... |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Mark Kretschmann | Initial import of the "time" plugin by Ian Monroe.... |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Mark Kretschmann | Initial import of my "command" plugin. Allows to create... |
commit | commitdiff | tree | snapshot |
2006-07-31 |
Tom Gilbert | minor "cuteness" tweak for the karma plugin. |
commit | commitdiff | tree | snapshot |
2006-07-30 |
Giuseppe Bilotta | Initial commit of the new Irc framework. Only add the... |
commit | commitdiff | tree | snapshot |
2006-07-30 |
Giuseppe Bilotta | Revert one of the cleanups from [309] that totally... |
commit | commitdiff | tree | snapshot |
2006-07-30 |
Giuseppe Bilotta | BDB::Fatal errors in plugins are now raised to toplevel... |
commit | commitdiff | tree | snapshot |
2006-07-29 |
Tom Gilbert | whitelist! |
commit | commitdiff | tree | snapshot |
2006-07-29 |
Tom Gilbert | bans plugin from RockMan :D |
commit | commitdiff | tree | snapshot |
2006-07-29 |
Tom Gilbert | just some tiny tweaks. giuseppe! you have been busy! :) |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Giuseppe Bilotta | Do not use get_cached for RSS until we have proper... |
commit | commitdiff | tree | snapshot |
2006-07-28 |
Giuseppe Bilotta | Fix date sorting for rss plugins |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Giuseppe Bilotta | rss show will sort items by date, if possible; a specif... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Giuseppe Bilotta | Display plugin status after rescan |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Giuseppe Bilotta | We don't want to close our initial logger, since that... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Giuseppe Bilotta | Fix the location for the bot log: put it in the botclas... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Giuseppe Bilotta | Abort if levels.rbot is badly messed up. We don't want... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Giuseppe Bilotta | New logging systems now works correctly even when the... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Giuseppe Bilotta | Whitespace/comment cleanup. Use =begin / =end for very... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Giuseppe Bilotta | Revamped logging system based on the Logger class from... |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Giuseppe Bilotta | Remove @blacklisted, not needed anymore; include filena... |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Giuseppe Bilotta | Small cosmetic fix for trac output of non-changelog... |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Giuseppe Bilotta | weather plugin now reports error met when displaying... |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Giuseppe Bilotta | Oops, wrong way to remove the path from the module... |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Giuseppe Bilotta | Logging now also logs the filename and function it... |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Giuseppe Bilotta | Guess properly default botclass under Windows (preventi... |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Giuseppe Bilotta | Provide a handle method for plugins, so that plugin... |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Giuseppe Bilotta | Whitespace cleanup |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Giuseppe Bilotta | server.ping_timeout now defaults to 30 seconds |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Giuseppe Bilotta | More robust error handling in rss.rb, also increased... |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Giuseppe Bilotta | Add 'google' as a synonym for search |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Giuseppe Bilotta | Export the bot's plugins; this eases plugins' communica... |
commit | commitdiff | tree | snapshot |
2006-07-26 |
Giuseppe Bilotta | Add info about ignored plugins (blacklisted, disabled... |
commit | commitdiff | tree | snapshot |
2006-07-25 |
Giuseppe Bilotta | Make demauro work with Ruby 1.8.4 too |
commit | commitdiff | tree | snapshot |
2006-07-25 |
Giuseppe Bilotta | Better reporting of plugin failures |
commit | commitdiff | tree | snapshot |
2006-07-25 |
Giuseppe Bilotta | Fix a bug in {{{help pluginfailures}}} |
commit | commitdiff | tree | snapshot |
2006-07-25 |
Giuseppe Bilotta | New config commands: reset (synonym for unset), add... |
commit | commitdiff | tree | snapshot |
2006-07-25 |
Giuseppe Bilotta | Fix a bug in config set (particularly important for... |
commit | commitdiff | tree | snapshot |
2006-07-25 |
Giuseppe Bilotta | Forgot to stringify an instance of key |
commit | commitdiff | tree | snapshot |
2006-07-25 |
Giuseppe Bilotta | Use symbols internally instead of strings for config... |
commit | commitdiff | tree | snapshot |
2006-07-25 |
Giuseppe Bilotta | Inform users about plugins that failed to load; preserv... |
commit | commitdiff | tree | snapshot |
2006-07-25 |
Giuseppe Bilotta | When verifying uniqueness of plugin map parameters... |
commit | commitdiff | tree | snapshot |
2006-07-25 |
Giuseppe Bilotta | Correct Underline and Reverse |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Giuseppe Bilotta | Implement map! properly this time |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Giuseppe Bilotta | Add mapsvn diff method for plugins: just like map,... |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Giuseppe Bilotta | Fix yet more problem reporting in rss plugin |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Giuseppe Bilotta | Fix problem reporting in rss plugin |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Giuseppe Bilotta | con: |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Giuseppe Bilotta | RSS plugin update. |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Giuseppe Bilotta | RSS plugin cleanup: printFormattedRss made more generic... |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Giuseppe Bilotta | RSS plugin now uses bold all around in the help messages |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Giuseppe Bilotta | Add constants for Bold/Underline/Reverse/Color |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Giuseppe Bilotta | Set KCODE; UTF-8 is the future |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Giuseppe Bilotta | Revert the Struct.new-related changes because they... |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Giuseppe Bilotta | New command system for RSS plugin |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Giuseppe Bilotta | More RSS plugin improvements |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Giuseppe Bilotta | Additiona work on the caching we really have to look... |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Giuseppe Bilotta | Stupid upper/lowercase typo in rss plugin |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Giuseppe Bilotta | [257] was moot, this is the propert way to prevent... |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Giuseppe Bilotta | RSS plugin is now in '''much''' better shape |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Giuseppe Bilotta | httputil get/head/get_cached now also accept strings... |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Giuseppe Bilotta | Suppress the warnings for Struct redefinition on rescan |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Giuseppe Bilotta | Cleanups and bugfixes for the RSS plugin |
commit | commitdiff | tree | snapshot |
2006-07-23 |
Giuseppe Bilotta | Initial version of the RSS plugin. Needs lots of love |
commit | commitdiff | tree | snapshot |
2006-07-23 |
Giuseppe Bilotta | Add act method to messages; behaves like reply, but... |
commit | commitdiff | tree | snapshot |
2006-07-23 |
Giuseppe Bilotta | Fix yielding in {{{httputil.get}}} and {{{httputil... |
commit | commitdiff | tree | snapshot |
2006-07-23 |
Giuseppe Bilotta | Add debug backtrace info for HttpUtil failures |
commit | commitdiff | tree | snapshot |
2006-07-23 |
Giuseppe Bilotta | urban dictionary now uses get_cached. It's still slow... |
commit | commitdiff | tree | snapshot |
next |