]> Cypherpunks.ru repositories - goircd.git/history - daemon.go
ISON command support
[goircd.git] / daemon.go
2015-11-14 Sergey MatveevISON command support
2015-11-05 Sergey MatveevForce lowercase nicknames 1.3
2015-11-04 Sergey MatveevIf no states are kept, then clear an empty rooms
2015-10-19 Björn BusseDo not alter MOTD
2015-10-13 Sergey MatveevFixed unkeyed room mode getting
2015-10-11 Sergey MatveevCode refactoring
2015-10-07 Sergey MatveevIncrease maximum nickname length for convenience
2015-10-07 Sergey MatveevSome client may send message parts with PART command
2015-10-06 Sergey MatveevLess memory allocations
2015-10-05 Sergey MatveevFix client workability when sending message to unexiste...
2015-09-28 Sergey MatveevHasPrefix is not necessary before TrimPrefix
2015-09-28 Sergey MatveevMerge pull request #2 from bbusse/increase-client-compa...
2015-09-28 Björn BusseIncrease client compatibility - let Quassel IRC users...
2015-05-09 Sergey MatveevRaise copyright year. Trivial changes
2014-11-14 Sergey MatveevAdd AWAY command support 1.1
2014-08-19 Sergey MatveevRemove signal processor for password reloading and... 1.0
2014-08-14 Sergey MatveevAbility to show server's version
2014-08-14 Sergey MatveevAbility to authenticate users by nickname↔password...
2014-08-13 Sergey MatveevRemove goroutines that lead to possible races
2014-08-09 Sergey MatveevGolinting
2014-08-09 Sergey MatveevFix several races
2014-07-03 Sergey MatveevSend "already existing nickname" error to unregistered...
2014-06-27 Sergey MatveevDo not prepend unnecessary ':' to person-to-person...
2014-06-09 Thomas HabetsRemove port from /whois output.
2014-06-08 Thomas HabetsCleaned up file handling.
2014-06-08 Thomas HabetsDecrease log verbosity.
2014-06-08 Thomas HabetsFix /whois for mixed case nicks.
2014-06-08 Thomas HabetsMake channels unidirectional.
2014-05-18 Sergey MatveevContinuation after negative replies
2014-05-18 Sergey MatveevSave room state after it's creation
2014-05-14 Sergey MatveevOmit last empty string from MOTD reply
2014-05-13 Sergey MatveevCleaner nickname and channelname validation, not correl...
2014-05-13 Sergey MatveevMore RFC-close reply human-readable messages
2014-05-13 Sergey MatveevSeparate 401 code answer
2014-05-11 Sergey MatveevInitial commit