summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-02-08Finally FIXED ALL THE CRAQPIPE INDENTING (and lack of)brain
2006-02-08AIEEEEEEbrain
2006-02-08Fixed cosmetic 'need to be halfop to change modes' when kickingbrain
2006-02-08Complete lack of any consistent indenting SERIOUSLY ftl.brain
2006-02-08Fixed more crap indenting!brain
2006-02-08Fixed SOME of craigs horrendous lack of any indenting whatsoeverbrain
2006-02-08Match bans against user::ip4 in add_channelbrain
2006-02-08Potential fix for CS Testnet bug, thanks to Special for helping with this one.w00t
2006-02-07Properly count remote opers in /LUSERSbrain
2006-02-07005 update, removed duplicate WALLCHOPS reported by ThaPrince, added VBANLISTbrain
2006-02-07Avoiding assignment of std::strings unless neccessary to speed up burstsbrain
2006-02-07Uses less write() callsbrain
2006-02-07Faster ADDLINE codebrain
2006-02-07Experimental improved string handling in server linksbrain
2006-02-07Removed a strlen()brain
2006-02-07Slightly more efficient write buffersbrain
2006-02-07Tidying of snotices (adding '***' to start of WriteOpers texts)brain
2006-02-07Fixed WHOIS to respect +i channels, optimized in case where source == target ...brain
2006-02-07Trivial spacing to make it identicalbrain
2006-02-07Fix signedness warningbrain
2006-02-07Added max and current local/global usercounts to /lusers same way as most oth...brain
2006-02-07Now errors when sent SERVER on a non-server portbrain
2006-02-07Modified ./configure to symlink ssl modules instead of cp'ing them, this make...brain
2006-02-07Typo fixbrain
2006-02-07Typo (oops)brain
2006-02-06Force initialize host to "" just in case it isnt (it should be however, as it...brain
2006-02-06Disabled ip->hostname cache, seems a bit fubarbrain
2006-02-06Allow remote bans from servers to be represented as servers in the banlistbrain
2006-02-06Removed some debug notices that were mistakenly in the DEFAULT loglevelbrain
2006-02-06Fixed /LINKS to show flat even in tricky mIRC.brain
2006-02-06Make ulines /swhois silentlyom
2006-02-06Fix typobrain
2006-02-06Documented <options:tempdir>brain
2006-02-06Added support for changing tempdir via <options:tempdir>brain
2006-02-06Pedantic tweak to /WHO (this actually needs rewriting at some point -- its a ...brain
2006-02-05w00tie made me do this :( Remove myself from the 'Testers' section of /info c...om
2006-02-05Yeah, this thing only uses 1 param, but requires 2? :Pfrostycoolslug
2006-02-05Made devoice not oper-only (Congrats to the original coder!)frostycoolslug
2006-02-05Fixed missing speech marks and stuff (vim and syntax highlight for the win)brain
2006-02-05Added more up to date helpop.conf from Custodis <tballen@bhcnetworks.com>brain
2006-02-05Fixed two unneccessary strlcpy's in the wildcard matching that just were ther...brain
2006-02-05Fix to allow empty but defined away message (yes, really)brain
2006-02-05Fixed another issuebrain
2006-02-05Bad brain, bad badbrain
2006-02-05Bugfix to cmd_modules, we've added some event types since it was written, cou...brain
2006-02-05Propogation of away messages across network (we dont bounce the numeric back ...brain
2006-02-05AAARGH! GRAMMAR NAZIS! ALL AROUND ME!brain
2006-02-05Fixes for (unlikely and theoretical) desync in TOPICbrain
2006-02-05Fix to prevent use of aliases before reigstering connectionbrain
2006-02-05Add .c_str()'s to m_sqloper in call to OneOfMatches(), and change prototype o...om