summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-05-18Removed unncessary sched_yield callsbrain
2005-05-17Added configurable SOMAXCONN sizebrain
2005-05-17Shrunk some datatypesbrain
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-17Made prompts clearerbrain
2005-05-17Default epoll/kqueue to yesbrain
2005-05-17kqueue and epoll default to enabled nowbrain
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-15Fixed typo in die tagbrain
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 docs for hashcompbrain
2005-05-15Added comments for doxygenbrain
2005-05-15Added irc::stringbrain
2005-05-15A few simple output lines (similar to gnu autoconf so people know what's happ...brain
2005-05-15Changed kqueue warning - no longer experimental codebrain
2005-05-15Added detection for kqueue, so if your BSD system doesn't have it, the config...brain
2005-05-15Added better detection of strlcpy that doesn't involve compiling a test progr...brain
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-15Made 'make clean' make cleaner :-Pbrain
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-14Updated example conf to list all non-extra modules with a description of what...brain
2005-05-14Added uniqueness sums to docsbrain
2005-05-14Added RFCsbrain
2005-05-14Added 'uniqueness sums': http://www.inspircd.org/wiki/InspIRCd_Server_Protoco...brain
2005-05-14Updated documentationbrain
2005-05-13Added Server::GetServerDescription() at request of Craigbrain
2005-05-13Created new html docs (new css)brain
2005-05-13Re-added the dot graphs againbrain
2005-05-12Added docs for new smaller memory footprint classesbrain
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