Age | Commit message (Expand) | Author |
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 |
2005-04-27 | Added explicit oper tracking in a vector of userrec* pointers, optimizes send... | brain |
2005-04-26 | Commented new functions | brain |
2005-04-26 | Major *MAJOR* optimizations by double-referencing channels to users | brain |
2005-04-26 | Added channel 'counter', increases speed of quits, parts, kicks | brain |
2005-04-26 | Fixed dicky buffer (due to cleanup the wrong variable was being used) | brain |
2005-04-26 | Major code tidyup (-W) - expect a few belches | brain |
2005-04-23 | Added global oper monitoring through modules and global connect monitoring th... | brain |
2005-04-23 | Services speedups for stupid buffered i/o uplinks | brain |
2005-04-22 | Added server input buffers (for systems that decide buffering is fun) | brain |
2005-04-22 | Added OnOperCompare function to override strcmp in password check for /oper | brain |
2005-04-21 | Added password field | brain |
2005-04-20 | Added extra comment | brain |
2005-04-20 | Added module message passing architecture | brain |
2005-04-20 | Added OnUserDisconnect method to modules.* to fix fd leak in m_ident.cpp | brain |
2005-04-16 | Added: | brain |