summaryrefslogtreecommitdiff
path: root/src/modules/m_check.cpp
AgeCommit message (Expand)Author
2006-10-27Allow relative paths for motd and rules (and anything that uses ReadFile)brain
2006-10-26Fix broken GlobalCloneCount (AGAIN).brain
2006-10-19Insert massive change here.brain
2006-10-06Update to support modular prefixes, and eliminate some string copyingbrain
2006-10-01Now with binary versioning goodnessbrain
2006-09-25Mini security auditbrain
2006-09-15Annotationsbrain
2006-09-06All commands now return results CMD_FAILURE or CMD_SUCCESSbrain
2006-08-30Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include listsbrain
2006-08-11Just to mess with om's head, remove helperfuncs.h from everywherebrain
2006-08-11None of the modules use an extern InspIRCd* any morebrain
2006-08-11(Bigger than it looks, i did this with perl inplace edit) -- commands now tak...brain
2006-08-10Last of Server:: methods moved to InspIRCd::. Server:: removed.brain
2006-08-10Note: FOR THE MOMENT, this is BROKEN. It wont run right until im done.brain
2006-08-10Move IsNick, IsIdent into class InspIRCd, update modules that use it.brain
2006-08-10cmode(), cflags(), cstatus() -> chanrec::GetStatusChar(), chanrec::GetStatusF...brain
2006-08-10FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ...brain
2006-08-09Move more stuff into userrecbrain
2006-08-09Move clientlist and chanlist into InspIRCd*brain
2006-08-08WHEEEEE!!!!!brain
2006-08-08FindMatchingLocal/FindMatchingGlobal -> userrec::LocalCloneCount(), userrec::...brain
2006-08-04Change to using userrec::ip as a sockaddr to store port, ip and address famil...brain
2006-08-01Clone counting works with ipv6 nowbrain
2006-08-01The IPV6 stuff compiles now, with compile-correct ipv6 code. I dont know if t...brain
2006-08-01Move to entirely using insp_sockaddr and insp_inaddr for socket stuff, first ...brain
2006-07-28Add support for syntax of commands in place of the text 'Not enough parameter...brain
2006-07-16mass tidyup, change A LOT of stuff to const char** which was char** (such as ...brain
2006-07-08Refactored user modes to work like the channel modes - core and module data n...brain
2006-06-17Finished m_check. I am the best. It only took me 3 months :)w00t
2006-04-24Fix various typos and warningsbrain
2006-04-12Delete spanningtree_ng for now, it breaks cygwin compile - and has no changes...w00t
2006-03-27Experimental (it compiles..) channel support for /check. Not yet finished, bu...w00t
2006-03-26Remove unnecessary casting.w00t
2006-03-10Now requires inspircd.h for ConvToStr templated functionbrain
2006-03-07w00t may want to check this worksbrain
2006-03-07For the record, it's 17 lines - not 5.w00t
2006-03-07More work on /check.. now gives basic information on a user, no channel list ...w00t
2006-03-07Initial revision of /check - doesn't do anything yetw00t