Commit Graph

  • 6d31343205 feat: Waku v2 bridge Michal Iskierko 2023-11-12 13:29:38 +0100
  • 7f209248e3 fix a couple of comments other8026 2024-02-14 15:36:43 +0800
  • e96d6e346a clarify comment for sample configuration file other8026 2024-02-12 22:47:12 +0800
  • 2b9916cf34 Update matterbridge.toml.sample other8026 2024-02-12 22:44:29 +0800
  • fd38b8d54a send URL for files if config is set to send URLs other8026 2024-02-12 16:10:53 +0800
  • 2f12fa3c61 add to Matrix config to send url not a file other8026 2024-02-12 16:05:16 +0800
  • 44411b4789 move logic for getting url to its own function other8026 2024-02-12 15:53:27 +0800
  • 6c1e293ebd
    Bump golang.org/x/crypto from 0.12.0 to 0.17.0 dependabot[bot] 2023-12-18 23:16:53 +0000
  • 4ec929a4bd
    Handle deletion of webhook messages cryox-dev 2023-12-13 14:35:43 +1300
  • b321268499
    Let handleEventWebhook handle webhook message deletions cryox-dev 2023-12-13 14:34:39 +1300
  • 103b33f77d
    Add Delete() cryox-dev 2023-12-13 14:30:01 +1300
  • b502420de8
    Update matterbridge.toml.sample AlexanderShK 2023-12-08 14:29:42 +0300
  • 5e38c949f2
    Update handlers.go AlexanderShK 2023-12-08 14:13:19 +0300
  • 1addf9fca7
    Update users.go AlexanderShK 2023-12-08 14:06:51 +0300
  • 392ee8f57b
    Update config.go AlexanderShK 2023-12-08 14:03:02 +0300
  • 44f620ec94
    Merge b63eccdecf into 56e7bd01ca leko 2023-12-07 23:03:07 +0800
  • b63eccdecf Support Discord reply Leko 2022-02-02 23:00:54 +0800
  • 28db5c80d6 bugfix: don't modifiy original message in Gateway.SendMessage() adbenitez 2023-04-13 10:46:13 -0400
  • a6daf411b9 minor: fix lint errors by using assert.Len Patrick Xia 2023-10-22 17:42:11 -0700
  • b862dc34da irc: do not bridge CTCP commands other than ACTION Patrick Xia 2023-10-22 16:56:34 -0700
  • 7c686baef9
    Bump golang.org/x/net from 0.14.0 to 0.17.0 dependabot[bot] 2023-10-11 23:03:17 +0000
  • be63a6b428
    Fix typos in matterbridge.toml.sample Quantum0 2023-09-16 19:49:51 +0300
  • 2787c7750f
    Update README.md The Ali Dev 2023-09-15 03:25:16 +0500
  • e008428cd6
    trim nick whitespace when looking up the guild members Brian S. Stephan 2023-09-07 13:25:39 -0500
  • cd0e2f50fb
    Merge 3e3090fc53 into 56e7bd01ca Tom Kunze 2023-09-03 22:02:46 +0000
  • 3e3090fc53 Add support for discord forum channels/threads (discord) Tom Kunze 2022-11-06 15:27:50 +0100
  • 95954fc713
    Merge 8e3998c3a3 into 56e7bd01ca The Ali Dev 2023-08-09 18:01:11 +0500
  • 8e3998c3a3
    Revert "Solve Readme Mixing Error In Mobiles" The Ali Dev 2023-08-09 17:59:35 +0500
  • 2ff500dcbf
    Merge pull request #1 from thealidev/thealidev-patch-1 The Ali Dev 2023-08-09 17:59:16 +0500
  • b9a7b91117
    Solve Readme Mixing Error In Mobiles The Ali Dev 2023-08-09 17:57:55 +0500
  • f76341db1b
    Merge 0cd8db8a55 into 56e7bd01ca Kufat 2023-08-07 20:53:24 +1000
  • 56e7bd01ca
    Update dependencies and remove old matterclient lib (#2067) Wim 2023-08-05 20:43:19 +0200
  • 9459495484
    Fix typo in logging (#2056) Juhani Karppinen 2023-08-05 21:39:46 +0300
  • f5322834d1
    Update dependencies and remove old matterclient lib Wim 2023-08-05 20:31:35 +0200
  • 9236ddb44d Fix typo in logging Juhani Karppinen 2023-06-12 22:25:40 +0300
  • bbea005700 matrix: add an example of application service file in matterbridge.toml.sample Simon Thoby 2023-04-09 14:33:16 +0200
  • cddab32419 matrix: revert to the classical syncer when the application sevrice is no longer working Simon Thoby 2023-04-09 14:27:11 +0200
  • 2f3f141cd9 matrix: process ephemeral typing events when appservice is in use Simon Thoby 2023-03-11 21:42:28 +0100
  • f02ae5490d matrix->discord: sticker support Simon THOBY 2022-09-06 23:23:06 +0200
  • 1da787f91d fix golangci-lint warnings Simon THOBY 2022-09-06 21:19:56 +0200
  • 34872abd81 matrix: enable message deletion with application services Simon THOBY 2022-09-03 15:18:34 +0200
  • 69b662558b matrix: add support for remote avatars & improve cache handling (again) Simon THOBY 2022-09-03 12:38:30 +0200
  • bccdf71325 matrix: improve cache handling and support per-room avatars Simon THOBY 2022-09-01 22:37:44 +0200
  • 00b58bce71 matrix+irc: improve support for IRC NOTICE/[matrix] m.notice Simon THOBY 2022-08-14 18:58:54 +0200
  • 09bc5379b7 matrix: stop updating the global display names Simon THOBY 2022-08-14 16:40:27 +0200
  • 625d7cd94c Matrix: switch to the mautrix-go library Simon THOBY 2022-07-24 20:12:03 +0200
  • 89b0d362d2
    Remove gitter bridge (#2035) Wim 2023-04-05 23:39:15 +0200
  • f163175768
    Remove gitter bridge Wim 2023-04-03 23:38:22 +0200
  • 574f25337d
    Add nil check for group update (telegram) (#2036) Joseph Mansy 2023-04-05 14:08:03 -0700
  • aae654bfa4 add nil check for group update Yousef Mansy 2023-04-01 16:33:37 -0700
  • 40ef694b3e Add some commands - Add custom username - Add custom avatar - Fix help - Add default avatar Yousef Mansy 2023-04-03 03:17:52 -0700
  • 2f050fe99a Add fallback welcome message in config. Yousef Mansy 2023-04-02 18:58:50 -0700
  • a6523b70eb
    Merge 60219a39d1 into 5bbe422161 Joseph Mansy 2023-04-03 23:46:20 -0700
  • 5bbe422161
    Support telegram chat Join/Leave updates (#2019) Joseph Mansy 2023-04-03 14:27:44 -0700
  • 6500714a93
    Don't treat nil as an unknown type of error (zulip) (#2024) Faye Duxovni 2023-04-03 17:27:00 -0400
  • 7dafe84665
    Merge branch 'master' into telegram-join-leave-events Wim 2023-04-03 23:24:10 +0200
  • 5feafcddba
    Fix broken reply (telegram) (#2026) Thom Dickson 2023-04-03 17:20:53 -0400
  • da4c77273f
    Update handlers.go Wim 2023-04-03 23:18:46 +0200
  • 521a55ef94
    Merge branch 'master' into iss2021-broken-reply Wim 2023-04-03 23:14:41 +0200
  • 3e20a3d180
    Create mumble-autolink.tengo (#2029) mvoolt 2023-04-04 00:00:54 +0300
  • edfe90d370
    Create mumble-autolink.tengo mvoolt 2023-03-30 20:05:10 +0300
  • 5544164791
    Fix reply/quoting logic with topics Thom Dickson 2023-03-27 22:28:29 -0400
  • fa720963be
    Fix broken reply Thom Dickson 2023-03-27 21:42:12 -0400
  • 1dc1e0181c zulip.handleQueue: don't treat nil as an unknown type of error Faye Duxovni 2023-03-23 01:29:32 -0400
  • 3e9e34508d support telegram chat Join/Leave updates Yousef Mansy 2023-03-14 19:14:51 -0700
  • 1d2bfc722a
    Merge 5bc8231b2d into 60639b6e50 Joseph Mansy 2023-03-15 22:25:06 +0100
  • 60639b6e50
    Bump google.golang.org/protobuf from 1.29.0 to 1.29.1 (#2018) dependabot[bot] 2023-03-15 22:22:38 +0100
  • 5bc8231b2d Add welcome message functionality (Telegram and whatsapp for now) Yousef Mansy 2023-03-15 02:12:49 -0700
  • 08692ee180 support telegram chat Join/Leave updates Yousef Mansy 2023-03-14 19:14:51 -0700
  • cd08d586c5 ping dm (might not work for whatsapp if jid contains Agent and Device) Yousef Mansy 2023-03-14 03:21:02 -0700
  • 7f9c3620e3 Add opt/in/out commands Yousef Mansy 2023-02-28 22:50:17 -0800
  • e68ddcf5c1
    Merge branch 'master' into discord-naitive-upload Joseph Mansy 2023-03-14 22:21:08 -0700
  • 3ffd96a350 Use native upload when relaying from discord. Yousef Mansy 2023-02-18 16:41:19 -0800
  • 798d770be3
    Bump google.golang.org/protobuf from 1.29.0 to 1.29.1 dependabot[bot] 2023-03-14 23:09:08 +0000
  • 839f384e45
    Return a message ID when sending with a webhook (discord) (#1976) Joseph Mansy 2023-03-14 15:16:22 -0700
  • d42277979a
    Support topic changes and Join/Leave messages (whatsapp) (#2017) Joseph Mansy 2023-03-14 15:12:45 -0700
  • 24cf007a74
    Update matterbridge.toml.sample Wim 2023-03-14 23:05:48 +0100
  • 601f48a50e
    Add support for Telegram topics (telegram) (#1942) Thom Dickson 2023-03-14 18:03:04 -0400
  • 3e9a527a94
    Update telegram.go Wim 2023-03-14 22:55:07 +0100
  • ad204a333a
    Update handlers.go Wim 2023-03-14 22:54:36 +0100
  • 1775fde10f Support topic changes and Join/Leave messages Yousef Mansy 2023-03-14 02:38:56 -0700
  • 2b2e8e2d6c
    Switch to matterbridge forked telegram-bot-api Thom Dickson 2023-03-12 00:54:23 -0500
  • a1cb10aa74
    fix file uploads for telegram topics Thom Dickson 2023-01-05 14:24:28 -0500
  • 51d3fbd697
    feat: return topic/thread id with /chatId cmd Thom Dickson 2023-01-05 01:48:30 -0500
  • b0bbcb032f
    cleanup chatid/topicid parsing Thom Dickson 2023-01-05 01:31:15 -0500
  • a98d26b11a
    fix formatting Thom Dickson 2023-01-05 01:17:05 -0500
  • 48baaf03dc
    fix telegram reply within topics Thom Dickson 2023-01-05 01:16:25 -0500
  • d0bef0b516
    feat: update telegram to handle the threadid Thom Dickson 2023-01-05 00:28:27 -0500
  • 3420b2ec23
    wip: update datatypes in telegram handlers Thom Dickson 2023-01-05 00:23:32 -0500
  • 60219a39d1 get PersistentMessageStorePath config properly (also reformatted and sorted the config struct) Yousef Mansy 2023-03-11 15:42:42 -0800
  • 2845740e97 Pass peristent store errors up to the router level Yousef Mansy 2023-03-11 15:36:17 -0800
  • eaa8907d17 Add descriptive errors to persistent store Yousef Mansy 2023-03-11 14:33:16 -0800
  • c2b8e298d8
    Add extra error checking for fileinfo (api) (#2015) Wim 2023-03-11 23:10:41 +0100
  • 90891cabf6
    Add extra error checking for fileinfo (api) Wim 2023-03-11 22:40:21 +0100
  • 0917e17383
    Allow to send files in Extra via /api/message (api) (#1993) Asiel Díaz Benítez 2023-03-11 16:34:27 -0500
  • 27c7b1e18b
    Merge branch 'master' into cross-platform-delete Joseph Mansy 2023-03-11 10:10:23 -0800
  • 8587fa8585
    Fix possible panic in mattermost. (mattermost) Fixes #1947 (#2014) Wim 2023-03-11 18:55:29 +0100
  • 99a5622f1e Return a message ID when sending with a webhook. Yousef Mansy 2023-02-19 02:09:45 -0800
  • 7aa6df0c56
    Fix possible panic in mattermost. (mattermost) Fixes #1947 Wim 2023-03-11 18:46:45 +0100
  • f345eeae55
    Set correct loglevel (whatsapp). Fixes #1980 (#2013) Wim 2023-03-11 18:18:24 +0100