3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-12-22 18:52:41 +01:00
ergo/irc
Shivaram Lingamneni 8cadc7340a don't trim line endings in IRCStreamConn
Doesn't help if the line ends with regular \n only,
and the parser has to account for \r and \n anyway
2020-06-23 03:25:20 -04:00
..
caps ratify SETNAME 2020-05-11 18:11:09 -04:00
cloaks fix #952 2020-05-08 01:18:00 -04:00
connection_limits review feedback: rename a key 2019-11-23 22:01:24 -05:00
custime use custime.Duration for more config fields 2020-02-20 00:09:39 -05:00
email fix #943 2020-04-13 11:54:39 -04:00
history fix #858 and #383 2020-05-12 12:05:40 -04:00
isupport isupport List.Tokens map[string]*string -> map[string]string 2020-05-27 00:16:33 +01:00
jwt refactor/enhance jwt signing 2020-06-15 14:34:58 -04:00
languages fix #526 2019-07-01 09:21:38 -04:00
logger shorten type names to 10 chars 2020-04-12 14:01:07 -04:00
mkcerts fix #898 2020-03-22 18:18:48 -04:00
modes fix #1058 2020-05-28 14:42:24 -04:00
mysql Add support for Unix domain sockets. 2020-05-17 05:04:03 +00:00
passwd refactor the password hashing / password autoupgrade system 2018-08-06 02:26:21 -04:00
smtp fix #920, #921 2020-04-05 03:48:59 -04:00
sno add vhost snomasks 2020-02-02 02:03:08 -05:00
utils use strings.Builder instead of bytes.Buffer where applicable 2020-06-08 23:38:10 -04:00
accounts.go fix the corresponding bug for certfp authentication 2020-06-17 03:09:20 -04:00
authscript.go review fix 2020-06-04 02:07:39 -04:00
channel.go refactor/enhance jwt signing 2020-06-15 14:34:58 -04:00
channelmanager.go fix #889 2020-03-20 14:47:40 -04:00
channelreg.go fix #889 2020-03-20 14:47:40 -04:00
chanserv.go Ignore some dodgy TL strings, fix another dodgy string 2020-06-16 20:33:10 +10:00
client_lookup_set.go add auto-away 2020-05-19 22:46:23 -04:00
client_test.go fix #983 2020-05-06 01:07:06 -04:00
client.go fix #1151 2020-06-22 15:50:28 -04:00
commands.go fix #1151 2020-06-22 15:50:28 -04:00
config.go fix #1151 2020-06-22 15:50:28 -04:00
constants.go tweak version strings again 2020-05-21 11:42:17 -04:00
database.go fix #1027 2020-06-01 11:55:53 -04:00
dline.go fix #671 2019-11-18 17:21:28 -05:00
errors.go fix #1151 2020-06-22 15:50:28 -04:00
fakelag_test.go fix #817 2020-03-27 10:40:19 -04:00
fakelag.go fix #817 2020-03-27 10:40:19 -04:00
gateways.go fix untrusted PROXY lines being accepted 2020-05-10 19:12:18 -04:00
getters.go fix disabling of autoreplay-missed 2020-06-18 04:32:54 -04:00
handlers.go review fix 2020-06-22 18:53:54 -04:00
help.go Basic EXTJWT support 2020-06-15 14:34:58 -04:00
histserv.go make histserv replies come from histserv, not hostserv 2020-05-15 11:54:28 -04:00
hostserv.go review fix 2020-05-08 02:47:08 -04:00
idletimer.go fix #1027 2020-06-01 11:55:53 -04:00
ircconn.go don't trim line endings in IRCStreamConn 2020-06-23 03:25:20 -04:00
kline.go fix #1003 2020-05-13 06:51:15 -04:00
legacy.go fix #530, #721 2019-12-29 12:05:01 -05:00
listeners.go fix #996 2020-05-10 06:17:11 -04:00
misc_test.go time.Unix still requires normalization to UTC 2020-02-21 00:33:37 -05:00
modes_test.go Apply default user modes just before registration. 2020-05-28 15:53:14 +00:00
modes.go Apply default user modes just before registration. 2020-05-28 15:53:14 +00:00
monitor.go fix #1076 2020-05-28 18:34:43 -04:00
nickname.go fix #1027 2020-06-01 11:55:53 -04:00
nickserv.go fix #843 2020-06-12 16:26:27 -04:00
numerics.go fix #936 2020-04-07 12:24:44 -04:00
responsebuffer.go fix TAGMSG playback 2020-05-22 12:07:53 -04:00
resume.go implement draft/resume-0.4 2019-05-21 22:36:37 -04:00
roleplay.go fix #858 and #383 2020-05-12 12:05:40 -04:00
semaphores.go fix some issues found with staticcheck.io 2019-05-10 01:44:14 -04:00
server.go fix #1151 2020-06-22 15:50:28 -04:00
services.go handle CTCP VERSION, PING and TIME for services pseudo-users 2020-05-26 13:42:28 +01:00
signals_plan9.go fix plan9 support 2020-05-17 20:53:08 -04:00
signals.go fix plan9 support 2020-05-17 20:53:08 -04:00
snomanager.go remove more indirections 2019-05-12 20:57:53 -04:00
socket.go simplify Socket.Read 2020-06-23 03:25:20 -04:00
stats.go Apply default user modes just before registration. 2020-05-28 15:53:14 +00:00
strings_test.go test more string cases 2020-06-04 18:40:14 -04:00
strings.go make comment consistent with review fix 2020-06-22 22:34:09 -04:00
types.go fix #581 2019-12-17 13:21:26 -05:00
version.go bump to next development version 2020-06-01 00:27:16 -04:00
whowas_test.go refactor channel registration 2019-03-12 04:16:16 -04:00
whowas.go refactor channel registration 2019-03-12 04:16:16 -04:00
znc.go fix #831 2020-02-27 19:29:14 -05:00