summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
AgeCommit message (Expand)Author
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
2005-05-11Added basic sendq stuff - WARNING, there is no configuration yet, this CVS al...brain
2005-05-11Fixed weird bug where on mass join/part flood, the channel would bebrain
2005-05-11Dns poll not called often enoughbrain
2005-05-10Made ping check loop less regular in kqueue versionbrain
2005-05-10Added ability to accept() up to 32 pending sockets at oncebrain
2005-05-10Added server-listen-sockets to kqueue support (all sockets are now kqueue)brain
2005-05-10Added kqueue for listening socketsbrain
2005-05-10Fixed crash when socket reads 0 whilst in kqueue modebrain
2005-05-10Added socket engine to version responsebrain
2005-05-10Cannot initialize kqueue BEFORE the daemon fork!brain
2005-05-09Hit dns with spork. Repeat until crispy.brain
2005-05-09Basics of kqueue() implementation for socket enginebrain
2005-05-09Changed pool size from 64 to 1024brain
2005-05-09Fixes to way allocations are handledbrain
2005-05-09Optimized userlist() (a lot faster with many users online)brain
2005-05-09Optimised strlower (much faster, uses a lookup table)brain
2005-05-08Changed the final bunch of udp_* vars to server_*/tcp_*brain
2005-05-06Removal of some pointless debugbrain
2005-05-06Removed debug output associated with fix of bug #63brain
2005-05-06Fixed park crash bug #63 reported by ViaraiXbrain
2005-05-05Fixes to:brain
2005-05-04Fix to a mode parsing bug (eating wrong version of parameter?)brain
2005-05-03Fixed off-by-one error in client read() (improbable due to size of buffer but...brain
2005-05-03Fixed 'no such server' when server is foundbrain