summaryrefslogtreecommitdiff
path: root/src/commands.cpp
AgeCommit message (Expand)Author
2005-11-30Added ForceTopic stuffbrain
2005-11-30Added missing ;brain
2005-11-30Added OnPostLocalTopicbrain
2005-11-30Made OnUserInvite actually triggerbrain
2005-11-30Added remote killbrain
2005-11-30Merged an strcpy() and strlcat() -- looks nicer. Yeah, incredibly minor. Also...w00t
2005-11-29Added opertype to OnOper and added OnMode functionbrain
2005-11-29Added NICK and QUITbrain
2005-11-29Added reason to OnUserQuitbrain
2005-11-29Reverted is_uline changebrain
2005-11-29Small fault-- is_uline() returned true for '' - not a good thing, I'd assume.w00t
2005-11-28Made privmsgs workbrain
2005-11-28Added OnUserMessage and OnUserNotice (why have these been missing so long?)brain
2005-11-25Cleaned up some warningsbrain
2005-11-25Fixes for removal of serverrecbrain
2005-11-25Removed references to deprecated files servers.* and connection.*brain
2005-11-25Removal of mesh stuff (lots of)brain
2005-11-25Removed cross-server mesh stuffbrain
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