Age | Commit message (Expand) | Author |
2005-05-15 | Fixed typo in die tag | brain |
2005-05-15 | Changed to use __single_client_alloc, faster on most systems in a single thread | brain |
2005-05-15 | Changed to use __single_client_alloc, supposedly faster in single-thread situ... | brain |
2005-05-15 | Updated to keep lowermap const within hashcomp.cpp | brain |
2005-05-15 | Updated strhashcomp to use irc::string internally rather than a combination o... | brain |
2005-05-15 | New docs | brain |
2005-05-15 | Moved StrHashComp and InAddr_HashComp into the irc:: namespace | brain |
2005-05-15 | Made modules use irc::string where they were using strcasecmp() | brain |
2005-05-15 | Added docs for hashcomp | brain |
2005-05-15 | Added comments for doxygen | brain |
2005-05-15 | Added irc::string | brain |
2005-05-15 | A few simple output lines (similar to gnu autoconf so people know what's happ... | brain |
2005-05-15 | Changed kqueue warning - no longer experimental code | brain |
2005-05-15 | Added detection for kqueue, so if your BSD system doesn't have it, the config... | brain |
2005-05-15 | Added better detection of strlcpy that doesn't involve compiling a test progr... | brain |
2005-05-15 | Added comments to hashcomp.cpp | brain |
2005-05-15 | GCC 3.4/4.0 fixes | brain |
2005-05-15 | sorted hashcomp etc | brain |
2005-05-15 | Making sure this is compatible with GCC3.4/4.x | brain |
2005-05-15 | Made 'make clean' make cleaner :-P | brain |
2005-05-15 | (Untested) added hashcomp.cpp, seperates out the stl hash_map stuff | brain |
2005-05-15 | Moved a ton of functions into helperfuncs.h to speed up recompiles | brain |
2005-05-15 | Added idea from ircu: /invite with too few params shows the channels youve be... | brain |
2005-05-14 | Updated example conf to list all non-extra modules with a description of what... | brain |
2005-05-14 | Added uniqueness sums to docs | brain |
2005-05-14 | Added RFCs | brain |
2005-05-14 | Added 'uniqueness sums': http://www.inspircd.org/wiki/InspIRCd_Server_Protoco... | brain |
2005-05-14 | Updated documentation | brain |
2005-05-13 | Added Server::GetServerDescription() at request of Craig | brain |
2005-05-13 | Created new html docs (new css) | brain |
2005-05-13 | Re-added the dot graphs again | brain |
2005-05-12 | Added docs for new smaller memory footprint classes | brain |
2005-05-12 | Optimized some static structs | brain |
2005-05-12 | Changed the type of struct whowas records are stored in (no need to waste a b... | brain |
2005-05-12 | Structure optimizations, changed a lot of bools into binary bitmasks | brain |
2005-05-12 | Documented new recvq and sendq stuff | brain |
2005-05-12 | Honking great memory leak fixed that's been there since the early alphas :/ | brain |
2005-05-12 | Customizable by-byte-size recvq stuff | brain |
2005-05-12 | Fixed wrong number being shown when sendq exceeded | brain |
2005-05-12 | Updated default sendq size to 256k | brain |
2005-05-11 | added sendq stuff, see example config | brain |
2005-05-11 | Added basic sendq stuff - WARNING, there is no configuration yet, this CVS al... | brain |
2005-05-11 | Fixed weird bug where on mass join/part flood, the channel would be | brain |
2005-05-11 | Dns poll not called often enough | brain |
2005-05-10 | Made ping check loop less regular in kqueue version | brain |
2005-05-10 | Added Cache support for the KQueue Question | frostycoolslug |
2005-05-10 | Added ability to accept() up to 32 pending sockets at once | brain |
2005-05-10 | Added server-listen-sockets to kqueue support (all sockets are now kqueue) | brain |
2005-05-10 | Added kqueue for listening sockets | brain |
2005-05-10 | Fixed crash when socket reads 0 whilst in kqueue mode | brain |