Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add initial XMPP support | Wim | 2016-08-14 | 3 | -25/+182 |
| | |||||
* | Vendor go-xmpp | Wim | 2016-08-14 | 7 | -0/+1121 |
| | |||||
* | Release v0.5.0v0.5.0 | Wim | 2016-07-27 | 1 | -1/+1 |
| | |||||
* | Fix docker build | Wim | 2016-07-23 | 1 | -1/+1 |
| | |||||
* | Fix crash on invalid teamv0.5.0-beta2 | Wim | 2016-07-22 | 1 | -2/+2 |
| | |||||
* | Update readme | Wim | 2016-07-22 | 1 | -1/+1 |
| | |||||
* | Sync with mattermost 3.2.0 | Wim | 2016-07-22 | 15 | -57/+639 |
| | |||||
* | Fix pointer reuse problem | Wim | 2016-07-22 | 1 | -1/+1 |
| | |||||
* | Actually add sasl.go | Wim | 2016-07-22 | 1 | -0/+54 |
| | |||||
* | Add (PLAIN) SASL support | Wim | 2016-07-21 | 7 | -13/+47 |
| | |||||
* | Do not check bindaddress when not using the server | Wim | 2016-07-17 | 1 | -4/+4 |
| | |||||
* | Add FAQ section | Wim | 2016-07-15 | 1 | -0/+12 |
| | |||||
* | Fix markdown | Wim | 2016-07-12 | 1 | -0/+2 |
| | |||||
* | Release v0.5.0-beta1v0.5.0-beta1 | Wim | 2016-07-12 | 2 | -4/+4 |
| | |||||
* | Add migration info | Wim | 2016-07-12 | 2 | -0/+53 |
| | |||||
* | Update version | Wim | 2016-07-12 | 1 | -1/+1 |
| | |||||
* | Update documentation | Wim | 2016-07-12 | 2 | -37/+79 |
| | |||||
* | Update documentation | Wim | 2016-07-12 | 2 | -76/+91 |
| | |||||
* | Remove token check | Wim | 2016-07-12 | 2 | -4/+2 |
| | |||||
* | Remove Port from IRC config. Specify it with server | Wim | 2016-07-11 | 3 | -5/+5 |
| | |||||
* | Add port to BindAddress | Wim | 2016-07-11 | 3 | -16/+22 |
| | |||||
* | Remove multiple Token config. Use same channel setup as from matterbridge-plus | Wim | 2016-07-11 | 3 | -70/+31 |
| | |||||
* | Remove UseSlackCircumfix. Use RemoteNickFormat | Wim | 2016-07-11 | 2 | -14/+11 |
| | |||||
* | Converge with matterbridge-plus | Wim | 2016-07-11 | 5 | -2/+1141 |
| | |||||
* | Release v0.4.2v0.4.2 | Wim | 2016-06-23 | 2 | -1/+11 |
| | |||||
* | Fix mattermost 3.1.0 API change. Closes #24 | Wim | 2016-06-23 | 1 | -1/+1 |
| | |||||
* | Sync with mattermost 3.1.0 | Wim | 2016-06-23 | 22 | -551/+1232 |
| | |||||
* | Fix sample documentation. Closes #23 | Wim | 2016-06-16 | 2 | -6/+6 |
| | |||||
* | Add Dockerfile | Wim | 2016-05-21 | 1 | -0/+11 |
| | |||||
* | Add support for ignoring messages from specific users. | Wim | 2016-05-21 | 2 | -1/+7 |
| | |||||
* | Commit mattermost vendoringv0.4.1 | Wim | 2016-05-21 | 10 | -0/+521 |
| | |||||
* | Release v0.4v0.4 | Wim | 2016-05-15 | 1 | -1/+1 |
| | |||||
* | Sync with mattermost 3.0 | Wim | 2016-05-15 | 22 | -242/+850 |
| | |||||
* | Mention go1.6 requiremÃent | Wim | 2016-04-25 | 1 | -1/+1 |
| | |||||
* | Sync with mattermost 2.2.0 release | Wim | 2016-04-16 | 20 | -579/+1068 |
| | |||||
* | Vendor libs | Wim | 2016-04-10 | 198 | -0/+34235 |
| | |||||
* | Move common code to matterbridge-plus bridge package | Wim | 2016-03-23 | 2 | -303/+2 |
| | |||||
* | Update documentation and sample config | Wim | 2016-03-22 | 2 | -0/+6 |
| | |||||
* | Add -debug option. Run go fmt. Some cleanups | Wim | 2016-03-22 | 2 | -27/+44 |
| | |||||
* | Merge pull request #16 from fdevibe/nickserv-auth | @42wim | 2016-03-22 | 2 | -13/+26 |
|\ | | | | | Add Freenode style NickServ-based authentication. | ||||
| * | Add Freenode style NickServ-based authentication. | Fredrik de Vibe | 2016-03-21 | 2 | -13/+26 |
|/ | | | | If the server sends a NOTICE requesting identification, identify. | ||||
* | Merge pull request #15 from fdevibe/async-connect | @42wim | 2016-03-21 | 1 | -13/+24 |
|\ | | | | | Handle connects asynchroneously. | ||||
| * | 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. | ||||
* | Merge pull request #14 from fdevibe/enable-users-2 | @42wim | 2016-03-18 | 4 | -23/+94 |
|\ | | | | | Enable !users command and add a table formatter | ||||
| * | 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 | 4 | -29/+29 |
| | | | | | | | | PrefixMessagesWithNick, NickFormatter and NicksPerRow. | ||||
| * | Enable !users command and add a table formatter | Fredrik de Vibe | 2016-03-18 | 4 | -2/+55 |
|/ | | | | | * Listen to wildcarded events, currently handle RPL_NAMREPLY. * Add a formatter to present nick lists from IRC as a table. | ||||
* | Merge pull request #12 from fdevibe/msgprefix | @42wim | 2016-03-18 | 4 | -9/+17 |
|\ | | | | | Add config option to prefix messages (IRC->MM) with nick |