Allow customization of the plugins load path
[rbot] / lib / rbot / core /
2007-03-05  Giuseppe BilottaRework netmask/hostname detection code to work around...
2007-02-23  Giuseppe BilottaUtils.secs_to_string now convert seconds to integers...
2007-02-18  Giuseppe BilottaInitial steps towards a namespace rationalization
2007-02-18  Giuseppe BilottaPlugin header boilerplating.
2007-02-18  Giuseppe Bilottabasics: respond to public pings too (i.e. to /ping...
2007-02-15  Giuseppe BilottaRegexp: IP address regexps where missing an octet
2007-02-15  Giuseppe BilottaMore Regexp madness. Fixes, optimizations, and a new...
2007-02-15  Giuseppe BilottaStart implementing common regular expressions to be...
2007-02-14  Giuseppe BilottaTry to fail more graciously when net/https is not loada...
2007-02-12  Giuseppe BilottaRemote Service Provider: increase security by preventin...
2007-02-12  Giuseppe BilottaRemote Service Provider: implement auth control for...
2007-02-12  Giuseppe BilottaRemote Service Provider now functional, although it...
2007-02-12  Giuseppe BilottaInitial work on a DRb-based remote service for rbot...
2007-02-10  Giuseppe BilottaPreserve safe save dir across rescans
2007-02-07  Giuseppe BilottaFix rbot quieting
2007-02-06  Giuseppe BilottaEnhance Utils tools to get first pars, allowing an...
2007-02-06  Giuseppe BilottaFix IRCification of HTML strings when only whitespace...
2007-02-06  Giuseppe BilottaMove code to get first par from a series of urls from...
2007-02-06  Giuseppe BilottaOptimizations to ircify_first_html_par
2007-02-06  Giuseppe BilottaMove code to find and ircify first par from search...
2007-02-06  Giuseppe BilottaMove extensions to standard classes into a specific...
2007-02-06  Giuseppe BilottaCreate an utils subdir in core, which will store all...
2007-02-04  Giuseppe BilottaMinor auth help fix
2007-01-30  Giuseppe BilottaCore botmodule config.rb has some (very little) facilit...
2006-10-02  Giuseppe BilottaFix help (one more time)
2006-10-02  Giuseppe BilottaUsage wants a parameter
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-29  Giuseppe BilottaIntroduce BotConfigValue permissions, to protect partic...
2006-08-25  Giuseppe BilottaOptimize auth module exploiting new message mapping...
2006-08-25  Giuseppe BilottaFix small typo in basics core botmodule
2006-08-17  Giuseppe BilottaFix help. For real
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 BilottaPermissions can now be set and reset correctly
2006-08-06  Giuseppe BilottaBotuser information can now be exported
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 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 BilottaAuth framework now allows automatic login and login...
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 BilottaMake keywords.rb into a plugin and sync with 0.9.10
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 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...