summaryrefslogtreecommitdiff
path: root/lib/rbot/core
AgeCommit message (Expand)Author
2008-07-30* nick is handled by config, not basicsGiuseppe Bilotta
2008-07-29auth core botmodule: advertise and act on mismatched master passwordGiuseppe Bilotta
2008-07-07httputil: don't fail when b0rked servers put the charset in the content-encodingGiuseppe Bilotta
2008-07-03utils.rb: added timeago and distance_of_time_in_words functionsCasey Link
2008-06-26config.rb: localize git date in versionGiuseppe Bilotta
2008-06-24extends.rb: suppress warningGiuseppe Bilotta
2008-06-24fake_message duplicates m.reply and m.in_thread from the :from messageYaohan Chen
2008-06-24fake messages will use the originating message's reply methodYaohan Chen
2008-06-23extends: define Array#shuffle(\!) only if not present already, and use simple...Giuseppe Bilotta
2008-06-18+ core/irclog: dedicated loggers threaddmitry kim
2008-06-16irclog: log own CTCP message with correct syntaxGiuseppe Bilotta
2008-05-04fixed typo in help authMoritz 'moemoe' Augsburger
2008-05-01* unicode.rb: @old_kcode --> @@old_kcode [we aren't always called as an insta...dmitry kim
2008-04-24config core botmodule: only show possible keys summary when more than one key...Giuseppe Bilotta
2008-04-24config core botmodule: bolden keys on searchGiuseppe Bilotta
2008-04-22Licensing uniformity: dual-license rbot core under MIT+acknowledgement and GPLv2Giuseppe Bilotta
2008-04-19core/irclog: black and whitelistsGiuseppe Bilotta
2008-04-19core/irclog: config option for max open filesGiuseppe Bilotta
2008-04-15+ core/irclog: stamp/close logs on rescan/restartdmitry kim
2008-04-15+ core/irclog: expiration for the open logfiles cachedmitry kim
2008-04-15+ core/irclog: time stamp on opendmitry kim
2008-04-15irclog: uniformize logging styleGiuseppe Bilotta
2008-04-15irclog core module: dispatch from listen() to catch double-delegated messages...Giuseppe Bilotta
2008-04-15IRC logging refactoringGiuseppe Bilotta
2008-04-14utils: URI fragment is sometimes found in id attribute to A tagGiuseppe Bilotta
2008-04-14utils: don't hang when getting first par with nonexistant uri-fragmentGiuseppe Bilotta
2008-04-14auth core botmodule: it's p, not paramsGiuseppe Bilotta
2008-04-12+ WelcomeMessage classGiuseppe Bilotta
2008-04-11* recalculate the relative version timestamp on !versiondmitry kim
2008-04-10filters: suppress a warningGiuseppe 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-03-28auth core module: allow and deny commandsGiuseppe 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 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-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-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