summaryrefslogtreecommitdiff
path: root/lib/rbot/irc.rb
AgeCommit message (Collapse)Author
2007-04-04New IRC Framework: use #reverse_each() instead of #each() when clearing the ↵Giuseppe Bilotta
list of users and channels on a server, otherwise only half of the items get deleted
2007-03-14Improved handling of server limitsGiuseppe Bilotta
2007-03-08Previous attempt at cleaning up the prefix matcher were too restrictive, try ↵Giuseppe Bilotta
using a different approach
2007-03-05Previous commit wasn't that good, too restrictive. Relax, and differentiate ↵Giuseppe Bilotta
between user id and mask
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 ↵Giuseppe Bilotta
with different casemaps
2007-02-06New IRC Framework: more convenience methods to look into Netmask, User and ↵Giuseppe Bilotta
Channel Lists
2007-02-06New IRC Framework: NetmaskList now have an enhanced [] that allows retrieval ↵Giuseppe Bilotta
by Netmask or String
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 ↵Giuseppe Bilotta
a user or server on a channel
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
Channel
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 ↵Giuseppe Bilotta
issues in the Irc framework itself. Get rid of some of the debug clauses
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
2006-08-04Freenode changes the hostmask of users after identification. Do not fail ↵Giuseppe Bilotta
when a known user comes up with a different netmask, just give a warning
2006-08-04Fix stupid bug introduced with the new debugging messages. switch to ↵Giuseppe Bilotta
kind_of? instead of .class<=
2006-08-03More responsive quits and some extra debug info for the new irc frameworkGiuseppe Bilotta
2006-08-03Fix bug when users changed nickGiuseppe Bilotta
2006-08-03Lots of fixes all around, in preparation for the new auth coremoduleGiuseppe Bilotta
2006-08-02Fix message handling, comment out some debug messagesGiuseppe Bilotta
2006-08-02Fix User selection/creationGiuseppe Bilotta
2006-08-01New Irc framework: fix channel modes handlingGiuseppe Bilotta
2006-08-01Some stupid fixesGiuseppe Bilotta
2006-07-31First shot at the new Irc framework. Bot is usable (sort of), but not all ↵Giuseppe Bilotta
functionality may work as expected (or at all). If you are testing it, please report. Auth is known to be nonfunctional
2006-07-30Initial commit of the new Irc framework. Only add the file, no changes to ↵Giuseppe Bilotta
the actual rbot code