summaryrefslogtreecommitdiff
path: root/src/commands.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Removal of mesh stuff (lots of)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1938 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-11-251-53/+0
* Removed cross-server mesh stuff•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1935 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-11-251-1865/+0
* Fixes for missing vars•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1582 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-06-011-0/+1
* Added propogation of version replies and server descriptions•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1579 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-06-011-0/+2
* Many linking fixes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1578 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-06-011-2/+39
* Started on -Wall - safe compile•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1570 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-301-20/+19
* Added m_watch.cpp (provides /WATCH for notify) and fixes to allow it to work•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1556 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-291-0/+5
* Compensate for ~ in ident length•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1551 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-291-2/+2
* Highly optimized userrec saving 1.5k per user•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1550 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-291-2/+5
* A lot more of the core consts are now configurable at compile time•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1546 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-291-6/+6
* Fixed fd_Setsize in cygwin•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1541 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-281-1/+1
* RPL_WHOLIMEXCEEDED -> 523 to match bahamut•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1535 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-271-2/+2
* Added 557 numeric (from MS Exchange chat server) to indicate too many results...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1534 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-271-1/+12
* Operhosts are now optional (in the type tag)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1520 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-251-1/+2
* Sum not being propogated properly, attempted fix•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1497 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-241-1/+1
* Grr....•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1495 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-241-1/+1
* More fixes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1494 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-241-1/+1
* Fixes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1493 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-241-1/+1
* Fixed ping stuff•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1492 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-241-1/+2
* Fixed inbound server errors•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1491 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-241-0/+6
* Added stuff for /map improvements•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1486 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-241-1/+2
* Nonblocking connect() for outbound server links (why was this blocking anyway)•••Changed /map to show authenticating servers with a * similar to hybrid git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1485 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-241-39/+49
* Added ping checks for server links (experimental)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1481 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-241-0/+4
* Fixed bug where when a server split all other servers would stop responding•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1479 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-231-0/+1
* Tidied up some socket stuff into userrec•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1476 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-231-9/+2
* Fixed the server names reported in /stats l•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1473 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-231-2/+2
* Changed revision id's to std::string•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1472 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-221-2/+2
* Fixed /COMMANDS•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1458 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-201-3/+3
* Added detail to /COMMANDS•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1457 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-201-1/+1
* Added COMMANDS command (yes, really)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1456 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-201-0/+9
* Experimental: Epoll support•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1408 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-171-0/+20
* Removed __single_client_alloc again because gcc devs were smoking crack and r...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1406 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-161-11/+11
* Changed to use __single_client_alloc, faster on most systems in a single thread•••Specified namespace std in *all* files git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1404 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-151-4/+4
* Changed to use __single_client_alloc, supposedly faster in single-thread situ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1402 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-151-9/+9
* Moved StrHashComp and InAddr_HashComp into the irc:: namespace•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1398 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-151-4/+4
* sorted hashcomp etc•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1387 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-151-5/+0
* Moved a ton of functions into helperfuncs.h to speed up recompiles•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1383 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-151-71/+2
* Added idea from ircu: /invite with too few params shows the channels youve be...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1382 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-151-40/+56
* Added 'uniqueness sums': http://www.inspircd.org/wiki/InspIRCd_Server_Protoco...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1378 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-141-77/+74
* Changed the type of struct whowas records are stored in (no need to waste a b...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1369 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-121-2/+3
* Structure optimizations, changed a lot of bools into binary bitmasks•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1368 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-121-11/+11
* Basics of kqueue() implementation for socket engine•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1348 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-091-2/+20
* /WHOIS as oper now shows real ip as well as real host•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1330 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-081-1/+1
* Changed the final bunch of udp_* vars to server_*/tcp_*•••Fixed ircservices sending PING git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1326 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-081-51/+57
* Fixed remote kills to display the correct source (spotted while talking to aq...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1325 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-081-3/+3
* Empty but non-null string passed to is_uline returns true•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1320 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-061-0/+4
* Added numeric 318 to /WHOIS when nick is not found (end of whois should still...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1317 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-061-0/+2
* Added numeric 412 "no text to send"•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1316 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-061-0/+12
* Fixes to:•••+s and +p channels wouldn't be synched correctly +s and +p never show in whois even when you're a member of them +s and +p never show in list even if you're a member of them git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1308 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-051-3/+5
* Changed to handle : as a NOP token so that 'assuming' inspircd knows RFC comm...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1305 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-041-0/+3