]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/inspircd.cpp
Added m_watch.cpp (provides /WATCH for notify) and fixes to allow it to work
[user/henk/code/inspircd.git] / src / inspircd.cpp
2005-05-29 brainAdded m_watch.cpp (provides /WATCH for notify) and...
2005-05-29 brainAdded include stack to detect looped includes
2005-05-29 brainHighly optimized userrec saving 1.5k per user
2005-05-29 brainA lot more of the core consts are now configurable...
2005-05-28 brainFixed fd_Setsize in cygwin
2005-05-26 brainFixed max channel length
2005-05-26 brainFix for bug #70 (only first <disabled:commands> item...
2005-05-24 brainFixed compile glitch on 3.4
2005-05-24 brainChanged to not show remote quits (we don't show remote...
2005-05-24 brainAdded Bailout
2005-05-24 brainAdded extra code to notify mainloop when the iterator...
2005-05-24 brainSum not being propogated properly, attempted fix
2005-05-24 brainNow clears the autoconns map on rehash
2005-05-24 brainAutoconnect/typo fixes
2005-05-24 brainFixed to not autoconnect servers we already have!
2005-05-24 brainAutoconnection of servers added
2005-05-24 brainNonblocking connect() for outbound server links (why...
2005-05-23 brainFixed bug where when a server split all other servers...
2005-05-23 brainTidied up some socket stuff into userrec
2005-05-23 brainOutput buffering on server connections
2005-05-22 brainChanged revision id's to std::string
2005-05-21 brain*** empty log message ***
2005-05-20 brain*** empty log message ***
2005-05-20 brain*** empty log message ***
2005-05-19 brainrandom crash fixes
2005-05-19 brainKill fixes
2005-05-18 brain*** empty log message ***
2005-05-18 brain*** empty log message ***
2005-05-18 brainRemoved unncessary sched_yield calls
2005-05-17 brainAdded configurable SOMAXCONN size
2005-05-17 brainMoved a load of servers-only stuff into serverrec out...
2005-05-17 brainMass-connect speedups, also now uses less processor...
2005-05-17 brainFine-tuning epoll parameters
2005-05-17 brainChanged epoll_wait timeout
2005-05-17 brainChanged from SOMAXCONN to 32
2005-05-17 brainEpoll tweaks
2005-05-17 brainExperimental: Epoll support
2005-05-16 brainIncreased listen backlog from 5 to use SOMAXCONN, syste...
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...
next