summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-05-12We've had an IS_OPER macro for a long time. About time we started using it, m...w00t
2007-05-12Fix compile error.w00t
2007-05-12Make this use SendError rather than rolling it's own. Fun fact: this notice w...w00t
2007-05-12Remove the char junk here, use an std::stringw00t
2007-05-11Make sure we always use the correct index for the nickname (thanks djGrr)brain
2007-05-11Remove some stuff deprecated since 1.0w00t
2007-05-11Allow removal of client ports from the config file via rehashbrain
2007-05-11Thou shalt test compile before committing :pbrain
2007-05-11Refactor port binding, warning not yet tested fullybrain
2007-05-11(Pretend the last commit never happened.)w00t
2007-05-11Change the text of the 461 on invalid ident. Technically, this is correct, bu...w00t
2007-05-11One of my XXXs done, tidy logic in herew00t
2007-05-11Last commit of that batch: Fix some returncodes (some stuff here really didn'...w00t
2007-05-11Yes, and here too. I want these in seperatly so I can roll them back if I scr...w00t
2007-05-11Logic cleanup here too.w00t
2007-05-11Opers haven't been able to change the modes of others since 1.0.w00t
2007-05-11Clear up logic a little here, check error conditions at the top, succeed at t...w00t
2007-05-11Make the same (r6972) fix here.w00t
2007-05-11Remove duplication of conf loading code here. Just call rehash in constructor...w00t
2007-05-11Fix a slightly out of date comment (from before the days of the self commenti...w00t
2007-05-10Document new tagsbrain
2007-05-10Add <watch maxentries> and <silence maxentries>brain
2007-05-10Attach ident and original username to the metadata of the user, so that it ca...brain
2007-05-10Add m_taxonomy and api minor tweak to make it work, enable some modules for it.brain
2007-05-10Patch by djGrrr to WHOIS to fix up another potential information leak, now re...w00t
2007-05-10Remove redundant if (), pointed out by djGrrr.w00t
2007-05-10Much thanks to djGrrr for being helpful. Give this a go.w00t
2007-05-10FIX: Don't show time for remote clients on /whois nickw00t
2007-05-10I got very confused here.. let's fix thisw00t
2007-05-10Clarify some of the comments here..w00t
2007-05-10(will be tested like nowish): Modified version of djGrrr's patch to re-fix #286.w00t
2007-05-10I can do coding, me!brain
2007-05-10Slightly modify WHO <port> p to allow a port range, e.g. "WHO 6660-6669,7000,...brain
2007-05-10Change some stuff around to make sure metadata/fmode comes after nick list if...brain
2007-05-10remove EB metadata madness and make services people happy.brain
2007-05-10Fix for bug #281, oper fail notices should be globalbrain
2007-05-10Add HiroP to contributors for being such a helpful little gubbins ;>. Congrad...w00t
2007-05-10Helpop fixes, noted by HiroP, derived from patch by HiroP in bug #291w00t
2007-05-10Add openssl cert generation prettyness, make it like our gnutls one. It seems...brain
2007-05-10Remove pointless debugbrain
2007-05-10Remove a large portion of commented craq, and make this fit in better with th...w00t
2007-05-10Update this to use the new copyright headerw00t
2007-05-10Add <stripcolor:allowchanops> to allow channel operators to bypass color stri...w00t
2007-05-10Remove PARKSTATS from example helpop conf, thanks HiroPw00t
2007-05-10Fix typo in r6944, thanks HiroPw00t
2007-05-10If hidewhois is enabled, don't show idle time unless requested via remote /wh...w00t
2007-05-10Add warning notice to m_deaf, as setting it will make new users pretty confus...w00t
2007-05-10Fix duplicate End of /NAMES list from here.peavey
2007-05-10chanrec::UserList() gives out end of names numeric. So don't do it here. Fix ...peavey
2007-05-10Comment what ive done, so that someone doesnt go 'oh thats a redundant data c...brain