Martin Dosch
|
1922d0a1b0
|
Ox: Don't try to send Ox messages if no key is present.
|
2022-04-17 17:34:28 +02:00 |
|
Martin Dosch
|
e9e0d8c735
|
Add experimental Ox (OpenPGP for XMPP) support.
|
2022-04-17 17:16:29 +02:00 |
|
Martin Dosch
|
709ba5ad51
|
Update go modules.
|
2022-04-10 14:02:58 +08:00 |
|
Martin Dosch
|
9b9fcedf25
|
Move constants in separate file.
|
2022-04-10 14:01:23 +08:00 |
|
Martin Dosch
|
5fffba3ef8
|
Move IQ structs into separate file.
This will make httpupload.go look a lot cleaner.
|
2022-04-09 11:07:26 +08:00 |
|
Martin Dosch
|
3c9f8fac45
|
Move id function to helpers file.
|
2022-04-09 11:00:38 +08:00 |
|
Martin Dosch
|
26bacd7b23
|
Update modules.
|
2022-04-09 10:54:45 +08:00 |
|
Martin Dosch
|
8e958aba52
|
Fix typo.
|
2022-04-09 10:54:12 +08:00 |
|
Martin Dosch
|
9140360674
|
Move iq handling functions in separate file.
|
2022-04-09 10:52:14 +08:00 |
|
Martin Dosch
|
b4db5512fd
|
Move iq handling functions in separate file.
|
2022-04-09 10:51:34 +08:00 |
|
Martin Dosch
|
f0e4a33700
|
Move iq handling into own function.
|
2022-04-09 10:46:57 +08:00 |
|
Martin Dosch
|
e37de156d9
|
Update dependencies.
|
2022-03-27 22:43:09 +08:00 |
|
Martin Dosch
|
14ad13fc15
|
Fix description for --tls-version in manpage.
|
2022-03-21 14:28:56 +08:00 |
|
Martin Dosch
|
47a4c19cfb
|
Prepare new development cycle.
|
2022-03-21 09:17:28 +08:00 |
|
Martin Dosch
|
910f1976d8
|
Release v0.3.0
|
2022-03-21 09:16:26 +08:00 |
|
Martin Dosch
|
35f4d05a9e
|
Release v0.3.0
|
2022-03-21 09:12:40 +08:00 |
|
Martin Dosch
|
2d4cde999b
|
Don't block on IQs of type "error".
|
2022-03-19 22:28:58 +08:00 |
|
Martin Dosch
|
861c3092fc
|
Don't exit if a component returns an IQ error.
|
2022-03-11 00:40:10 +08:00 |
|
Martin Dosch
|
908bc1b753
|
Revert "Added timeout for IQs."
This reverts commit 89c884c3d6 .
|
2022-03-09 22:31:53 +08:00 |
|
Martin Dosch
|
89c884c3d6
|
Added timeout for IQs.
|
2022-03-06 15:25:23 +08:00 |
|
Martin Dosch
|
203a199d2c
|
Fix typos.
|
2022-02-25 21:04:04 +08:00 |
|
Martin Dosch
|
65d17e4e8b
|
Only show changes for current version in the release info.
|
2022-02-25 20:18:02 +08:00 |
|
Martin Dosch
|
4122d32673
|
Add note about installing master.
|
2022-02-25 15:42:02 +08:00 |
|
Martin Dosch
|
11071ad98e
|
Add release dates to changelog.
|
2022-02-24 10:41:33 +08:00 |
|
Martin Dosch
|
d0f61a0716
|
Rename go-sendxmpp.go to main.go
|
2022-02-23 22:11:15 +08:00 |
|
Martin Dosch
|
6f947b3be8
|
Remove duplicate line.
|
2022-02-23 22:08:51 +08:00 |
|
Martin Dosch
|
4ed2b95ca7
|
Remove println added for debugging.
|
2022-02-23 22:07:13 +08:00 |
|
Martin Dosch
|
d58c2c779f
|
Add copyright and license header.
|
2022-02-23 22:04:18 +08:00 |
|
Martin Dosch
|
96008eba8a
|
Code clean up.
|
2022-02-23 22:00:34 +08:00 |
|
Martin Dosch
|
26f7623705
|
Fix typo.
|
2022-02-23 17:06:06 +08:00 |
|
Martin Dosch
|
469495d556
|
Change default config location.
|
2022-02-23 02:57:03 +08:00 |
|
Martin Dosch
|
fdd57eb82c
|
Fix a crash when config was non-existant or non-readable.
|
2022-02-23 02:39:59 +08:00 |
|
Martin Dosch
|
e2b2f279e6
|
Update changelog
|
2022-02-23 02:35:47 +08:00 |
|
Martin Dosch
|
498b03c844
|
Prevent crash when reading config.
|
2022-02-23 02:34:24 +08:00 |
|
Martin Dosch
|
d51613e0fd
|
Remove unused escaping of filename.
|
2022-02-22 21:59:15 +08:00 |
|
Martin Dosch
|
5c42aa6873
|
Fix typo.
|
2022-02-22 20:51:46 +08:00 |
|
Martin Dosch
|
c80c2aad0f
|
Remove invalid code points.
See https://logs.xmpp.org/jdev/2020-11-11#2020-11-11-3b27e8d157e76e30
|
2022-02-22 20:51:15 +08:00 |
|
Martin Dosch
|
77de6c745c
|
Use const for version string.
|
2022-02-19 09:24:48 +01:00 |
|
Martin Dosch
|
64f153d752
|
Use constant xmpp.NoHistory instead of "0"
For a better readability.
|
2022-02-19 09:19:53 +01:00 |
|
Martin Dosch
|
e1130aa34a
|
Add support for password protected MUCs.
|
2022-02-19 08:30:35 +01:00 |
|
Martin Dosch
|
db3d9feb86
|
Add missing newline.
|
2022-02-18 21:38:04 +01:00 |
|
Martin Dosch
|
98624459b1
|
Change manpage formatting.
Seems there was a change in ronn which output I
don't like so I changed the manpage to look like
they did before.
|
2022-02-18 21:31:23 +01:00 |
|
Martin Dosch
|
9c4b1f3124
|
Fix typo.
|
2022-02-15 18:03:34 +01:00 |
|
Martin Dosch
|
c88f83a47c
|
Start new development cycle.
|
2022-02-12 12:32:18 +01:00 |
|
Martin Dosch
|
679cbbda03
|
Prepare v0.2.0 release
|
2022-02-12 12:30:08 +01:00 |
|
Martin Dosch
|
788164de7d
|
Update modules.
|
2022-02-12 12:04:55 +01:00 |
|
Martin Dosch
|
5b86e1b48f
|
Add --version flag.
|
2022-02-12 11:16:45 +01:00 |
|
Martin Dosch
|
5b72f3cee0
|
Add flag to configure minimum TLS version.
|
2022-02-12 09:36:12 +01:00 |
|
Martin Dosch
|
a866e98e1e
|
Add --timeout flag.
|
2022-02-12 09:18:02 +01:00 |
|
Martin Dosch
|
5dd755c4b2
|
Add a comment regarding the NoTLS setting.
|
2022-02-12 09:11:03 +01:00 |
|