summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-02-20No need to .c_str() the quitmsg, it takes const std::string&brain
2007-02-20Make these vendor modules.peavey
2007-02-20Put back quit prefix that got lost in last fix.peavey
2007-02-19Addition of feature request outlined in bug #195, suggested by Brickerbrain
2007-02-19Too many small tweaks to list. Most notably tidy up info, note that /trace is...brain
2007-02-19When a users nick is overruled, remove their nickname-sent bit from userrec::...brain
2007-02-19fix obligotary typosbrain
2007-02-19Better handling of nickname overrulingbrain
2007-02-19Whoops, typobrain
2007-02-191) Fix for nickname overruled with new cullList stuff -- we have to change th...brain
2007-02-19Fix for crashbugs when quitting users as experienced by satmd, SiliconAI and ...brain
2007-02-18Few more cleanups (no need to update, shouldn't have changed any behaviour..)om
2007-02-18Stop this using some global ServerInstance (where's that even defined? :|) an...om
2007-02-18Account for bearbots whos CTCP TIME misses the ending \1 from the CTCPbrain
2007-02-18Eliminate some string copies, tidy some code, and reverse some short-circuit ...brain
2007-02-17Change bytes-used counter for commands (used by /stats m) as in excessive use...brain
2007-02-17Bump API versionbrain
2007-02-17Change /msg $* to have the correct source the same way /notice $* doesbrain
2007-02-17Remove redundant debugbrain
2007-02-17Drop the invalid command generated by the bearbot CTCP TIME checkbrain
2007-02-17Check CTCP TIME on bearbotsbrain
2007-02-17Get rid of a compile warning. We should remember to use time_t for time varia...peavey
2007-02-17Yes, we know how to spell voluntary (and involuntary!) :<om
2007-02-14Force ipv4 lookups here - cgiirc doesnt support ipv6 anyway.brain
2007-02-12Fixed <link:bind> which was only working on an ipv6 connection. Fixes bug #21...brain
2007-02-12Change around the order of InspIRCd::Cleanup(), as per bug #212brain
2007-02-12I'm not sure OnPostOper is called for remote opering anyway, but to be sure, ...brain
2007-02-12Only apply force join to local clientsbrain
2007-02-12Fix odd warnings from propolice.brain
2007-02-12Get rid of a compile warning.peavey
2007-02-11Add m_conn_join, allows force join of a user to one or more channels on conne...brain
2007-02-11Special *slap* seems to have set this to true :/brain
2007-02-11Bump API version (chanrec::setby increased from NICKMAX to 128)brain
2007-02-11Allow for nick!user@host in TOPIC information.brain
2007-02-10Fix rehashing to display a success notice, tidy up some WriteOpers noticesbrain
2007-02-10Tweak hostname matching in HostMatchesEveryone to compensate for being able t...brain
2007-02-10Use userrec::MakeHost(), not strlcpy/strlcat!brain
2007-02-10Fix that equal sign '=' inside double quotes don't blow up confcheck.peavey
2007-02-10Fix typo reported by owine (bug #208)brain
2007-02-10Merge patch for WEBIRC command from satmdbrain
2007-02-10Improve +f kick message:brain
2007-02-10Make some stuff configurable that hasnt been and should be.brain
2007-02-10And make it compile. (whoops)brain
2007-02-10timermanager never had a ServerInstance. Give it one so we can use InspIRCd::...brain
2007-02-10Remove dup code by calling TickTimers in a loopbrain
2007-02-10DELETE() on the timergroup in DelTimer (small memory leak)brain
2007-02-10Finally make this module work at all on 1.1brain
2007-02-10When opening a file to read, check its not a directory with stat()brain
2007-02-09Check for nonexistent filebrain
2007-02-09Change the constructor of ModeParser, make it just a tiny bit prettier.brain