Shivaram Lingamneni
eb84ede5f7
Merge pull request #2216 from slingamn/redact
...
fix #2215
2025-02-06 01:39:32 -05:00
Shivaram Lingamneni
d50f1471eb
fix #2215
...
Hide the message-redaction capability if allow-individual-delete is disabled.
(Technically REDACT can still be used, but only by ircops, so advertising it
is misleading in the most common case).
2025-02-06 01:36:02 -05:00
Shivaram Lingamneni
d9f663c400
Merge pull request #2214 from slingamn/logline.2
...
minor refactoring
2025-02-06 00:21:15 -05:00
Shivaram Lingamneni
e1b5a05c27
refactor service help sorting
2025-02-05 00:47:23 -05:00
Shivaram Lingamneni
a850602bcc
refactor 005 token generation
2025-02-05 00:47:23 -05:00
Shivaram Lingamneni
d1126b53eb
return constant strings in 004/005
2025-02-05 00:47:23 -05:00
Shivaram Lingamneni
4851825d4f
use slices.SortFunc for modes
2025-02-05 00:47:23 -05:00
Shivaram Lingamneni
8fa6e19c2e
fix #2213
...
We intended to suppress 324 and 329 when there is no valid mode change, only
unknown modes. Fix these checks.
2025-02-03 21:35:51 -05:00
Shivaram Lingamneni
07669f9eb4
remove hashset from mode parsing
2025-02-03 21:29:34 -05:00
Shivaram Lingamneni
4dfb7cc7ae
use slices.Contains in irc/modes
2025-02-03 21:29:34 -05:00
Shivaram Lingamneni
b6a8cc20c2
add conn ID to SASL auth logline
2025-02-03 21:29:34 -05:00
Shivaram Lingamneni
cf7db4bc2a
Merge pull request #2212 from slingamn/deps
...
upgrade dependencies for v2.16 release cycle
2025-01-26 13:07:34 -05:00
Shivaram Lingamneni
b6f6959acc
upgrade buntdb
2025-01-26 04:17:34 -05:00
Shivaram Lingamneni
af124cd964
upgrade x dependencies
2025-01-26 00:58:13 -05:00
Shivaram Lingamneni
e60afda556
set up new development version
2025-01-26 00:55:31 -05:00
Shivaram Lingamneni
c92f23b0cb
bump version and changelog for v2.15.0
2025-01-25 22:55:19 -05:00
Shivaram Lingamneni
656eea43e7
add more warnings about push notifications and tor
2025-01-25 18:25:59 -05:00
Shivaram Lingamneni
881f403164
bump webpush-go to release version
2025-01-16 01:04:37 -05:00
Shivaram Lingamneni
b38ca31ced
Merge pull request #2211 from slingamn/pushsync
...
fix buggy persistence of push timestamps
2025-01-15 21:22:57 -08:00
Shivaram Lingamneni
7b71839615
fix buggy persistence of push timestamps
...
getPushSubscriptions() could have a stale view of the latest subscription
renewal and successful push times. We don't want to rebuild on every renewal
or every push, so add a boolean refresh argument that controls rebuilding.
2025-01-16 00:06:11 -05:00
Shivaram Lingamneni
9dd7a2bbcb
Merge pull request #2200 from slingamn/download_url
...
fix download link
2025-01-15 20:50:01 -08:00
Shivaram Lingamneni
148d743eb1
update changelog
2025-01-15 23:27:33 -05:00
Shivaram Lingamneni
2a79f64f2d
Merge pull request #2210 from slingamn/rearrange
...
tweaks to logging and NS PUSH LIST
2025-01-15 20:22:23 -08:00
Shivaram Lingamneni
799e1b14f4
delete services debug line
2025-01-15 22:12:40 -05:00
Shivaram Lingamneni
2163d96348
add connID to another logline
2025-01-15 22:12:40 -05:00
Shivaram Lingamneni
e520ba7e0e
list push subscription times as well
2025-01-15 22:12:40 -05:00
Shivaram Lingamneni
92e2aa987e
move debug log ID within NS CLIENTS LIST output
2025-01-15 22:12:40 -05:00
Shivaram Lingamneni
ab2d842b27
changelog and version updates for v2.15.0-rc1 ( #2209 )
2025-01-13 22:57:04 -05:00
Shivaram Lingamneni
21ee867ebb
fix #2198 ( #2199 )
...
Add require-sasl support to KLINE / UBAN on NUH masks
2025-01-13 22:20:47 -05:00
Shivaram Lingamneni
36e5451aa5
implement draft/webpush ( #2205 )
2025-01-13 21:47:21 -05:00
Shivaram Lingamneni
efd3764337
add unique connection ID to debug logs ( #2207 )
...
Fixes #2206
2025-01-11 23:07:04 -05:00
Shivaram Lingamneni
375079e636
Merge pull request #2201 from donatj/patch-1
...
Improve Docker "Persisting Data" Section
2024-12-19 01:26:23 +01:00
Jesse Donat
38862b0529
Improve Docker "Persisting Data" Section
...
`pwd` is case sensitive on linux
Add missing `--name ergo`
2024-12-18 09:23:48 -06:00
Shivaram Lingamneni
2bb9980e56
fix download link
2024-12-11 22:50:24 -05:00
Shivaram Lingamneni
1bdc45ebb4
clarify role of database file ( #2190 )
2024-11-17 15:21:06 -05:00
Shivaram Lingamneni
eddd4cc723
fix incorrect batch parameter in draft/extended-isupport ( #2197 )
2024-10-26 22:11:20 -04:00
Shivaram Lingamneni
726d997d07
advertise SAFELIST ( #2196 )
...
LIST is implemented via blocking (*ResponseBuffer).Send, so it can never
exceed the sendq limit.
2024-10-06 12:11:34 -04:00
Shivaram Lingamneni
9577e87d9a
bump irc-go to v0.5.0-rc2 ( #2194 )
2024-09-27 00:42:09 -04:00
Shivaram Lingamneni
7586520032
implement draft/extended-isupport ( #2184 )
2024-09-27 00:40:56 -04:00
Shivaram Lingamneni
f68d32b4ee
remove GCStats.Pause initialization ( #2189 )
...
It's too small anyway so the runtime has to reallocate it.
2024-09-08 01:48:47 -04:00
Shivaram Lingamneni
796bc198ed
upgrade go to 1.23 ( #2187 )
2024-08-15 23:50:27 -04:00
Shivaram Lingamneni
df6aa4c34b
enable building for solaris ( #2183 )
2024-08-02 15:09:28 -04:00
Shivaram Lingamneni
30f47a9b22
bump irctest
2024-07-07 02:34:51 -04:00
Shivaram Lingamneni
92a23229f8
update to goreleaser v2 ( #2169 )
...
* update goreleaser config:
* --rm-dist is replaced by --clean
* `replacements` is removed:
https://goreleaser.com/deprecations/#archivesreplacements
* update to goreleaser v2
* goreleaser version must be specified in .goreleaser.yml
* --skip-publish is replaced by --skip=publish
2024-07-05 17:18:08 -04:00
Shivaram Lingamneni
825b4298b8
Merge pull request #2175 from slingamn/deps.1
...
upgrade dependencies for new release cycle
2024-07-05 23:15:16 +02:00
Shivaram Lingamneni
eba6d532ea
go mod tidy
2024-07-05 16:40:07 -04:00
Shivaram Lingamneni
7d3971835e
upgrade x dependencies
2024-07-05 16:39:22 -04:00
Shivaram Lingamneni
99393d49bf
upgrade golang-jwt
2024-07-05 16:37:44 -04:00
Shivaram Lingamneni
82c50cc497
upgrade buntdb
2024-07-05 16:36:53 -04:00
Shivaram Lingamneni
ce41f501c9
set up new development version
2024-07-01 01:07:21 -04:00