Commit Graph

4562 Commits

Author SHA1 Message Date
Shivaram Lingamneni 88b877fce4 ensure IsBot gets propagated into history 2021-03-17 19:01:38 -04:00
Shivaram Lingamneni 1efde964e1 Fix #1562
Implement the new bot mode spec:
https://github.com/ircv3/ircv3-specifications/pull/439
2021-03-17 14:36:52 -04:00
Shivaram Lingamneni 507d53c507
Merge pull request #1591 from slingamn/grabbag
some small fixes/enhancements
2021-03-11 02:01:08 -05:00
Shivaram Lingamneni fe8e6551c3 fix #1502
RELAYMSG should respect mutes
2021-03-11 01:21:03 -05:00
Shivaram Lingamneni 76b0e44474 fix #1534
Improve error message for CS TRANSFER
2021-03-11 00:49:12 -05:00
Shivaram Lingamneni 5c4984f45f fix #1544
PerstentStatusMandatory should display as "enabled", not "mandatory",
in the context where it refers to a user-chosen setting.
2021-03-11 00:45:13 -05:00
Shivaram Lingamneni 44ed0b7a38 fix #1565
Allow chanops to delete channel messages from history
2021-03-11 00:45:13 -05:00
Shivaram Lingamneni 4e49a25ba6 fix #1570
Handle panics in rehash, even if it was triggered by SIGHUP
2021-03-10 23:04:16 -05:00
Shivaram Lingamneni de31430fdc
Merge pull request #1590 from slingamn/ircgo_bump
bump irc-go again
2021-03-10 20:14:31 -05:00
Shivaram Lingamneni 131eb229bc use the new irc-go identifiers 2021-03-10 20:07:43 -05:00
Shivaram Lingamneni 896ed91d45 bump irc-go 2021-03-10 20:07:42 -05:00
Shivaram Lingamneni 19642680d2
Merge pull request #1588 from ajaspers/docs
Fix link to productionizing guide.
2021-03-07 15:53:35 -05:00
Alex Jaspersen f495d30f1d Fix link to productionizing guide. 2021-03-07 12:36:00 -08:00
Shivaram Lingamneni 6e20e44879
Merge pull request #1587 from slingamn/irctest_bump
bump irctest
2021-03-06 19:55:35 -05:00
Shivaram Lingamneni c1e9ac4c3c bump irctest 2021-03-05 15:03:35 -05:00
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