2006-07-26 |
Giuseppe Bilotta | Oops, wrong way to remove the path from the module... |
tree | commitdiff |
2006-07-26 |
Giuseppe Bilotta | Logging now also logs the filename and function it... |
tree | commitdiff |
2006-07-26 |
Giuseppe Bilotta | Guess properly default botclass under Windows (preventi... |
tree | commitdiff |
2006-07-26 |
Giuseppe Bilotta | Provide a handle method for plugins, so that plugin... |
tree | commitdiff |
2006-07-26 |
Giuseppe Bilotta | Whitespace cleanup |
tree | commitdiff |
2006-07-26 |
Giuseppe Bilotta | server.ping_timeout now defaults to 30 seconds |
tree | commitdiff |
2006-07-26 |
Giuseppe Bilotta | Export the bot's plugins; this eases plugins' communica... |
tree | commitdiff |
2006-07-26 |
Giuseppe Bilotta | Add info about ignored plugins (blacklisted, disabled... |
tree | commitdiff |
2006-07-25 |
Giuseppe Bilotta | Better reporting of plugin failures |
tree | commitdiff |
2006-07-25 |
Giuseppe Bilotta | Fix a bug in {{{help pluginfailures}}} |
tree | commitdiff |
2006-07-25 |
Giuseppe Bilotta | New config commands: reset (synonym for unset), add... |
tree | commitdiff |
2006-07-25 |
Giuseppe Bilotta | Fix a bug in config set (particularly important for... |
tree | commitdiff |
2006-07-25 |
Giuseppe Bilotta | Forgot to stringify an instance of key |
tree | commitdiff |
2006-07-25 |
Giuseppe Bilotta | Use symbols internally instead of strings for config... |
tree | commitdiff |
2006-07-25 |
Giuseppe Bilotta | Inform users about plugins that failed to load; preserv... |
tree | commitdiff |
2006-07-25 |
Giuseppe Bilotta | When verifying uniqueness of plugin map parameters... |
tree | commitdiff |
2006-07-25 |
Giuseppe Bilotta | Correct Underline and Reverse |
tree | commitdiff |
2006-07-24 |
Giuseppe Bilotta | Implement map! properly this time |
tree | commitdiff |
2006-07-24 |
Giuseppe Bilotta | Add mapsvn diff method for plugins: just like map,... |
tree | commitdiff |
2006-07-24 |
Giuseppe Bilotta | Add constants for Bold/Underline/Reverse/Color |
tree | commitdiff |
2006-07-24 |
Giuseppe Bilotta | Additiona work on the caching we really have to look... |
tree | commitdiff |
2006-07-24 |
Giuseppe Bilotta | httputil get/head/get_cached now also accept strings... |
tree | commitdiff |
2006-07-23 |
Giuseppe Bilotta | Add act method to messages; behaves like reply, but... |
tree | commitdiff |
2006-07-23 |
Giuseppe Bilotta | Fix yielding in {{{httputil.get}}} and {{{httputil... |
tree | commitdiff |
2006-07-23 |
Giuseppe Bilotta | Add debug backtrace info for HttpUtil failures |
tree | commitdiff |
2006-07-23 |
Giuseppe Bilotta | Add get_cached method to httputil. No need to download... |
tree | commitdiff |
2006-07-23 |
Giuseppe Bilotta | {{{httputil.rb}}} now handles redirects: a step towards... |
tree | commitdiff |
2006-07-23 |
Giuseppe Bilotta | Fix a warning introduced with [245] |
tree | commitdiff |
2006-07-22 |
Giuseppe Bilotta | Implement support for the CAPAB IDENTIFY-MSG capability... |
tree | commitdiff |
2006-07-22 |
Giuseppe Bilotta | Better interruption handling, saner generic exception... |
tree | commitdiff |
2006-07-22 |
Giuseppe Bilotta | Of course, I forgot about creating the subregistry... |
tree | commitdiff |
2006-07-22 |
Giuseppe Bilotta | Ok, too hasty. Fix 'no plugins loaded on rescan' bug... |
tree | commitdiff |
2006-07-22 |
Giuseppe Bilotta | New configuration option plugins.blacklist holding... |
tree | commitdiff |
2006-07-21 |
Giuseppe Bilotta | Fix path creation when upgrading 0.9.9 or earlier singl... |
tree | commitdiff |
2006-07-21 |
Giuseppe Bilotta | Fix subregistry importing from single-file (0.9.9 or... |
tree | commitdiff |
2006-07-21 |
Giuseppe Bilotta | Fix private messages not working and default channel... |
tree | commitdiff |
2006-07-21 |
Giuseppe Bilotta | Fix message queue length |
tree | commitdiff |
2006-07-21 |
Giuseppe Bilotta | Implement new message queue system. Messages in ring... |
tree | commitdiff |
2006-07-21 |
Giuseppe Bilotta | Small improvement on the byterate-based throttling... |
tree | commitdiff |
2006-07-21 |
Giuseppe Bilotta | Better byterate-based throttling code. We really need... |
tree | commitdiff |
2006-07-20 |
Giuseppe Bilotta | Apply patch offered in #98 |
tree | commitdiff |
2006-07-20 |
Giuseppe Bilotta | All lib/rbot files are now upgraded to the new logging... |
tree | commitdiff |
2006-07-20 |
Giuseppe Bilotta | Rename the former {{{log}}} method to {{{irclog}}}... |
tree | commitdiff |
2006-07-20 |
Giuseppe Bilotta | Redirect standard streams if backgrounding was requeste... |
tree | commitdiff |
2006-07-20 |
Giuseppe Bilotta | Add --background option to daemonize the bot |
tree | commitdiff |
2006-07-20 |
Giuseppe Bilotta | Include exception class when plugins fail |
tree | commitdiff |
2006-07-20 |
Giuseppe Bilotta | Explicitly handle BDB::Fatal errors by dumping database... |
tree | commitdiff |
2006-07-19 |
Giuseppe Bilotta | Fine-tune byterate throttling flood prevention. Better... |
tree | commitdiff |
2006-07-19 |
Giuseppe Bilotta | Implement byterate-based flood protection |
tree | commitdiff |
2006-07-18 |
Giuseppe Bilotta | Improve SIG(INT|TERM|HUP) handling and shutting down... |
tree | commitdiff |
2006-07-18 |
Giuseppe Bilotta | Improve robustness while saving auth config files and... |
tree | commitdiff |
2006-07-18 |
Giuseppe Bilotta | rbot now properly identifies as the 'next version svn... |
tree | commitdiff |
2006-07-17 |
Alexander Beisig | Changes that will (hopefully) make rbot work directly... |
tree | commitdiff |
2006-07-14 |
Giuseppe Bilotta | Fix for #102 |
tree | commitdiff |
2006-07-13 |
Giuseppe Bilotta | ircbot shouldn't issue {{{@socket}}} commands when... |
tree | commitdiff |
2006-07-13 |
Giuseppe Bilotta | Prevent a traceback when network is down and clearq... |
tree | commitdiff |
2006-07-05 |
Giuseppe Bilotta | Improve debug output for multiline error messages.... |
tree | commitdiff |
2006-06-29 |
Giuseppe Bilotta | Add $stdout flushing to debug. This is needed to work... |
tree | commitdiff |
2006-06-28 |
Giuseppe Bilotta | Be more tolerant for messages about channels we are... |
tree | commitdiff |
2006-06-28 |
Giuseppe Bilotta | Better workaround for ticket #58; now the {{{names... |
tree | commitdiff |
2006-06-28 |
Giuseppe Bilotta | There are now three nickserv config options (name,... |
tree | commitdiff |
2006-06-28 |
Giuseppe Bilotta | Fix issue #101 |
tree | commitdiff |
2006-06-28 |
Giuseppe Bilotta | Whitespace cleanup |
tree | commitdiff |
2006-06-26 |
Giuseppe Bilotta | Fix issue #71 with the proposed patch |
tree | commitdiff |
2006-06-09 |
Alexander Beisig | fixed directory structure problems with the new db... |
tree | commitdiff |
2006-06-08 |
Giuseppe Bilotta | Do environment checkpointing and log cleanups on save... |
tree | commitdiff |
2006-06-08 |
Giuseppe Bilotta | Output {{{gets}}} exceptions on debug |
tree | commitdiff |
2006-06-08 |
Giuseppe Bilotta | Improved handling of database handling and cleanup... |
tree | commitdiff |
2006-06-07 |
Giuseppe Bilotta | The sub_registry method for BotRegistryAccessor had... |
tree | commitdiff |
2006-06-07 |
Giuseppe Bilotta | Fix #65 and #95. Disable topic built-in command since... |
tree | commitdiff |
2006-06-01 |
Chris Gahan | giuseppe.bilotta's patch: "Fix exception when connectio... |
tree | commitdiff |
2006-06-01 |
Chris Gahan | giuseppe.bilotta's patch: |
tree | commitdiff |
2006-05-30 |
Alexander Beisig | fix httputil.rb when using proxy (Ticket #80) |
tree | commitdiff |
2006-02-17 |
Tom Gilbert | die, annoyingly large log files |
tree | commitdiff |
2006-02-10 |
Tom Gilbert | use a db env for the databases to avoid some corruption... |
tree | commitdiff |
2006-02-09 |
Tom Gilbert | attempt to resolve #65 |
tree | commitdiff |
2006-02-08 |
Tom Gilbert | bug pointed on in #64, hopefully now resolved. |
tree | commitdiff |
2006-02-05 |
Tom Gilbert | oops bug |
tree | commitdiff |
2006-01-27 |
Tom Gilbert | autosplit registry. now we have one per plugin. |
tree | commitdiff |
2006-01-21 |
Tom Gilbert | bunch of changes. |
tree | commitdiff |
2006-01-12 |
Tom Gilbert | fix the fix |
tree | commitdiff |
2006-01-12 |
Tom Gilbert | properly support ssl |
tree | commitdiff |
2005-12-12 |
Tom Gilbert | found a bug |
tree | commitdiff |
2005-12-12 |
Tom Gilbert | try to handle backwards compat issues |
tree | commitdiff |
2005-12-09 |
Tom Gilbert | requested for certain networks |
tree | commitdiff |
2005-12-01 |
Tom Gilbert | fixes from eean |
tree | commitdiff |
2005-11-14 |
Tom Gilbert | try this better fix |
tree | commitdiff |
2005-11-04 |
Tom Gilbert | more escaping |
tree | commitdiff |
2005-11-04 |
Tom Gilbert | windows hates logging to files with : in them :p |
tree | commitdiff |
2005-10-13 |
Tom Gilbert | various outstanding changes |
tree | commitdiff |
2005-09-11 |
Tom Gilbert | fix bug #29 |
tree | commitdiff |
2005-09-09 |
Tom Gilbert | timestamp debug logs |
tree | commitdiff |
2005-09-09 |
Tom Gilbert | bugfix |
tree | commitdiff |
2005-09-07 |
Tom Gilbert | better win32 fix |
tree | commitdiff |
2005-09-07 |
Tom Gilbert | win32 thing for signal handling |
tree | commitdiff |
2005-09-05 |
Tom Gilbert | better failure to connect behaviour |
tree | commitdiff |
2005-08-31 |
Tom Gilbert | a little more robustness around emtpy lookups |
tree | commitdiff |
2005-08-30 |
Tom Gilbert | reconnect one connect failures too. Examples are tempor... |
tree | commitdiff |
2005-08-28 |
Tom Gilbert | fix ping/pong/reconnect issue reported in #20 |
tree | commitdiff |
2005-08-27 |
Tom Gilbert | better setup for ping timeouts. |
tree | commitdiff |
next |