]> Cypherpunks.ru repositories - goircd.git/shortlog
goircd.git
2015-10-08 Sergey MatveevAppend .log extension to logfiles
2015-10-07 Sergey MatveevVarious example startup scripts
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 MatveevMore explanation of log and state files 1.2
2015-10-06 Sergey MatveevRefactored and corrected client's network data reading
2015-10-06 Sergey MatveevOfficial repository of goircd is at git.cypherpunks.ru
2015-10-06 Sergey MatveevMore beauty options description
2015-10-06 Sergey MatveevLess memory allocations
2015-10-06 Sergey MatveevGNU and BSD Make compatible makefile
2015-10-06 Sergey MatveevUnnecessary return because of Fatalln
2015-10-05 Sergey MatveevSplit long lines
2015-10-05 Sergey MatveevAdd missing copyright heading
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 MatveevCombine TLS cert and key options in single one
2014-08-14 Sergey MatveevAbility to listen on raw and TLS sockets simultaneously
2014-08-14 Sergey MatveevMake an empty MODE b reply for faster client's sync
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-10 Sergey MatveevThomas Habets contributed too
2014-06-10 Sergey MatveevMention TLS and -verbose options in documentation
2014-06-10 Sergey MatveevSSL name is deprecated, use TLS instead
2014-06-10 Sergey MatveevRepair test due to address parsing error
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-06-08 Thomas HabetsAdd SSL support.
2014-05-18 Sergey MatveevTypo
2014-05-18 Sergey MatveevAdditional unittests
2014-05-18 Sergey MatveevUnnecessary message broadcasting goroutines
2014-05-18 Sergey MatveevContinuation after negative replies
2014-05-18 Sergey MatveevSave room state after it's creation
2014-05-14 Sergey MatveevRefactor unittests
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 MatveevTrivial stylistical readme change
2014-05-11 Sergey MatveevInitial commit