Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump version | Wim | 2017-01-28 | 1 | -1/+1 |
| | |||||
* | Release v0.9.2v0.9.2 | Wim | 2017-01-28 | 1 | -1/+1 |
| | |||||
* | Bump version | Wim | 2017-01-18 | 1 | -1/+1 |
| | |||||
* | Release v0.9.1v0.9.1 | Wim | 2017-01-18 | 1 | -1/+1 |
| | |||||
* | Exit when a bridge fails to start | Wim | 2016-12-08 | 1 | -2/+2 |
| | |||||
* | Add initial Rocket.Chat support | Wim | 2016-12-03 | 1 | -1/+1 |
| | |||||
* | Release v0.9.0v0.9.0 | Wim | 2016-12-01 | 1 | -1/+1 |
| | |||||
* | Merge branch 'refactor' | Wim | 2016-11-13 | 1 | -6/+5 |
|\ | |||||
| * | Refactor gateway | Wim | 2016-11-08 | 1 | -6/+5 |
| | | |||||
* | | Update documentation | Wim | 2016-11-12 | 1 | -1/+1 |
|/ | |||||
* | Add samechannel gateway. See #35 | Wim | 2016-09-30 | 1 | -0/+14 |
| | |||||
* | Refactor for more flexibility | Wim | 2016-09-18 | 1 | -10/+15 |
| | | | | | | | * 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 | ||||
* | Release v0.6.1v0.6.1 | Wim | 2016-09-17 | 1 | -1/+1 |
| | |||||
* | Release v0.6.0 | Wim | 2016-09-17 | 1 | -1/+1 |
| | |||||
* | Release v0.6.0-beta2v0.6.0-beta2 | Wim | 2016-09-04 | 1 | -1/+1 |
| | |||||
* | Release v0.6.0-beta1v0.6.0-beta1 | Wim | 2016-08-20 | 1 | -1/+1 |
| | |||||
* | Add documentation about breaking API changes for mattermost 3.3.0. Start ↵ | Wim | 2016-08-15 | 1 | -6/+8 |
| | | | | work on 0.6.0-dev | ||||
* | Refactor bridge. Allows bridging between every protocol | Wim | 2016-08-14 | 1 | -2/+3 |
| | |||||
* | Add (PLAIN) SASL support | Wim | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Release v0.5.0-beta1v0.5.0-beta1 | Wim | 2016-07-12 | 1 | -3/+3 |
| | |||||
* | Update version | Wim | 2016-07-12 | 1 | -1/+1 |
| | |||||
* | Converge with matterbridge-plus | Wim | 2016-07-11 | 1 | -2/+7 |
| | |||||
* | Release v0.4.2v0.4.2 | Wim | 2016-06-23 | 1 | -0/+10 |
| | |||||
* | Move common code to matterbridge-plus bridge package | Wim | 2016-03-23 | 1 | -248/+2 |
| | |||||
* | Add -debug option. Run go fmt. Some cleanups | Wim | 2016-03-22 | 1 | -26/+43 |
| | |||||
* | Add Freenode style NickServ-based authentication. | Fredrik de Vibe | 2016-03-21 | 1 | -13/+24 |
| | | | | If the server sends a NOTICE requesting identification, identify. | ||||
* | Handle connects asynchroneously. | Fredrik de Vibe | 2016-03-21 | 1 | -13/+24 |
| | | | | | On connect events, update the nick with what's actually used and set up channels as configured. | ||||
* | Limit number of columns to number of IRC nicks. | Fredrik de Vibe | 2016-03-18 | 1 | -1/+1 |
| | | | | | Don't add more columns to the IRC nicks table than the total number of nicks in the IRC channel. | ||||
* | Remove unnecessary break in switch block. | Fredrik de Vibe | 2016-03-18 | 1 | -1/+0 |
| | |||||
* | Add double newline if the message is markup and prefixed. | Fredrik de Vibe | 2016-03-18 | 1 | -2/+21 |
| | | | | | | | | If the message is prefixed with the sender nick, it will break markup formatting on the same line. This commit introduces a very rudimentary markup checker, and if the message is deemed to be markup in those cases, the space between sender nick and message is replaced by a double newline. | ||||
* | Move new config parameters from IRC to Mattermost. | Fredrik de Vibe | 2016-03-18 | 1 | -4/+4 |
| | | | | PrefixMessagesWithNick, NickFormatter and NicksPerRow. | ||||
* | Enable !users command and add a table formatter | Fredrik de Vibe | 2016-03-18 | 1 | -2/+47 |
| | | | | | * Listen to wildcarded events, currently handle RPL_NAMREPLY. * Add a formatter to present nick lists from IRC as a table. | ||||
* | Add config option to prefix messages (IRC->MM) with nick | Fredrik de Vibe | 2016-03-18 | 1 | -1/+5 |
| | | | | | If username overriding isn't enabled on the Mattermost server, this is required for Mattermost users to see who sent a message from IRC. | ||||
* | Add support for slack username circumfix. Closes #10 | Wim | 2016-02-18 | 1 | -1/+6 |
| | |||||
* | Add PASS support as per RFC1459 | Bert Mertens | 2016-01-27 | 1 | -0/+3 |
| | | | | | | | | | Provide a connection password via the protocol's PASS command. Imported irc.go supports it as a simple parameter: https://github.com/thoj/go-ircevent/blob/master/irc.go#L381 See https://tools.ietf.org/html/rfc1459#section-4.1 for full details. | ||||
* | Add support for multiple channels | Wim | 2015-12-19 | 1 | -10/+39 |
| | |||||
* | Add option to change receiving mattermost channel | Wim | 2015-12-19 | 1 | -7/+9 |
| | |||||
* | Add option to specify configfile | Wim | 2015-12-18 | 1 | -1/+4 |
| | |||||
* | Add BindAddress option. Closes #4 | Wim | 2015-12-12 | 1 | -1/+2 |
| | |||||
* | Set type join_leave for irc JOIN/PART messages send to mattermostv0.2 | Wim | 2015-11-29 | 1 | -1/+6 |
| | |||||
* | Remove markdown for giphy | Wim | 2015-10-28 | 1 | -1/+1 |
| | |||||
* | Add giphy support. !gif <query> | Wim | 2015-10-28 | 1 | -1/+18 |
| | |||||
* | Fix multiline messages | Wim | 2015-10-27 | 1 | -1/+4 |
| | |||||
* | Add SkipTLSVerify option for mattermost, allows selfsigned certificates | Wim | 2015-10-25 | 1 | -2/+7 |
| | |||||
* | Refactor and IconURL support | Wim | 2015-10-24 | 1 | -12/+13 |
| | |||||
* | Add support for outgoing webhook token | Wim | 2015-10-24 | 1 | -1/+2 |
| | |||||
* | Add support for NAMES | Wim | 2015-10-24 | 1 | -0/+16 |
| | |||||
* | Add support for JOIN, PART and CTCP_ACTION | Wim | 2015-10-24 | 1 | -1/+17 |
| | |||||
* | Initial matterbridge commit | Wim | 2015-10-23 | 1 | -0/+56 |