]> arthur.barton.de Git - ngircd-alex.git/commit
Channel key file: store file name and open on each access.
authorAlexander Barton <alex@barton.de>
Sun, 4 Jan 2009 16:26:50 +0000 (17:26 +0100)
committerAlexander Barton <alex@barton.de>
Tue, 20 Jan 2009 16:20:30 +0000 (17:20 +0100)
commitd09094812f5a8998e779fd75d265396486878117
tree6ef891d929ea5c340f6db07161dd9bafb7cb964b
parentc5000694d16da0a205e7dde49681d589d552d144
Channel key file: store file name and open on each access.

Store the file name of channel key files and reopen them on each access
(on each JOIN command) insted of just storing the file handles.

This eliminates the special requirements (no delete) and makes sure
that always the actual file contents are used in all circumstances.
src/ngircd/channel.c
src/ngircd/channel.h