Minor Utils entity cleanup
[rbot] / lib /
2007-01-28  Giuseppe BilottaMinor Utils entity cleanup
2007-01-23  Giuseppe BilottaMemory optimizations in plugin management (useful on...
2007-01-21  Giuseppe BilottaRe-enable irc.ignore_users
2007-01-12  Giuseppe BilottaTotally reworked ping timeout detection
2007-01-09  Giuseppe BilottaDowncase the irc log location, so that loggin to e...
2007-01-07  Giuseppe Bilotta[574] still had a stupid typo
2007-01-06  Giuseppe BilottaIrc framework: fix errors in filling up the user lists...
2007-01-06  Giuseppe BilottaTry another fix for servers not going in ping timeout
2007-01-02  Giuseppe BilottaFix reconnect errors
2006-12-20  Giuseppe BilottaFix 'Unknown command' being received from server
2006-11-01  Giuseppe BilottaSSL support
2006-10-28  Giuseppe BilottaMove irc_send_penalty method of string in ircsocket...
2006-10-28  Giuseppe BilottaToo much stuff was being sent with each line, go back...
2006-10-27  Giuseppe BilottaPenalty-based flood protection
2006-10-25  Giuseppe BilottaRework cached? for get_cached replies to prevent warnin...
2006-10-25  Giuseppe BilottaStrings returned by get_cached now have a cached? metho...
2006-10-24  Giuseppe BilottaDon't change the default headers setting the headers...
2006-10-24  Giuseppe BilottaInitial implementation of proper caching based on last...
2006-10-24  Giuseppe BilottaSupport basic_auth in httputil get and head methods
2006-10-23  Giuseppe BilottaFix targmax/maxtargets handling
2006-10-19  Giuseppe BilottaImprove launch_here script with the suggestions from...
2006-10-19  Giuseppe BilottaFix redirection in httputil.get when location is only...
2006-10-15  Giuseppe BilottaSafe-save tempfiles are now created in a botclass-local...
2006-10-15  Giuseppe BilottaUtils.safe_save does a 'safe' saving (save to tempfile...
2006-10-15  Giuseppe BilottaAllow plugins to do things when the language is changed...
2006-10-15  Giuseppe BilottaBetter flood control
2006-10-14  Giuseppe BilottaCreate Utils.decode_html_entities, inspired from equiva...
2006-10-13  Giuseppe BilottaFine tune url plugin
2006-10-13  Giuseppe BilottaMinor tweaks to httputil: make last response available...
2006-10-02  Giuseppe BilottaFix help (one more time)
2006-10-02  Giuseppe BilottaUsage wants a parameter
2006-09-25  Giuseppe BilottaClean up botmodule loading and command parsing and...
2006-09-25  Giuseppe BilottaAdd help for ping
2006-09-21  Giuseppe BilottaNew auth framework is now backwards compatible: auth...
2006-08-31  Giuseppe BilottaFine tune and document 'permissions view' (auth core...
2006-08-31  Giuseppe Bilottamessagemapper fix ... watch what you name your variables!
2006-08-31  Giuseppe BilottaImprove debugging output in messagemapper
2006-08-31  Giuseppe BilottaFix messagemapper for optional arguments
2006-08-29  Giuseppe BilottaIntroduce BotConfigValue permissions, to protect partic...
2006-08-25  Giuseppe BilottaFix stupid bug in the new message mapping
2006-08-25  Giuseppe BilottaOptimize auth module exploiting new message mapping...
2006-08-25  Giuseppe BilottaNew implementation for the message mapper: multi-word...
2006-08-25  Giuseppe BilottaFix small typo in basics core botmodule
2006-08-25  Giuseppe BilottaChangeset [440] introduced a redundant definition of...
2006-08-20  Giuseppe BilottaImprove NOTICE and PRIVMSG robustness when target is...
2006-08-17  Giuseppe BilottaStupid horrible typo in botuser.rb login method
2006-08-17  Giuseppe BilottaAdapt topic plugin to new IRC framework
2006-08-17  Giuseppe BilottaFix help. For real
2006-08-17  Giuseppe BilottaProvide the InvalidPassword exception
2006-08-16  Giuseppe BilottaFix help
2006-08-16  Giuseppe BilottaSome error handling cleanup
2006-08-12  Giuseppe BilottaFix a problem with subregistries
2006-08-11  Giuseppe Bilottanickokay now properly selected
2006-08-11  Giuseppe Bilottanickreply and nickokay method, with option to let reply...
2006-08-11  Giuseppe Bilottaauth.allow? method now informs a user when they don...
2006-08-10  Giuseppe BilottaBotUser wants username=, not name=
2006-08-10  Giuseppe BilottaFix exception when a QUITting user was not in the first...
2006-08-06  Giuseppe BilottaThe kernel now has a @bot.kick(channel, user, msg)...
2006-08-06  Giuseppe BilottaUsers can now be imported from exported data files...
2006-08-06  Giuseppe BilottaFix some bugs when setting permissions; introduce the...
2006-08-06  Giuseppe BilottaForgot the kernel fixes for previous commit
2006-08-06  Giuseppe BilottaPermissions can now be set and reset correctly
2006-08-06  Giuseppe BilottaBotuser information can now be exported
2006-08-06  Giuseppe BilottaFix some kernel auth bugs
2006-08-06  Giuseppe BilottaWhen copying botusers, dup all the entries to prevent...
2006-08-06  Giuseppe BilottaAfter changing a botuser setting, the settings for...
2006-08-06  Giuseppe BilottaBotusers can now be copied and renamed
2006-08-06  Giuseppe BilottaBotusers can now be destroyed
2006-08-06  Giuseppe BilottaBotusers can now be created.
2006-08-06  Giuseppe BilottaUser management is now almost complete. The only missin...
2006-08-05  Giuseppe Bilottaauth botmodule now allows showing all user settings...
2006-08-05  Giuseppe BilottaFix user data not being upgraded and fix a bug in the...
2006-08-05  Giuseppe BilottaFix some save/quit/rescan races
2006-08-05  Giuseppe BilottaFix a disconnect on topic change
2006-08-05  Giuseppe BilottaRename the file core.rb to reflect the new botmoulde...
2006-08-05  Giuseppe BilottaInternally rename the core botmodule to basics
2006-08-05  Giuseppe BilottaFix server casemap handling
2006-08-05  Giuseppe BilottaMinor esthetical fixups
2006-08-05  Giuseppe BilottaAuth framework now allows automatic login and login...
2006-08-05  Giuseppe BilottaAdjust auth framework to work with improved Irc framewo...
2006-08-04  Giuseppe BilottaCommit [369] was bogus. This one cleans up and sanitize...
2006-08-04  Giuseppe BilottaImprove robustness of ArrayOf; fix some inspect methods
2006-08-04  Giuseppe BilottaImprove robustness of ArrayOf; fix some inspect methods
2006-08-04  Giuseppe BilottaFreenode changes the hostmask of users after identifica...
2006-08-04  Giuseppe BilottaAhem. I should remember to test things ''before'' commi...
2006-08-04  Giuseppe BilottaFix one more problem with missing COREDIR and clean...
2006-08-04  Chris GahanA little handy script that launches the rbot daemon...
2006-08-04  Giuseppe BilottaSome fixes for the help system. Still not perfect,...
2006-08-04  Giuseppe BilottaFix stupid bug introduced with the new debugging messag...
2006-08-03  Giuseppe BilottaMore responsive quits and some extra debug info for...
2006-08-03  Giuseppe BilottaMake keywords.rb into a plugin and sync with 0.9.10
2006-08-03  Giuseppe BilottaFix bug when users changed nick
2006-08-03  Giuseppe BilottaInitial version of the new auth coremodule
2006-08-03  Giuseppe BilottaLots of fixes all around, in preparation for the new...
2006-08-02  Giuseppe BilottaFix message handling, comment out some debug messages
2006-08-02  Giuseppe BilottaInitial factorization of botconfig into kernel function...
2006-08-02  Giuseppe BilottaFix User selection/creation
2006-08-02  Giuseppe BilottaAuth now follows the specs defined in NewAuthModule...
2006-08-02  Giuseppe BilottaModularized core now functional. Still a lot to do...
2006-08-01  Giuseppe BilottaNew modular framework is in place. Nothing works until...
next