Age | Commit message (Expand) | Author |
2005-11-25 | Fixed compile time glitches in new code, removed obselete variables | brain |
2005-11-25 | Started removal of server linking code from core and implementation of socket... | brain |
2005-11-23 | Added some stuff to socket classes | brain |
2005-11-23 | Added start of socket classes used by modular linking | brain |
2005-08-24 | Changed comments | brain |
2005-08-24 | Tidied up socket engine code, moved into a specialized header full of #defines | brain |
2005-06-01 | Added OnLoadModule and OnUnloadModule (OnLoadModule was not triggering) | brain |
2005-06-01 | Missing vars | brain |
2005-06-01 | Many linking fixes | brain |
2005-05-30 | GCC4.0 warning fixes | brain |
2005-05-30 | Started on -Wall - safe compile | brain |
2005-05-30 | Added BoolSet utility class | brain |
2005-05-29 | Compensate for ~ in ident length | brain |
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 |