Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-12 | properly support ssl | Tom Gilbert | |
2006-01-04 | from #32 | Tom Gilbert | |
2005-12-12 | exception handling | Tom Gilbert | |
2005-12-12 | found a bug | Tom Gilbert | |
2005-12-12 | try to handle backwards compat issues | Tom Gilbert | |
2005-12-10 | supplied in #53 | Tom Gilbert | |
2005-12-09 | requested for certain networks | Tom Gilbert | |
2005-12-01 | fixes from eean | Tom Gilbert | |
2005-12-01 | Donated by these lovely chaps: | Tom Gilbert | |
http://websvn.kde.org/trunk/extragear/multimedia/amarok/src/scripts/rbot/grouphug/ Thanks, eean :) | |||
2005-11-29 | fix defunct procs | 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 | close #38 for real | Tom Gilbert | |
2005-10-13 | close #38 | Tom Gilbert | |
2005-10-13 | various outstanding changes | Tom Gilbert | |
2005-09-30 | this seems to work for more people.. | Tom Gilbert | |
2005-09-28 | roll out that one change | Tom Gilbert | |
2005-09-28 | fix regex, make this work again | Tom Gilbert | |
2005-09-28 | apply patch and close #37 and #33 | Tom Gilbert | |
made several additions to this plugin, some extra configuration settings and options. | |||
2005-09-21 | lastfm plugin from Jeremy Voorhis :) | Tom Gilbert | |
2005-09-16 | fix help text, ticket #36 | Tom Gilbert | |
2005-09-16 | path from vampjon in ticket #34 | Tom Gilbert | |
2005-09-11 | fix bug #29 | Tom Gilbert | |
2005-09-09 | timestamp debug logs | Tom Gilbert | |
2005-09-09 | fix for localised nickservs | Tom Gilbert | |
2005-09-09 | nope, that breaks gem install, need a better way | Tom Gilbert | |
2005-09-09 | fix usage :/ | Tom Gilbert | |
2005-09-09 | bugfix | Tom Gilbert | |
2005-09-07 | bah that doesn't do what I wanted at all, it's per-file :/ | Tom Gilbert | |
2005-09-07 | tweaking the markov plugin a little | Tom Gilbert | |
2005-09-07 | better win32 fix | Tom Gilbert | |
2005-09-07 | changelog | Tom Gilbert | |
2005-09-07 | win32 thing for signal handling | Tom Gilbert | |
fix quit! :p | |||
2005-09-07 | enable keyword | Tom Gilbert | |
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) |