summaryrefslogtreecommitdiff
path: root/src/commands.cpp
AgeCommit message (Expand)Author
2005-06-01Fixes for missing varsbrain
2005-06-01Added propogation of version replies and server descriptionsbrain
2005-06-01Many linking fixesbrain
2005-05-30Started on -Wall - safe compilebrain
2005-05-29Added m_watch.cpp (provides /WATCH for notify) and fixes to allow it to workbrain
2005-05-29Compensate for ~ in ident lengthbrain
2005-05-29Highly optimized userrec saving 1.5k per userbrain
2005-05-29A lot more of the core consts are now configurable at compile timebrain
2005-05-28Fixed fd_Setsize in cygwinbrain
2005-05-27RPL_WHOLIMEXCEEDED -> 523 to match bahamutbrain
2005-05-27Added 557 numeric (from MS Exchange chat server) to indicate too many results...brain
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