diff options
author | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-09-27 00:22:29 +0000 |
---|---|---|
committer | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-09-27 00:22:29 +0000 |
commit | 934d9a6a184b7a8600fcda30e012ba6f29f17b64 (patch) | |
tree | 44edb8dc4551777fcbdb73ef1a28e9b9d44bd9a6 /conf | |
parent | 7c1352df0c8bb2624d4f2cc8320467578c39a6ad (diff) |
SendQ bugfixes
Fix DoWrite running on errored sockets
Add testnet module for sendq and shutdown testing
Prevent DoWrite from trying to write when writes are blocking
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11768 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'conf')
-rw-r--r-- | conf/modules.conf.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/modules.conf.example b/conf/modules.conf.example index d5b4053f0..d3e77ca26 100644 --- a/conf/modules.conf.example +++ b/conf/modules.conf.example @@ -1685,6 +1685,12 @@ #<module name="m_swhois.so"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# Test module: enable this to create a command useful in testing +# flood control. To avoid accidental use on live networks, the server +# name must contain ".test" to load the module +#<module name="m_testnet.so"> + +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Timed bans module: Adds timed channel bans and the /TBAN command #<module name="m_timedbans.so"> |