summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2007-05-16We announce a ping timeout THREE different times and ways on the server that ...brain
2007-05-16And fix another booboobrain
2007-05-16Add a notice on connection close stating server link uptime, and fix a bug in...brain
2007-05-16Tidy logic a little in here, and support <options:exemptchanops>w00t
2007-05-16Opers are not exempt from other modes, don't exempt them from +N (we may add ...w00t
2007-05-16While rolling our own IS_LOCAL check with irc::string comparison is clever (T...w00t
2007-05-14More tweaks from Eric, when an oper is invisible, attempting to /notice or /p...brain
2007-05-14Added patch from Eric at neowin.net so that opers are still visible joining/p...brain
2007-05-14quietbursts tweak for hiropbrain
2007-05-14Now really add +f to <options:chanopsexempt>. Previous add was m_chanfilter (...w00t
2007-05-14The last commit never happened.w00t
2007-05-14Add +f (chanfilter) to <options:exemptchanops>w00t
2007-05-13Replace strip/blockcolor tags with <options:exemptchanops>, sexy string of mo...w00t
2007-05-13We dont need to send FMODE for user mode changes, and the FMODE handler doesn...brain
2007-05-13Fix remote bursting with quietbursts, before QA actually test it :P (thanks H...brain
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-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-12The commit that should have been r7000: src/modules now uses IS_OPER instead ...w00t
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-11Thou shalt test compile before committing :pbrain
2007-05-11Refactor port binding, warning not yet tested fullybrain
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-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-10I can do coding, me!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-10Remove pointless debugbrain