ergo/irc
Shivaram Lingamneni 316d45917d pass the correct quit message when a proxied client is banned
If you were banned and the ban was only detected when you proxied
(because you were proxying from a DLINE'd IP), you'd get an incorrect
quit message: `QUIT: Bad or unauthorized PROXY command`. This propagates
the correct ban message as the quit line.
2019-05-13 02:19:00 -04:00
..
caps review fixes 2019-05-11 21:48:36 -04:00
cloaks give cloaks their own package 2019-05-12 04:03:50 -04:00
connection_limits remove more indirections 2019-05-12 20:57:53 -04:00
custime dline/kline: Allow year/month/day durations 2017-03-07 19:56:21 +10:00
history review fixes 2019-05-11 21:48:36 -04:00
isupport load isupport directly into the config object 2019-05-10 00:32:10 -04:00
languages upgrade message-tags to non-draft version 2019-03-07 04:31:08 -05:00
logger pointless optimizations to the logger 2019-01-01 16:43:35 -05:00
mkcerts Move mkcerts package under lib/ 2018-02-04 05:34:26 +10:00
modes fix some issues found with staticcheck.io 2019-05-10 01:44:14 -04:00
passwd refactor the password hashing / password autoupgrade system 2018-08-06 02:26:21 -04:00
sno Only allow valid snomasks to be set 2018-04-16 13:20:37 +10:00
utils review fixes 2019-05-12 16:26:23 -04:00
accounts.go Merge remote-tracking branch 'origin/master' into compat.4 2019-05-11 21:56:41 -04:00
channel.go fix #483 2019-05-13 00:43:29 -04:00
channelmanager.go update registeredChannels cache on rename as well 2019-03-14 03:21:45 -04:00
channelreg.go refactor channel registration 2019-03-12 04:16:16 -04:00
chanserv.go refactor channel registration 2019-03-12 04:16:16 -04:00
client.go fix #483 2019-05-13 00:43:29 -04:00
client_lookup_set.go fix handling of nil session in reattach code 2019-05-09 05:03:21 -04:00
commands.go WHO should leave the client idle 2019-05-13 00:43:29 -04:00
config.go add a manual entry for cloaks 2019-05-12 19:19:36 -04:00
constants.go new unreleased version 2019-02-24 02:19:50 -05:00
database.go track channel registrations per account 2019-02-06 04:34:45 -05:00
dline.go normalize most times in the app to UTC 2019-05-12 20:57:53 -04:00
errors.go pass the correct quit message when a proxied client is banned 2019-05-13 02:19:00 -04:00
fakelag.go remove indirections in Fakelag and NickTimer 2019-03-08 05:36:54 -05:00
fakelag_test.go remove indirections in Fakelag and NickTimer 2019-03-08 05:36:54 -05:00
gateways.go pass the correct quit message when a proxied client is banned 2019-05-13 02:19:00 -04:00
getters.go normalize most times in the app to UTC 2019-05-12 20:57:53 -04:00
handlers.go pass the correct quit message when a proxied client is banned 2019-05-13 02:19:00 -04:00
help.go Review and spec updates 2019-04-08 11:36:48 +10:00
hostserv.go normalize most times in the app to UTC 2019-05-12 20:57:53 -04:00
idletimer.go fix #449 2019-04-14 20:48:50 -04:00
kline.go normalize most times in the app to UTC 2019-05-12 20:57:53 -04:00
legacy.go refactor the password hashing / password autoupgrade system 2018-08-06 02:26:21 -04:00
modes.go fix #400 2019-04-28 02:48:19 -04:00
modes_test.go fix #400 2019-04-28 02:48:19 -04:00
monitor.go remove more indirections 2019-05-12 20:57:53 -04:00
nickname.go fix #360 2019-05-12 03:25:02 -04:00
nickserv.go add NICKSERV SESSIONS command to list sessions 2019-05-08 18:18:05 -04:00
numerics.go Initial ACC update to match the new spec 2019-04-08 10:40:19 +10:00
responsebuffer.go improvements to message replay code 2019-05-08 03:02:48 -04:00
resume.go consume resume token during VerifyToken 2019-02-24 21:07:12 -05:00
roleplay.go strip out the +a away mode 2019-04-28 15:12:48 -04:00
semaphores.go fix some issues found with staticcheck.io 2019-05-10 01:44:14 -04:00
server.go consolidate acceptClient into RunNewClient 2019-05-12 20:57:53 -04:00
services.go Fix dodgy TL strings to make them easier to translate 2019-02-22 12:37:11 +10:00
snomanager.go remove more indirections 2019-05-12 20:57:53 -04:00
socket.go extract Semaphore to utils package 2019-04-15 11:15:31 -04:00
stats.go refactor channel registration 2019-03-12 04:16:16 -04:00
strings.go Restrict idents as other servers do 2019-02-03 18:49:42 +10:00
strings_test.go Restrict idents as other servers do 2019-02-03 18:49:42 +10:00
types.go upgrade message-tags to non-draft version 2019-03-07 04:31:08 -05:00
whowas.go refactor channel registration 2019-03-12 04:16:16 -04:00
whowas_test.go refactor channel registration 2019-03-12 04:16:16 -04:00