summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2006-10-08Update commentsbrain
2006-10-06/me thwaps special for not reading comments :pbrain
2006-10-06Make this module propogate remote modes by directly calling the MODE command ...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-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-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-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-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-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-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 SAJOIN notices to show target instead of source nickjamie
2006-10-02Fix REMOVE reasonjamie
2006-10-02Add r5381 fix to remote rehash toow00t
2006-10-02This ULine check looks really, really bad - and caused horrible things to hap...w00t
2006-10-01Remove duplicate oper noticejamie
2006-10-01It all came down to a >1 where we needed a >0. Things should be stable now jamiebrain
2006-10-0164bit fixesom
2006-10-01Now with binary versioning goodnessbrain
2006-10-01Atheme wont work right, because this wasnt VF_COMMON. If its not VF_COMMON, i...brain
2006-09-30Fix broken opermd5 (switch over % and / operators)brain
2006-09-29CGIResolver isnt being passed a serverinstance to its constructor, so its try...brain
2006-09-29Made m_filter_pcre free the compiled regular expressions on rehash (no more m...special
2006-09-29Fixed the pcre include path in m_filter_pcre - on every system I tested, --cf...special
2006-09-28Cleaned up FJOIN a bit, fixing another segfault in the process. Brain should ...special
2006-09-28Fixed another segfault in m_spanningtree's FJOIN (forgot to check if the chan...special
2006-09-27Fixed /spynames, thanks to relax for finding the bugspecial