summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-05-18*** empty log message ***brain
2005-05-18*** empty log message ***brain
2005-05-18Replacement of bzero with memset for solaris 10 compat.brain
2005-05-18bzero removed for compatibility with solaris 10brain
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-15Updated to keep lowermap const within hashcomp.cppbrain
2005-05-15Updated strhashcomp to use irc::string internally rather than a combination o...brain
2005-05-15New docsbrain
2005-05-15Moved StrHashComp and InAddr_HashComp into the irc:: namespacebrain
2005-05-15Made modules use irc::string where they were using strcasecmp()brain
2005-05-15Added irc::stringbrain
2005-05-15Added comments to hashcomp.cppbrain
2005-05-15GCC 3.4/4.0 fixesbrain
2005-05-15sorted hashcomp etcbrain
2005-05-15Making sure this is compatible with GCC3.4/4.xbrain
2005-05-15(Untested) added hashcomp.cpp, seperates out the stl hash_map stuffbrain
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-13Added Server::GetServerDescription() at request of Craigbrain
2005-05-12Optimized some static structsbrain
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-12Fixed wrong number being shown when sendq exceededbrain
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