Commit Graph

1995 Commits

Author SHA1 Message Date
Daniel Oaks 1407b0e599 New translations irc.lang.json (Dutch) 2019-05-16 08:11:46 +10:00
Daniel Oaks a96466401b New translations irc.lang.json (Danish) 2019-05-16 08:11:43 +10:00
Daniel Oaks 566bb78ac6 New translations irc.lang.json (Czech) 2019-05-16 08:11:41 +10:00
Daniel Oaks d887b7bc02 New translations irc.lang.json (Chinese Traditional) 2019-05-16 08:11:38 +10:00
Daniel Oaks 6ac20c6c51 New translations irc.lang.json (Chinese Simplified) 2019-05-16 08:11:36 +10:00
Daniel Oaks 53fe0cbcec New translations irc.lang.json (Bosnian) 2019-05-16 08:11:34 +10:00
Daniel Oaks 7cfb80943d New translations irc.lang.json (Arabic) 2019-05-16 08:11:31 +10:00
Daniel Oaks 4f41a143ff New translations irc.lang.json (Afrikaans) 2019-05-16 08:11:29 +10:00
Daniel Oaks 20092eee90 New translations irc.lang.json (Catalan) 2019-05-16 08:11:25 +10:00
Daniel Oaks 9fbfee62d5 Update translations 2019-05-16 08:10:48 +10:00
Shivaram Lingamneni 7d53dd5d81 formalize token munging code 2019-05-15 16:17:13 -04:00
Daniel Oaks 84fe2c60dd
Merge pull request #490 from slingamn/issue387
fix #387
2019-05-15 18:56:45 +10:00
Shivaram Lingamneni 0346c23ae0 fix #387 2019-05-15 01:30:21 -04:00
Daniel Oaks c2300e3e66
Merge pull request #489 from slingamn/issue488.1
fix #488
2019-05-15 11:41:50 +10:00
Shivaram Lingamneni ea70580adc fix #488 2019-05-14 21:21:57 -04:00
Daniel Oaks 12b2a0751b
Merge pull request #485 from slingamn/utc.2
another handful of fixes
2019-05-13 16:40:54 +10:00
Shivaram Lingamneni 8f0977f59e human-readable times for NS SESSIONS 2019-05-13 02:24:58 -04:00
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
Shivaram Lingamneni 89a50d772c WHO should leave the client idle
Some clients seem to automatically poll for channel state
2019-05-13 00:43:29 -04:00
Shivaram Lingamneni 6ded2ea466 fix #483 2019-05-13 00:43:29 -04:00
Shivaram Lingamneni 0b55fed7c5 consolidate acceptClient into RunNewClient 2019-05-12 20:57:53 -04:00
Shivaram Lingamneni 80a594802f remove more indirections 2019-05-12 20:57:53 -04:00
Shivaram Lingamneni 353aeb0389 normalize most times in the app to UTC
Fixes #480
2019-05-12 20:57:53 -04:00
Shivaram Lingamneni 13dda00989
Merge pull request #481 from slingamn/cloaks.5
implement ip cloaking
2019-05-12 20:23:45 -04:00
Shivaram Lingamneni fd8fd3e252 don't require a config file for mksecret 2019-05-12 19:23:45 -04:00
Shivaram Lingamneni 18cf816396 add a manual entry for cloaks 2019-05-12 19:19:36 -04:00
Shivaram Lingamneni 11076be0ee review fixes 2019-05-12 16:26:23 -04:00
Daniel Oaks c13bb116c0
Merge pull request #482 from slingamn/issue362
three QoL fixes
2019-05-12 19:31:23 +10:00
Shivaram Lingamneni b8ca8ec852 fix #463 2019-05-12 04:50:43 -04:00
Shivaram Lingamneni 2451737f87 give cloaks their own package 2019-05-12 04:03:50 -04:00
Shivaram Lingamneni 02d5da7cfa remove manual entry for ZNC
as of #479, we provide backwards compatibility with ZNC's SASL
2019-05-12 03:33:41 -04:00
Shivaram Lingamneni 79c730dd44 fix #429 2019-05-12 03:27:02 -04:00
Shivaram Lingamneni f2eb2b05f2 fix #360 2019-05-12 03:25:02 -04:00
Shivaram Lingamneni 18aecfeed0 fix #362 2019-05-12 03:20:31 -04:00
Shivaram Lingamneni c28e6d13f9 implement ip cloaking 2019-05-12 02:52:12 -04:00
Daniel Oaks 585a6557a4
Merge pull request #479 from slingamn/compat.4
add client compatibility switches
2019-05-12 15:38:35 +10:00
Shivaram Lingamneni 5331afbdd4 Merge remote-tracking branch 'origin/master' into compat.4 2019-05-11 21:56:41 -04:00
Shivaram Lingamneni 555e1dad85
Merge pull request #477 from slingamn/issue457_firstpass.4
improvements to message replay code
2019-05-11 21:53:25 -04:00
Shivaram Lingamneni 15289bd7db review fixes 2019-05-11 21:48:36 -04:00
Shivaram Lingamneni c193def606 fix some issues found with staticcheck.io 2019-05-10 01:44:14 -04:00
Shivaram Lingamneni ce6a3e42df load isupport directly into the config object
eliminates Server.configurableStateMutex
2019-05-10 00:32:10 -04:00
Shivaram Lingamneni 61d666a25b load motd directly into the config object 2019-05-10 00:13:48 -04:00
Shivaram Lingamneni fbc6c84a01 add client compatibility switches 2019-05-09 15:41:08 -04:00
Shivaram Lingamneni 278e4acf57 fix handling of nil session in reattach code 2019-05-09 05:03:21 -04:00
Shivaram Lingamneni 08ebfb1676 fix redundant JOIN line 2019-05-09 03:57:02 -04:00
Shivaram Lingamneni 60c8f286e8 fix several session destruction bugs 2019-05-08 20:55:34 -04:00
Shivaram Lingamneni da656c07c8 add NICKSERV SESSIONS command to list sessions 2019-05-08 18:18:05 -04:00
Shivaram Lingamneni b11bf503e7 improvements to message replay code 2019-05-08 03:02:48 -04:00
Daniel Oaks 939729a7c0
Merge pull request #476 from slingamn/doubleauth
disallow AUTHENTICATE when already auth'ed
2019-05-08 13:50:34 +10:00
Shivaram Lingamneni 2a7d734098 disallow AUTHENTICATE when already auth'ed 2019-05-07 23:32:51 -04:00