Age | Commit message (Expand) | Author |
2005-11-30 | Made OnUserInvite actually trigger | brain |
2005-11-30 | Added remote kill | brain |
2005-11-30 | Merged an strcpy() and strlcat() -- looks nicer. Yeah, incredibly minor. Also... | w00t |
2005-11-29 | Added opertype to OnOper and added OnMode function | brain |
2005-11-29 | Added NICK and QUIT | brain |
2005-11-29 | Added reason to OnUserQuit | brain |
2005-11-29 | Reverted is_uline change | brain |
2005-11-29 | Small fault-- is_uline() returned true for '' - not a good thing, I'd assume. | w00t |
2005-11-28 | Made privmsgs work | brain |
2005-11-28 | Added OnUserMessage and OnUserNotice (why have these been missing so long?) | brain |
2005-11-25 | Cleaned up some warnings | brain |
2005-11-25 | Fixes for removal of serverrec | brain |
2005-11-25 | Removed references to deprecated files servers.* and connection.* | brain |
2005-11-25 | Removal of mesh stuff (lots of) | brain |
2005-11-25 | Removed cross-server mesh stuff | brain |
2005-06-01 | Fixes for missing vars | brain |
2005-06-01 | Added propogation of version replies and server descriptions | brain |
2005-06-01 | Many linking fixes | brain |
2005-05-30 | Started on -Wall - safe compile | brain |
2005-05-29 | Added m_watch.cpp (provides /WATCH for notify) and fixes to allow it to work | brain |
2005-05-29 | Compensate for ~ in ident length | brain |
2005-05-29 | Highly optimized userrec saving 1.5k per user | brain |
2005-05-29 | A lot more of the core consts are now configurable at compile time | brain |
2005-05-28 | Fixed fd_Setsize in cygwin | brain |
2005-05-27 | RPL_WHOLIMEXCEEDED -> 523 to match bahamut | brain |
2005-05-27 | Added 557 numeric (from MS Exchange chat server) to indicate too many results... | brain |
2005-05-25 | Operhosts are now optional (in the type tag) | brain |
2005-05-24 | Sum not being propogated properly, attempted fix | brain |
2005-05-24 | Grr.... | brain |
2005-05-24 | More fixes | brain |
2005-05-24 | Fixes | brain |
2005-05-24 | Fixed ping stuff | brain |
2005-05-24 | Fixed inbound server errors | brain |
2005-05-24 | Added stuff for /map improvements | brain |
2005-05-24 | Nonblocking connect() for outbound server links (why was this blocking anyway) | brain |
2005-05-24 | Added ping checks for server links (experimental) | brain |
2005-05-23 | Fixed bug where when a server split all other servers would stop responding | brain |
2005-05-23 | Tidied up some socket stuff into userrec | brain |
2005-05-23 | Fixed the server names reported in /stats l | brain |
2005-05-22 | Changed revision id's to std::string | brain |
2005-05-20 | Fixed /COMMANDS | brain |
2005-05-20 | Added detail to /COMMANDS | brain |
2005-05-20 | Added COMMANDS command (yes, really) | brain |
2005-05-17 | Experimental: Epoll support | brain |
2005-05-16 | Removed __single_client_alloc again because gcc devs were smoking crack and r... | brain |
2005-05-15 | Changed to use __single_client_alloc, faster on most systems in a single thread | brain |
2005-05-15 | Changed to use __single_client_alloc, supposedly faster in single-thread situ... | brain |
2005-05-15 | Moved StrHashComp and InAddr_HashComp into the irc:: namespace | brain |
2005-05-15 | sorted hashcomp etc | brain |
2005-05-15 | Moved a ton of functions into helperfuncs.h to speed up recompiles | brain |