]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_check.cpp
Windows support. Tested and working to compile on freebsd and linux. Next step is...
[user/henk/code/inspircd.git] / src / modules / m_check.cpp
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-12 w00tLast IS_AWAY fix. No more *u->awaymsg. :)
2007-05-12 w00tThe commit that should have been r7000: src/modules...
2007-05-10 brainSmall api change with wide reaching effects in modules...
2007-03-29 w00tAdd snomasks to /check on a user (QA, please test)...
2007-01-29 specialOpertype in /check is now properly spacified
2007-01-07 brainAdding CIDR support to m_check: as easy as adding a...
2006-12-23 brainHash rehashing change
2006-12-15 w00tRemove global namespacing, makes modules compile FASTAH...
2006-10-27 brainAllow relative paths for motd and rules (and anything...
2006-10-26 brainFix broken GlobalCloneCount (AGAIN).
2006-10-19 brainInsert massive change here.
2006-10-06 brainUpdate to support modular prefixes, and eliminate some...
2006-10-01 brainNow with binary versioning goodness
2006-09-25 brainMini security audit
2006-09-15 brainAnnotations
2006-09-06 brainAll commands now return results CMD_FAILURE or CMD_SUCCESS
2006-08-30 brainWahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons...
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainNone of the modules use an extern InspIRCd* any more
2006-08-11 brain(Bigger than it looks, i did this with perl inplace...
2006-08-10 brainLast of Server:: methods moved to InspIRCd::. Server...
2006-08-10 brainNote: FOR THE MOMENT, this is BROKEN. It wont run right...
2006-08-10 brainMove IsNick, IsIdent into class InspIRCd, update module...
2006-08-10 braincmode(), cflags(), cstatus() -> chanrec::GetStatusChar...
2006-08-10 brainFindNick, FindChan, ChanModes, UserList, CountInvisible...
2006-08-09 brainMove more stuff into userrec
2006-08-09 brainMove clientlist and chanlist into InspIRCd*
2006-08-08 brainWHEEEEE!!!!!
2006-08-08 brainFindMatchingLocal/FindMatchingGlobal -> userrec::LocalC...
2006-08-04 brainChange to using userrec::ip as a sockaddr to store...
2006-08-01 brainClone counting works with ipv6 now
2006-08-01 brainThe IPV6 stuff compiles now, with compile-correct ipv6...
2006-08-01 brainMove to entirely using insp_sockaddr and insp_inaddr...
2006-07-28 brainAdd support for syntax of commands in place of the...
2006-07-16 brainmass tidyup, change A LOT of stuff to const char**...
2006-07-08 brainRefactored user modes to work like the channel modes...
2006-06-17 w00tFinished m_check. I am the best. It only took me 3...
2006-04-24 brainFix various typos and warnings
2006-04-12 w00tDelete spanningtree_ng for now, it breaks cygwin compil...
2006-03-27 w00tExperimental (it compiles..) channel support for /check...
2006-03-26 w00tRemove unnecessary casting.
2006-03-10 brainNow requires inspircd.h for ConvToStr templated function
2006-03-07 brainw00t may want to check this works
2006-03-07 w00tFor the record, it's 17 lines - not 5.
2006-03-07 w00tMore work on /check.. now gives basic information on...
2006-03-07 w00tInitial revision of /check - doesn't do anything yet