]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/inspircd.cpp
Removed __single_client_alloc again because gcc devs were smoking crack and removed it
[user/henk/code/inspircd.git] / src / inspircd.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-12 brainHonking great memory leak fixed that's been there since...
2005-05-12 brainCustomizable by-byte-size recvq stuff
2005-05-12 brainUpdated default sendq size to 256k
2005-05-11 brainadded sendq stuff, see example config
2005-05-11 brainAdded basic sendq stuff - WARNING, there is no configur...
2005-05-11 brainFixed weird bug where on mass join/part flood, the...
2005-05-11 brainDns poll not called often enough
2005-05-10 brainMade ping check loop less regular in kqueue version
2005-05-10 brainAdded ability to accept() up to 32 pending sockets...
2005-05-10 brainAdded server-listen-sockets to kqueue support (all...
2005-05-10 brainAdded kqueue for listening sockets
2005-05-10 brainFixed crash when socket reads 0 whilst in kqueue mode
2005-05-10 brainAdded socket engine to version response
2005-05-10 brainCannot initialize kqueue BEFORE the daemon fork!
2005-05-09 brainHit dns with spork. Repeat until crispy.
2005-05-09 brainBasics of kqueue() implementation for socket engine
2005-05-09 brainChanged pool size from 64 to 1024
2005-05-09 brainFixes to way allocations are handled
2005-05-09 brainOptimized userlist() (a lot faster with many users...
2005-05-09 brainOptimised strlower (much faster, uses a lookup table)
2005-05-08 brainChanged the final bunch of udp_* vars to server_*/tcp_*
2005-05-06 brainRemoval of some pointless debug
2005-05-06 brainRemoved debug output associated with fix of bug #63
2005-05-06 brainFixed park crash bug #63 reported by ViaraiX
2005-05-05 brainFixes to:
2005-05-04 brainFix to a mode parsing bug (eating wrong version of...
2005-05-03 brainFixed off-by-one error in client read() (improbable...
2005-05-03 brainFixed 'no such server' when server is found
2005-05-03 brainReordered some on-connect network stuff to stop service...
2005-05-03 brainFixed to always write log to bin directory
2005-05-03 brainExtra safety checks to avoid trying to write() remote...
2005-05-03 brainA few cpu usage tweaks
2005-05-03 brainOptimized WriteCommon and WriteCommonExcept
2005-05-02 brainUpdated /stats T to include motds
2005-05-02 brainAdded /stats T
2005-05-02 brainFixed weird line wrapping bug with extremely long lines
2005-05-01 brainSanity checks for fd_ref in addclient
2005-05-01 brainAdded and tested fd crossreference table - improves...
2005-04-30 brainTried a new way of doing remote versions
2005-04-30 brainChanged how remote version works a bit
2005-04-29 brainFixed some flood checking
2005-04-29 brainAdded some pretty mean anti-flood features
2005-04-29 brainA few anti-flood features
2005-04-29 brainTidied up zline stuff
2005-04-29 brainMade xline notices neater when notifying of unknown...
2005-04-29 brainAdded code to detect and set local zlines for "flood...
2005-04-29 brainUpdated buffering, faster and more sensible (old code...
2005-04-28 brainFixed WriteCommon not writing to the source user when...
2005-04-28 brainRemote versioning fixes
2005-04-28 brainAdded remote versioning
2005-04-28 brainBlah (ive committed so many times to fix this bug its...
2005-04-28 brainChanged point where routing table is sent so that servi...
2005-04-28 brainFixes to WriteCommon and WriteCommonExcept
2005-04-27 brainDouble nickchange
2005-04-27 brainDouble nickchange issue
2005-04-27 brainFixed stuff
2005-04-27 brainLinking fixes
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-26 brainUpdated startup colour scheme
2005-04-26 brainChanged some %d to %lu
2005-04-26 brainstrlen tidyup #2
2005-04-26 brainStrlen tidyup (based on results of gprof output)
2005-04-26 brainFixed problem where nobody could message a channel...
2005-04-26 brainMajor *MAJOR* optimizations by double-referencing chann...
2005-04-26 brainAdded channel 'counter', increases speed of quits,...
2005-04-26 brainMajor code tidyup (-W) - expect a few belches
2005-04-23 brainSpeedup for buffered uplinks
2005-04-21 brainAdded warning on unresolved symbol errors about 'you...
2005-04-20 brainAdded OnUserDisconnect method to modules.* to fix fd...
2005-04-18 brainAdded PID reporting and testing before daemonize
2005-04-18 brainChanged "is now running" message to AFTER port bind...
2005-04-18 brainFixed /LUSERS server count again
2005-04-18 brainFixed /LUSERS server count
2005-04-18 brainFixed strange join behavior reported by w00t (mirc...
2005-04-18 brainFixed strhashcomp
2005-04-17 brainFixed bug #47 reported (and suggested fix) by Om
2005-04-15 brainAdded new API methods:
2005-04-15 brainFixed bug where if channel limit was lower than the...
2005-04-14 brainAdded ability for modules to hold users in a 'holding...
2005-04-14 brainAdded OnUserKick and OnUserPreKick
2005-04-14 brainStupid typos
2005-04-14 brainFixed minor typo in AllModulesReportReady()
2005-04-14 brainAdded (untested!) OnCheckReady and OnUserRegister ...
2005-04-14 brainAdded OnPreCommand
2005-04-13 brainFixed some 'unknown command' stuff (sorry w00t) :p
2005-04-13 brainUpdated to support OnSendList
2005-04-13 brainFixed m_park stuff
2005-04-13 brainFixed OnBackgroundTimer segfaults
next