]> Cypherpunks.ru repositories - goircd.git/commit
Code refactoring
authorSergey Matveev <stargrave@stargrave.org>
Sun, 11 Oct 2015 08:12:55 +0000 (11:12 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 11 Oct 2015 11:51:07 +0000 (14:51 +0300)
commite657ffd2ab2cd5fae8c1d19e39b2268fa758153e
treebab152cd2e1f1284ffffe206e562421828a01aaf
parent186ec4b4bd91f9fd101b2f62d30c0f2bd4ed50ce
Code refactoring

* Less memory allocations
* Daemon instance replaced with global variables
* Code simplification
* Asynchronously send messages to clients
client.go
client_test.go
common_test.go [new file with mode: 0644]
daemon.go
daemon_test.go
events.go
goircd.go
room.go
room_test.go