Commit Graph

  • 1d4cc4258f Accepting request 1240835 from network:messaging:xmpp factory Ana Guerrero 2025-01-28 15:55:16 +00:00
  • fe2855b413 - Update to 0.14.1: * Use prettier date format for error messages. * Update XEP-0474 to version 0.4.0 (requires go-xmpp >= 0.2.10). devel Michael Vetter 2025-01-28 13:23:10 +00:00
  • 941f7a82bb Accepting request 1233909 from network:messaging:xmpp Ana Guerrero 2025-01-01 22:04:46 +00:00
  • 9d25fe004b - Update to 0.14.0: Added: * Add --fast-invalidate to allow invalidating the FAST token. Changed: * Don't create legacy Ox private key directory in ~/.local/share/go-sendxmpp/oxprivkeys. * Delete legacy Ox private key directory if it's empty. * Show proper error if saved FAST mechanism isn't usable with current TLS version (requires go-xmpp >= 0.2.9). * Print debug output to stdout, not stderr (requires go-xmpp >= 0.2.9). * Show RECV: and SEND: prefix for debug output (requires go-xmpp >= 0.2.9). * Delete stored fast token if --fast-invalidate and --fast-off are set. * Show error when FAST creds are stored but non-FAST mechanism is requested. Michael Vetter 2024-12-30 11:05:20 +00:00
  • c8ca3a4c54 Accepting request 1231375 from network:messaging:xmpp Ana Guerrero 2024-12-16 18:17:52 +00:00
  • 5fe0539457 - Update to 0.13.0: Added: * Add --anonymous to support anonymous authentication (requires go-xmpp >= 0.2.8). * Add XEP-0480: SASL Upgrade Tasks support (requires go-xmpp >= 0.2.8). * Add support for see-other-host stream error (requires go-xmpp >= 0.2.8). Changed: * Don't automatically try other auth mechanisms if FAST authentication fails. Michael Vetter 2024-12-16 11:01:38 +00:00
  • aa818c7aa9 Accepting request 1226437 from network:messaging:xmpp Ana Guerrero 2024-11-26 19:56:05 +00:00
  • 6d808749e9 - Update to 0.12.1: Changed: * Print error instead of quitting if a message of type error is received. * Allow upload of multiple files. Added: * Add flag --suppress-root-warning to suppress the warning when go-sendxmpp is used by the root user. Michael Vetter 2024-11-26 07:49:31 +00:00
  • 2189b9a4f0 Accepting request 1218605 from network:messaging:xmpp Ana Guerrero 2024-10-27 10:26:27 +00:00
  • be6cdba72d - Update to 0.11.4: * Fix bug in SCRAM-SHA-256-PLUS (via go-xmpp >= 0.2.4). Michael Vetter 2024-10-26 17:46:03 +00:00
  • 3ac86d2091 Accepting request 1201691 from network:messaging:xmpp Ana Guerrero 2024-09-18 13:27:22 +00:00
  • 8d4598a8f1 - Update to 0.11.2: * Add Gopenpgp and Xmppsrv version to --version output. * Improve selection between StartTLS and DirectTLS. Michael Vetter 2024-09-18 05:39:07 +00:00
  • 465b5f0b0e Accepting request 1186988 from network:messaging:xmpp Ana Guerrero 2024-07-12 15:05:24 +00:00
  • 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. Michael Vetter 2024-07-12 02:44:58 +00:00
  • 1e0ce8a33b Accepting request 1177829 from network:messaging:xmpp Ana Guerrero 2024-06-03 15:40:50 +00:00
  • 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) Michael Vetter 2024-05-31 04:54:31 +00:00
  • 976c2bf277 Accepting request 1167764 from network:messaging:xmpp Ana Guerrero 2024-04-15 18:18:06 +00:00
  • 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. Michael Vetter 2024-04-15 08:14:55 +00:00
  • 7caf19e001 Accepting request 1163539 from network:messaging:xmpp Ana Guerrero 2024-04-02 14:40:23 +00:00
  • 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). Michael Vetter 2024-03-29 14:08:16 +00:00
  • 03291f4f9e Accepting request 1156683 from network:messaging:xmpp Ana Guerrero 2024-03-10 19:25:39 +00:00
  • 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). Michael Vetter 2024-03-10 07:24:50 +00:00
  • 727fee79c5 Accepting request 1147512 from network:messaging:xmpp Ana Guerrero 2024-02-20 20:13:06 +00:00
  • 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. Michael Vetter 2024-02-19 07:41:19 +00:00
  • eff7b3e834 Accepting request 1140242 from network:messaging:xmpp Ana Guerrero 2024-01-22 19:33:32 +00:00
  • 846ff5fa46 - Update to 0.8.2: * Fix an issue in look up of SRV records (via xmppsrv v0.2.6) Michael Vetter 2024-01-21 07:36:35 +00:00
  • f8715c15c1 Accepting request 1139338 from network:messaging:xmpp Ana Guerrero 2024-01-17 21:16:08 +00:00
  • 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. Michael Vetter 2024-01-17 03:59:20 +00:00
  • ab0a90cc16 Accepting request 1137737 from network:messaging:xmpp Ana Guerrero 2024-01-09 19:51:28 +00:00
  • 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 Michael Vetter 2024-01-09 14:10:19 +00:00
  • 810057d641 Accepting request 1125796 from network:messaging:xmpp Ana Guerrero 2023-11-14 20:42:37 +00:00
  • 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). Michael Vetter 2023-11-14 06:57:32 +00:00
  • 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. Michael Vetter 2023-09-30 06:43:08 +00:00
  • 1459f6b45b Accepting request 1100735 from network:messaging:xmpp Ana Guerrero 2023-07-26 11:24:31 +00:00
  • 81fd105f9c - Update to 0.6.1: * Properly close connection to server. Michael Vetter 2023-07-26 06:08:56 +00:00
  • b0092f13aa Accepting request 1096417 from network:messaging:xmpp Dominique Leuenberger 2023-07-03 15:43:26 +00:00
  • 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. Michael Vetter 2023-07-02 17:56:48 +00:00
  • 8f33422270 Accepting request 1035535 from network:messaging:xmpp Dominique Leuenberger 2022-11-14 13:28:57 +00:00
  • 028280785c - Update to 0.5.6: Added: * Add short option -h for http-upload. Changed: * Fix Ox key generation. Michael Vetter 2022-11-13 20:13:14 +00:00
  • 8bd21ef47e Accepting request 1029733 from network:messaging:xmpp Dominique Leuenberger 2022-10-19 11:17:30 +00:00
  • d870071abf - Update to 0.5.5: * Improve interactive mode. Michael Vetter 2022-10-18 12:02:41 +00:00
  • 2c56ba42cd Accepting request 1007173 from network:messaging:xmpp Richard Brown 2022-09-30 15:58:32 +00:00
  • d52eee4f78 - Update to version 0.5.4: * Fix http-upload. Michael Vetter 2022-09-30 07:22:38 +00:00
  • b830c094ee Accepting request 1006976 from network:messaging:xmpp Richard Brown 2022-09-29 16:14:41 +00:00
  • 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. Michael Vetter 2022-09-29 14:28:46 +00:00
  • f80c783a47 Accepting request 993091 from network:messaging:xmpp Dominique Leuenberger 2022-08-05 17:50:52 +00:00
  • 83f8d52086 OBS-URL: https://build.opensuse.org/package/show/network:messaging:xmpp/go-sendxmpp?expand=0&rev=2 Michael Vetter 2022-08-04 14:33:57 +00:00
  • f098637545 - Initial package of go-sendxmpp 0.5.1 for openSUSE Michael Vetter 2022-08-04 13:52:23 +00:00