Daniel Oaks
74bc7a2ef0
New translations irc.lang.json (French)
2020-11-28 16:32:29 +10:00
Shivaram Lingamneni
bec88be799
Merge pull request #1405 from kylef/kylef/mode-order
...
Make atheme2json sort channel modes
2020-11-27 11:34:22 -08:00
Kyle Fuller
7e5cdc4f90
refactor atheme2json to sort channel modes
...
This makes invoking the script multiple times with the same input return
the same result, which may not be the case before because sets are
unordered and thus the channel modes can become reordered across
multiple invocations of the script.
2020-11-27 19:20:58 +00:00
Shivaram Lingamneni
c4b7b8af3a
Merge pull request #1402 from kylef/kylef/mlock-i
...
Allow atheme2json to handle mlock mode removal (outside of `-t` or `-n`)
2020-11-27 10:26:51 -08:00
Kyle Fuller
97bb044640
fix atheme2json to handle mlock mode removal
...
For example, if the mlock is set to `-i`, `i` is not present in the
`modes` and thus it would error.
I'm inclined to think that the negative mlock feature doesn't behave
correctly, because the mlock of `-i` (or `-n`) would prevent anyone from
ever setting those modes on the channel. Which this does not appear to
be the case.
Fixes #1401
2020-11-27 16:29:08 +00:00
Shivaram Lingamneni
ec15d367ba
fix #1387
...
Instead of building a new serialized message for each recipient,
try to cache them.
2020-11-27 00:13:47 -05:00
Shivaram Lingamneni
f04648e081
Merge pull request #1398 from slingamn/unkdline
...
mention UN[DK]LINE in [DK]LINE help
2020-11-26 10:13:53 -08:00
Shivaram Lingamneni
a0d7d8d028
mention UN[DK]LINE in [DK]LINE help
2020-11-26 12:54:50 -05:00
Shivaram Lingamneni
6e2119be60
Merge pull request #1397 from slingamn/resume_joinline
...
fix duplicated JOIN line sent to some resuming clients
2020-11-25 21:30:35 -08:00
Shivaram Lingamneni
b7377d3f67
bump irctest
2020-11-26 00:27:23 -05:00
Shivaram Lingamneni
8d44fa3c3f
fix duplicated JOIN line sent to resuming clients
...
Resuming clients without the resume capability would receive
two JOIN lines per channel.
2020-11-26 00:27:21 -05:00
Shivaram Lingamneni
453257aace
Merge pull request #1395 from Mikaela/patch-1
...
docs/MANUAL.md: fix atheme2json link
2020-11-24 09:23:00 -08:00
18dc9081d6
docs/MANUAL.md: fix atheme2json link
2020-11-24 14:32:52 +02:00
Shivaram Lingamneni
5326fd0d06
Merge pull request #1394 from slingamn/rehash
...
add a manual entry for rehash
2020-11-23 19:45:57 -08:00
Shivaram Lingamneni
e9197f1329
remove version number from manual
2020-11-23 20:39:45 -05:00
Shivaram Lingamneni
15406e0844
add a manual entry for rehash
2020-11-23 20:37:42 -05:00
Shivaram Lingamneni
722a1a80ef
Merge pull request #1392 from slingamn/proxydocs
...
documentation updates for proxy v2
2020-11-19 14:20:59 -08:00
Shivaram Lingamneni
c57828eb62
documentation updates for proxy v2
2020-11-19 17:01:56 -05:00
Shivaram Lingamneni
f30bd2cff0
Merge pull request #1391 from slingamn/proxy.3
...
fix #1389
2020-11-19 09:43:55 -08:00
Shivaram Lingamneni
3062f97c2b
fix #1389
...
Support PROXY protocol v2, including ahead of plaintext connections
2020-11-19 12:31:58 -05:00
Shivaram Lingamneni
9ce72a4b02
Merge pull request #1388 from slingamn/builder
...
upgrade ircmsg again
2020-11-17 19:25:27 -08:00
Shivaram Lingamneni
3f20676f46
upgrade ircmsg again
2020-11-17 21:53:14 -05:00
Shivaram Lingamneni
323ef7c642
Merge pull request #1386 from slingamn/issue1385
...
upgrade ircmsg; fixes #1385
2020-11-15 21:56:54 -08:00
Shivaram Lingamneni
61e15ca877
upgrade ircmsg; fixes #1385
...
Validate tag names and values in accordance with the ratified message-tags spec
2020-11-15 23:05:08 -05:00
Shivaram Lingamneni
99fca0553b
fix auth-script example in the manual
2020-11-13 12:44:25 -05:00
Shivaram Lingamneni
4fc396c3ef
Merge pull request #1383 from slingamn/chanserv
...
fix output bugs in AMODE handling
2020-11-12 23:41:32 -08:00
Shivaram Lingamneni
a6a8548466
fix SAJOIN not sending a MODE line where applicable
2020-11-12 11:57:30 -05:00
Shivaram Lingamneni
a8ffb11deb
use server name as source for chanserv mode changes, for consistency
2020-11-12 11:50:28 -05:00
Shivaram Lingamneni
7cfb298617
Merge pull request #1382 from slingamn/unsuspend_bug
...
fix casefolding issue in NS SUSPEND DEL
2020-11-11 09:14:28 -08:00
Shivaram Lingamneni
6a6f104899
fix casefolding issue in NS SUSPEND DEL
...
NS SUSPEND DEL incorrectly required the use of the casefolded account name.
2020-11-11 11:09:09 -05:00
Shivaram Lingamneni
461e18f4f0
Merge pull request #1381 from slingamn/nsrename.3
...
implement NS RENAME
2020-11-10 23:11:39 -08:00
Shivaram Lingamneni
4f571c2cf3
implement NS RENAME
...
Fixes #1380
2020-11-10 19:59:12 -05:00
Shivaram Lingamneni
4861ac90b6
Merge pull request #1379 from slingamn/kline_duplicate
...
fix duplicated nicks in kline message
2020-11-10 08:22:01 -08:00
Shivaram Lingamneni
8ad6a53433
fix duplicated nicks in kline message
2020-11-10 11:17:17 -05:00
Shivaram Lingamneni
68f4032588
Merge pull request #1378 from slingamn/travis_branch_whitelist
...
explicitly whitelist branches for building
2020-11-09 21:55:43 -08:00
Shivaram Lingamneni
0bb0d382ee
explicitly whitelist branches for building
2020-11-09 14:51:39 -05:00
Shivaram Lingamneni
fc5efcea7a
Merge pull request #1377 from oragono/l10n_master
...
New Crowdin updates
2020-11-09 08:59:55 -08:00
Daniel Oaks
fdaf26d6c5
New translations help.lang.json (Romanian)
2020-11-09 19:53:08 +10:00
Daniel Oaks
e704469de8
New translations irc.lang.json (Romanian)
2020-11-09 19:53:06 +10:00
Shivaram Lingamneni
60ede87ab0
set up new development version
2020-11-08 20:17:22 -05:00
Shivaram Lingamneni
75ba45f655
Merge pull request #1376 from slingamn/deps
...
dependency upgrades for 2.5
2020-11-08 17:10:20 -08:00
Shivaram Lingamneni
f8bf3818fe
upgrade confusables
2020-11-08 18:13:50 -05:00
Shivaram Lingamneni
7535091d92
upgrade x/text
2020-11-08 17:58:56 -05:00
Shivaram Lingamneni
640dfea85a
upgrade x/sys
2020-11-08 17:57:58 -05:00
Shivaram Lingamneni
bd959207e4
upgrade x/crypto
2020-11-08 17:57:24 -05:00
Shivaram Lingamneni
4f9d406b93
upgrade go-dkim
2020-11-08 17:56:46 -05:00
Shivaram Lingamneni
008416e4dd
upgrade buntdb and dependencies
2020-11-08 17:55:22 -05:00
Shivaram Lingamneni
025f062a43
Merge pull request #1375 from slingamn/typofix
...
fix channel mode help text
2020-11-08 14:37:04 -08:00
Shivaram Lingamneni
3583e60f5e
Merge pull request #1374 from oragono/l10n_master
...
New Crowdin updates
2020-11-08 14:34:07 -08:00
Shivaram Lingamneni
58b5d3c72d
fix channel mode help text
2020-11-08 17:33:45 -05:00