]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Allow SASL messages to be targeted at the services server
authordanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>
Thu, 18 Feb 2010 21:23:00 +0000 (21:23 +0000)
committerdanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>
Thu, 18 Feb 2010 21:23:00 +0000 (21:23 +0000)
commit8cb1935360087b4e38802b837981e5f41e9b87d7
tree687d0c37e28a12d9052828e77fe0a8a5c08a8e11
parent46e56dedd37abe33af4e8b970d5b83729dc1ef05
Allow SASL messages to be targeted at the services server

<sasl target="services.example.net"> will avoid broadcasting all
authentication messages across the network, which improves security.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12494 e03df62e-2008-0410-955e-edbf42e46eb7
include/protocol.h
src/modules/m_sasl.cpp
src/modules/m_spanningtree/protocolinterface.cpp
src/modules/m_spanningtree/protocolinterface.h
src/modules/m_spanningtree/utils.cpp
src/modules/m_spanningtree/utils.h
src/modules/sasl.h [new file with mode: 0644]