]>
Cypherpunks repositories - goircd.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Sergey Matveev [Mon, 28 Sep 2015 08:36:52 +0000 (11:36 +0300)]
Merge pull request #2 from bbusse/increase-client-compatibility
Increase client compatibility - let Quassel IRC users join
Björn Busse [Mon, 28 Sep 2015 04:22:17 +0000 (06:22 +0200)]
Increase client compatibility - let Quassel IRC users join
Quassel prefixes the nickname in the NICK command with a colon.
This seems to be in accordance with rfc2812. Therefor check
if the first character of a nickname is a colon and remove it.
Sergey Matveev [Sat, 9 May 2015 15:27:06 +0000 (18:27 +0300)]
Raise copyright year. Trivial changes
Sergey Matveev [Fri, 14 Nov 2014 20:26:32 +0000 (23:26 +0300)]
Add AWAY command support
Sergey Matveev [Tue, 19 Aug 2014 14:11:56 +0000 (18:11 +0400)]
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.
Sergey Matveev [Thu, 14 Aug 2014 19:08:41 +0000 (23:08 +0400)]
Combine TLS cert and key options in single one
Sergey Matveev [Thu, 14 Aug 2014 14:46:21 +0000 (18:46 +0400)]
Ability to listen on raw and TLS sockets simultaneously
Sergey Matveev [Thu, 14 Aug 2014 13:41:57 +0000 (17:41 +0400)]
Make an empty MODE b reply for faster client's sync
Sergey Matveev [Thu, 14 Aug 2014 10:31:34 +0000 (14:31 +0400)]
Ability to show server's version
Sergey Matveev [Thu, 14 Aug 2014 10:01:54 +0000 (14:01 +0400)]
Ability to authenticate users by nickname↔password database
Sergey Matveev [Wed, 13 Aug 2014 15:13:12 +0000 (19:13 +0400)]
Remove goroutines that lead to possible races
Sergey Matveev [Sat, 9 Aug 2014 12:42:19 +0000 (16:42 +0400)]
Golinting
Sergey Matveev [Sat, 9 Aug 2014 11:37:10 +0000 (15:37 +0400)]
Fix several races
Sergey Matveev [Thu, 3 Jul 2014 07:08:42 +0000 (11:08 +0400)]
Send "already existing nickname" error to unregistered client, instead of already existing one
Sergey Matveev [Fri, 27 Jun 2014 18:29:31 +0000 (22:29 +0400)]
Do not prepend unnecessary ':' to person-to-person PRIVMSGs
Sergey Matveev [Mon, 9 Jun 2014 18:51:58 +0000 (22:51 +0400)]
Thomas Habets contributed too
Sergey Matveev [Tue, 10 Jun 2014 07:26:50 +0000 (11:26 +0400)]
Mention TLS and -verbose options in documentation
Sergey Matveev [Tue, 10 Jun 2014 07:26:13 +0000 (11:26 +0400)]
SSL name is deprecated, use TLS instead
Sergey Matveev [Tue, 10 Jun 2014 07:20:10 +0000 (11:20 +0400)]
Repair test due to address parsing error
Thomas Habets [Mon, 9 Jun 2014 14:03:11 +0000 (16:03 +0200)]
Remove port from /whois output.
Thomas Habets [Sun, 8 Jun 2014 01:16:33 +0000 (03:16 +0200)]
Cleaned up file handling.
Thomas Habets [Sun, 8 Jun 2014 00:49:27 +0000 (02:49 +0200)]
Decrease log verbosity.
Thomas Habets [Sun, 8 Jun 2014 00:28:55 +0000 (02:28 +0200)]
Fix /whois for mixed case nicks.
Thomas Habets [Sun, 8 Jun 2014 00:21:06 +0000 (02:21 +0200)]
Make channels unidirectional.
Thomas Habets [Sun, 8 Jun 2014 00:08:13 +0000 (02:08 +0200)]
Add SSL support.
Sergey Matveev [Sun, 18 May 2014 11:34:31 +0000 (15:34 +0400)]
Typo
Sergey Matveev [Sun, 18 May 2014 11:27:17 +0000 (15:27 +0400)]
Additional unittests
Sergey Matveev [Sun, 18 May 2014 11:26:50 +0000 (15:26 +0400)]
Unnecessary message broadcasting goroutines
Sergey Matveev [Sun, 18 May 2014 11:26:15 +0000 (15:26 +0400)]
Continuation after negative replies
Sergey Matveev [Sun, 18 May 2014 11:25:11 +0000 (15:25 +0400)]
Save room state after it's creation
Sergey Matveev [Wed, 14 May 2014 12:29:54 +0000 (16:29 +0400)]
Refactor unittests
Sergey Matveev [Wed, 14 May 2014 12:18:40 +0000 (16:18 +0400)]
Omit last empty string from MOTD reply
Sergey Matveev [Tue, 13 May 2014 19:59:09 +0000 (23:59 +0400)]
Cleaner nickname and channelname validation, not correlated together
Sergey Matveev [Tue, 13 May 2014 19:57:45 +0000 (23:57 +0400)]
More RFC-close reply human-readable messages
Sergey Matveev [Tue, 13 May 2014 19:56:29 +0000 (23:56 +0400)]
Separate 401 code answer
Sergey Matveev [Sun, 11 May 2014 16:20:29 +0000 (20:20 +0400)]
Trivial stylistical readme change
Sergey Matveev [Sun, 11 May 2014 16:18:55 +0000 (20:18 +0400)]
Initial commit