Age | Commit message (Expand) | Author |
2007-05-18 | Fixed a fairly low-risk crash in m_spanningtree | special |
2007-05-18 | m_censor can now block lines as well, by specifying an empty replace string (... | special |
2007-05-17 | Fix broken return statements preventing blockchat and blocked files to be use... | brain |
2007-05-17 | Change the way i/o lines are formatted in debug log to make them more intuiti... | brain |
2007-05-16 | Add a progress meter for loading of core commands, fix broken implementation ... | brain |
2007-05-16 | This is funny, in m_md5 we have an ancient comment from w00t that i forgot to... | brain |
2007-05-16 | We announce a ping timeout THREE different times and ways on the server that ... | brain |
2007-05-16 | And fix another booboo | brain |
2007-05-16 | Add a notice on connection close stating server link uptime, and fix a bug in... | brain |
2007-05-16 | Tidy logic a little in here, and support <options:exemptchanops> | w00t |
2007-05-16 | Opers are not exempt from other modes, don't exempt them from +N (we may add ... | w00t |
2007-05-16 | While rolling our own IS_LOCAL check with irc::string comparison is clever (T... | w00t |
2007-05-15 | Rather largeish change to class checking on connect to fix a few minor bits a... | w00t |
2007-05-15 | Add cmd_reloadmodule.{h,cpp} contributed by Eric at neowin.net, thanks :) | brain |
2007-05-15 | Slight security fix of sorts | w00t |
2007-05-14 | More tweaks from Eric, when an oper is invisible, attempting to /notice or /p... | brain |
2007-05-14 | Added patch from Eric at neowin.net so that opers are still visible joining/p... | brain |
2007-05-14 | Someone forgot the ELIST token (his nick begins with B) | brain |
2007-05-14 | quietbursts tweak for hirop | brain |
2007-05-14 | Allow for resizing of MAXBUF above/below 512 via non-interactive configure. (... | brain |
2007-05-14 | Now really add +f to <options:chanopsexempt>. Previous add was m_chanfilter (... | w00t |
2007-05-14 | The last commit never happened. | w00t |
2007-05-14 | Add +f (chanfilter) to <options:exemptchanops> | w00t |
2007-05-13 | Replace strip/blockcolor tags with <options:exemptchanops>, sexy string of mo... | w00t |
2007-05-13 | We dont need to send FMODE for user mode changes, and the FMODE handler doesn... | brain |
2007-05-13 | Move IsIdent() into helperfuncs.cpp along with IsNick/IsChannel. | w00t |
2007-05-13 | Remove static linking support craq that hasn't been working/used since 1.0 cy... | w00t |
2007-05-13 | Fix remote bursting with quietbursts, before QA actually test it :P (thanks H... | brain |
2007-05-13 | Better logging to troubleshoot silentbursts | brain |
2007-05-13 | Make the debug output a bit more readable | brain |
2007-05-13 | Add <blockcolor:allowchanops>, mirroring <stripcolor:allowchanops>. | w00t |
2007-05-13 | Poach feature request: If a server does not respond after x seconds to a PING... | brain |
2007-05-13 | Make this FindFeature once, and store the result. It was different dating bac... | w00t |
2007-05-12 | Argh, forgot the space on the end. >_< | w00t |
2007-05-12 | Make this use std::string, not char crap | w00t |
2007-05-12 | Last IS_AWAY fix. No more *u->awaymsg. :) | w00t |
2007-05-12 | While I'm on the macro warpath: start using IS_AWAY. Also, show the away mess... | w00t |
2007-05-12 | The commit that should have been r7000: src/modules now uses IS_OPER instead ... | w00t |
2007-05-12 | Opers cannot change the modes of others, and on this module, it's a reeeeeeee... | w00t |
2007-05-12 | Opers cannot change the modes of others. | w00t |
2007-05-12 | Change to IS_OPER, also modify to use short circuit evaluation (simple char c... | w00t |
2007-05-12 | Opers cannot change the modes of others. (In retrospect, a mass commit of the... | w00t |
2007-05-12 | Opers cannot change the modes of others. | w00t |
2007-05-12 | Small thing, but check for IS_OPER(source) too, just in case someone crazy wr... | w00t |
2007-05-12 | Opers cannot change the modes of others | w00t |
2007-05-12 | Opers cannot change the modes of others | w00t |
2007-05-12 | This catch doesn't need to be here. :o | w00t |
2007-05-12 | We've had an IS_OPER macro for a long time. About time we started using it, m... | w00t |
2007-05-12 | Fix compile error. | w00t |
2007-05-12 | Make this use SendError rather than rolling it's own. Fun fact: this notice w... | w00t |