You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
5 years ago
..
api Update vendor, move to labstack/echo/v4 Fixes #698 6 years ago
config Add initial Keybase Chat support (#877) 5 years ago
discord Fix regression (discord). Closes #864 (#866) 5 years ago
gitter Fix golint linter issues and enable it in CI (#593) 6 years ago
helper Trim <p> and </p> tags (matrix). Closes #686 (#753) 6 years ago
irc Add scripting (tengo) support for every outgoing message (#806) 5 years ago
keybase Add initial Keybase Chat support (#877) 5 years ago
matrix Detect html nicks in RemoteNickFormat (matrix). Fixes #696 (#719) 6 years ago
mattermost Add an option to skip the Mattermost server version check (#849) 5 years ago
rocketchat Add useraction support (rocketchat). Closes #772 (#794) 6 years ago
slack Fix regression in autojoining with legacy tokens (slack). Fixes #651 (#848) 5 years ago
sshchat Make all loggers derive from non-default instance (#728) 6 years ago
steam Refactor steam bridge (#630) 6 years ago
telegram Fix panic by checking slice bounds in handleEntities (telegram). Fixes #857 (#858) 5 years ago
whatsapp Fix noisy whatsapp error logging 5 years ago
xmpp Keep connection state. Fixes #856 5 years ago
zulip Need to specify /topic:mytopic for channel configuration (zulip). (#751) 6 years ago
bridge.go Make all loggers derive from non-default instance (#728) 6 years ago