summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2005-05-26Added/fixed .cvsignore filesbrain
2005-05-25Added parametersbrain
2005-05-24Nonblocking connect() for outbound server links (why was this blocking anyway)brain
2005-05-24Added ping checks for server links (experimental)brain
2005-05-23Buffer size limits (hard coded to 1mb for now, will allow to raise in config ...brain
2005-05-23Tidied up some socket stuff into userrecbrain
2005-05-23Output buffering on server connectionsbrain
2005-05-22Changed revision id's to std::stringbrain
2005-05-20Removed stupid constsbrain
2005-05-20*** empty log message ***brain
2005-05-20Added COMMANDS command (yes, really)brain
2005-05-17Shrunk some datatypesbrain
2005-05-17Moved a load of servers-only stuff into serverrec out of the way of userrecbrain
2005-05-16Removed __single_client_alloc again because gcc devs were smoking crack and r...brain
2005-05-15Changed to use __single_client_alloc, faster on most systems in a single threadbrain
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-15Moved StrHashComp and InAddr_HashComp into the irc:: namespacebrain
2005-05-15Added comments for doxygenbrain
2005-05-15Added irc::stringbrain
2005-05-15sorted hashcomp etcbrain
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-14Added 'uniqueness sums': http://www.inspircd.org/wiki/InspIRCd_Server_Protoco...brain
2005-05-13Added Server::GetServerDescription() at request of Craigbrain
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-12Customizable by-byte-size recvq stuffbrain
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-08Changed the final bunch of udp_* vars to server_*/tcp_*brain
2005-05-05Fixes to:brain
2005-05-03Fixed to always look for the ircd.log within the bin/ dirbrain
2005-05-01Added FindDescriptorbrain
2005-05-01Added and tested fd crossreference table - improves speed a lot, and fixes on...brain
2005-04-30Tried a new way of doing remote versionsbrain
2005-04-30Added OnAddBan and OnDelBan module api calls, and fixed glitch which required...brain
2005-04-29Fixed some flood checkingbrain
2005-04-29A few anti-flood featuresbrain
2005-04-29Updated buffering, faster and more sensible (old code sucks)brain
2005-04-28Added remote versioningbrain
2005-04-28Changed some commentsbrain
2005-04-27Added a Server:: method to send server notices to channelsbrain
2005-04-27Added explicit oper tracking in a vector of userrec* pointers, optimizes send...brain
2005-04-26Commented new functionsbrain
2005-04-26Major *MAJOR* optimizations by double-referencing channels to usersbrain
2005-04-26Added channel 'counter', increases speed of quits, parts, kicksbrain