Commit Graph

  • f3b5fbb2fa
    Fix order of commands in manpage. master Martin Dosch 2024-06-01 19:44:27 +0200
  • 50ac109693
    Add new example. Martin Dosch 2024-05-30 23:30:04 +0200
  • f9da054999
    Start new development cycle. Martin Dosch 2024-05-29 18:53:53 +0200
  • 791c2f12e3
    Prepare release v0.11.0. v0.11.0 v0.11 Martin Dosch 2024-05-29 18:51:52 +0200
  • b45c1771ef
    Update go modules. Martin Dosch 2024-05-24 12:13:35 +0200
  • b73f608aa9
    CI: Only build binaries for releases. Martin Dosch 2024-05-21 21:26:42 +0200
  • 0701fce91d
    CI: Fix windows binary name in upx command. Martin Dosch 2024-05-21 20:58:46 +0200
  • 801c4a8004
    CI: Compress binaries. Martin Dosch 2024-05-21 20:49:39 +0200
  • c4236dd164
    Use deferred file close. Martin Dosch 2024-05-21 20:15:04 +0200
  • 8f2bb80ebe
    Use deferred file close. Martin Dosch 2024-05-21 20:12:36 +0200
  • d2f758b4f9
    Use `fmt.Errorf()` instead of `errors.New()` to create new error messages. Martin Dosch 2024-05-20 21:56:18 +0200
  • cbb7beb72b
    Switch to latest go-xmpp release. Martin Dosch 2024-05-14 21:03:41 +0200
  • d1d1d38e64
    Update go modules. Martin Dosch 2024-05-14 20:54:21 +0200
  • 95a2f672cf
    Add possibility to disable FAST. Martin Dosch 2024-05-11 15:20:08 +0200
  • c21991c545
    Enable FAST. Martin Dosch 2024-05-11 15:10:06 +0200
  • b2720cd707
    Use current master of go-xmpp. Martin Dosch 2024-05-11 15:07:50 +0200
  • 5cf9f21944
    Update go modules. Martin Dosch 2024-05-06 21:15:05 +0200
  • b98a071472
    Add new parameter subject. Martin Dosch 2024-05-01 10:58:53 +0200
  • 953de9c86d
    Fix check for valid URIs. Martin Dosch 2024-05-01 10:30:17 +0200
  • b9bae7f84b
    Update go modules. Martin Dosch 2024-04-26 20:49:05 +0200
  • 2329b04dfe
    Change short id length. Martin Dosch 2024-04-23 21:26:46 +0200
  • c276543729
    Also use google/uuid for ShortID. Martin Dosch 2024-04-16 20:31:09 +0200
  • 9b30af207d
    Improve error message. Martin Dosch 2024-04-15 20:51:26 +0200
  • 31ae111c80
    New ox priv key location. Martin Dosch 2024-04-15 20:50:39 +0200
  • a6eadf1565
    Start new development cycle. Martin Dosch 2024-04-13 12:19:16 +0200
  • 126890ca22
    Prepare release v0.10.0 v0.10.0 v0.10 Martin Dosch 2024-04-13 12:17:18 +0200
  • bd56592435
    Switch to go-xmpp release. Martin Dosch 2024-04-13 12:11:36 +0200
  • 4f47e8c713
    Update go modules. Martin Dosch 2024-04-12 17:29:15 +0200
  • 013756cec9
    Update go modules. Martin Dosch 2024-04-12 12:59:06 +0200
  • 9aea1e294a
    Improve listening mode. Martin Dosch 2024-04-12 12:57:08 +0200
  • 93d8bbedaa
    FAST: Fix check for expiry. Martin Dosch 2024-04-12 11:41:30 +0200
  • 72e517e14d
    Update go modules. Martin Dosch 2024-04-12 10:54:53 +0200
  • c87f1bdb83
    Move stanza receiving goroutine outside of for loop. Martin Dosch 2024-04-12 10:52:31 +0200
  • f2b20502c6
    FAST: Update token if expiry is reduced. Martin Dosch 2024-04-12 10:36:57 +0200
  • 25b8a8e243
    Reintroduce context and cancel func Martin Dosch 2024-04-11 10:18:39 +0200
  • c77eae826a
    Update go modules. Martin Dosch 2024-04-11 09:52:42 +0200
  • be78a2b845
    Catch error when listening mode is stopped with Ctrl+C. Martin Dosch 2024-04-10 17:53:41 +0200
  • e244f14548
    Retry without FAST if FAST authentication fails. Martin Dosch 2024-04-10 16:14:46 +0200
  • 79897fd295
    Use fast.bin for fast cache file Martin Dosch 2024-04-10 15:50:58 +0200
  • 61f5ab705d
    Add support for FAST authentication. Martin Dosch 2024-04-10 15:19:50 +0200
  • 5ecfe200c1
    Revert "Do not use sasl2 uuid attribute." Martin Dosch 2024-04-09 14:52:15 +0200
  • 19812b0863
    Reorder changelog. Martin Dosch 2024-04-09 10:59:49 +0200
  • 9f9c533941
    Add support for SASL2 and BIND2 Martin Dosch 2024-04-09 10:59:00 +0200
  • 0805b1f06a
    Move to upstream go-xmpp. sasl2 Martin Dosch 2024-04-09 10:57:29 +0200
  • 557d105238
    Do not use sasl2 uuid attribute. Martin Dosch 2024-04-07 12:45:10 +0200
  • 986aea7957
    Don't print error on io.EOF Martin Dosch 2024-04-07 11:29:33 +0200
  • ef927ce5cc
    Detect stream error while receiving stanzas. Martin Dosch 2024-04-07 11:25:40 +0200
  • 73b00f0612
    Use a client uuid per JID. Martin Dosch 2024-04-07 10:00:54 +0200
  • b2d090a623
    Improve sasl2 user agent id stuff. Martin Dosch 2024-04-07 09:29:50 +0200
  • c7376832ce
    Rework getting data path. Martin Dosch 2024-04-07 09:11:03 +0200
  • 080100486e
    Update go-xmpp. Martin Dosch 2024-04-07 08:49:49 +0200
  • 9c56a79bae
    SASL2: Create per client installation ID. Martin Dosch 2024-04-07 00:26:04 +0200
  • cce36b070a
    Update go-xmpp. Martin Dosch 2024-04-06 22:20:35 +0200
  • 1c4acfd07c
    Update go-xmpp. Martin Dosch 2024-04-05 12:04:09 +0200
  • 0703a7c2d6
    Update go-xmpp. Martin Dosch 2024-04-05 11:38:28 +0200
  • 4f033fc5b9
    Update vendored lib. Martin Dosch 2024-04-05 09:39:30 +0200
  • a44554218d
    Use google/uuid for message IDs. Martin Dosch 2024-04-05 09:32:54 +0200
  • 3e57ec3603
    Update vendored modules. Martin Dosch 2024-04-05 09:12:50 +0200
  • ead44ef99d
    Add . between go-sendxmpp and short id. Martin Dosch 2024-04-05 09:12:25 +0200
  • b3271a3530
    Update Changelog. Martin Dosch 2024-04-05 08:38:03 +0200
  • 639b9b6657
    Add short ID back to resource string. Martin Dosch 2024-04-05 08:22:56 +0200
  • 680593359b
    Experimental sasl2 support. Martin Dosch 2024-04-04 23:56:15 +0200
  • 06bbd9fda5
    Update go modules. Martin Dosch 2024-04-04 11:03:20 +0200
  • c392eeb858
    Close receiving of stanzas if io.EOF is received. Martin Dosch 2024-04-02 17:05:24 +0200
  • 09e2423da4
    Update go modules. Martin Dosch 2024-04-02 16:33:33 +0200
  • 2a6ed7b54d
    Merge branch 'remove-mutex-and-context' Martin Dosch 2024-04-02 15:59:53 +0200
  • 5de4d1f8fe
    Regenerate manpage. Martin Dosch 2024-04-02 15:58:37 +0200
  • 99689ea2cd
    Ignore EOF errors when receiving stanzas. Martin Dosch 2024-04-02 15:57:48 +0200
  • 86a2280277 Merge branch 'Menelmacar-master-patch-37014' into 'master' Martin Dosch 2024-04-02 13:56:49 +0000
  • fc860dfebb Update man for FISH - Shell completions Maik Holme 2024-04-02 13:49:57 +0000
  • 11a31d6ad0
    Remove mutex and context. Martin Dosch 2024-04-02 15:36:33 +0200
  • f1e9bfcdc8
    Update README. Martin Dosch 2024-04-02 14:54:42 +0200
  • dbed11323d
    Remove mutex as the locking is now done in the library. Martin Dosch 2024-04-02 13:44:59 +0200
  • c13a0c7016
    Update go modules. Martin Dosch 2024-04-02 13:40:41 +0200
  • 872eaa847a
    Clean up go.sum Martin Dosch 2024-04-01 16:45:13 +0200
  • 4483863795
    Lock mutex before starting the goroutine. Martin Dosch 2024-04-01 16:45:08 +0200
  • 09693ba1bf
    Further improvements to make race conditions less likely. Martin Dosch 2024-03-31 16:55:45 +0200
  • 46ed540910
    Update go-xmpp to latest master. Martin Dosch 2024-03-31 16:05:50 +0200
  • 5704798b09
    Improve stanza reading. Martin Dosch 2024-03-31 16:05:37 +0200
  • 8936ba2acc
    Only perform root check on non-windows systems. Martin Dosch 2024-03-30 14:08:54 +0100
  • 1574e2f4df
    Add a warning when run by root. Martin Dosch 2024-03-30 14:06:56 +0100
  • 606ca8cc18
    Fix typo. Martin Dosch 2024-03-30 13:11:12 +0100
  • b04196a19f
    Add hint about usage is root to the manpage. Martin Dosch 2024-03-30 13:03:36 +0100
  • e666f33030
    Start new development cycle. Martin Dosch 2024-03-28 19:22:39 +0100
  • ffae83f8ea
    Prepare release v0.9.0. v0.9.0 v0.9 Martin Dosch 2024-03-28 19:14:05 +0100
  • e1708129e2
    Switch to latest go-xmpp release. Martin Dosch 2024-03-28 19:09:16 +0100
  • 8b4b8105b2
    Update go modules. Martin Dosch 2024-03-28 18:18:18 +0100
  • 36d6b26fe8
    Update go modules. Martin Dosch 2024-03-28 18:08:32 +0100
  • ea515401d1
    Fixed hanging forever in stream close if server doesn't reply. Martin Dosch 2024-03-28 17:26:28 +0100
  • 2ddfcb8383
    Add support for XEP-0478: Stream Limits Advertisement. Martin Dosch 2024-03-28 16:04:48 +0100
  • 911763b2e5
    Update go modules. Martin Dosch 2024-03-27 21:20:24 +0100
  • 9a186aeec1
    Don't capitalize `--ssdp-off` command line flag. Martin Dosch 2024-03-26 21:47:41 +0100
  • ca268e957e
    Add command line flag to disable XEP-0474: SASL SCRAM Downgrade Protection. Martin Dosch 2024-03-26 21:41:45 +0100
  • b9018ec2d9
    Update changelog. Martin Dosch 2024-03-25 20:05:08 +0100
  • e5cbe832e3
    Properly exit listening mode if Ctrl+C is pressed. Martin Dosch 2024-03-26 20:43:30 +0100
  • 27c45a1877
    Switch to development branch of go-xmpp Martin Dosch 2024-03-26 19:28:13 +0100
  • 92db3d2fb1
    Use latest release of go-xmpp. Martin Dosch 2024-03-22 18:52:22 +0100
  • 5ca5404418
    Make system output look less bloated. Martin Dosch 2024-03-20 18:33:10 +0100
  • 2e59f85476
    Capitalize go-sendxmpp in version output. Martin Dosch 2024-03-16 22:37:54 +0100
  • 4c3e5700e7
    Also add go version to system output. Martin Dosch 2024-03-16 22:37:17 +0100