summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2007-02-12Initial work on a DRb-based remote service for rbot. Thanks to halorgium for ...Giuseppe Bilotta
2007-02-11MessageMapper: documentation cleanup, and Template enhancements (they now rem...Giuseppe Bilotta
2007-02-11Minor messagemapper optimizationsGiuseppe Bilotta
2007-02-11Start work on preferring size to length: it's the same for arrays, and will b...Giuseppe Bilotta
2007-02-10Preserve safe save dir across rescansGiuseppe Bilotta
2007-02-10Handle server connections (e.g. through a bip proxy) that do not use the full...Giuseppe Bilotta
2007-02-08Message mapper: we are ony interested in matching messages that fully agree w...Giuseppe Bilotta
2007-02-07Fix rbot quietingGiuseppe Bilotta
2007-02-06Enhance Utils tools to get first pars, allowing an option to strip an initial...Giuseppe Bilotta
2007-02-06Fix IRCification of HTML strings when only whitespace is present between IRC ...Giuseppe Bilotta
2007-02-06Move code to get first par from a series of urls from search plugin to Utils,...Giuseppe Bilotta
2007-02-06Optimizations to ircify_first_html_parGiuseppe Bilotta
2007-02-06Move code to find and ircify first par from search plugin to utilsGiuseppe Bilotta
2007-02-06Move extensions to standard classes into a specific extends.rb util moduleGiuseppe Bilotta
2007-02-06sendmsg improvements: default send options can now be configured via the stan...Giuseppe Bilotta
2007-02-06Create an utils subdir in core, which will store all utility files that can b...Giuseppe Bilotta
2007-02-06New IRC Framework: more convenience methods to look into Netmask, User and Ch...Giuseppe Bilotta
2007-02-06New IRC Framework: NetmaskList now have an enhanced [] that allows retrieval ...Giuseppe Bilotta
2007-02-05New IRC Framework: add missing accessors for channel modesGiuseppe Bilotta
2007-02-05Improved Utils.secs_to_stringGiuseppe Bilotta
2007-02-05Fix max_lines handling in new sendmsg codeGiuseppe Bilotta
2007-02-05Fix horrible bug in reworked sendmsg code that prevented it from working corr...Giuseppe Bilotta
2007-02-05sendmsg improvements: plugins can now choose what to do with overlong message...Giuseppe Bilotta
2007-02-04Minor optimization in message.rbGiuseppe Bilotta
2007-02-04Tuning of messagemapper debug outputGiuseppe Bilotta
2007-02-04Reschedule save timer when changing core.save_everyGiuseppe Bilotta
2007-02-04Fix rescheduling of timersGiuseppe Bilotta
2007-02-04Properly implement maximization of raw message lengthGiuseppe Bilotta
2007-02-04Minor auth help fixGiuseppe Bilotta
2007-02-02Enhance the :requirements functionality in #map() to allow regexps with captu...Giuseppe Bilotta
2007-02-02Plugin map requirements are now checked at regular expression time, not later onGiuseppe Bilotta
2007-02-02In the new message mapper code, fail unconditionally when an entry doesn't ma...Giuseppe Bilotta
2007-01-30Core botmodule config.rb has some (very little) facility to ease config key s...Giuseppe Bilotta
2007-01-30IRC Framework: accept nil or empty nicks and channel names when looking for a...Giuseppe Bilotta
2007-01-30Whitespace cleanupGiuseppe Bilotta
2007-01-29Allow timer action reschedulingGiuseppe Bilotta
2007-01-29Messages from ignored users are logged to IRC logs, even though no other acti...Giuseppe Bilotta
2007-01-28Previous commit was too squeezy. Check actual server limitsGiuseppe Bilotta
2007-01-28Try to squeeze as much characters as possible on a single lineGiuseppe Bilotta
2007-01-28Minor Utils entity cleanupGiuseppe Bilotta
2007-01-23Memory optimizations in plugin management (useful on rescans)Giuseppe Bilotta
2007-01-21Re-enable irc.ignore_usersGiuseppe Bilotta
2007-01-12Totally reworked ping timeout detectionGiuseppe Bilotta
2007-01-09Downcase the irc log location, so that loggin to e.g. #Channel and #channel g...Giuseppe Bilotta
2007-01-07[574] still had a stupid typoGiuseppe Bilotta
2007-01-06Irc framework: fix errors in filling up the user lists for channelsGiuseppe Bilotta
2007-01-06Try another fix for servers not going in ping timeoutGiuseppe Bilotta
2007-01-02Fix reconnect errorsGiuseppe Bilotta
2006-12-20Fix 'Unknown command' being received from serverGiuseppe Bilotta
2006-11-01SSL supportGiuseppe Bilotta