Commit Graph

463 Commits

Author SHA1 Message Date
Martin Dosch
686041acc8
[golangci-lint]: Fix typo. 2023-06-04 15:51:47 +02:00
Martin Dosch
5738c9989a
[golangci-lint]: Use constant for chat. 2023-06-04 15:25:15 +02:00
Martin Dosch
85f2ad7409
[golangci-lint]: Use constant for groupchat. 2023-06-04 15:23:40 +02:00
Martin Dosch
5e26b4e70b
[golangci-lint]: Simplify code. 2023-06-04 15:21:03 +02:00
Martin Dosch
2cba774eff
[golangci-lint]: check err for file.Close() 2023-06-04 15:18:50 +02:00
Martin Dosch
b79e7dd502
Check error for file.Close(). 2023-06-04 15:15:31 +02:00
Martin Dosch
238af456d2
CI: golangci-lint: remove --out-format 2023-06-04 15:04:45 +02:00
Martin Dosch
48cc826d33
Add golangci-lint support to Gitlab CI. 2023-06-04 15:02:39 +02:00
Martin Dosch
8f844b1cde
Fall back to direct TLS on port 5223
Fall back to direct TLS on port 5223 if direct tls is set and no SRV
records are provided.
2023-06-04 11:47:56 +02:00
Martin Dosch
fa64886509
go mod tidy 2023-05-31 19:14:36 +02:00
Martin Dosch
43de212d38
Update go modules. 2023-05-29 11:43:03 +02:00
Martin Dosch
8e693c5934
Improve rpad generation.
Use runes instead of bytes to always reach a multiple of 100
symbols for message body + rpad.
2023-05-29 11:40:37 +02:00
Martin Dosch
599f96211a
Add SCRAM support. 2023-05-21 11:26:19 +02:00
Martin Dosch
a1e495ff90
Update go modules. 2023-05-14 12:21:58 +02:00
Martin Dosch
66581030a4
Mention etree v1.1.4. 2023-05-11 20:26:12 +02:00
Martin Dosch
42722bd727
Regenerate manpages. 2023-05-11 20:06:50 +02:00
Martin Dosch
437cd7eec6
Remove copyright years. 2023-05-11 20:06:23 +02:00
Martin Dosch
e381942708
Use single quotes for stanzas created by beevik/etree.
Squashed commit of the following:

commit 8e33952869831f620fa289f1bc997128a40eaee3
Author: Martin Dosch <martin@mdosch.de>
Date:   Tue May 9 21:22:40 2023 +0200

    Clean go.mod

commit 11bb88fca2d4bb76557e912f46f726e675e0b0cb
Merge: 8d45413 b01ed4b
Author: Martin Dosch <martin@mdosch.de>
Date:   Tue May 9 21:21:48 2023 +0200

    Merge branch 'master' into singlequotes

commit 8d45413f05
Author: Martin Dosch <martin@mdosch.de>
Date:   Tue May 2 09:39:54 2023 +0200

    Add more singlequotes. :)

commit c496e2596a
Author: Martin Dosch <martin@mdosch.de>
Date:   Tue May 2 09:35:12 2023 +0200

    Use single quotes.

commit e4556759d8
Author: Martin Dosch <martin@mdosch.de>
Date:   Tue May 2 07:25:09 2023 +0200

    Use single quotes for XML attributes.
2023-05-09 21:23:29 +02:00
Martin Dosch
b01ed4b5a8
Update go modules. 2023-05-09 21:20:06 +02:00
Martin Dosch
a333b8761c
Add missing changelog note regarding SRV lookup and CNAME. 2023-05-05 21:01:14 +02:00
Martin Dosch
cd241d4cff
Update go modules. 2023-05-05 20:51:35 +02:00
Martin Dosch
ea1782a454
Update go modules. 2023-05-03 19:10:37 +02:00
Martin Dosch
58cb70c161
Update go modules. 2023-05-02 06:59:34 +02:00
Martin Dosch
8d1b3a07bf
Update go modules. 2023-04-28 07:54:39 +02:00
Martin Dosch
4c54859879
Update go modules. 2023-04-25 18:28:44 +02:00
Martin Dosch
68c9ac1bb5
Update go modules. 2023-04-20 21:18:11 +02:00
Martin Dosch
4263b5d8cb
Update go modules. 2023-04-19 18:45:27 +02:00
Martin Dosch
8a75ab3bde
Update go modules. 2023-04-13 11:39:12 +02:00
Martin Dosch
bd635540e3
Update go modules. 2023-04-09 14:57:47 +02:00
Martin Dosch
8819c4f13d
Don't capitalize error messages. 2023-04-09 14:56:22 +02:00
Martin Dosch
93cf569c35
Update go modules. 2023-04-05 20:32:00 +02:00
Martin Dosch
91fccd9659
Update go modules. 2023-03-29 22:38:09 +02:00
Martin Dosch
292fb088b3
Update go modules. 2023-03-24 12:30:29 +01:00
Martin Dosch
16468157c4
Update go modules. 2023-03-21 20:26:12 +01:00
Martin Dosch
90803a879c
Fix formatting. 2023-03-17 21:23:52 +01:00
Martin Dosch
995a149967
Add note about zsh completions. 2023-03-17 21:16:11 +01:00
Martin Dosch
61e928379a
Update go modules. 2023-03-17 09:50:53 +01:00
Martin Dosch
3beba75467
Update go modules. 2023-03-09 10:46:05 +01:00
Martin Dosch
062614ee7a
Allow JIDs without localpart. 2023-03-02 20:28:51 +01:00
Martin Dosch
847e816266
Print sent stanzas for --debug. 2023-03-02 16:42:12 +01:00
Martin Dosch
97c5b7013f
Print --help output to stdout. 2023-02-18 18:56:07 +01:00
Martin Dosch
4fbd7efb91
Make sending of OOB URLs more robust. 2023-02-18 16:24:46 +01:00
Martin Dosch
d481aa688c
Add support for sending files OOB. 2023-02-18 15:42:04 +01:00
Martin Dosch
9afb631412
Update go modules. 2023-02-18 15:02:14 +01:00
Martin Dosch
30d1c9b29a
Update go modules. 2023-02-09 10:09:27 +01:00
Martin Dosch
0984458a59
Update go modules. 2023-02-07 23:31:53 +01:00
Martin Dosch
e09f80eb01
Update go modules. 2023-02-01 20:55:34 +01:00
Martin Dosch
9507234b28
Update go modules. 2023-01-31 19:22:22 +01:00
Martin Dosch
dd7ed65b1c
Update go modules. 2023-01-30 21:44:15 +01:00
Martin Dosch
3fe6938b3c
Update go modules. 2023-01-27 22:03:18 +01:00