* Blocklists: Handle blank lines and \r\n in blocklist.txt

* NTCP: Add connection limit, set by i2np.ntcp.maxConnections,
      default is 500 (very high for now)
This commit is contained in:
zzz
2008-08-20 14:58:45 +00:00
parent 49af13a3ca
commit 258d01f0d9
5 changed files with 44 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2008-08-20 zzz
* Blocklists: Handle blank lines and \r\n in blocklist.txt
* NTCP: Add connection limit, set by i2np.ntcp.maxConnections,
default is 500 (very high for now)
2008-08-13 zzz
* i2psnark: Fix OOM vulnerability by checking incoming message length
(thanks devzero!)