summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/treesocket1.cpp
AgeCommit message (Expand)Author
2009-09-30Allow multiple autoconnects in a single <autoconnect> tag, fix infinite failoverdanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-21Don't try to write to dead users, add debug to SquitServer, and remove a stri...danieldg
2009-09-21Create StreamSocket for IO hooking implementationdanieldg
2009-09-17Add <autoconnect> blocks [jackmcbarn]danieldg
2009-09-03Change cmd_*.so to use the Module object APIdanieldg
2009-09-02Add modules to the VF_COMMON list in backwards compatability link mode, trans...danieldg
2009-09-02Add VF_OPTCOMMON for optionally common modulesdanieldg
2009-09-02Remove unneeded Extensible inheritance and remove "age" field from classbasedanieldg
2009-09-02Replace std::deque with std::vector in spanningtree and related modulesdanieldg
2009-09-01Fix build of m_spanningtree and display of dependency regenerationdanieldg
2009-06-07Allow SSL fingerprint-based server authenticationdanieldg
2009-05-07Remove handshake timer on server sockets that die before completing handshakedanieldg
2009-04-19Add loopCall to prevent double-broadcasting new X:linesdanieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-01-02Update copyrights for 2009.w00t
2008-10-31Add snomask +s +L - remote link notices.w00t
2008-09-21Be consistent. Use ServerInstance in all places instead of 'Instance' in half...w00t
2008-09-21Fix the 'i/o error on connection (no error)' stuff, by displaying 'connected ...brain
2008-09-19inbound sockets need a timeout, too. 30 secs should be pleantybrain
2008-09-19Implement timeout on outgoing server connections as per our docs <link:timeout>peavey
2008-09-08Remove old listening stuff from spanningtree, use a new derived listener class.w00t
2008-08-22Match conversion stuff.w00t
2008-08-22Revert automated conversion by Special, as it (unfortunately) neglects some d...w00t
2008-08-22Fix a lot of calls to match() and uses of wildcard.h (which doesn't exist any...special
2008-07-19Fix total mess of makefile dependency macros (all depending on stuff they don...brain
2008-07-17Send strerror() on all socket error messages, this should help diagnose probl...w00t
2008-05-20Forward port r9782: show IP (not unknown) for unauthed connectionsw00t
2008-02-22Convert remaining InspIRCd::Log() calls to new logging systemaquanight
2008-02-13Commit patch from danieldg that makes a ton of stuff const-safe for latest wa...brain
2008-02-11Last of the -Wshadow fixes.w00t
2008-02-04Split more of treesocket1w00t
2008-02-03Split treesocket1 into a number of smaller filesw00t
2008-02-03Propegate BURST and ENDBURST network-wide for timing of bursts, and to keep X...w00t
2008-02-02Move some stuff to usermanager, remove a little header insanity, remove trace...w00t
2008-01-13First UserManager overhaul: Move clone counts out of InspIRCd & User.w00t
2008-01-10Header update: 2007 -> 2008w00t
2008-01-07Fix up some usercounts stuff.. to be tested.w00t
2008-01-06Basic core changes for permanent channels.w00t
2007-11-09Roadmap item "Fix jointhrottle to not try 'throttle' clients during a netmerg...brain
2007-11-04Honking huge commit. Removal of DELETE() template that never worked right anywaybrain
2007-11-04Not yet tested: remove last vestiges of modules[] and module_names[] arrays.brain
2007-11-02Hopefully fix the bursting of xlines to work again (even with unknown types) ...brain
2007-10-29Big fat fixme herebrain
2007-10-28- Tear out a useless load of XLine clutters that did nothing much except conf...w00t
2007-10-15InspSocket -> BufferedSocket. Paves the way for a SimpleSocket class which id...w00t
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-10-03Cut out redundant loop from nickname introductions, also ensure that each UID...brain
2007-09-30Users were also being attached to the wrong server names (by uid and not by s...brain
2007-09-30Whoops, forgot some stuff for when GECOS was moved to position 10 in the UID ...brain