Commit Graph

  • ca1ba493e1
    Bump golang.org/x/net from 0.5.0 to 0.7.0 dependabot[bot] 2023-03-06 23:08:14 +0000
  • 8eec1a22a5 Fix messages not sending in properly if no limit is set (mumble) mvoolt 2023-03-06 01:52:09 +0200
  • 5060f03e4a Rename .{jfif,jpe} to .jpg (mumble) mvoolt 2023-03-06 01:48:43 +0200
  • 655297a63a Bugfix: Fix rate-overlimit issue when there are more than 5 whatsapp channels in a single account. Yousef Mansy 2023-03-01 22:43:16 -0800
  • c0f5d0c5f7 Add persistent message map Resolves #541 Yousef Mansy 2023-02-28 22:50:17 -0800
  • 0527f01904 Bump version Wim 2023-01-29 18:57:41 +0100
  • 147e92e910 allow to send files in Extra via /api/message adbenitez 2023-02-27 05:37:44 -0500
  • d86acbe582 add deltachat to 3rd party API bridges adbenitez 2023-02-27 04:35:40 -0500
  • e5c3536615 Allow message deletes from any platform. Yousef Mansy 2023-02-25 01:57:11 -0800
  • f8d359d6e2 fix bug adbenitez 2023-02-27 03:19:44 -0500
  • eb4b5aaaca fix bug adbenitez 2023-02-27 02:44:41 -0500
  • 24c3204e54 fix bug adbenitez 2023-02-27 02:39:02 -0500
  • 533332a6ae try to support Extra attachments from API adbenitez 2023-02-27 02:18:06 -0500
  • 264ab84609 Refactored message replies. file/Image/audio/replies all work now. Yousef Mansy 2023-02-24 03:13:50 -0800
  • 303134623f add Delta Chat bridge (3rd party via matterbridge API) adbenitez 2023-02-24 03:16:37 -0500
  • cffa6d3240 Fix replies. Sender JID can have a `:` inside of it, using `/` as a delimiter now. Added messageID parser + struct. messages sent with an attachment do not show replies But at least common `sendMessage` will make repies from whatsapp to an attachement bridge across. Yousef Mansy 2023-02-23 03:19:04 -0800
  • 39f909b28e Handle Whatsapp threading/replies. In this change we are updating whatsapp message IDs to include sender JID as this is necessary to reply to a message https://github.com/tulir/whatsmeow/issues/88#issuecomment-1093195237 https://github.com/tulir/whatsmeow/discussions/148#discussioncomment-3094325 Yousef Mansy 2023-02-18 01:15:37 -0800
  • 82dcb3f5e0 Use AuthorSignature as a fallback username. Yousef Mansy 2023-02-22 01:42:00 -0800
  • fa1e614b01 Provide a multi-room multi-bridge example Ben Wiederhake 2023-02-16 21:52:12 +0100
  • 89405844d3 whatsappmulti prefer mp4 extension for video attachments Yousef Mansy 2023-02-15 01:21:31 -0800
  • 7a78104d68 Bugfix, handle messages with link preview not being relayed Yousef Mansy 2023-02-16 00:48:12 -0800
  • ded55b7458 whatsappmulti prefer mp4 extension for video attachments Yousef Mansy 2023-02-15 01:21:31 -0800
  • 24f6747516
    Bump version Wim 2023-01-29 18:57:41 +0100
  • 6dafebc7cc
    Release v1.26.0 (#1957) v1.26.0 Wim 2023-01-29 18:26:52 +0100
  • d6a9ea1c48
    Release v1.26.0 Wim 2023-01-29 17:09:44 +0100
  • d23f2560d5
    Make the cgo lottie a build tag (-tag cgolottie) (#1955) Wim 2023-01-29 00:34:27 +0100
  • 5d77474c56
    Make the cgo lottie a build tag (-tag cgolottie) Wim 2023-01-29 00:14:36 +0100
  • 880586bac4
    Update dependencies (#1951) Wim 2023-01-28 22:57:53 +0100
  • 7e3a452701
    Update dependencies Wim 2023-01-28 22:27:50 +0100
  • eac2a8c8dc
    Remove mattermost 5 support (#1936) Wim 2023-01-28 21:57:06 +0100
  • c8db1a3a83
    Remove mattermost 5 support Wim 2022-12-15 00:24:50 +0100
  • 4cf313c4c6
    Fix the "Someone" nickname problem (whatsapp) (#1931) ilmaisin 2022-12-15 00:47:30 +0200
  • 91353d0a4d
    Handle incoming document captions from whatsapp (#1935) ilmaisin 2022-12-15 00:20:00 +0200
  • a822276d56 Handle incoming document captions from whatsapp Iiro Laiho 2022-12-09 16:20:45 +0200
  • 0798b0c50a Fix null pointer runtime panic (whatsapp) Iiro Laiho 2022-12-09 15:52:11 +0200
  • 6afa93e537 implement parsing of quotes/replies from whatsapp Iiro Laiho 2022-12-08 16:49:06 +0200
  • 2200a9c152 Cleanup (whatsapp) Iiro Laiho 2022-12-07 00:35:15 +0200
  • 0b14df521f Re-examine if sender exists Iiro Laiho 2022-12-03 00:04:18 +0200
  • 7cf4e4b786 Code cleanup (whatsapp) Iiro Laiho 2022-12-02 23:43:58 +0200
  • fe39c5a9d5 Cleanup Iiro Laiho 2022-12-02 22:43:37 +0200
  • a975b145da Code cleanup (whatsapp) Iiro Laiho 2022-11-29 18:14:26 +0200
  • ffd9ec1e05 Apply patch to work around the "Someone" nickname problem Iiro Laiho 2022-11-29 12:06:53 +0200
  • 0a6d64ab48
    Improve attachment handling (whatsapp) (#1928) ilmaisin 2022-11-27 01:55:37 +0200
  • 4fd0a76727
    Update dependencies (#1929) Wim 2022-11-27 00:42:16 +0100
  • 2226f0b9f3
    Update dependencies Wim 2022-11-27 00:31:23 +0100
  • 6da9d567dc
    Implement sending of EventJoinLeave both to and from Mumble (#1915) Sebastian P 2022-11-27 00:17:11 +0100
  • f3f8b841fb
    Merge branch 'master' into discord-suppress-links Wim 2022-11-27 00:13:20 +0100
  • 6d5a3dff22
    Allow substitution of bot's nick in RunCommands (irc) (#1890) Kufat 2022-11-26 18:01:10 -0500
  • 3ad5deaff1
    Fix empty messages on IRC (#1897) Jair Sanchez 2022-11-26 16:53:48 -0600
  • 9bbdf70e69
    Fix telegram attachment comment formatting and escaping (#1920) Alexander 2022-11-27 01:50:46 +0300
  • 1dcdac6d6b Improve attachment handling Iiro Laiho 2022-11-24 03:17:02 +0200
  • fd89a65a62 Handle audio messages Iiro Laiho 2022-11-22 19:54:47 +0200
  • 0177c99db1 Allow captions for document attachments, too Iiro Laiho 2022-11-19 01:53:01 +0200
  • 15276b0b09 Fix telegram attachment comment formatting and escaping Alexander Korelskiy 2022-11-14 11:49:17 +0300
  • af6e353957 mumble: Break handleUserChange into two functions s3lph 2022-11-06 18:39:05 +0100
  • 64f2b9b027 mumble: Implement sending of EventJoinLeave both to and from Mumble (Closes #1435) s3lph 2022-11-06 18:22:57 +0100
  • 4659b5bd40
    Fallback to use API for getting channel ID when not in the cache Haw Loeung 2022-11-03 20:11:51 +1100
  • 36eb4919ee workaround not being able to name your webhook 55hgc 2022-10-23 04:36:17 +0000
  • 556a7f47da Add StripQuote option (telegram) jx11r 2022-09-28 19:47:57 -0500
  • b307375c82 Fix empty messages on IRC jx11r 2022-09-24 13:36:21 -0500
  • e65902cc1f
    Tweak description of "{BOTNICK}" Kufat 2022-09-06 20:31:07 -0400
  • 0cd8db8a55 Fix isActive() call arg order Kufat 2022-09-06 07:37:25 -0400
  • 6a5c1ea51c Allow substitution of bot's nick in RunCommands Kufat 2022-09-05 21:16:56 -0400
  • 47219a7393 Tweak logging for marking users active Kufat 2022-09-05 20:57:20 -0400
  • 4737074374
    Merge branch 'master' into enhance-irc-join-part Kufat 2022-09-05 20:37:31 -0400
  • edbf9c310b Change activity to per-channel Kufat 2022-09-05 20:36:53 -0400
  • b15bd95a1c
    Merge branch 'master' into discord-suppress-links Kufat 2022-09-05 18:53:12 -0400
  • 9d80b73528 Optionally suppress URL embeds for Discord Kufat 2022-09-05 18:52:27 -0400
  • 26bda54e16 Code review changes Kufat 2022-09-05 18:47:03 -0400
  • 0c83946983
    Add Matrix username spoofing (#1875) Lucki 2022-09-06 00:46:52 +0200
  • 2bbd216210
    Merge branch 'master' into enhance-irc-join-part Wim 2022-09-05 22:33:49 +0200
  • fda05f2262
    Update dependencies and fix whatsmeow API changes (#1887) Wim 2022-09-05 21:00:54 +0200
  • 7abf1a5884
    Add the `beerchat` project (a minetest mod) (#1877) Buckaroo Banzai 2022-09-05 19:32:30 +0200
  • 365acc36ea
    Fix error messages in telegram and slack bridges (#1862) Alexander 2022-09-05 20:31:45 +0300
  • e2d49d9297
    Fix whatsmau API changes Wim 2022-09-05 19:26:49 +0200
  • c5faf73b37
    Update dependencies Wim 2022-09-05 19:22:16 +0200
  • 00f29f2ad3
    add the `beerchat` project (a minetest mod) Buckaroo Banzai 2022-08-23 10:21:39 +0200
  • ea5a865319
    Add config sample Lucki 2022-08-17 01:27:11 +0200
  • a1f6b0f5f5
    Matrix username spoofing Lucki 2022-08-16 14:04:33 +0200
  • 3087867715
    Merge branch 'master' into enhance-irc-join-part Kufat 2022-08-13 14:01:54 -0400
  • a83804be03
    Merge branch 'master' into master Wim 2022-08-13 18:57:12 +0200
  • 0482cd191d
    Rename freenode to libera in simple config (#1870) Glandos 2022-08-13 18:51:21 +0200
  • 742a5db969
    Merge branch 'master' into enhance-irc-join-part Wim 2022-08-13 16:15:01 +0200
  • 6a3fc71397
    Update dependencies and go1.18 (#1873) Wim 2022-08-13 16:14:26 +0200
  • 13ae45932f
    Exclude unnecessary linters and update build to go1.18 Wim 2022-08-13 15:54:01 +0200
  • fbce66db70
    Update dependencies and go1.18 Wim 2022-08-13 15:47:50 +0200
  • a6d5ea520c Fix failure on empty quit Kufat 2022-08-09 17:02:10 -0400
  • e04588ca95
    Missing replacement for Libera Glandos 2022-08-09 10:39:12 +0200
  • 5c82f187bc Run gofumpt, remove unneeded 'else' Kufat 2022-08-08 18:07:17 -0400
  • b82b7b67a8 Switch to better solution for disabling URL embeds. Kufat 2022-08-08 13:00:06 -0400
  • e275bbfb2e Add simple functionality to disable URLs in part/quit msgs Kufat 2022-08-08 10:39:35 -0400
  • 37d3721c28 Use separate handleQuit() method Kufat 2022-08-06 19:43:30 -0400
  • 21577ddf74 Add thread safety Kufat 2022-08-06 18:39:09 -0400
  • 5a6d2abc23 Add documentation and periodic cleanup. Kufat 2022-08-06 18:01:28 -0400
  • a8d99c119e Initial commit with enhanced IRC join/part info Kufat 2022-08-06 17:39:30 -0400
  • 378c000850
    freenode to libera Glandos 2022-08-05 00:06:52 +0200
  • 3b3acc2939
    Bump github.com/mattermost/mattermost-server/v6 from 6.7.0 to 6.7.1 dependabot[bot] 2022-07-21 22:39:18 +0000
  • cd55af480d Fix error messages in telegram and slack bridges Alexander Korelskiy 2022-07-20 13:18:45 +0300
  • 5eaf70f7d1
    Update go.mod Mendy 2022-07-07 23:31:31 -0400
  • bc5075668d
    Update go.mod Mendy 2022-07-07 23:27:46 -0400