Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-07 | The sub_registry method for BotRegistryAccessor had somehow gotten AWOL. ↵ | Giuseppe Bilotta | |
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) | |||
2006-06-07 | Fix #65 and #95. Disable topic built-in command since the new topic plugin ↵ | Giuseppe Bilotta | |
handles that, and more | |||
2006-06-01 | giuseppe.bilotta's patch: "Fix exception when connection with server times out" | Chris Gahan | |
2006-06-01 | giuseppe.bilotta's patch: | Chris Gahan | |
"The auth module has a number of bugs that prevent it from functioning correctly. The attached patch fixes all the bugs I've come across and additionally introduces the command setpassword that allows a user to set his/her own password without requiring auth access. This is a provisional fix: it would be better to let the user allow full usermod access except for usermod level." | |||
2006-05-30 | fix httputil.rb when using proxy (Ticket #80) | Alexander Beisig | |
2006-02-17 | die, annoyingly large log files | Tom Gilbert | |
2006-02-10 | use a db env for the databases to avoid some corruption problems (I hope) | Tom Gilbert | |
2006-02-09 | attempt to resolve #65 | Tom Gilbert | |
2006-02-08 | bug pointed on in #64, hopefully now resolved. | Tom Gilbert | |
2006-02-05 | oops bug | Tom Gilbert | |
2006-01-27 | autosplit registry. now we have one per plugin. | Tom Gilbert | |
TODO creates empty dbs for plugins that don't even use the registry. would be nice to only create on write but how feasible is that? | |||
2006-01-21 | bunch of changes. | Tom Gilbert | |
Another of Chris' plugins. A contributed russian.lang from ruskie (honest, that's his nick!). Some tweaks to error handling. Some modified user/auth handling (from DevRandom) still a bit more to do on that tho.. | |||
2006-01-12 | fix the fix | Tom Gilbert | |
2006-01-12 | properly support ssl | Tom Gilbert | |
2005-12-12 | found a bug | Tom Gilbert | |
2005-12-12 | try to handle backwards compat issues | Tom Gilbert | |
2005-12-09 | requested for certain networks | Tom Gilbert | |
2005-12-01 | fixes from eean | Tom Gilbert | |
2005-11-14 | try this better fix | Tom Gilbert | |
2005-11-04 | more escaping | Tom Gilbert | |
2005-11-04 | windows hates logging to files with : in them :p | Tom Gilbert | |
2005-10-13 | various outstanding changes | Tom Gilbert | |
2005-09-11 | fix bug #29 | Tom Gilbert | |
2005-09-09 | timestamp debug logs | Tom Gilbert | |
2005-09-09 | bugfix | Tom Gilbert | |
2005-09-07 | better win32 fix | Tom Gilbert | |
2005-09-07 | win32 thing for signal handling | Tom Gilbert | |
fix quit! :p | |||
2005-09-05 | better failure to connect behaviour | Tom Gilbert | |
2005-08-31 | a little more robustness around emtpy lookups | Tom Gilbert | |
Also more robustness around reading/writing conf.yaml | |||
2005-08-30 | reconnect one connect failures too. Examples are temporary failures in DNS | Tom Gilbert | |
resolution etc (one user is on a modem which occasionally redials, for example). | |||
2005-08-28 | fix ping/pong/reconnect issue reported in #20 | Tom Gilbert | |
2005-08-27 | better setup for ping timeouts. | Tom Gilbert | |
I need to work on the timer code, it's not currently possible to create a timer within a timer event, due to the thread stop/start thing | |||
2005-08-27 | fix for ticket #17 | Tom Gilbert | |
2005-08-27 | reworked that last patch, now rbot pings the server and sets the timeout | Tom Gilbert | |
accordingly | |||
2005-08-27 | patch from ticket #19 modified and applied - thanks :) | Tom Gilbert | |
2005-08-24 | egads, Etc.getlogin returns the real login, so if you su to another user and | Tom Gilbert | |
run rbot, it'll still use you homedir. I am getting really pissed with the complete lack of documentation I keep running into :/ The Etc module is *completely* undocumented, for example. | |||
2005-08-24 | add this to clean up | Tom Gilbert | |
2005-08-24 | switch back to post-config to help packagers | Tom Gilbert | |
2005-08-24 | attempt fix for annoying exception issue | Tom Gilbert | |
2005-08-24 | fix nil lookups | Tom Gilbert | |
2005-08-24 | applied patch from ticket #15, and added .inspect to try and work out what | Tom Gilbert | |
exception "reset by peer" gives you. One thing I'm finding troublesome with ruby is working out what exceptions things are going to throw. Especially poorly documented stuff implemented in C. Why the Socket module throws an exception for "reset by peer" which *isn't* a SocketError I don't know, but apparently it does. | |||
2005-08-21 | Sun Aug 21 13:29:55 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk> | Tom Gilbert | |
* fix for bug in quakenet plugin (trac #14) * multiple fixes for unescaped bot nick in regexp's (trac #13) | |||
2005-08-12 | some tweaks | Tom Gilbert | |
2005-08-10 | patch from Alexey Froloff: | Tom Gilbert | |
Do not try to load same plugin from different locations. Added ability to disable system-wide plugins - create PLUGIN.rb.disabled in user's plugins directory. For example, to disable freshmeat plugin installed in /usr/share/rbot/plugins/freshmeat.rb one can create empty file ~/.rbot/plugins/freshmeat.rb.disabled | |||
2005-08-10 | patch from Alexey Froloff to use homedir from /etc/passwd (oops!) instead of | Tom Gilbert | |
assuming /home/$user :D | |||
2005-08-07 | Sun Aug 07 18:20:24 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk> | Tom Gilbert | |
* stop insult plugin being used to insult the bot | |||
2005-08-07 | Sun Aug 07 17:53:06 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk> | Tom Gilbert | |
* workaround for people without YAML::load_file * quit message for restart | |||
2005-08-07 | try that maybe | Tom Gilbert | |
2005-08-07 | try again | Tom Gilbert | |
2005-08-07 | attempt workaround for missing load_file | Tom Gilbert | |