summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-05-13Better logging to troubleshoot silentburstsbrain
2007-05-13Make the debug output a bit more readablebrain
2007-05-13Add <blockcolor:allowchanops>, mirroring <stripcolor:allowchanops>.w00t
2007-05-13Poach feature request: If a server does not respond after x seconds to a PING...brain
2007-05-13Make this FindFeature once, and store the result. It was different dating bac...w00t
2007-05-13Add README to docs directory giving links to various stuff (bugtracker, wiki,...w00t
2007-05-12Argh, forgot the space on the end. >_<w00t
2007-05-12Make this use std::string, not char crapw00t
2007-05-12Last IS_AWAY fix. No more *u->awaymsg. :)w00t
2007-05-12While I'm on the macro warpath: start using IS_AWAY. Also, show the away mess...w00t
2007-05-12The commit that should have been r7000: src/modules now uses IS_OPER instead ...w00t
2007-05-12WINNAHbrain
2007-05-12Opers cannot change the modes of others, and on this module, it's a reeeeeeee...w00t
2007-05-12Opers cannot change the modes of others.w00t
2007-05-12Change to IS_OPER, also modify to use short circuit evaluation (simple char c...w00t
2007-05-12Opers cannot change the modes of others. (In retrospect, a mass commit of the...w00t
2007-05-12Opers cannot change the modes of others.w00t
2007-05-12Small thing, but check for IS_OPER(source) too, just in case someone crazy wr...w00t
2007-05-12Opers cannot change the modes of othersw00t
2007-05-12Opers cannot change the modes of othersw00t
2007-05-12This catch doesn't need to be here. :ow00t
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