]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_check.cpp
None of the modules use an extern InspIRCd* any more
[user/henk/code/inspircd.git] / src / modules / m_check.cpp
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