summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
AgeCommit message (Expand)Author
2005-05-29Highly optimized userrec saving 1.5k per userbrain
2005-05-29A lot more of the core consts are now configurable at compile timebrain
2005-05-28Fixed fd_Setsize in cygwinbrain
2005-05-26Fixed max channel lengthbrain
2005-05-26Fix for bug #70 (only first <disabled:commands> item working properly)brain
2005-05-24Fixed compile glitch on 3.4brain
2005-05-24Changed to not show remote quits (we don't show remote connects after all)brain
2005-05-24Added Bailoutbrain
2005-05-24Added extra code to notify mainloop when the iterator has been mangled (e.g. ...brain
2005-05-24Sum not being propogated properly, attempted fixbrain
2005-05-24Now clears the autoconns map on rehashbrain
2005-05-24Autoconnect/typo fixesbrain
2005-05-24Fixed to not autoconnect servers we already have!brain
2005-05-24Autoconnection of servers addedbrain
2005-05-24Nonblocking connect() for outbound server links (why was this blocking anyway)brain
2005-05-23Fixed bug where when a server split all other servers would stop respondingbrain
2005-05-23Tidied up some socket stuff into userrecbrain
2005-05-23Output buffering on server connectionsbrain
2005-05-22Changed revision id's to std::stringbrain
2005-05-21*** empty log message ***brain
2005-05-20*** empty log message ***brain
2005-05-20*** empty log message ***brain
2005-05-19random crash fixesbrain
2005-05-19Kill fixesbrain
2005-05-18*** empty log message ***brain
2005-05-18*** empty log message ***brain
2005-05-18Removed unncessary sched_yield callsbrain
2005-05-17Added configurable SOMAXCONN sizebrain
2005-05-17Moved a load of servers-only stuff into serverrec out of the way of userrecbrain
2005-05-17Mass-connect speedups, also now uses less processor timebrain
2005-05-17Fine-tuning epoll parametersbrain
2005-05-17Changed epoll_wait timeoutbrain
2005-05-17Changed from SOMAXCONN to 32brain
2005-05-17Epoll tweaksbrain
2005-05-17Experimental: Epoll supportbrain
2005-05-16Increased listen backlog from 5 to use SOMAXCONN, system defined constant max...brain
2005-05-16Removed __single_client_alloc again because gcc devs were smoking crack and r...brain
2005-05-15Changed to use __single_client_alloc, faster on most systems in a single threadbrain
2005-05-15Changed to use __single_client_alloc, supposedly faster in single-thread situ...brain
2005-05-15Moved StrHashComp and InAddr_HashComp into the irc:: namespacebrain
2005-05-15sorted hashcomp etcbrain
2005-05-15Moved a ton of functions into helperfuncs.h to speed up recompilesbrain
2005-05-15Added idea from ircu: /invite with too few params shows the channels youve be...brain
2005-05-14Added 'uniqueness sums': http://www.inspircd.org/wiki/InspIRCd_Server_Protoco...brain
2005-05-12Changed the type of struct whowas records are stored in (no need to waste a b...brain
2005-05-12Structure optimizations, changed a lot of bools into binary bitmasksbrain
2005-05-12Honking great memory leak fixed that's been there since the early alphas :/brain
2005-05-12Customizable by-byte-size recvq stuffbrain
2005-05-12Updated default sendq size to 256kbrain
2005-05-11added sendq stuff, see example configbrain