| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Added opertype to OnOper and added OnMode function•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2010 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-11-29 | 1 | -1/+1 | ||
| * | Added NICK and QUIT•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2009 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-11-29 | 1 | -1/+1 | ||
| * | Added reason to OnUserQuit•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2007 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-11-29 | 1 | -1/+2 | ||
| * | Reverted is_uline change•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1987 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-11-29 | 1 | -1/+1 | ||
| * | Small fault-- is_uline() returned true for '' - not a good thing, I'd assume.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1985 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-11-29 | 1 | -4/+5 | ||
| * | Made privmsgs work•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1976 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-11-28 | 1 | -2/+5 | ||
| * | Added OnUserMessage and OnUserNotice (why have these been missing so long?)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1974 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-11-28 | 1 | -3/+6 | ||
| * | Cleaned up some warnings•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1951 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-11-25 | 1 | -1/+0 | ||
| * | Fixes for removal of serverrec•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1946 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-11-25 | 1 | -4/+2 | ||
| * | Removed references to deprecated files servers.* and connection.*•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1941 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-11-25 | 1 | -2/+0 | ||
| * | Removal of mesh stuff (lots of)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1938 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-11-25 | 1 | -53/+0 | ||
| * | Removed cross-server mesh stuff•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1935 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-11-25 | 1 | -1865/+0 | ||
| * | Fixes for missing vars•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1582 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-06-01 | 1 | -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 | 2005-06-01 | 1 | -0/+2 | ||
| * | Many linking fixes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1578 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-06-01 | 1 | -2/+39 | ||
| * | Started on -Wall - safe compile•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1570 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-05-30 | 1 | -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 | 2005-05-29 | 1 | -0/+5 | ||
| * | Compensate for ~ in ident length•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1551 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-05-29 | 1 | -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 | 2005-05-29 | 1 | -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 | 2005-05-29 | 1 | -6/+6 | ||
| * | Fixed fd_Setsize in cygwin•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1541 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-05-28 | 1 | -1/+1 | ||
| * | RPL_WHOLIMEXCEEDED -> 523 to match bahamut•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1535 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-05-27 | 1 | -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 | 2005-05-27 | 1 | -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 | 2005-05-25 | 1 | -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 | 2005-05-24 | 1 | -1/+1 | ||
| * | Grr....•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1495 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-05-24 | 1 | -1/+1 | ||
| * | More fixes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1494 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-05-24 | 1 | -1/+1 | ||
| * | Fixes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1493 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-05-24 | 1 | -1/+1 | ||
| * | Fixed ping stuff•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1492 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-05-24 | 1 | -1/+2 | ||
| * | Fixed inbound server errors•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1491 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-05-24 | 1 | -0/+6 | ||
| * | Added stuff for /map improvements•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1486 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-05-24 | 1 | -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 | 2005-05-24 | 1 | -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 | 2005-05-24 | 1 | -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 | 2005-05-23 | 1 | -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 | 2005-05-23 | 1 | -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 | 2005-05-23 | 1 | -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 | 2005-05-22 | 1 | -2/+2 | ||
| * | Fixed /COMMANDS•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1458 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-05-20 | 1 | -3/+3 | ||
| * | Added detail to /COMMANDS•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1457 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-05-20 | 1 | -1/+1 | ||
| * | Added COMMANDS command (yes, really)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1456 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-05-20 | 1 | -0/+9 | ||
| * | Experimental: Epoll support•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1408 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-05-17 | 1 | -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 | 2005-05-16 | 1 | -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 | 2005-05-15 | 1 | -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 | 2005-05-15 | 1 | -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 | 2005-05-15 | 1 | -4/+4 | ||
| * | sorted hashcomp etc•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1387 e03df62e-2008-0410-955e-edbf42e46eb7 | 2005-05-15 | 1 | -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 | 2005-05-15 | 1 | -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 | 2005-05-15 | 1 | -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 | 2005-05-14 | 1 | -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 | 2005-05-12 | 1 | -2/+3 | ||
