summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2008-04-11* recalculate the relative version timestamp on !versiondmitry kim
2008-04-10filters: suppress a warningGiuseppe Bilotta
2008-04-10Bug fix, priority order needs to be marked dirty when modules added.doki_pen
2008-04-10plugins: reinstate debug lines in privmsg()Giuseppe Bilotta
2008-04-10plugins: mark priorities dirty on rescanGiuseppe Bilotta
2008-04-09Added event priorities to modules.doki_pen
2008-04-09message: force Irc color to be specificed with 2 digitsGiuseppe Bilotta
2008-04-09extends: Array#shuffle! and shuffle methodsGiuseppe Bilotta
2008-04-09extends: Array#delete_one takes an optional argument for the element to delet...Giuseppe Bilotta
2008-04-08revert previous useless commit and rdocify documentation of accessors to BotM...Giuseppe Bilotta
2008-04-08extends: registry reader attribute for BotModuleGiuseppe Bilotta
2008-04-08extends: BotModule#fake_message() to simplify creation of fake messagesGiuseppe Bilotta
2008-04-07message: new 'ignored' propertyGiuseppe Bilotta
2008-04-07plugins: irc_delegate to do listen+actual delegateGiuseppe Bilotta
2008-04-07plugins: message() delegateGiuseppe Bilotta
2008-03-28auth core module: allow and deny commandsGiuseppe Bilotta
2008-03-28plugins: expose the registry and the map handler as methods for the BotModule...Giuseppe Bilotta
2008-03-28* plugins/unicode -> core/unicode; don't require "jcode"dmitry kim
2008-03-28* (core/remote) use safe bind() defaultsdmitry kim
2008-03-27* handle invites properly -- forgot more than half the files :/Giuseppe Bilotta
2008-03-27* handle invites properlyGiuseppe Bilotta
2008-03-26Merge atj's auth changesGiuseppe Bilotta
2008-03-25core/auth.rb: don't allow the master password to be told to a user, and corre...Adam James
2008-03-25ircbot: remove obsolete commented includesGiuseppe Bilotta
2008-03-25filters: UI and methods to list filter groupsGiuseppe Bilotta
2008-03-24utils: Utils.secs_to_short convert seconds into hour:minute:seconds format etcGiuseppe Bilotta
2008-03-23auth core module: missing h in permissions searcH helpGiuseppe Bilotta
2008-03-23* httputil: avoid double read in partial_bodydmitry kim
2008-03-21Merge branch 'master' of ssh://ruby-rbot.org/var/git/rbotYaohan Chen
2008-03-21message.rb: Regexp.escape nickname when embedding it in regexp, as nicknames ...Yaohan Chen
2008-03-19utils: Utils.check_location returns an array of locations if check succeedsGiuseppe Bilotta
2008-03-17utils: Utils.check_location comfort method for :htmlinfo filtersGiuseppe Bilotta
2008-03-17filters: HTML info extraction is now a filterGiuseppe Bilotta
2008-03-17filters: don't force data types in @bot.filter()Giuseppe Bilotta
2008-03-14filters: filters_ui core module to manage filters from IRCGiuseppe Bilotta
2008-03-14filters: has_filter? methodGiuseppe Bilotta
2008-03-14filters: method to get the global filter name of a grouped filterGiuseppe Bilotta
2008-03-14filters: filter_names(group=nil) method to retrieve available filtersGiuseppe Bilotta
2008-03-14filters: filter groupsGiuseppe Bilotta
2008-03-13filters: @bot.filter can now be called with a list of filters and with any fo...Giuseppe Bilotta
2008-03-13filters: DataStream can now be initialized with a String followed by a HashGiuseppe Bilotta
2008-03-13filters: initial implementationGiuseppe Bilotta
2008-03-12* we're now "git version", not "svn version" by defaultdmitry kim
2008-03-12* (messagemapper) catch and report all exceptions in threaded actionsdmitry kim
2008-03-11gettext: undefine GetText if we failed to load properlyGiuseppe Bilotta
2008-03-11load-gettext.rb: accept ruby-gettext version of 1.8.0 and above, not just 1.8...Yaohan Chen
2008-03-11ircbot: don't die on SocketError during disconnectGiuseppe Bilotta
2008-03-11Documentation cleanupsGiuseppe Bilotta
2008-03-10svn import left spurious lib/rbot/plugins hanging aroundGiuseppe Bilotta
2008-03-04Unixify all line endings.Giuseppe Bilotta