summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/treesocket1.cpp
AgeCommit message (Expand)Author
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
2007-09-23More compile fixesbrain
2007-08-29Add duplicate UID error in ParseUID(), seems pippijn was triggering it and it...brain
2007-08-29This needs to be sent in burst toobrain
2007-08-29IMPORTANT: UID command now takes TEN parameters in 1.2. We never had a signon...brain
2007-08-29Swap around ERROR and SNONOTICE in SendError() so that the server doesnt try ...brain
2007-08-28Move everything module-related out of InspIRCd and into ModuleManager, there ...om
2007-08-28Add SVSPART at request of the Anope team - You can tell if the server has SVS...brain
2007-08-28Damn strict typing to hellw00t
2007-08-28Oops. We were missing a param on this SVSNICK for remote TS.. that probably w...w00t
2007-08-28Fixes 2brain
2007-08-28First round of servername->sid stuffsbrain
2007-08-28Tidy up duplicate code, provide GetSID() method on ServerConfig which returns...brain
2007-08-28Oops: This 'remote' needs to be local, otherwise our return value can be inco...w00t
2007-08-28bool SamePerson = strcmp(localident, remoteident) && !strcmp(localip, remoteip);brain
2007-08-28Long-standing bug: userrec::age should be set on remote introduction. This do...w00t
2007-08-28Remove unneeded headers from spanningtree. This was done to the rest of the s...w00t