summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2008-04-13rfc2812: parse User mode changes, even though they aren't handled yetGiuseppe Bilotta
2008-04-13rfc2812: clean up channel mode handlingGiuseppe Bilotta
2008-04-13+ ModeChangeMessage classGiuseppe Bilotta
2008-04-13+ MotdMessage classGiuseppe Bilotta
2008-04-12+ delegate notice() for NoticeMessageGiuseppe Bilotta
2008-04-12+ WelcomeMessage classGiuseppe Bilotta
2008-04-12plugins: make delegate() aware of ignored and fake messagesGiuseppe Bilotta
By convention, ignored messages will only be delegated to plugins with negative priority, while fake messages will only be delegated to plugins with positive priority.
2008-04-12event delegation thresholdsdoki_pen
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 ↵Giuseppe Bilotta
delete: if nil or absent, a random element is returned and deleted
2008-04-08revert previous useless commit and rdocify documentation of accessors to ↵Giuseppe Bilotta
BotModule
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 ↵Giuseppe Bilotta
BotModule class
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
Merge branch 'atj'
2008-03-25core/auth.rb: don't allow the master password to be told to a user, and ↵Adam James
correct the message.
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
can contain [ ] | etc
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 ↵Giuseppe Bilotta
form of datastream initialization
2008-03-13filters: DataStream can now be initialized with a String followed by a HashGiuseppe Bilotta
2008-03-13filters: initial implementationGiuseppe Bilotta