Krzysztof Madejski
24f1fcebb9
#475 delete .gitignore and getBoolOrDefault function
2019-02-19 12:10:42 +01:00
Krzysztof Madejski
a2baf3ff70
#475 fix
2019-02-14 13:50:36 +01:00
Krzysztof Madejski
2744f27e5e
golint
2019-02-14 13:40:20 +01:00
Krzysztof Madejski
6c53d06cc2
#475 Handle notifications inside WhatsApp
...
Provide meaningful label outside and don't expose user numbers.
2019-02-14 13:25:16 +01:00
Krzysztof Madejski
525494013f
#475 WhatsApp: Deleting and editing messages stub
2019-02-14 12:39:00 +01:00
Krzysztof Madejski
7b247a32b8
#475 Clean the code from unneccessary comments
2019-02-14 11:15:52 +01:00
Krzysztof Madejski
c11c52513f
#475 goimports
2019-02-13 12:35:17 +01:00
Krzysztof Madejski
b90afe61a5
#475 Send() in the main file whatsapp.go
2019-02-13 12:22:15 +01:00
Krzysztof Madejski
7da7c8dee7
#475 WhatsApp: golint
2019-02-13 12:20:29 +01:00
Krzysztof Madejski
f828e16c2c
#475 WhatsApp: reorganize files
2019-02-13 11:52:56 +01:00
Krzysztof Madejski
e54ce43ac8
#475 WhatsApp: comments for exported functions, fixme should be happy
2019-02-13 11:39:06 +01:00
Krzysztof Madejski
a0f65c698c
ignore matterbridge.toml not to accidentally commit a development version
2019-02-13 11:06:31 +01:00
Krzysztof Madejski
4f04cde424
go mod vendor
2019-02-13 11:05:19 +01:00
Krzysztof Madejski
d202d07008
#475 WhatsApp: links and credits in README
2019-02-12 16:20:43 +01:00
Krzysztof Madejski
9929501ecc
#475 Extract config options as const
2019-02-12 16:12:30 +01:00
Krzysztof Madejski
430f147b1e
#475 Config option: Scan QR code on white terminal
2019-02-12 16:10:42 +01:00
Krzysztof Madejski
6372d599b1
#475 Documentation and some space in config file
2019-02-12 15:38:45 +01:00
Krzysztof Madejski
c8bb087307
#475 WA users' avatars!
2019-02-12 12:50:31 +01:00
Krzysztof Madejski
9605ddaee5
#475 save session in a config-specified file
2019-02-12 12:34:20 +01:00
Krzysztof Madejski
d4c342bb73
#475 some cleaning
2019-02-12 11:55:19 +01:00
Krzysztof Madejski
a68d674625
#475 usernames from WhatsApp
2019-02-12 11:54:51 +01:00
Krzysztof Madejski
d0715e483a
#475 minor; always do a final run before commit..
2019-02-12 01:11:48 +01:00
Krzysztof Madejski
fca567db34
WhatsApp support #475 : first in-out message
2019-02-12 00:58:04 +01:00
AJolly
2cfd880cdb
Clarify dev chat info ( #700 )
2019-02-05 20:40:57 +01:00
Wim
430b38e770
Update README
2019-01-31 17:38:02 +01:00
Wim
e7f463a082
Bump version
2019-01-31 17:26:07 +01:00
Wim
1d39c771e4
Release v1.13.1
v1.13.1
2019-01-31 17:10:57 +01:00
Wim
c81c0dd22a
Update vendor, move to labstack/echo/v4 Fixes #698
2019-01-31 17:06:36 +01:00
Wim
f8a1ab4622
Bump version
2019-01-31 00:15:48 +01:00
Wim
5d3309fdcd
Release v1.13.0
v1.13.0
2019-01-30 23:55:37 +01:00
Wim
4ae028fe73
Optimize handling of very large slack teams. Fixes #695
...
Stop getting users if we reach 2000 users. Slack will rate-limit us
even if we follow their limits.
This means that we now have to lookup every user that says a message
for the first time. This should be less intensive on the API.
This also disables partly fb713ed91b for now.
ChannelMembers will not be filled.
2019-01-30 23:28:37 +01:00
Wim
707db950c8
Send GetChannelMembers event only to slack for now
2019-01-24 22:46:05 +01:00
Wim
94812d8648
Handle servers without MOTD (irc). Closes #692
2019-01-24 21:58:27 +01:00
Wim
8548b69e6e
Fix possible data race (irc). Closes #693
2019-01-24 21:51:52 +01:00
Wim
e3cb665d92
Make discord user token work correctly (discord) #689
2019-01-19 20:39:58 +01:00
Wim
fb713ed91b
Add initial support for getting ChannelMember info of all bridges ( #678 )
...
* Add initial support for getting ChannelMember info of all bridges.
Adds an EventGetChannelMembers event, which gets send every x time to
all bridges. Bridges should respond on this event with a Message
containing ChannelMembers in the EventGetChannelMembers key in the
Extra field.
handleEventGetChannelMembers will handle this Message and sets the
contained ChannelMembers to the Bridge struct.
* Add ChannelMembers support to the slack bridge
2019-01-18 18:35:31 +01:00
Wim
d99eacc2e1
Run go fmt
2019-01-14 19:41:32 +01:00
Zomboy Alfrir
62e55214fc
Allow to bridge non-bot Discord users (discord) ( #689 )
...
If you prefix a token with `User ` it'll treat is as a user token.
Co-Authored-By: zomboy-alfrir <zomboy@dancodes.com.ar >
2019-01-14 19:27:49 +01:00
Wim
464d27ad7e
Revert "Update pinned golangci-lint version ( #666 )"
...
This reverts commit 015c076315 .
Goimports regression: https://github.com/golangci/golangci-lint/issues/347
And gocritic recommending fixes in tip instead of released versions.
2019-01-14 19:17:41 +01:00
David Hill
f88c5f6c08
Fix displaying usernames for plain text clients. (matrix) ( #685 )
2019-01-09 23:15:26 +01:00
Wim
da6ce791bc
Add link to API page on the wiki
2019-01-09 23:10:32 +01:00
Patrick Connolly
b33b50987b
Add support for mattermost threading ( #627 )
2019-01-09 21:50:03 +01:00
James Nylen
5193634a52
Use only one webhook if possible (discord) ( #681 )
2019-01-09 21:28:47 +01:00
Wim
0d94746f4a
Add api.yaml to contrib
2019-01-09 00:32:04 +01:00
Wim
85680935d4
Add swaggerhub link to README (api)
2019-01-09 00:27:23 +01:00
Wim
46e2683995
Add file comment to webhook messages (discord). Fixes #358
2019-01-07 22:16:00 +01:00
James Nylen
492722af8b
Improve error reporting on failure to join Discord. Fixes #672 ( #680 )
2019-01-07 21:39:53 +01:00
Wim
56749dfb20
Fail if channel starts with hashtag (mattermost). Closes #625
2019-01-07 00:26:11 +01:00
Wim
04567c765e
Add support for markdown to HTML conversion (matrix). Closes #663 ( #670 )
...
This uses our own gomatrix lib with the SendHTML function which
adds HTML to formatted_body in matrix.
golang-commonmark is used to convert markdown into valid HTML.
2019-01-06 22:25:19 +01:00
Neustradamus
048158ad6d
Update README about xmpp. Fixes #676 ( #677 )
2019-01-06 19:34:47 +01:00