1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-10-27 20:36:18 +00:00
ngircd/doc
Alexander Barton 9f067a059d Connection counter: count outgoing connections as well.
This patch lets ngIRCd count outgoing connections as well as incoming
connections (up to now only outgoing connections have been counted). This
change is required because the Conn_Close() function doesn't know whether
it closes an outgoing connection or not and therefore would decrement the
counter below zero when an outgoing connection existed -- which would
trigger an assert() call ...

Please note that this patch changes the (so far undocumented but now fixed)
behaviour of the "MaxConnections" configuration option to account the sum
of the in- and outbound connections!
2008-11-12 01:26:04 +01:00
..
src Moved .cvsignore files to .gitignore 2008-04-09 18:54:52 +02:00
FAQ.txt FAQ: add entry about /OPER and OperCanUseMode 2008-07-31 14:13:06 +02:00
GIT.txt Convert CVS commands to their git equivalents. 2008-04-12 21:51:15 +02:00
Makefile.am Don't include doc/CVS.txt in distribution archive, use doc/GIT.txt now! 2008-04-20 17:37:21 +02:00
Platforms.txt doc/Platforms.txt: added Debian GNU/Hurd, "i686/unknown/gnu0.3" 2008-08-10 18:08:09 +02:00
Protocol.txt Document the server flag "S": SERVICE command is supported. 2008-09-23 11:53:16 +02:00
README-AUX.txt Updated some patch names on Arthur. 2006-07-23 12:19:57 +00:00
README-BeOS.txt Updated documentation. 2003-05-15 21:47:57 +00:00
RFC.txt Translated & updated documentation. 2003-03-07 20:42:20 +00:00
sample-ngircd.conf Connection counter: count outgoing connections as well. 2008-11-12 01:26:04 +01:00
SSL.txt TLS/SSL support: documentation. 2008-09-13 15:10:08 +02:00
Zeroconf.txt Synchronized documentation with branch-0-10-x ... 2006-08-03 14:37:29 +00:00