Commit Graph

71 Commits (4b839b9958bc25c53cac71de5522d9decfa1d9b2)

Author SHA1 Message Date
Wim 3f79da84d5 Release v0.14.0 7 years ago
Syam.G.Krishnan 9e34162a09 remove second flag.Parse() (#196)
flag.Parse() is already being called on line 28 https://github.com/42wim/matterbridge/blob/master/matterbridge.go#L28
and there is no need for calling it again
7 years ago
Wim 6a968ab82a Bump version 7 years ago
Wim 7811c330db Release v0.13.0 7 years ago
Wim 80bdf38388 Bump version 7 years ago
Wim f065e9e4d5 Release v0.12.1 7 years ago
Wim 0774f6a5e7 Bump version 7 years ago
Wim 7a16146304 Release v0.12.0 7 years ago
Wim a4db63a773 Bump version 7 years ago
Wim 6ea8be5749 Release v0.11.0 7 years ago
Wim a16ad8bf3b Reuse connection when using same bridge with another gateway. See #87 7 years ago
Wim 8afc641f0c Bump version 8 years ago
Wim 02d7e2db65 Release v0.10.3 8 years ago
Wim 4a25e66c00 Release v0.10.2 8 years ago
Wim 2f68519b3c Add gops agent 8 years ago
Wim 11b07f01ba Add more startup messages 8 years ago
Wim 936bccccd2 Release v0.10.1 8 years ago
Wim e05a323afd Release v0.10.0 8 years ago
Wim c5cfbc2297 Add matrix support 8 years ago
Wim cd0a2beb11 Release v0.9.3 8 years ago
Wim 956d7cf3f3 Add githash to docker builds 8 years ago
Wim 62b165c0b4 Refactor samechannelgateway 8 years ago
Wim 1426ddec5f Bump version 8 years ago
Wim e9105003b0 Release v0.9.2 8 years ago
Wim 884599d27d Bump version 8 years ago
Wim f8a6e65bfd Release v0.9.1 8 years ago
Wim 43e765f4f9 Exit when a bridge fails to start 8 years ago
Wim fee159541f Add initial Rocket.Chat support 8 years ago
Wim d81e6bf6ce Release v0.9.0 8 years ago
Wim 4976338677 Merge branch 'refactor' 8 years ago
Wim 0b4ac61435 Update documentation 8 years ago
Wim 14830d9f1c Refactor gateway 8 years ago
Wim fff6f08cb6 Add samechannel gateway. See #35 8 years ago
Wim 7baf386ede Refactor for more flexibility
* Move from gcfg to toml configuration because gcfg was too restrictive
* Implemented gateway which has support multiple in and out bridges.
* Allow for bridging the same bridges, which means eg you can now bridge between multiple mattermosts.
* Support multiple gateways
8 years ago
Wim 6e410b096e Release v0.6.1 8 years ago
Wim ee77272cfd Release v0.6.0 8 years ago
Wim e449a97bd0 Release v0.6.0-beta2 8 years ago
Wim c2c135bca2 Release v0.6.0-beta1 8 years ago
Wim 96e21dd051 Add documentation about breaking API changes for mattermost 3.3.0. Start work on 0.6.0-dev 8 years ago
Wim ff94796700 Refactor bridge. Allows bridging between every protocol 8 years ago
Wim 79ffb76f6e Add (PLAIN) SASL support 8 years ago
Wim 055d12e3ef Release v0.5.0-beta1 8 years ago
Wim 815c7f8d64 Update version 8 years ago
Wim aceb830378 Converge with matterbridge-plus 8 years ago
Wim 0f2976c5ce Release v0.4.2 8 years ago
Wim 6b18257185 Move common code to matterbridge-plus bridge package 9 years ago
Wim 93db74e7e1 Add -debug option. Run go fmt. Some cleanups 9 years ago
Fredrik de Vibe 69b534ee99 Add Freenode style NickServ-based authentication.
If the server sends a NOTICE requesting identification, identify.
9 years ago
Fredrik de Vibe 99ac7dc114 Handle connects asynchroneously.
On connect events, update the nick with what's actually used and
set up channels as configured.
9 years ago
Fredrik de Vibe 3fcce2d8a0 Limit number of columns to number of IRC nicks.
Don't add more columns to the IRC nicks table than the total number of
nicks in the IRC channel.
9 years ago