]> Cypherpunks.ru repositories - goircd.git/shortlog
goircd.git
2023-12-08 Sergey MatveevUnify copyright comment format master
2023-08-14 Sergey MatveevUse modern Go v1.10.0
2023-03-23 Sergey Matveevchan os.Signal should be buffered
2023-03-23 Sergey MatveevModern Go uses "go install"
2023-03-23 Sergey MatveevVERSION is used nowhere
2023-03-23 Sergey MatveevNo redo in so simple project
2023-03-23 Sergey MatveevExcess loop
2022-12-27 Sergey MatveevRaise copyright years
2022-08-30 Sergey Matveevio/ioutil is deprecated since Go 1.16
2022-01-07 Sergey MatveevRaised copyright years
2021-01-05 Sergey MatveevRaise copyright years
2020-12-04 Sergey MatveevProperly stop room's processor v1.9.1
2020-11-07 Sergey MatveevMany fixes and additions v1.9.0
2020-09-05 Sergey MatveevReplace Makefile with redo, keep version in source... v1.8.2
2020-01-07 Sergey MatveevRaise copyright years v1.8.1
2019-10-03 Sergey MatveevPOSIX tells that $ character is default shell prompt
2019-10-02 Sergey MatveevInitial module support v1.8.0
2019-09-27 Sergey MatveevRaise copyright years 1.7
2019-09-27 Sergey MatveevForbid any later GNU GPL versions autousage
2018-03-25 Sergey MatveevRaise copyright years
2017-01-13 Sergey MatveevCanonical goircd name
2017-01-13 Sergey MatveevParametrize maintainer address
2017-01-12 Meng Zhuoadd ignore
2017-01-12 Meng Zhuochange log directory
2017-01-12 Meng Zhuoadd service && debian package
2017-01-02 Sergey MatveevRaise copyright years
2016-09-25 Zero KingFix typo
2016-09-19 Sergey MatveevFix unnecessary unlocking causing panics 1.6
2016-04-07 Sergey MatveevTrim possible :-prefix sent by Pidgin in PASS command 1.5
2016-03-26 Sergey MatveevExample lighttpd configuration for logs directory viewing 1.4
2016-03-26 Sergey MatveevVarious race preventing locks
2015-12-31 Sergey MatveevRaise copyright years
2015-12-10 Sergey MatveevFix receive timestamp setting
2015-11-14 Sergey MatveevISON command support
2015-11-05 Sergey MatveevForce lowercase nicknames 1.3
2015-11-04 Sergey MatveevTrivial formatting correction
2015-11-04 Sergey MatveevIf no states are kept, then clear an empty rooms
2015-11-04 Sergey MatveevSimplify channel closing ordering
2015-10-19 Sergey MatveevThanks to Björn for his patches
2015-10-19 Björn BusseDo not alter MOTD
2015-10-19 Björn BussePerform DNS lookup of client addresses
2015-10-13 Sergey MatveevFixed unkeyed room mode getting
2015-10-11 Sergey MatveevBetter FreeBSD's startup script
2015-10-11 Sergey MatveevCode refactoring
2015-10-08 Sergey MatveevDaemon does not need reloading for passwords via HUP
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