Willy Goiffon
47557f0fb7
Change logfile mode to be only readable by owner
2020-07-16 12:20:46 +02:00
Willy Goiffon
aeb4d29c3b
Ignore linter errors on Sync/Close being unchecked
...
There is nothing to do really if any of those fail. The program will
terminate anyway as the defer happens in the main() functions.
2020-07-16 12:18:35 +02:00
Willy Goiffon
8263b786fb
Revert "Check f.Sync() errors before closing logfile"
...
This reverts commit f3919db8c4 .
2020-07-16 12:16:35 +02:00
Willy Goiffon
f3919db8c4
Check f.Sync() errors before closing logfile
2020-07-08 11:26:05 +02:00
Willy Goiffon
115b90ffc1
Close logfile when main() terminates
2020-07-07 10:14:19 +02:00
Willy Goiffon
d931d812c2
Format file correctly with gofmt
2020-07-01 18:03:14 +02:00
Willy Goiffon
35d2f2227e
Add an option to log into a file rather than stdout
2020-07-01 16:32:20 +02:00
Wim
2977a5957e
Update README
2020-06-28 19:02:28 +02:00
Wim
f70d1c897a
Set fetch-depth to 0 to fetch all tags
2020-06-28 18:30:18 +02:00
Wim
a4a3525265
Set fetch-depth correct and use vendor when building in workflow
2020-06-28 18:23:46 +02:00
Wim
a6dd8446e4
Increase fetch depth in workflow
2020-06-28 18:17:26 +02:00
Wim
7bf9e1cfb3
Fix space in workflow
2020-06-28 18:13:50 +02:00
Wim
f291832a77
Upload artifacts on commit
2020-06-28 18:11:02 +02:00
Nathanaël
1fee323247
Reload user information when a new contact is detected (whatsapp) ( #1160 )
...
Before returning an empty string, we refresh the WhatsApp contacts and if we found the one we wanted, we can return a real name. Fixes #796
2020-06-25 00:35:49 +02:00
Qais Patankar
a41accd033
Add sane RemoteNickFormat default for API ( #1157 )
2020-06-25 00:25:10 +02:00
James Lu
37f7caf7f3
Skip gIRC built-in rate limiting (irc) ( #1164 )
...
By default, gIRC rate limits all outgoing messages.
Since matterbridge already implements message throttling, this is extra layer of throttling is not necessary.
2020-06-24 23:57:37 +02:00
TheHolyRoger
5847f7758c
Only colour IRC nicks if there is one. ( #1161 )
2020-06-24 23:48:54 +02:00
Wim
bce736993e
Remove travis as it isn't working anymore
2020-06-24 23:45:45 +02:00
Wim
5636992446
Increase fetch-depth in workflow
2020-06-24 23:37:02 +02:00
Wim
f996a2b7ae
More linting fixes
2020-06-24 23:28:41 +02:00
Wim
587de96ab3
Update golangci-lint config
2020-06-24 23:21:15 +02:00
Wim
80eb1cd202
Fix duplicate name in workflow
2020-06-24 22:37:46 +02:00
Wim
bbf594c815
Use github workflows
2020-06-24 22:36:47 +02:00
Sandro
2f0f2ee40d
Combine runs to one layer ( #1151 )
2020-05-28 00:31:32 +02:00
Wim
96022d3aaf
Bump version
2020-05-24 22:44:10 +02:00
Wim
8eb5e3cbf8
Release v1.17.5 ( #1150 )
v1.17.5
2020-05-24 22:35:56 +02:00
xnaas
ddc2625934
Update Dockerfile so inotify works ( #1148 )
...
This change would be required for the Docker image to actually read `RELOADABLE` config options from the `matterbridge.toml`.
This edit would require https://github.com/42wim/matterbridge/wiki/Deploy:-Docker to be updated as well to mention that mounting would have to change to mounting a ***directory*** not a file. inotify inside Docker cannot read directly mounted files, only directories, for whatever reason.
This will preserve setups that were configured to run the old way without breaking them and new configs can be setup "correctly" without issue.
2020-05-24 22:01:52 +02:00
Wim
7f7ca697a0
Ignore non-user messages (msteams). Fixes #1141 ( #1149 )
...
Ignore these messages for now, also add a extra
debug option for msteams so we can dump the whole
message.
2020-05-24 15:49:24 +02:00
Alexander
900375679b
Prevent re-requesting avatar data (xmpp) ( #1117 )
...
Prevent asking the server again and again for a
user's avatar if the server does not respond to
our initial request.
2020-05-24 14:07:36 +02:00
Wim
9440b9e313
Increase debug logging with function,file and linenumber ( #1147 )
...
Show the function name,file and linenumber like this
[0000] INFO main: [setupLogger:matterbridge.go:100] Enabling debug logging.
[0000] INFO main: [main:matterbridge.go:46] Running version 1.17.5-dev
Only enable this for debug as this adds some overhead.
2020-05-24 13:58:15 +02:00
Wim
393f9e998b
Update dependencies / vendor ( #1146 )
2020-05-24 00:06:21 +02:00
Wim
ba0bfe70a8
Add StripMarkdown option (irc). ( #1145 )
...
Enable `StripMarkdown` to strip markdown for irc.
2020-05-23 21:46:15 +02:00
Wim
3c4a3e3f75
Implement xep-0245 (xmpp). Closes #1137 ( #1144 )
2020-05-23 20:51:04 +02:00
Wim
274fb09ed4
Fix forward from hidden users (telegram). Closes #1131 ( #1143 )
...
Use ForwardDate to check if a message is forwarded.
If we have a nil ForwardedFrom then make this an unknown user.
2020-05-23 19:15:26 +02:00
Wim
d44598a900
Add an option to disable sending HTML to matrix. Fixes #1022 ( #1135 )
2020-05-14 00:37:41 +02:00
Wim
c9cfa59f54
Do not use webhooks when token is configured (slack) ( fixes #1123 ) ( #1134 )
2020-05-14 00:27:34 +02:00
Tiago Epifânio
7062234331
Avoid creating invalid url when the user doesn't have an avatar (matrix) ( #1130 )
2020-05-11 00:21:56 +02:00
Qais Patankar
9754569525
Fix webhook EventUserAction messages being skipped (discord) ( #1133 )
...
Fixes #1132
2020-05-11 00:20:35 +02:00
Qais Patankar
52a071e34d
Fix #1049 : missing space before embeds (discord) ( #1124 )
2020-05-07 00:19:48 +02:00
Qais Patankar
2d8f749e36
Fix #1120 : replaceAction "_" crash (discord) ( #1121 )
2020-04-25 14:22:22 +02:00
Wim
a18cb74f03
Bump version
2020-04-22 00:00:08 +02:00
Wim
6c442e239d
Release v1.17.4 ( #1112 )
v1.17.4
2020-04-21 23:53:51 +02:00
Wim
eaf92fca4d
Add an ID cache (discord). Fixes #1106 ( #1111 )
...
When a webhook "edits" a message, it does this by deleting the message
and creating a new one with the new content.
On creation of this new message, we'll get another ID then already is
know by the gateway in its id cache. So we add it in our own cache and
replace it whenever we want to edit/delete it again.
2020-04-21 23:35:46 +02:00
Wim
06b7bad714
Lowercase account names. Fixes #1108 ( #1110 )
2020-04-21 20:42:11 +02:00
Wim
19eec2ed03
Update Rhymen/go-whatsapp. Fixes #1107 ( #1109 )
2020-04-21 19:55:47 +02:00
Wim
d99c54343a
Remove panics and retry polling on failure (msteams). Fixes #1104 ( #1105 )
2020-04-21 19:29:24 +02:00
Wim
308a110000
Bump version
2020-04-19 17:23:17 +02:00
Wim
4f406b2ce6
Release v1.17.3 ( #1103 )
v1.17.3
2020-04-19 17:13:58 +02:00
Wim
e564c555d7
Clip too long messages on 3000 length (slack). Fixes #1081 ( #1102 )
2020-04-19 17:00:11 +02:00
Wim
f7ec9af9e8
Add extra space before colon in attachments (irc). Fixes #1089 ( #1101 )
2020-04-19 16:45:53 +02:00