summaryrefslogtreecommitdiff
path: root/lib/rbot/irc.rb
AgeCommit message (Expand)Author
2008-04-22Licensing uniformity: dual-license rbot core under MIT+acknowledgement and GPLv2Giuseppe Bilotta
2008-03-04Unixify all line endings.Giuseppe Bilotta
2008-02-13* fix a bug in the definition of Object#nil_or_empty?Giuseppe Bilotta
2007-12-14maskdb: be case insenstiveGiuseppe Bilotta
2007-12-07New Irc Framework: netmask generalization now takes into consideration Azzurr...Giuseppe Bilotta
2007-11-21New IRC Framework: warn, don't raise, on case mismatchGiuseppe Bilotta
2007-11-06Improved inspect methods all aroundGiuseppe Bilotta
2007-11-06New Irc Framework: methods to convert channel user modes (op, voice, etc) fro...Giuseppe Bilotta
2007-11-06New Irc Framework: fix channel creation when topic=nilGiuseppe Bilotta
2007-09-22+ (irc) generalize() method for Netmask classDmitry Kim
2007-09-13more rdoc-ificationGiuseppe Bilotta
2007-09-04New Irc Framework: Netmask-to-Netmask conversion should offer a default serve...Giuseppe Bilotta
2007-09-04New Irc Framework: ident methods synonyms for user for Irc::NetmaskGiuseppe Bilotta
2007-09-02New Irc Framework: make Netmask.new(somenetmask) workGiuseppe Bilotta
2007-08-22New Irc Framework: optimize Channel#has_user?()Giuseppe Bilotta
2007-08-22New Irc Framework: channel add_user was adding users indiscriminately when si...Giuseppe Bilotta
2007-07-31Store the real_name information from WHO repliesGiuseppe Bilotta
2007-07-31New IRC Framework: store a User's real_nameGiuseppe Bilotta
2007-07-29User mode-checking methods now accept channel names and will try to resolve t...Giuseppe Bilotta
2007-07-26Mode-checking methohds for User tooGiuseppe Bilotta
2007-07-26Channel methods to check for user modes, with quickies to check for op and voiceGiuseppe Bilotta
2007-04-11New IRC Framework: move #full_irc_downcase() and #full_downcase() methods to ...Giuseppe Bilotta
2007-04-11New IRC Framework: fix critical bug in Irc::Netmask to Regexp conversionGiuseppe Bilotta
2007-04-06New IRC Framework: topic setter should be a Netmask, not a User. Also improve...Giuseppe Bilotta
2007-04-04New IRC Framework: use #reverse_each() instead of #each() when clearing the l...Giuseppe Bilotta
2007-03-14Improved handling of server limitsGiuseppe Bilotta
2007-03-08Previous attempt at cleaning up the prefix matcher were too restrictive, try ...Giuseppe Bilotta
2007-03-05Previous commit wasn't that good, too restrictive. Relax, and differentiate b...Giuseppe Bilotta
2007-03-05Rework netmask/hostname detection code to work around non-RFC-compliant serversGiuseppe Bilotta
2007-02-18More fixes for nickname handling on connectionGiuseppe Bilotta
2007-02-15New IRC Framework: set default capabilities to RFC's valuesGiuseppe Bilotta
2007-02-14Really minor typo in previous commitGiuseppe Bilotta
2007-02-14New Irc Framework: fix default channel modes prefixes for usersGiuseppe Bilotta
2007-02-14New Irc Framework: fix bug in debug message causing failuresGiuseppe Bilotta
2007-02-12Fix casemap/server mismatch problems when moving the bots between servers wit...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-01-30IRC Framework: accept nil or empty nicks and channel names when looking for a...Giuseppe Bilotta
2007-01-06Irc framework: fix errors in filling up the user lists for channelsGiuseppe Bilotta
2006-10-23Fix targmax/maxtargets handlingGiuseppe Bilotta
2006-08-25Changeset [440] introduced a redundant definition of the downcase method for ...Giuseppe Bilotta
2006-08-17Adapt topic plugin to new IRC frameworkGiuseppe Bilotta
2006-08-05Fix user data not being upgraded and fix a bug in the login-by-mask codeGiuseppe Bilotta
2006-08-05Fix server casemap handlingGiuseppe Bilotta
2006-08-05Minor esthetical fixupsGiuseppe Bilotta
2006-08-05Adjust auth framework to work with improved Irc framework and fix some issues...Giuseppe Bilotta
2006-08-04Commit [369] was bogus. This one cleans up and sanitizes the Irc framework.Giuseppe Bilotta
2006-08-04Improve robustness of ArrayOf; fix some inspect methodsGiuseppe Bilotta
2006-08-04Improve robustness of ArrayOf; fix some inspect methodsGiuseppe Bilotta