5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-19 00:39:34 +00:00
matterbridge/bridge
cori hudson 921f2dfcdf Add initial Keybase Chat support (#877)
* initial work on native keybase bridging

* Hopefully make a functional keybase bridge

* add keybase to bridgemap

* send to right channel, try to figure out received msgs

* add account and userid

* i am a Dam Fool

* Fix formatting for messages, handle /me

* update vendors, ran golint and goimports

* move handlers to handlers.go, clean up unused config options

* add sample config, fix inconsistent remote nick handling

* Update readme with keybase links

* Resolve fixmie errors

* Error -> Errorf

* fix linting errors in go.mod and go.sum

* explicitly join channels, ignore messages from non-specified channels

* check that team names match before bridging message
2019-08-26 21:00:31 +02:00
..
api Update vendor, move to labstack/echo/v4 Fixes #698 2019-01-31 17:06:36 +01:00
config Add initial Keybase Chat support (#877) 2019-08-26 21:00:31 +02:00
discord Fix regression (discord). Closes #864 (#866) 2019-07-29 23:37:38 +02:00
gitter Fix golint linter issues and enable it in CI (#593) 2018-11-15 20:43:43 +01:00
helper Trim <p> and </p> tags (matrix). Closes #686 (#753) 2019-03-03 00:29:29 +01:00
irc Add scripting (tengo) support for every outgoing message (#806) 2019-04-19 18:27:31 +02:00
keybase Add initial Keybase Chat support (#877) 2019-08-26 21:00:31 +02:00
matrix Detect html nicks in RemoteNickFormat (matrix). Fixes #696 (#719) 2019-02-17 21:48:32 +01:00
mattermost Add an option to skip the Mattermost server version check (#849) 2019-06-16 16:23:50 +02:00
rocketchat Add useraction support (rocketchat). Closes #772 (#794) 2019-04-08 23:30:22 +02:00
slack Fix regression in autojoining with legacy tokens (slack). Fixes #651 (#848) 2019-06-14 00:42:55 +02:00
sshchat Make all loggers derive from non-default instance (#728) 2019-02-23 22:51:27 +01:00
steam Refactor steam bridge (#630) 2018-12-07 23:48:24 +01:00
telegram Fix panic by checking slice bounds in handleEntities (telegram). Fixes #857 (#858) 2019-07-08 22:19:45 +02:00
whatsapp Fix noisy whatsapp error logging 2019-06-14 00:02:32 +02:00
xmpp Keep connection state. Fixes #856 2019-06-30 18:34:41 +02:00
zulip Need to specify /topic:mytopic for channel configuration (zulip). (#751) 2019-03-02 20:31:38 +01:00
bridge.go Make all loggers derive from non-default instance (#728) 2019-02-23 22:51:27 +01:00