summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-10-06Make this module propogate remote modes by directly calling the MODE command ...brain
2006-10-06Revert tweakbrain
2006-10-06WriteOpers when reaching the softlimitbrain
2006-10-06More.brain
2006-10-06More debugbrain
2006-10-06Extra debuggingbrain
2006-10-06Make the socketengines always clear the slots on DelFd, even if the underlyin...brain
2006-10-06Add extra debugging for socketengines, will now report OS error string when f...brain
2006-10-06Document more classesbrain
2006-10-06Document a ton of classes (e.g. give them a short description for http://svn....brain
2006-10-06Remove a strcpybrain
2006-10-06Update to support modular prefixes, and eliminate some string copyingbrain
2006-10-06Optimize some morebrain
2006-10-06...and actually take out the +i restrictionbrain
2006-10-06Backport improved NAMES code into m_spybrain
2006-10-06Tidy up strlens which are not requiredbrain
2006-10-06And fix typosbrain
2006-10-06tidy up WriteModebrain
2006-10-06Tidy up m_safelist to avoid strlen on every line output, we're strlen()ing a ...brain
2006-10-05Report invalid command name when invalid command is given in negotiation phasebrain
2006-10-05Remove some annoying debugbrain
2006-10-05Fixed freeing of bound sockets when unloading spanningtreebrain
2006-10-05Was checking 'channel', not 'dest'.brain
2006-10-05And fix my typoes :Dbrain
2006-10-05Move opertypes/operclasses maps into ServerConfig, for some reason these were...brain
2006-10-05Remove VF_STATIC from spanningtree and make a clever destructor to close and ...brain
2006-10-05Add <options:announcets> to output the "TS for #chan changed from 1111 to 2222".brain
2006-10-04Eugh. Revert change InspIRCd::Time() -> time()jamie
2006-10-04Check for non-existent channel in FMODEbrain
2006-10-04Whowas is now fixed.brain
2006-10-04Fix jamies fix (you cant strcpy to a char* pointer, without first allocating ...brain
2006-10-04Fix for bug#159 reported by SiliconAI (unloading causes crash, it neglects to...brain
2006-10-04Extra safety checking in ModeSet just to ensure we cant be passed a null pointerbrain
2006-10-04Nickname collisions were broken! :Obrain
2006-10-04*slaps* jamie for not using tabs to indent ;-pbrain
2006-10-04Prepend ident with '~' if we get no responsejamie
2006-10-03Someone review the comments i put in from line 1515 onwards, and see if theyr...brain
2006-10-03Tidyup (remove casts) and commenting FJOIN a lot, so that others can fix stuf...brain
2006-10-03Fake direction check in FJOIN on all users, plus tidyup of the code that form...brain
2006-10-03New helper class irc::stringjoiner - it pwns you.brain
2006-10-02Fix my last change to InspIRCd::Time()jamie
2006-10-02Use InspIRCd::Time() instead of time()jamie
2006-10-02Seems to work nowbrain
2006-10-02nenolod, what craq were you smoking? this code was FINE, you broke it :Pbrain
2006-10-02Remove testcasesbrain
2006-10-02no you can't just go from a std::ostringstream to a std::string, Om. *thwap*nenolod
2006-10-02mmmm dinner break, oh and document and make use of modestacker.brain
2006-10-02Fix PART messagesjamie
2006-10-02Fix SAJOIN notices to show target instead of source nickjamie
2006-10-02Fix REMOVE reasonjamie