| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix possible panics. (from @recht matterircd fork) | Wim | 2017-07-01 | 1 | -9/+24 |
* | Don't logout if logging in through token. (from @recht matterircd fork) | Wim | 2017-07-01 | 1 | -0/+4 |
* | Reestablish the socket when websocket is disconnected. (from @recht matterirc... | Wim | 2017-07-01 | 1 | -6/+20 |
* | Add UserID to each message. Closes #200 | Wim | 2017-06-18 | 1 | -0/+2 |
* | Remove debug | Wim | 2017-06-15 | 1 | -2/+0 |
* | Add 3.10.0 support (mattermost) | Wim | 2017-06-15 | 1 | -5/+11 |
* | Use cache for teamid | Wim | 2017-06-12 | 1 | -2/+14 |
* | Fix panic (mattermost). Closes #186 | Wim | 2017-06-05 | 1 | -1/+9 |
* | Add 3.9.0 support (mattermost) | Wim | 2017-05-09 | 1 | -1/+2 |
* | Add support for HTTP{S}_PROXY env variables (#162) | ryarnyah | 2017-05-08 | 1 | -1/+1 |
* | Fix crash on reconnects when server is down. Closes #163 | Wim | 2017-05-08 | 1 | -6/+17 |
* | Add support for edited messages (mattermost) | Wim | 2017-04-15 | 1 | -2/+12 |
* | Add 3.8.0 support (mattermost) | Wim | 2017-04-09 | 1 | -15/+58 |
* | Reconnect on session removal (mattermost) | Wim | 2017-04-07 | 1 | -0/+2 |
* | Add support for showing/hiding join/leave messages from mattermost. Closes #147 | Wim | 2017-04-07 | 1 | -0/+2 |
* | Use API_URL_SUFFIX_V3 (mattermost) | Wim | 2017-03-25 | 1 | -2/+2 |
* | Set http timeout to 10 seconds | Wim | 2017-02-17 | 1 | -0/+1 |
* | Add more error checking | Wim | 2017-02-03 | 1 | -1/+6 |
* | Add GetStatuses() | Wim | 2017-01-17 | 1 | -0/+21 |
* | Handle errors in initUser() | Wim | 2017-01-06 | 1 | -3/+12 |
* | Check errors only on first connect. Keep retrying after first connection succ... | Wim | 2016-12-08 | 1 | -5/+6 |
* | Support mattermost setup with up to 50k users | Wim | 2016-11-23 | 1 | -2/+2 |
* | Fix GetLastViewedAt | Wim | 2016-11-13 | 1 | -10/+8 |
* | Sync with mattermost 3.5.0 | Wim | 2016-11-12 | 1 | -22/+26 |
* | Reconnect on connection timed out (mattermost). Fixes #71 | Wim | 2016-11-04 | 1 | -1/+3 |
* | Reconnect on connection reset by peer (mattermost). Fixes #69 | Wim | 2016-11-02 | 1 | -1/+2 |
* | Drop messages not from our mattermost team. Fixes #49 | Wim | 2016-10-23 | 1 | -0/+4 |
* | Cleanup mattermost bridge debug/info messages | Wim | 2016-09-19 | 1 | -2/+1 |
* | Fix mattermost API change for UpdateLastViewedAt | Wim | 2016-09-17 | 1 | -1/+1 |
* | Fix spinning for loop | Wim | 2016-09-05 | 1 | -4/+5 |
* | Get correct teamname for non-joined channels. Closes 42wim/matterircd#65 | Wim | 2016-09-01 | 1 | -0/+1 |
* | Fix crash on exit | Wim | 2016-08-19 | 1 | -5/+6 |
* | Make sure login works after logout | Wim | 2016-08-15 | 1 | -0/+1 |
* | Update code to mattermost 3.3.0 API changes | Wim | 2016-08-15 | 1 | -37/+74 |
* | Fix nil pointers | Wim | 2016-08-14 | 1 | -3/+12 |
* | Add StatusLoop(), keeps connection alive | Wim | 2016-08-14 | 1 | -0/+24 |
* | Fix crash on invalid teamv0.5.0-beta2 | Wim | 2016-07-22 | 1 | -2/+2 |
* | Fix pointer reuse problem | Wim | 2016-07-22 | 1 | -1/+1 |
* | Converge with matterbridge-plus | Wim | 2016-07-11 | 1 | -0/+570 |