Age | Commit message (Expand) | Author |
2005-05-29 | Highly optimized userrec saving 1.5k per user | brain |
2005-05-29 | Fixed lengths | brain |
2005-05-29 | A lot more of the core consts are now configurable at compile time | brain |
2005-05-28 | Fixed fd_Setsize in cygwin | brain |
2005-05-26 | Added/fixed .cvsignore files | brain |
2005-05-25 | Added parameters | brain |
2005-05-24 | Nonblocking connect() for outbound server links (why was this blocking anyway) | brain |
2005-05-24 | Added ping checks for server links (experimental) | brain |
2005-05-23 | Buffer size limits (hard coded to 1mb for now, will allow to raise in config ... | brain |
2005-05-23 | Tidied up some socket stuff into userrec | brain |
2005-05-23 | Output buffering on server connections | brain |
2005-05-22 | Changed revision id's to std::string | brain |
2005-05-20 | Removed stupid consts | brain |
2005-05-20 | *** empty log message *** | brain |
2005-05-20 | Added COMMANDS command (yes, really) | brain |
2005-05-17 | Shrunk some datatypes | brain |
2005-05-17 | Moved a load of servers-only stuff into serverrec out of the way of userrec | brain |
2005-05-16 | Removed __single_client_alloc again because gcc devs were smoking crack and r... | brain |
2005-05-15 | Changed to use __single_client_alloc, faster on most systems in a single thread | 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 | Moved StrHashComp and InAddr_HashComp into the irc:: namespace | brain |
2005-05-15 | Added comments for doxygen | brain |
2005-05-15 | Added irc::string | brain |
2005-05-15 | sorted hashcomp etc | 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 | Added 'uniqueness sums': http://www.inspircd.org/wiki/InspIRCd_Server_Protoco... | brain |
2005-05-13 | Added Server::GetServerDescription() at request of Craig | 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 | Customizable by-byte-size recvq stuff | 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-08 | Changed the final bunch of udp_* vars to server_*/tcp_* | brain |
2005-05-05 | Fixes to: | brain |
2005-05-03 | Fixed to always look for the ircd.log within the bin/ dir | brain |
2005-05-01 | Added FindDescriptor | brain |
2005-05-01 | Added and tested fd crossreference table - improves speed a lot, and fixes on... | brain |
2005-04-30 | Tried a new way of doing remote versions | brain |
2005-04-30 | Added OnAddBan and OnDelBan module api calls, and fixed glitch which required... | brain |
2005-04-29 | Fixed some flood checking | brain |
2005-04-29 | A few anti-flood features | brain |
2005-04-29 | Updated buffering, faster and more sensible (old code sucks) | brain |
2005-04-28 | Added remote versioning | brain |
2005-04-28 | Changed some comments | brain |
2005-04-27 | Added a Server:: method to send server notices to channels | brain |