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 |
|
Martin Dosch
|
ae718cb87b
|
Rename flagTLS to flagDirectTLS for clarification.
|
2022-02-12 09:06:52 +01:00 |
|
Martin Dosch
|
69558363ec
|
Update xmppsrv dependency.
Update xmppsrv to latest master to not sort SRV records with the same
priority by weight anymore.
|
2022-02-11 18:08:03 +01:00 |
|
Martin Dosch
|
173ac720a3
|
Improve output in listening mode.
Show timestamp and sender.
|
2022-02-07 17:44:44 +01:00 |
|
Martin Dosch
|
30a51df5cf
|
Update changelog.
|
2022-02-07 16:57:31 +01:00 |
|
Martin Dosch
|
c70c735e81
|
Remove deprecated option -x .
|
2022-02-07 16:55:38 +01:00 |
|
Martin Dosch
|
f7efd8a9c5
|
Update changelog.
|
2022-02-07 16:22:53 +01:00 |
|
Martin Dosch
|
f130ab5f58
|
Update manpage.
|
2022-02-07 16:21:36 +01:00 |
|
Martin Dosch
|
d292adc20d
|
Update README
|
2022-02-07 16:19:30 +01:00 |
|
Martin Dosch
|
dbc42c6cb8
|
Add possibility to specify contacts for -l .
|
2022-02-07 16:17:59 +01:00 |
|
Martin Dosch
|
ed94bdb0b7
|
Improve description for -l
|
2022-02-07 16:14:47 +01:00 |
|
Martin Dosch
|
fdc7a6b0b8
|
Fix typo.
|
2022-02-07 16:13:45 +01:00 |
|
Martin Dosch
|
162111b6a3
|
Merge branch 'listen' into 'master'
add -l flag: listen for first message from user and exit
See merge request mdosch/go-sendxmpp!4
|
2022-02-07 14:58:12 +00:00 |
|
Anjandev Momi
|
a2f700d141
|
add -l flag: listen for messages
|
2022-02-07 09:35:34 -05:00 |
|
Martin Dosch
|
f9f0b41a21
|
Improve URLs in manpage.
|
2022-01-30 13:29:02 +01:00 |
|
Martin Dosch
|
667c061a84
|
Update modules.
|
2022-01-29 14:42:07 +01:00 |
|
Martin Dosch
|
81e0cc3bed
|
Mention automatically built binaries in README.
|
2022-01-29 14:41:36 +01:00 |
|
Martin Dosch
|
018a7eac84
|
Start new development cycle.
|
2022-01-29 14:37:51 +01:00 |
|
Martin Dosch
|
27b17d885b
|
Prepare v0.1.3 release.
|
2022-01-29 14:36:30 +01:00 |
|
Martin Dosch
|
2c2a576152
|
Improve renaming of files for http-uplad
Characters get replaced by `_` now instead of being removed and
`-`, `_`, `.` and `+` won't be removed anymore. (Thx Holger Weiß)
|
2022-01-29 14:11:52 +01:00 |
|
Martin Dosch
|
fa1356d05d
|
Change file name for http-uploads.
Use alpha numerical names only to workaround
https://github.com/mattn/go-xmpp/issues/132
|
2022-01-29 13:44:00 +01:00 |
|
Martin Dosch
|
d9fdc0a2de
|
Update CI.
|
2022-01-27 17:33:41 +01:00 |
|
Martin Dosch
|
e0f51c3090
|
Update modules.
|
2022-01-26 09:01:38 +01:00 |
|
Martin Dosch
|
fda5dd0c9e
|
Update modules.
|
2022-01-16 13:16:08 +01:00 |
|
Martin Dosch
|
88d659727f
|
Delete vendor directory.
|
2022-01-16 13:15:13 +01:00 |
|
Martin Dosch
|
c0fc0d6ad4
|
Update dependencies.
|
2022-01-12 12:06:02 +01:00 |
|
Martin Dosch
|
c2b98ed2fa
|
Update installation infos
Add link to repology.org
|
2022-01-12 12:04:25 +01:00 |
|