diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-09-10 17:40:02 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-09-10 17:40:02 +0000 |
commit | 622a06ce08fabf8b6238dafaa1a66ddb4148c5dc (patch) | |
tree | 2edde79e759b47ea66f23cc5e34692b3660b81c0 /conf | |
parent | 3b9d311e5c104a8aed39fa402228f649c5c4dd7c (diff) |
Move XMLSocket to be modulemanager-provided, flash now has real socket support (so it's not as necessary), and most networks do not have flash clients using it
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10495 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'conf')
-rw-r--r-- | conf/modules.conf.example | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/conf/modules.conf.example b/conf/modules.conf.example index b6eec4217..40a4dd25c 100644 --- a/conf/modules.conf.example +++ b/conf/modules.conf.example @@ -1468,15 +1468,6 @@ #<module name="m_xline_db.so"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# -# XMLSocket module: Adds support for connections using the shockwave -# flash XMLSocket. Note that this does not work if the client you are -# using has retarded ideas of the IRC protocol. Your client must still -# send RFC-correct lines to the server, this module only changes the -# line ending from newlines to null terminators. -# -#<module name="m_xmlsocket.so"> - -#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # ZipLinks module: Adds support for zlib deflate on server to server # connections. Both ends of the connection must load this module. # |