]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/commands.cpp
Changed to non-conflicting numeric 948 for invalid idle time
[user/henk/code/inspircd.git] / src / commands.cpp
2005-04-13 brainUpdated to support OnSendList
2005-04-13 brainAdded Server::AddGLine
2005-04-13 brainFixed /kill bug in m_operlevels (couldnt kill non-opers)
2005-04-13 brainFixed m_park stuff
2005-04-10 brainTest commit
2005-04-10 brainFixed chu's typo
2005-04-09 brainAdded support for /NAMES with no parameters (just gives...
2005-04-07 brainFixed typo in new /modules
2005-04-07 brainAdded ability for non-opers to see simplistic /modules...
2005-04-07 brainStarted work on /UNLOADMODULE, resource tracking and...
2005-04-07 brainAdded /LOADMODULE (tested and working)
2005-04-06 brainAdded log output for on-oper
2005-04-06 brainAlright, who forgot to make /oper check hostnames?
2005-04-05 brainFix to bug #33 (weird /map)
2005-04-04 brainAdded the module method OnUserPostNick for capturing...
2005-04-04 brainAdded E:Lines, a form of ban exception that can prevent...
2005-04-03 brainFixes to bug#37 and pre-emptive checks for security...
2005-04-03 brainFix to bug #36 reported by Yeti
2005-04-02 frostycoolslugFixed cosmetic bug in /who
2005-04-02 brainFixes for dns queueing, timeout functions etc moved...
2005-04-01 brainAttempts to fix some random crashes
2005-04-01 brainFixed 'unlikely' crash if nick was changed before dns...
2005-03-28 brainFixed to actually CHECK THE PASSWORD of linking servers!
2005-03-27 brainFixed detection of missing opertypes
2005-03-27 brainMade config parsing code a bit more lenient
2005-03-25 brainAdded implementation of strlcpy and strlcat for systems...
2005-03-25 brainFixes for GCC3.4 and namespaces (must rerun configure!)
2005-03-25 brainChanged occurances of vector to std::vector
2005-03-25 brainAdded a lot of config error checking
2005-03-24 brainFixed a ton of MODE crap 'avec le' services :p
2005-03-24 frostycoolslugFix to bug #29
2004-09-11 brainChanges for security based on RATS analysis
2004-09-11 brainSecurity audit based on RATS output
2004-07-04 brainUnknown changes to this file due to system restore...
2004-05-29 brainStupid services links...
2004-05-29 brainfucking ulines
2004-05-29 brainFixed uline synching
2004-05-27 brainFix to bug number 21
2004-05-22 brainAdded support for changing of text within OnUserPreNoti...
2004-05-22 brainAdded remainder of OnUserPreInvite stuff
2004-05-22 brainAdded OnUserPreJoin trigger
2004-05-16 brainUpdated header comments
2004-05-09 brainAdded support for /RESTART (currently has a bug, do...
2004-05-03 brainAdded opertype propogation
2004-05-02 brainfixes to /STATS P
2004-05-02 brainAdded a load more /STATS commands (C, Y, U, I etc)
2004-05-01 brainAdded stub to handle SERVER command
2004-05-01 brainChanged rpl_isoper numritc to show opertype
2004-05-01 brainProvided modules with the ability to sync data on a...
2004-04-30 brainAdded oper classes and types (done through the planned...
2004-04-26 brainAdded support for services KILL
2004-04-26 brainAdded ip address to N token for SLINE in services use
2004-04-25 brainAdded MaxWhoReplies stuff (bahamut-style /WHO limiting)
2004-04-25 brainFixed an 'unknown token' alert when QLine triggered...
2004-04-25 brainAdded some stuff to diffrentiate between global and...
2004-04-24 brainAdded G-line, Z-line and K-line plus SZLINE, SGLINE...
2004-04-24 brainQ-lines fully working, can add and remove other types...
2004-04-24 brainAdded a bunch of xline stuff and added qline spport...
2004-04-24 brainAdded XLine stuff
2004-04-23 brainFixed minor join bug
2004-04-23 brainSVSJOIN fixes
2004-04-23 brainAdded svsjoin ability
2004-04-23 brainMessage forwarding fixes
2004-04-23 brainAdded 'H' token
2004-04-23 brainAdded some u:line stuff
2004-04-23 brainFixed authentication issue
2004-04-23 brainAdded tons of services stuff - prepared for multiserver...
2004-04-22 brainAdded more services stuff
2004-04-22 brainFix to services sending quits with no reasons
2004-04-22 brainAdded tons of services/uline stuff. DO NOT USE YET...
2004-04-21 brainVarious services compatibility stuff
2004-04-21 brainUpdated to support services
2004-04-19 brainChanged occurances of udp_host to tcp_host for readability
2004-04-19 brainThese files now hold the command handler functions