summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2005-05-12Documented new recvq and sendq stuffbrain
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 Cache support for the KQueue Questionfrostycoolslug
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-10Fixed kqueue setting not being changedbrain