]> Cypherpunks.ru repositories - goircd.git/commit
Remove signal processor for password reloading and use pointers to strings 1.0
authorSergey Matveev <stargrave@stargrave.org>
Tue, 19 Aug 2014 14:11:56 +0000 (18:11 +0400)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 19 Aug 2014 14:11:56 +0000 (18:11 +0400)
commit990937d451208b0299246c46dd29adf7a35f97ee
treec68f04771257eb7d39957f42967d51f6a5379439
parent85e6538f2f610ad66bf0be0eff5bdcf05f1b8e3c
Remove signal processor for password reloading and use pointers to strings

Simplify code and server maintaining by removing password file caching
and refreshing it with HUP signal. Also use pointers to strings, already
presented after flag-module work.
client.go
client_test.go
daemon.go
daemon_test.go
goircd.go
room.go
room_test.go