1
0
mirror of https://github.com/osmarks/ngircd.git synced 2026-04-20 14:01:25 +00:00
Files
ngircd/src
Florian Westphal 5417a72536 channel: always reject zero-length channel key
previously, any client could join in this configuration:

[Channel]
  Name = #test
  Modes = tnk
  KeyFile = /tmp/foobar

fix this by checking for zero-length key before comparing
key to channel key.
2011-02-28 23:28:24 +01:00
..
2008-02-26 23:50:35 +01:00