summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2007-01-09Downcase the irc log location, so that loggin to e.g. #Channel and #channel g...Giuseppe Bilotta
2007-01-07[574] still had a stupid typoGiuseppe Bilotta
2007-01-06Irc framework: fix errors in filling up the user lists for channelsGiuseppe Bilotta
2007-01-06Try another fix for servers not going in ping timeoutGiuseppe Bilotta
2007-01-02Fix reconnect errorsGiuseppe Bilotta
2006-12-20Fix 'Unknown command' being received from serverGiuseppe Bilotta
2006-11-01SSL supportGiuseppe Bilotta
2006-10-28Move irc_send_penalty method of string in ircsocket.rb, and rework flood cont...Giuseppe Bilotta
2006-10-28Too much stuff was being sent with each line, go back to 400 bytes maxGiuseppe Bilotta
2006-10-27Penalty-based flood protectionGiuseppe Bilotta
2006-10-25Rework cached? for get_cached replies to prevent warnings about redefined met...Giuseppe Bilotta
2006-10-25Strings returned by get_cached now have a cached? method which returns true o...Giuseppe Bilotta
2006-10-24Don't change the default headers setting the headers for the HEAD request whe...Giuseppe Bilotta
2006-10-24Initial implementation of proper caching based on last-modified and etag HTTP...Giuseppe Bilotta
2006-10-24Support basic_auth in httputil get and head methodsGiuseppe Bilotta
2006-10-23Fix targmax/maxtargets handlingGiuseppe Bilotta
2006-10-19Improve launch_here script with the suggestions from ticket #112Giuseppe Bilotta
2006-10-19Fix redirection in httputil.get when location is only a partial/realtive urlGiuseppe Bilotta
2006-10-15Safe-save tempfiles are now created in a botclass-local directory, because at...Giuseppe Bilotta
2006-10-15Utils.safe_save does a 'safe' saving (save to tempfile, move tempfile to new ...Giuseppe Bilotta
2006-10-15Allow plugins to do things when the language is changed. Will be used e.g. by...Giuseppe Bilotta
2006-10-15Better flood controlGiuseppe Bilotta
2006-10-14Create Utils.decode_html_entities, inspired from equivalent code in the url p...Giuseppe Bilotta
2006-10-13Fine tune url pluginGiuseppe Bilotta
2006-10-13Minor tweaks to httputil: make last response available in @last_resp for get ...Giuseppe Bilotta
2006-10-02Fix help (one more time)Giuseppe Bilotta
2006-10-02Usage wants a parameterGiuseppe Bilotta
2006-09-25Clean up botmodule loading and command parsing and delegating. Restore hash-l...Giuseppe Bilotta
2006-09-25Add help for pingGiuseppe Bilotta
2006-09-21New auth framework is now backwards compatible: auth <masterpassword> works a...Giuseppe Bilotta
2006-08-31Fine tune and document 'permissions view' (auth core botmodule)Giuseppe Bilotta
2006-08-31messagemapper fix ... watch what you name your variables!Giuseppe Bilotta
2006-08-31Improve debugging output in messagemapperGiuseppe Bilotta
2006-08-31Fix messagemapper for optional argumentsGiuseppe Bilotta
2006-08-29Introduce BotConfigValue permissions, to protect particularly sensitive confi...Giuseppe Bilotta
2006-08-25Fix stupid bug in the new message mappingGiuseppe Bilotta
2006-08-25Optimize auth module exploiting new message mapping syntaxGiuseppe Bilotta
2006-08-25New implementation for the message mapper: multi-word parameters can now be r...Giuseppe Bilotta
2006-08-25Fix small typo in basics core botmoduleGiuseppe Bilotta
2006-08-25Changeset [440] introduced a redundant definition of the downcase method for ...Giuseppe Bilotta
2006-08-20Improve NOTICE and PRIVMSG robustness when target is not a simple channel or ...Giuseppe Bilotta
2006-08-17Stupid horrible typo in botuser.rb login methodGiuseppe Bilotta
2006-08-17Adapt topic plugin to new IRC frameworkGiuseppe Bilotta
2006-08-17Fix help. For realGiuseppe Bilotta
2006-08-17Provide the InvalidPassword exceptionGiuseppe Bilotta
2006-08-16Fix helpGiuseppe Bilotta
2006-08-16Some error handling cleanupGiuseppe Bilotta
2006-08-12Fix a problem with subregistriesGiuseppe Bilotta
2006-08-11nickokay now properly selectedGiuseppe Bilotta
2006-08-11nickreply and nickokay method, with option to let reply/okay behave like this...Giuseppe Bilotta