]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/commands.cpp
Removed __single_client_alloc again because gcc devs were smoking crack and removed it
[user/henk/code/inspircd.git] / src / commands.cpp
2005-05-16 brainRemoved __single_client_alloc again because gcc devs...
2005-05-15 brainChanged to use __single_client_alloc, faster on most...
2005-05-15 brainChanged to use __single_client_alloc, supposedly faster...
2005-05-15 brainMoved StrHashComp and InAddr_HashComp into the irc...
2005-05-15 brainsorted hashcomp etc
2005-05-15 brainMoved a ton of functions into helperfuncs.h to speed...
2005-05-15 brainAdded idea from ircu: /invite with too few params shows...
2005-05-14 brainAdded 'uniqueness sums': http://www.inspircd.org/wiki...
2005-05-12 brainChanged the type of struct whowas records are stored...
2005-05-12 brainStructure optimizations, changed a lot of bools into...
2005-05-09 brainBasics of kqueue() implementation for socket engine
2005-05-08 brain/WHOIS as oper now shows real ip as well as real host
2005-05-08 brainChanged the final bunch of udp_* vars to server_*/tcp_*
2005-05-08 brainFixed remote kills to display the correct source (spott...
2005-05-06 brainEmpty but non-null string passed to is_uline returns...
2005-05-06 brainAdded numeric 318 to /WHOIS when nick is not found...
2005-05-06 brainAdded numeric 412 "no text to send"
2005-05-05 brainFixes to:
2005-05-04 brainChanged to handle : as a NOP token so that 'assuming...
2005-05-04 brainFix to a mode parsing bug (eating wrong version of...
2005-05-03 brainfixed warning of redefinition of RUSAGE_SELF
2005-05-03 brainFix annoying off-by-one error in connection::RecvPacket...
2005-05-03 brainAdded more fault tolerance to server links
2005-05-02 brainAdded new /stats z (warning - this is UNTESTED on linux!)
2005-05-02 brainAdded /stats T
2005-05-02 brainAttempted /who fixes
2005-05-01 brainAdded and tested fd crossreference table - improves...
2005-04-30 brainTried a new way of doing remote versions
2005-04-30 brainAdded mode 'compression', stops abuse with modes like...
2005-04-29 brainTest fixes for /version strings not being set in burst
2005-04-29 brainFixed a reversed strcmp
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
next