Commit Graph

4647 Commits

Author SHA1 Message Date
Shivaram Lingamneni 788b37b12a
Merge pull request #1586 from slingamn/issue1577_no_truncation.2
deprecate message truncation
2021-03-04 23:49:35 -05:00
Shivaram Lingamneni 03185ea4a9 deprecate message truncation
Implements #1577, but the issue should remain open until we clean up
the debugging loglines.
2021-03-04 22:29:34 -05:00
Shivaram Lingamneni 6fae02d335
Merge pull request #1585 from slingamn/issue1584_websocket_preference.1
fix #1584
2021-03-04 20:50:48 -05:00
Shivaram Lingamneni f05c57344e `go get` and commit the websocket fork 2021-03-04 18:31:58 -05:00
Shivaram Lingamneni 7b8e15ff1d replace (via modules) gorilla/websocket with our fork
See #1584
2021-03-04 18:31:37 -05:00
Shivaram Lingamneni 26cb622f92
Merge pull request #1580 from ajaspers/plusR
Send 477 ERR_NEEDREGGEDNICK when an unregistered user messages a +R user.
2021-03-04 17:14:45 -05:00
Shivaram Lingamneni ad3306fa3b
Merge pull request #1581 from ajaspers/docs
Minor documentation updates.
2021-03-03 23:59:53 -05:00
Shivaram Lingamneni 780bdc4cd2
Merge pull request #1579 from Mikaela/nginx-proxy-timeout
docs/MANUAL.md: add recommendation for proxy timeout
2021-03-03 22:58:52 -05:00
Alex Jaspersen 9c7e98ab53 Minor documentation updates.
The +M channel mode is documented twice. Merge the two sections.
Clarify that +R restricts both joining and speaking, but does not kick existing unregistered users.
2021-03-03 19:56:47 -08:00
Alex Jaspersen 23164054f6 Send 477 ERR_NEEDREGGEDNICK when an unregistered user messages a +R user.
Fixes #1064.
2021-03-03 19:36:29 -08:00
Aminda Suomalainen da84082e0a
docs/MANUAL.md: add recommendation for proxy timeout
Resolves: #1578
2021-03-03 21:12:58 +02:00
Shivaram Lingamneni 1762a168e8
Merge pull request #1558 from slingamn/websocket_compromise
implement candidate compromise proposal for websockets
2021-03-02 00:18:13 -05:00
Shivaram Lingamneni 00edd78f59
Merge pull request #1573 from slingamn/faq
update the FAQ to cover some controversial issues
2021-03-02 00:16:36 -05:00
Shivaram Lingamneni 088f4d1a37
Merge pull request #1574 from slingamn/nspassword
fix #1547
2021-03-02 00:14:43 -05:00
Shivaram Lingamneni 22af40c995 fix #1547
make PASSWORD an alias for PASSWD in nickserv
2021-03-01 22:40:39 -05:00
Shivaram Lingamneni 72f41f6b3f make systemd and letsencrypt two separate manual sections 2021-03-01 22:21:53 -05:00
Shivaram Lingamneni 96f575c739 update the FAQ to cover some controversial issues 2021-03-01 22:10:11 -05:00
Shivaram Lingamneni 872ca646f3
Merge pull request #1572 from slingamn/ircgo_upgrade
bump irc-go to fix buffering issue
2021-03-01 19:13:51 -05:00
Shivaram Lingamneni 992a09dc90 bump irc-go to fix buffering issue 2021-03-01 19:04:02 -05:00
Shivaram Lingamneni eeb5f9b24d
Merge pull request #1560 from slingamn/configerrors
fix #1559
2021-03-01 17:10:29 -05:00
Shivaram Lingamneni 143e6ba9e3
Merge pull request #1571 from slingamn/validation
validate that passphrases are valid as non-final IRC parameters
2021-03-01 17:09:51 -05:00
Shivaram Lingamneni d7ba478519 validate that passphrases are valid as non-final IRC parameters 2021-03-01 11:47:29 -05:00
Shivaram Lingamneni 67db9f3564
Merge pull request #1567 from oragono/l10n_master
New Crowdin updates
2021-02-28 17:51:57 -05:00
Shivaram Lingamneni 3a62fde6bd
Merge pull request #1569 from oragono/bump_irctest
bump irctest to latest upstream master
2021-02-28 17:51:17 -05:00
Shivaram Lingamneni 1642121203 bump irctest to latest upstream master 2021-02-28 17:42:06 -05:00
Shivaram Lingamneni a3e5b3d991
Merge pull request #1568 from slingamn/register_update
improve compatibility with published register spec
2021-02-28 17:22:27 -05:00
Shivaram Lingamneni 8180c2b572 improve compatibility with published register spec
1. Send COMPLETE_CONNECTION_REQUIRED instead of DISALLOWED
2. Include the account name in all FAIL messages
2021-02-28 17:14:10 -05:00
Daniel Oaks 66f1ea9fd4 New translations nickserv.lang.json (French) 2021-03-01 02:34:26 +10:00
Daniel Oaks 19a71849cf New translations irc.lang.json (French) 2021-03-01 02:34:23 +10:00
Shivaram Lingamneni 1d3d9f4cf5
Merge pull request #1564 from slingamn/issue1563_modeparam
fix #1563
2021-02-27 23:26:02 -05:00
Shivaram Lingamneni 16f0170512 fix #1563
ERR_INVALIDMODEPARAM should take both the mode and the invalid parameter
as arguments.
2021-02-27 21:51:14 -05:00
Shivaram Lingamneni e9d42e02a2 simplify utf8 validation of incoming WS lines
As of #1483, websockets entail enforce-utf8, so there's no need
to check globalUTF8EnforcementSetting when handling websockets.
2021-02-26 03:10:30 -05:00
Shivaram Lingamneni 29666107ab fix #1559
Improve debuggability of some config deserialization errors
2021-02-26 01:10:21 -05:00
Shivaram Lingamneni d547d05205 implement candidate compromise proposal for websockets
1. Text and binary frames are accepted
2. Text frames are sent by default
3. Binary frames are sent to clients who negotiate `binary.ircv3.net`
4. Non-UTF8 data is not accepted (enabling websockets still enables UTFONLY)
2021-02-24 14:08:04 -05:00
Shivaram Lingamneni 640572e151 update release branch instructions 2021-02-24 13:21:53 -05:00
Shivaram Lingamneni cbaa6af9bd
Merge pull request #1557 from slingamn/ircgo_bump
bump irc-go to latest
2021-02-22 23:31:38 -05:00
Shivaram Lingamneni a6f3e2c748 bump irc-go to latest 2021-02-22 22:11:18 -05:00
Shivaram Lingamneni 2681097516
Merge pull request #1555 from slingamn/irctest_upstream
upgrade irctest to new, reintegrated master
2021-02-22 15:36:14 -05:00
Shivaram Lingamneni cd5b6211b3 upgrade irctest to new, reintegrated master 2021-02-22 14:46:48 -05:00
Shivaram Lingamneni 092f193326
Merge pull request #1554 from slingamn/ircgo_upgrade
bump irc-go to latest
2021-02-21 21:35:44 -05:00
Shivaram Lingamneni 7af94c79fd bump irc-go to latest 2021-02-21 20:22:32 -05:00
Shivaram Lingamneni 08eabea78f
Merge pull request #1553 from slingamn/zncpanic
fix #1552
2021-02-21 16:00:01 -05:00
Shivaram Lingamneni 1f3f9f18d9 fix #1552
ZNC playback LIST was panicking when history was disabled,
and possibly in other cases
2021-02-21 15:29:19 -05:00
Shivaram Lingamneni 56bef19505
Merge pull request #1550 from slingamn/history_cap_disable
fix #1549
2021-02-21 13:28:43 -05:00
Shivaram Lingamneni 9e25a3027a fix #1549
If history is disabled, disable the history CAPs
2021-02-21 13:25:22 -05:00
Shivaram Lingamneni 3fc277e733 update migration script links to point to stable branch 2021-02-17 17:16:12 -05:00
Shivaram Lingamneni 7814694d17
Merge pull request #1543 from oragono/goupgrade
upgrade go to 1.16
2021-02-17 15:18:50 -05:00
Shivaram Lingamneni 430b40fc2f upgrade go to 1.16
Fixes #1510
2021-02-17 15:14:53 -05:00
Shivaram Lingamneni dc4214a8ca suggest 0700 permissions for the role user homedir 2021-02-17 02:09:01 -05:00
Shivaram Lingamneni 8de7a0edbe
Merge pull request #1541 from oragono/l10n_master
New Crowdin updates
2021-02-16 00:24:19 -05:00