summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/server.cpp
Commit message (Expand)AuthorAgeFilesLines
* Oddness•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9439 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-081-1/+1
* Extra debug•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9438 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-081-1/+1
* Fix authentication logic, someone forgot to change an || to an &&, because we...•••(instead of if auth method one fails OR auth method two fails) Also, fix bug where credentials of outbound server are leaked on successful auth to other ircds behind it git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9437 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-081-4/+15
* Fix compile error I introduced•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9430 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-081-2/+2
* add a couple of parenthesis to the password comparison, because i couldnt eas...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9426 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-081-2/+2
* Allow for open link networks (<link:name> to *) and tidy up checks here. XXX ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9425 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-081-63/+76
* Use server names for introduction of servers, not SIDs•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9401 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-071-6/+7
* Make sure CAPAB always comes before SERVER on either side of the link at all ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9229 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-301-0/+1
* Convert remaining InspIRCd::Log() calls to new logging system•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9001 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar aquanight2008-02-221-1/+1
* Add server.cpp, handles all stuff related to the server command. treesocket2....•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8836 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-02-051-0/+251