Commit Graph

98 Commits

Author SHA1 Message Date
Martin Dosch
9a186aeec1
Don't capitalize --ssdp-off command line flag. 2024-03-26 21:47:41 +01:00
Martin Dosch
ca268e957e
Add command line flag to disable XEP-0474: SASL SCRAM Downgrade Protection. 2024-03-26 21:41:45 +01:00
Martin Dosch
e5cbe832e3
Properly exit listening mode if Ctrl+C is pressed. 2024-03-26 20:43:30 +01:00
Martin Dosch
5ca5404418
Make system output look less bloated. 2024-03-20 18:33:10 +01:00
Martin Dosch
2e59f85476
Capitalize go-sendxmpp in version output. 2024-03-16 22:37:54 +01:00
Martin Dosch
4c3e5700e7
Also add go version to system output. 2024-03-16 22:37:17 +01:00
Martin Dosch
54fb96431e
Remove mutex as it might block go-sendxmpp forever. 2024-03-16 19:12:59 +01:00
Martin Dosch
a02727571b
Show OS and arch combined as system. 2024-03-15 17:50:20 +01:00
Martin Dosch
c0493f3cdd
Remove unnecessary passing around of mutex
…it's a global variable anyway…
2024-03-14 21:19:54 +01:00
Martin Dosch
613a9c8639
Improve closing connection. 2024-03-14 20:52:54 +01:00
Martin Dosch
42e2c83eaf
Print go version for flag --version. 2024-03-12 22:52:42 +01:00
Martin Dosch
6a5bdec0e7
Print OS and arch info for --version. 2024-03-11 19:10:42 +01:00
Martin Dosch
6dcabd47f4
Properly close stream in interactive mode. 2024-03-11 19:08:42 +01:00
Martin Dosch
c5590fe527
Revert "Sleep again for 100ms for debugging purposes."
This reverts commit ad1aeba749.
2024-03-02 14:19:15 +01:00
Martin Dosch
ad1aeba749
Sleep again for 100ms for debugging purposes. 2024-03-02 09:57:58 +01:00
Martin Dosch
459e40e9a4
More perl sendxmpp config compatibility. 2024-02-28 18:24:20 +01:00
Martin Dosch
38bf2d54a8
Remove 100ms sleep before closing connection. 2024-02-25 12:50:17 +01:00
Martin Dosch
10feec99c8
Better compatibility with perl sendxmpp config files. 2024-02-20 20:45:43 +01:00
Martin Dosch
d74b86c30c
Properly handle lost connection. 2024-02-20 18:21:51 +01:00
Martin Dosch
b4613f5cf0
Fix specifying a message via file. 2024-02-17 16:17:19 +01:00
Martin Dosch
643842fcb1
http-upload: Improved error handling. 2024-01-14 21:29:19 +01:00
Martin Dosch
7677d2907a
Add experimental support for SOCKS5 proxies. 2024-01-13 15:01:42 +01:00
Martin Dosch
05e5115c5d
Disable TLS Renegotiation. 2024-01-12 12:18:00 +01:00
Martin Dosch
fc1342ab29
Update go modules. 2024-01-10 16:21:39 +01:00
Martin Dosch
c43833b138
Check --scram-mech-pinning input for plausibility. 2024-01-08 21:21:24 +01:00
Martin Dosch
5303a0901c
Add support for XEP-0474. 2024-01-08 21:11:56 +01:00
Martin Dosch
802f57d404
[gofumpt]: Improve formatting. 2023-11-25 19:52:55 +01:00
Martin Dosch
2fbf3b40e7
[codespell]: Fix typos. 2023-11-11 19:15:19 +01:00
Martin Dosch
d482347310
Switch back to upstream go-xmpp library. 2023-11-11 14:30:23 +01:00
Martin Dosch
721db135ac
Remove setting of TLS max Version TLS1.2
This was only added for debugging and accidentally commited.
2023-11-02 22:17:26 +01:00
Martin Dosch
4ffca7e2c9
Update go modules. 2023-11-02 21:50:10 +01:00
Martin Dosch
23770b4e00
Don't log missing pin file. 2023-11-02 21:41:22 +01:00
Martin Dosch
7dbbcf45e7
Add support for SCRAM PLUS variants and mechanism pinning. 2023-11-02 21:29:07 +01:00
Martin Dosch
a034a8e501
Temporarily switch to go-xmpp fork. 2023-11-02 21:05:16 +01:00
Martin Dosch
b773131f9e
Remove deprecated flag resource. 2023-09-05 20:39:54 +02:00
Martin Dosch
b004015e18
Don't unwrap errors when checking errors. 2023-08-16 08:49:43 +02:00
Martin Dosch
3a8c00bbed
Remove unnecessary newlines. 2023-08-14 10:34:21 +02:00
Martin Dosch
52564a5b48
Suppress warning about reading from closed channel on shutdown. 2023-08-14 09:34:39 +02:00
Martin Dosch
487be9c845
No Ox for headline. 2023-08-11 15:20:06 +02:00
Martin Dosch
9c80647d91
Revert "Defer closing of xmpp connection."
This reverts commit feaa866e0e.
2023-07-29 11:28:47 +02:00
Martin Dosch
feaa866e0e
Defer closing of xmpp connection. 2023-07-29 10:27:28 +02:00
Martin Dosch
b0e67b7ff0
Properly quit connection in interactive mode. 2023-07-27 19:31:56 +02:00
Martin Dosch
084f343f8d
[codespell]: Fix typo. 2023-07-25 19:10:29 +02:00
Martin Dosch
5fee45a15e
Properly close connection to server. 2023-07-25 19:05:39 +02:00
Martin Dosch
cd49a78be9
Trim trailing newlines in interactive mode. 2023-06-19 21:25:29 +02:00
Martin Dosch
fc515cc06f
Add support for type headline. 2023-06-18 22:21:18 +02:00
Martin Dosch
a912408d16
Wrap and unwrap errors. 2023-06-07 22:28:01 +02:00
Martin Dosch
ea4b1a7de4
Start wrapping errors. 2023-06-06 22:09:59 +02:00
Martin Dosch
61027844d2
[golangci-lint]: Don't use magic numbers. 2023-06-06 10:47:41 +02:00
Martin Dosch
b8c7876b77
Remove unused iqc. 2023-06-06 10:47:41 +02:00