summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-12Honking great memory leak fixed that's been there since the early alphas :/brain
2005-05-12Customizable by-byte-size recvq stuffbrain
2005-05-12Fixed wrong number being shown when sendq exceededbrain
2005-05-12Updated default sendq size to 256kbrain
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-11Fixed weird bug where on mass join/part flood, the channel would bebrain
2005-05-11Dns poll not called often enoughbrain
2005-05-10Made ping check loop less regular in kqueue versionbrain
2005-05-10Added ability to accept() up to 32 pending sockets at oncebrain
2005-05-10Added server-listen-sockets to kqueue support (all sockets are now kqueue)brain
2005-05-10Added kqueue for listening socketsbrain
2005-05-10Fixed crash when socket reads 0 whilst in kqueue modebrain
2005-05-10Added socket engine to version responsebrain
2005-05-10Cannot initialize kqueue BEFORE the daemon fork!brain
2005-05-09Hit dns with spork. Repeat until crispy.brain
2005-05-09Basics of kqueue() implementation for socket enginebrain
2005-05-09Changed pool size from 64 to 1024brain
2005-05-09Fixes to way allocations are handledbrain
2005-05-09Optimized userlist() (a lot faster with many users online)brain
2005-05-09Optimised strlower (much faster, uses a lookup table)brain
2005-05-09Modified to use -pipebrain
2005-05-09New way of building modules, this is supposedly more portablebrain
2005-05-08Reordered stuffbrain
2005-05-08Fixed 'make clean'brain
2005-05-08Fix naming glitchesbrain
2005-05-08Renamed core files to all be libIRCD*brain
2005-05-08Minor tweaksbrain
2005-05-08Changed to fully dynamic core (should be faster compile times)brain
2005-05-08/WHOIS as oper now shows real ip as well as real hostbrain
2005-05-08Added USERIP numeric 005 outputbrain
2005-05-08Fixed to use numeric 340-brain
2005-05-08Added m_userip.cpp requested by Selphiebrain
2005-05-08Changed the final bunch of udp_* vars to server_*/tcp_*brain
2005-05-08Fixed remote kills to display the correct source (spotted while talking to aq...brain
2005-05-07Moved to Beta 5 CVSbrain
2005-05-07Updated version counter to beta4brain
2005-05-06Empty but non-null string passed to is_uline returns truebrain
2005-05-06Fixed services not being informed of force joinsbrain
2005-05-06Fixed logging slowdownbrain
2005-05-06Added numeric 318 to /WHOIS when nick is not found (end of whois should still...brain
2005-05-06Added numeric 412 "no text to send"brain
2005-05-06Test fix for 3.23 and belowbrain
2005-05-06Removal of some pointless debugbrain
2005-05-06Removed debug output associated with fix of bug #63brain