summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/server.cpp
AgeCommit message (Expand)Author
2010-02-13Clean up treesocket naming confusion by adding a link block reference during ...danieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-10-08Update Event and Request APIsdanieldg
2009-09-30Allow multiple autoconnects in a single <autoconnect> tag, fix infinite failoverdanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-21Create StreamSocket for IO hooking implementationdanieldg
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-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-04-22Fix PingFlag not being set correctly for servers whose burst takes longer tha...danieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-03-14Mark children of remote servers as bursting while their parent is burstingdanieldg
2009-03-10Push password comparison logic into ComparePass, fixes authentication bug not...danieldg
2009-03-05Fix crash when services (or a misbehaving remote server) introduces a server ...danieldg
2009-01-31We already have an error for not enough params to the SERVER command, but the...brain
2009-01-02Update copyrights for 2009.w00t
2008-12-07Make an error message more verbose to help usersbrain
2008-10-31Move some messages (correctly) to remote link snomask.w00t
2008-09-24Fix for listening sockets not clearing their timeout on connected. Reported b...peavey
2008-09-21Be consistent. Use ServerInstance in all places instead of 'Instance' in half...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-05-20Add note to check other server on this messagew00t
2008-04-08Oddnessbrain
2008-04-08Extra debugbrain
2008-04-08Fix authentication logic, someone forgot to change an || to an &&, because we...brain
2008-04-08Fix compile error I introducedw00t
2008-04-08add a couple of parenthesis to the password comparison, because i couldnt eas...brain
2008-04-08Allow for open link networks (<link:name> to *) and tidy up checks here. XXX ...w00t
2008-04-07Use server names for introduction of servers, not SIDsw00t
2008-03-30Make sure CAPAB always comes before SERVER on either side of the link at all ...brain
2008-02-22Convert remaining InspIRCd::Log() calls to new logging systemaquanight
2008-02-05Add server.cpp, handles all stuff related to the server command. treesocket2....w00t