summaryrefslogtreecommitdiff
path: root/src/commands.cpp
AgeCommit message (Expand)Author
2005-05-25Operhosts are now optional (in the type tag)brain
2005-05-24Sum not being propogated properly, attempted fixbrain
2005-05-24Grr....brain
2005-05-24More fixesbrain
2005-05-24Fixesbrain
2005-05-24Fixed ping stuffbrain
2005-05-24Fixed inbound server errorsbrain
2005-05-24Added stuff for /map improvementsbrain
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-23Fixed bug where when a server split all other servers would stop respondingbrain
2005-05-23Tidied up some socket stuff into userrecbrain
2005-05-23Fixed the server names reported in /stats lbrain
2005-05-22Changed revision id's to std::stringbrain
2005-05-20Fixed /COMMANDSbrain
2005-05-20Added detail to /COMMANDSbrain
2005-05-20Added COMMANDS command (yes, really)brain
2005-05-17Experimental: Epoll supportbrain
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-15Changed to use __single_client_alloc, supposedly faster in single-thread situ...brain
2005-05-15Moved StrHashComp and InAddr_HashComp into the irc:: namespacebrain
2005-05-15sorted hashcomp etcbrain
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-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-09Basics of kqueue() implementation for socket enginebrain
2005-05-08/WHOIS as oper now shows real ip as well as real hostbrain
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-06Empty but non-null string passed to is_uline returns truebrain
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-05Fixes to:brain
2005-05-04Changed to handle : as a NOP token so that 'assuming' inspircd knows RFC comm...brain
2005-05-04Fix to a mode parsing bug (eating wrong version of parameter?)brain
2005-05-03fixed warning of redefinition of RUSAGE_SELFbrain
2005-05-03Fix annoying off-by-one error in connection::RecvPacket (nothing like driving...brain
2005-05-03Added more fault tolerance to server linksbrain
2005-05-02Added new /stats z (warning - this is UNTESTED on linux!)brain
2005-05-02Added /stats Tbrain
2005-05-02Attempted /who fixesbrain
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 mode 'compression', stops abuse with modes like: +s-s+s-s+s-sbrain
2005-04-29Test fixes for /version strings not being set in burstbrain
2005-04-29Fixed a reversed strcmpbrain
2005-04-29Fixed some flood checkingbrain