SHA256
1
0
forked from pool/go-sendxmpp

36 Commits

Author SHA256 Message Date
Ana Guerrero
465b5f0b0e Accepting request 1186988 from network:messaging:xmpp
- Update to 0.11.1:
  * Fix Ox encryption in interactive mode (do not add the same
    recipient key to the keyring over and over again).
  * Exit with error code if Ox encryption for one recipient fails.
  * Improved handling of perl sendxmpp config files.

OBS-URL: https://build.opensuse.org/request/show/1186988
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go-sendxmpp?expand=0&rev=17
2024-07-12 15:05:24 +00:00
Michael Vetter
e80eba04cf - Update to 0.11.1:
* Fix Ox encryption in interactive mode (do not add the same
    recipient key to the keyring over and over again).
  * Exit with error code if Ox encryption for one recipient fails.
  * Improved handling of perl sendxmpp config files.

OBS-URL: https://build.opensuse.org/package/show/network:messaging:xmpp/go-sendxmpp?expand=0&rev=35
2024-07-12 02:44:58 +00:00
Ana Guerrero
1e0ce8a33b Accepting request 1177829 from network:messaging:xmpp
- Update to 0.11.0:
  Changed:
  * Move private Ox key into JID folder in ~/.local/share/go-sendxmpp.
  * Use fmt.Errorf() instead of errors.New() to create new error messages.
  Added:
  * Add new parameter --subject.
  * Added flag --fast-off to disable XEP-0484: Fast Authentication
    Streamlining Tokens (requires go-xmpp >= 0.2.1)

OBS-URL: https://build.opensuse.org/request/show/1177829
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go-sendxmpp?expand=0&rev=16
2024-06-03 15:40:50 +00:00
Michael Vetter
73afc2021e - Update to 0.11.0:
Changed:
  * Move private Ox key into JID folder in ~/.local/share/go-sendxmpp.
  * Use fmt.Errorf() instead of errors.New() to create new error messages.
  Added:
  * Add new parameter --subject.
  * Added flag --fast-off to disable XEP-0484: Fast Authentication
    Streamlining Tokens (requires go-xmpp >= 0.2.1)

OBS-URL: https://build.opensuse.org/package/show/network:messaging:xmpp/go-sendxmpp?expand=0&rev=33
2024-05-31 04:54:31 +00:00
Ana Guerrero
976c2bf277 Accepting request 1167764 from network:messaging:xmpp
- Update to 0.10.0:
  * Fixed a race condition in receiving stanzas (requires go-xmpp >= v0.1.5).
  * Add support for SASL2 and BIND2 (via go-xmpp >= v0.2.0).
  * Add support for FAST authentication (via go-xmpp >= v0.2.0).
  * Add a warning when run by the user root.

OBS-URL: https://build.opensuse.org/request/show/1167764
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go-sendxmpp?expand=0&rev=15
2024-04-15 18:18:06 +00:00
Michael Vetter
d8f90545c8 - Update to 0.10.0:
* Fixed a race condition in receiving stanzas (requires go-xmpp >= v0.1.5).
  * Add support for SASL2 and BIND2 (via go-xmpp >= v0.2.0).
  * Add support for FAST authentication (via go-xmpp >= v0.2.0).
  * Add a warning when run by the user root.

OBS-URL: https://build.opensuse.org/package/show/network:messaging:xmpp/go-sendxmpp?expand=0&rev=31
2024-04-15 08:14:55 +00:00
Ana Guerrero
7caf19e001 Accepting request 1163539 from network:messaging:xmpp
- Update to 0.9.0:
  Changed:
  * Properly close stream if Ctrl+C is pressed in interactive mode.
  * Properly close stream if Ctrl+C is pressed in listening mode.
  * Print OS, architecture and go version for flag --version.
  * Improve closing of connection (via go-xmpp v0.1.4).
  * Don't send stanzas that exceed the size limit provided by
    XEP-0478 (requires go-xmpp >= v0.1.4).
  * Fixed hanging forever in stream close if the server doesn't
    reply with a closing stream element (via go-xmpp >= v0.1.4).
  Added:
  * New command line flag ssdp-off to disable XEP-0474: SASL SCRAM
    Downgrade Protection (requires go-xmpp >= v0.1.4).

OBS-URL: https://build.opensuse.org/request/show/1163539
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go-sendxmpp?expand=0&rev=14
2024-04-02 14:40:23 +00:00
Michael Vetter
ba2a206293 - Update to 0.9.0:
Changed:
  * Properly close stream if Ctrl+C is pressed in interactive mode.
  * Properly close stream if Ctrl+C is pressed in listening mode.
  * Print OS, architecture and go version for flag --version.
  * Improve closing of connection (via go-xmpp v0.1.4).
  * Don't send stanzas that exceed the size limit provided by
    XEP-0478 (requires go-xmpp >= v0.1.4).
  * Fixed hanging forever in stream close if the server doesn't
    reply with a closing stream element (via go-xmpp >= v0.1.4).
  Added:
  * New command line flag ssdp-off to disable XEP-0474: SASL SCRAM
    Downgrade Protection (requires go-xmpp >= v0.1.4).

OBS-URL: https://build.opensuse.org/package/show/network:messaging:xmpp/go-sendxmpp?expand=0&rev=29
2024-03-29 14:08:16 +00:00
Ana Guerrero
03291f4f9e Accepting request 1156683 from network:messaging:xmpp
- Update to 0.8.4:
  * Properly handle lost connection.
  * Better compatibility with perl sendxmpp config files.
  * Improve file name for private Ox keys.
  * Improve fallback behavior if no SRV records are provided.
  * Remove 100ms sleep before closing the connection. This should
    be no more needed since go-xmpp commit
    9684a8ff690f0d75e284f8845696c5057926d276.
  * Return an error if there is no answer to an IQ within 60s.
  * Check for errors after sending the auth message during
    SCRAM authentication (via go-xmpp v0.1.2).

OBS-URL: https://build.opensuse.org/request/show/1156683
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go-sendxmpp?expand=0&rev=13
2024-03-10 19:25:39 +00:00
Michael Vetter
c905f1b1a5 - Update to 0.8.4:
* Properly handle lost connection.
  * Better compatibility with perl sendxmpp config files.
  * Improve file name for private Ox keys.
  * Improve fallback behavior if no SRV records are provided.
  * Remove 100ms sleep before closing the connection. This should
    be no more needed since go-xmpp commit
    9684a8ff690f0d75e284f8845696c5057926d276.
  * Return an error if there is no answer to an IQ within 60s.
  * Check for errors after sending the auth message during
    SCRAM authentication (via go-xmpp v0.1.2).

OBS-URL: https://build.opensuse.org/package/show/network:messaging:xmpp/go-sendxmpp?expand=0&rev=27
2024-03-10 07:24:50 +00:00
Ana Guerrero
727fee79c5 Accepting request 1147512 from network:messaging:xmpp
- Update to 0.8.3:
  * Use a human readable file name for private Ox keys.
  * Fix specifying a message via command line flag -m.

OBS-URL: https://build.opensuse.org/request/show/1147512
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go-sendxmpp?expand=0&rev=12
2024-02-20 20:13:06 +00:00
Michael Vetter
a1e383b5f4 - Update to 0.8.3:
* Use a human readable file name for private Ox keys.
  * Fix specifying a message via command line flag -m.

OBS-URL: https://build.opensuse.org/package/show/network:messaging:xmpp/go-sendxmpp?expand=0&rev=25
2024-02-19 07:41:19 +00:00
Ana Guerrero
eff7b3e834 Accepting request 1140242 from network:messaging:xmpp
- Update to 0.8.2:
  * Fix an issue in look up of SRV records (via xmppsrv v0.2.6)

OBS-URL: https://build.opensuse.org/request/show/1140242
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go-sendxmpp?expand=0&rev=11
2024-01-22 19:33:32 +00:00
Michael Vetter
846ff5fa46 - Update to 0.8.2:
* Fix an issue in look up of SRV records (via xmppsrv v0.2.6)

OBS-URL: https://build.opensuse.org/package/show/network:messaging:xmpp/go-sendxmpp?expand=0&rev=23
2024-01-21 07:36:35 +00:00
Ana Guerrero
f8715c15c1 Accepting request 1139338 from network:messaging:xmpp
- Update to 0.8.1:
  * Add support for tls-server-end-point channel binding
  * Add experimental support for SOCKS5 proxies using the HTTP_PROXY
    environment variable
  * http-upload: Improved error handling.

OBS-URL: https://build.opensuse.org/request/show/1139338
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go-sendxmpp?expand=0&rev=10
2024-01-17 21:16:08 +00:00
Michael Vetter
1a5cf7bec9 - Update to 0.8.1:
* Add support for tls-server-end-point channel binding
  * Add experimental support for SOCKS5 proxies using the HTTP_PROXY
    environment variable
  * http-upload: Improved error handling.

OBS-URL: https://build.opensuse.org/package/show/network:messaging:xmpp/go-sendxmpp?expand=0&rev=21
2024-01-17 03:59:20 +00:00
Ana Guerrero
ab0a90cc16 Accepting request 1137737 from network:messaging:xmpp
- Update to 0.8.0:
  Added:
  * Add no parameter --scram-mech-pinning.
  Changed:
  * Refuse to upload a file if upload slot doesn't provide https.
  * Use XEP-0474 instead of SCRAM mechanism pinning to prevent
    downgrade attacks

OBS-URL: https://build.opensuse.org/request/show/1137737
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go-sendxmpp?expand=0&rev=9
2024-01-09 19:51:28 +00:00
Michael Vetter
0c77ae0dc4 - Update to 0.8.0:
Added:
  * Add no parameter --scram-mech-pinning.
  Changed:
  * Refuse to upload a file if upload slot doesn't provide https.
  * Use XEP-0474 instead of SCRAM mechanism pinning to prevent
    downgrade attacks

OBS-URL: https://build.opensuse.org/package/show/network:messaging:xmpp/go-sendxmpp?expand=0&rev=19
2024-01-09 14:10:19 +00:00
Ana Guerrero
810057d641 Accepting request 1125796 from network:messaging:xmpp
- Update to 0.7.0:
  * Reply to XEP-0092 software version requests.
  * Add support for PLUS variants of SCRAM authentification mechanisms
    (requires go-xmpp commit 4c385a334c606e8bc387f0a3d4d84975802b3984).
  * Add pinning of last used authentification mechanism if a SCRAM
    mechanism was used.
  * Print every stanza in a new line (requires go-xmpp commit
    31c7eb6919b67b18e901dc45a8e5681040ea7f31).

- Update to 0.6.2:
  * Properly close connection to server if ^C is pressed in
    interactive mode.
  * Replace invalid characters by UTF8 replacement char.
  * Add warning that there is no Ox support for messages of type
    headline.
  * Suppress warnings about reading from closed connection if
    go-sendxmpp closes the connection before exiting.
  * Remove unnecessary newlines after stanzas.
  * Fix segfault when authentication fails due to invalid username
    or password.

OBS-URL: https://build.opensuse.org/request/show/1125796
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go-sendxmpp?expand=0&rev=8
2023-11-14 20:42:37 +00:00
Michael Vetter
05773d9d27 - Update to 0.7.0:
* Reply to XEP-0092 software version requests.
  * Add support for PLUS variants of SCRAM authentification mechanisms
    (requires go-xmpp commit 4c385a334c606e8bc387f0a3d4d84975802b3984).
  * Add pinning of last used authentification mechanism if a SCRAM
    mechanism was used.
  * Print every stanza in a new line (requires go-xmpp commit
    31c7eb6919b67b18e901dc45a8e5681040ea7f31).

OBS-URL: https://build.opensuse.org/package/show/network:messaging:xmpp/go-sendxmpp?expand=0&rev=17
2023-11-14 06:57:32 +00:00
Michael Vetter
99028834ae - Update to 0.6.2:
* Properly close connection to server if ^C is pressed in
    interactive mode.
  * Replace invalid characters by UTF8 replacement char.
  * Add warning that there is no Ox support for messages of type
    headline.
  * Suppress warnings about reading from closed connection if
    go-sendxmpp closes the connection before exiting.
  * Remove unnecessary newlines after stanzas.
  * Fix segfault when authentication fails due to invalid username
    or password.

OBS-URL: https://build.opensuse.org/package/show/network:messaging:xmpp/go-sendxmpp?expand=0&rev=16
2023-09-30 06:43:08 +00:00
Ana Guerrero
1459f6b45b Accepting request 1100735 from network:messaging:xmpp
- Update to 0.6.1:
  * Properly close connection to server.

OBS-URL: https://build.opensuse.org/request/show/1100735
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go-sendxmpp?expand=0&rev=7
2023-07-26 11:24:31 +00:00
Michael Vetter
81fd105f9c - Update to 0.6.1:
* Properly close connection to server.

OBS-URL: https://build.opensuse.org/package/show/network:messaging:xmpp/go-sendxmpp?expand=0&rev=14
2023-07-26 06:08:56 +00:00
Dominique Leuenberger
b0092f13aa Accepting request 1096417 from network:messaging:xmpp
- Update to 0.6.0:
  Added:
  * Add support for sending Out of Band Data (OOB).
  * Add SCRAM-SHA-1, SCRAM-SHA-256 and SCRAM-SHA512 support (via go-xmpp commit bef3e54).
  * Add support for messages of type headline.
  Changed:
  * Print --help output to stdout instead of stderr.
  * Print sent stanzas when --debug is used (via go-xmpp commit 9129a110df1b).
  * Allow JIDs without localpart.
  * Use single quotes for attributes in stanzas created by github.com/beevik/etree (vial etree v1.1.4).
  * Fix SRV lookup when the domain has a CNAME (via xmppsrv v0.2.5).
  * Fall back to directTLS on port 5223 (instead of StartTLS on port 5222)
    if no SRV records are provided and -t is set.
  * Remove trailing newlines in interactive mode.

OBS-URL: https://build.opensuse.org/request/show/1096417
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go-sendxmpp?expand=0&rev=6
2023-07-03 15:43:26 +00:00
Michael Vetter
15fe775ba4 - Update to 0.6.0:
Added:
  * Add support for sending Out of Band Data (OOB).
  * Add SCRAM-SHA-1, SCRAM-SHA-256 and SCRAM-SHA512 support (via go-xmpp commit bef3e54).
  * Add support for messages of type headline.
  Changed:
  * Print --help output to stdout instead of stderr.
  * Print sent stanzas when --debug is used (via go-xmpp commit 9129a110df1b).
  * Allow JIDs without localpart.
  * Use single quotes for attributes in stanzas created by github.com/beevik/etree (vial etree v1.1.4).
  * Fix SRV lookup when the domain has a CNAME (via xmppsrv v0.2.5).
  * Fall back to directTLS on port 5223 (instead of StartTLS on port 5222)
    if no SRV records are provided and -t is set.
  * Remove trailing newlines in interactive mode.

OBS-URL: https://build.opensuse.org/package/show/network:messaging:xmpp/go-sendxmpp?expand=0&rev=12
2023-07-02 17:56:48 +00:00
Dominique Leuenberger
8f33422270 Accepting request 1035535 from network:messaging:xmpp
- Update to 0.5.6:
  Added:
  * Add short option -h for http-upload.
  Changed:
  * Fix Ox key generation.

OBS-URL: https://build.opensuse.org/request/show/1035535
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go-sendxmpp?expand=0&rev=5
2022-11-14 13:28:57 +00:00
Michael Vetter
028280785c - Update to 0.5.6:
Added:
  * Add short option -h for http-upload.
  Changed:
  * Fix Ox key generation.

OBS-URL: https://build.opensuse.org/package/show/network:messaging:xmpp/go-sendxmpp?expand=0&rev=10
2022-11-13 20:13:14 +00:00
Dominique Leuenberger
8bd21ef47e Accepting request 1029733 from network:messaging:xmpp
- Update to 0.5.5:
  * Improve interactive mode.

OBS-URL: https://build.opensuse.org/request/show/1029733
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go-sendxmpp?expand=0&rev=4
2022-10-19 11:17:30 +00:00
Michael Vetter
d870071abf - Update to 0.5.5:
* Improve interactive mode.

OBS-URL: https://build.opensuse.org/package/show/network:messaging:xmpp/go-sendxmpp?expand=0&rev=8
2022-10-18 12:02:41 +00:00
Richard Brown
2c56ba42cd Accepting request 1007173 from network:messaging:xmpp
- Update to version 0.5.4:
  * Fix http-upload.

OBS-URL: https://build.opensuse.org/request/show/1007173
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go-sendxmpp?expand=0&rev=3
2022-09-30 15:58:32 +00:00
Michael Vetter
d52eee4f78 - Update to version 0.5.4:
* Fix http-upload.

OBS-URL: https://build.opensuse.org/package/show/network:messaging:xmpp/go-sendxmpp?expand=0&rev=6
2022-09-30 07:22:38 +00:00
Richard Brown
b830c094ee Accepting request 1006976 from network:messaging:xmpp
- Update to version 0.5.3:
  * Prepare release v0.5.3
  * Don't check for empty message in listen mode.
  * Start new development cycle.
  * Release v0.5.2
  * Update go modules.
  * Don't connect to the XMPP server if the message is empty
  * Update go modules.
  * Remove another "little".
  * Remove the "little".
  * Fix typo.
  * Improve error handling in XML parsing.
  * Update go modules.
  * Update go modules.
  * Update go modules.
  * Update go modules.
  * Update go modules.
  * Update go modules.
  * Update go modules.
  * Use resource as alias if specified and no alias is specified.
  * Update go modules.
  * Deprecate resource setting and introduce alias setting.
  * Update go modules.
  * Detect CNAME loops.
  * Update go modules.
  * Perform CNAME look ups.
  * Update go modules.
  * Fix typo.
  * Reply to IQs.
  * CI: Strip binaries.

OBS-URL: https://build.opensuse.org/request/show/1006976
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go-sendxmpp?expand=0&rev=2
2022-09-29 16:14:41 +00:00
Michael Vetter
aa1624a3db - Update to version 0.5.3:
* Prepare release v0.5.3
  * Don't check for empty message in listen mode.
  * Start new development cycle.
  * Release v0.5.2
  * Update go modules.
  * Don't connect to the XMPP server if the message is empty
  * Update go modules.
  * Remove another "little".
  * Remove the "little".
  * Fix typo.
  * Improve error handling in XML parsing.
  * Update go modules.
  * Update go modules.
  * Update go modules.
  * Update go modules.
  * Update go modules.
  * Update go modules.
  * Update go modules.
  * Use resource as alias if specified and no alias is specified.
  * Update go modules.
  * Deprecate resource setting and introduce alias setting.
  * Update go modules.
  * Detect CNAME loops.
  * Update go modules.
  * Perform CNAME look ups.
  * Update go modules.
  * Fix typo.
  * Reply to IQs.
  * CI: Strip binaries.

OBS-URL: https://build.opensuse.org/package/show/network:messaging:xmpp/go-sendxmpp?expand=0&rev=4
2022-09-29 14:28:46 +00:00
Dominique Leuenberger
f80c783a47 Accepting request 993091 from network:messaging:xmpp
go-sendxmpp

OBS-URL: https://build.opensuse.org/request/show/993091
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go-sendxmpp?expand=0&rev=1
2022-08-05 17:50:52 +00:00
Michael Vetter
83f8d52086 OBS-URL: https://build.opensuse.org/package/show/network:messaging:xmpp/go-sendxmpp?expand=0&rev=2 2022-08-04 14:33:57 +00:00
Michael Vetter
f098637545 - Initial package of go-sendxmpp 0.5.1 for openSUSE
OBS-URL: https://build.opensuse.org/package/show/network:messaging:xmpp/go-sendxmpp?expand=0&rev=1
2022-08-04 13:52:23 +00:00