]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/commands.cpp
Fixed some flood checking
[user/henk/code/inspircd.git] / src / commands.cpp
2005-04-29 brainFixed some flood checking
2005-04-29 brainAdded 901 numeric - end of modules list
2005-04-28 brainFixes minor typo
2005-04-28 brainFixed remote /squit <mask>
2005-04-28 brainAdded support for /SQUIT <mask> and checks against...
2005-04-28 brainremote Versionstring set fixes
2005-04-28 brainAdded remote versioning
2005-04-28 brainChanged remote kill reason text
2005-04-28 brainFixed remote squit
2005-04-28 brain*** empty log message ***
2005-04-28 brainAdded remote squit
2005-04-27 brainFixes to all kinds of annoying problems
2005-04-27 brainNo suck nickname?! why didn't anyone see this?!
2005-04-27 brainOptimized stuff
2005-04-27 brainAdded explicit oper tracking in a vector of userrec...
2005-04-27 brainA bit of optimization
2005-04-26 brainMissing debug symbols?!
2005-04-26 brainAdded channel 'counter', increases speed of quits,...
2005-04-26 brainFixed dicky buffer (due to cleanup the wrong variable...
2005-04-26 brainMajor code tidyup (-W) - expect a few belches
2005-04-25 brainFixed strange leading ":" on remote Z/K/G lines
2005-04-24 brainFixed so that quitprefixes are shown in client exit...
2005-04-23 brainAdded global oper monitoring through modules and global...
2005-04-22 brainFixed weird issues when anope sends large amounts of...
2005-04-22 brainAdded OnOperCompare function to override strcmp in...
2005-04-21 brainAdded password field
2005-04-20 brainAdded OnUserDisconnect method to modules.* to fix fd...
2005-04-19 brainAdded 'server already exists' check for u-type links
2005-04-19 brainFixed bug when ordering a bot to leave using anope...
2005-04-19 brainFixed anope module sending L tokens with 2 instead...
2005-04-18 brainFixed broken server/server handshake for U-type server...
2005-04-18 brainFixed strhashcomp
2005-04-16 brainAdded:
2005-04-16 brainFixed lingering (SO_REUSEADDR was being set to 0?)
2005-04-15 brainAdded new API methods:
2005-04-14 brainAdded ability for modules to hold users in a 'holding...
2005-04-14 brainFixed typo
2005-04-14 brainAdded (untested!) OnCheckReady and OnUserRegister ...
2005-04-13 brainUpdated /INFO (nothing in here before, was 2 years...
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
next