summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-01-04from #32Tom Gilbert
2005-12-12exception handlingTom Gilbert
2005-12-12found a bugTom Gilbert
2005-12-12try to handle backwards compat issuesTom Gilbert
2005-12-10supplied in #53Tom Gilbert
2005-12-09requested for certain networksTom Gilbert
2005-12-01fixes from eeanTom Gilbert
2005-12-01Donated by these lovely chaps:Tom Gilbert
http://websvn.kde.org/trunk/extragear/multimedia/amarok/src/scripts/rbot/grouphug/ Thanks, eean :)
2005-11-29fix defunct procsTom Gilbert
2005-11-14try this better fixTom Gilbert
2005-11-04more escapingTom Gilbert
2005-11-04windows hates logging to files with : in them :pTom Gilbert
2005-10-13close #38 for realTom Gilbert
2005-10-13close #38Tom Gilbert
2005-10-13various outstanding changesTom Gilbert
2005-09-30this seems to work for more people..Tom Gilbert
2005-09-28roll out that one changeTom Gilbert
2005-09-28fix regex, make this work againTom Gilbert
2005-09-28apply patch and close #37 and #33Tom Gilbert
made several additions to this plugin, some extra configuration settings and options.
2005-09-21lastfm plugin from Jeremy Voorhis :)Tom Gilbert
2005-09-16fix help text, ticket #36Tom Gilbert
2005-09-16path from vampjon in ticket #34Tom Gilbert
2005-09-11fix bug #29Tom Gilbert
2005-09-09timestamp debug logsTom Gilbert
2005-09-09fix for localised nickservsTom Gilbert
2005-09-09nope, that breaks gem install, need a better wayTom Gilbert
2005-09-09fix usage :/Tom Gilbert
2005-09-09bugfixTom Gilbert
2005-09-07bah that doesn't do what I wanted at all, it's per-file :/Tom Gilbert
2005-09-07tweaking the markov plugin a littleTom Gilbert
2005-09-07better win32 fixTom Gilbert
2005-09-07changelogTom Gilbert
2005-09-07win32 thing for signal handlingTom Gilbert
fix quit! :p
2005-09-07enable keywordTom Gilbert
2005-09-05better failure to connect behaviourTom Gilbert
2005-08-31a little more robustness around emtpy lookupsTom Gilbert
Also more robustness around reading/writing conf.yaml
2005-08-30reconnect one connect failures too. Examples are temporary failures in DNSTom Gilbert
resolution etc (one user is on a modem which occasionally redials, for example).
2005-08-28fix ping/pong/reconnect issue reported in #20Tom Gilbert
2005-08-27better 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-27fix for ticket #17Tom Gilbert
2005-08-27reworked that last patch, now rbot pings the server and sets the timeoutTom Gilbert
accordingly
2005-08-27patch from ticket #19 modified and applied - thanks :)Tom Gilbert
2005-08-24egads, Etc.getlogin returns the real login, so if you su to another user andTom 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-24add this to clean upTom Gilbert
2005-08-24switch back to post-config to help packagersTom Gilbert
2005-08-24attempt fix for annoying exception issueTom Gilbert
2005-08-24fix nil lookupsTom Gilbert
2005-08-24applied patch from ticket #15, and added .inspect to try and work out whatTom 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-21Sun 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-12more fixesTom Gilbert