Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move appservice/ to / | Alex Auvolat | 2020-02-26 | 5 | -25/+10 |
| | |||||
* | Refactor, rename query command to talk | Alex Auvolat | 2020-02-26 | 1 | -20/+15 |
| | |||||
* | Safer ident transform | Alex Auvolat | 2020-02-26 | 1 | -4/+11 |
| | |||||
* | Backlog several pages of messages if not initial backlog | Alex Auvolat | 2020-02-26 | 1 | -17/+50 |
| | |||||
* | Parallelize mattermost room loading; mutexes | Alex Auvolat | 2020-02-26 | 3 | -37/+110 |
| | |||||
* | go fmt | Alex Auvolat | 2020-02-23 | 10 | -96/+95 |
| | |||||
* | Restrict to subset of teams | Alex Auvolat | 2020-02-21 | 1 | -18/+41 |
| | |||||
* | Fix fetching room/user pictures | Alex Auvolat | 2020-02-21 | 2 | -10/+10 |
| | |||||
* | Keep in cache the Id of the last seen post for backlogging purposes | Alex Auvolat | 2020-02-21 | 3 | -2/+31 |
| | |||||
* | Basic backlogging | Alex Auvolat | 2020-02-21 | 5 | -5/+51 |
| | |||||
* | Implement on-demand updating of room & user pictures | Alex Auvolat | 2020-02-21 | 4 | -28/+131 |
| | |||||
* | Mattermost media objects in both ways + user/team profile pictures from MM ↵ | Alex Auvolat | 2020-02-21 | 9 | -46/+198 |
| | | | | to Matrix | ||||
* | Files&images Mattermost->Matrix works | Alex Auvolat | 2020-02-21 | 9 | -12/+198 |
| | |||||
* | Easybridge has an avatar | Alex Auvolat | 2020-02-21 | 7 | -11/+196 |
| | |||||
* | Refactor: move all mx* functions to mxlib/client.go | Alex Auvolat | 2020-02-21 | 8 | -317/+328 |
| | |||||
* | Do not set room name for PM room | Alex Auvolat | 2020-02-18 | 4 | -7/+5 |
| | |||||
* | Get display name correctly | Alex Auvolat | 2020-02-18 | 1 | -4/+4 |
| | |||||
* | Don't always rejoin; propagate user nicknames | Alex Auvolat | 2020-02-18 | 1 | -7/+22 |
| | |||||
* | WTH nil is not propagated correctly ? got quantum nil if not doing this | Alex Auvolat | 2020-02-18 | 1 | -1/+4 |
| | |||||
* | Handle mattermost private messages | Alex Auvolat | 2020-02-18 | 2 | -74/+130 |
| | |||||
* | (incomplete) handle title changes from mattermost to matrix | Alex Auvolat | 2020-02-18 | 1 | -0/+15 |
| | |||||
* | Basic mattermost is going on correctly | Alex Auvolat | 2020-02-17 | 4 | -1/+539 |
| | |||||
* | Go fmt | Alex Auvolat | 2020-02-17 | 2 | -2/+2 |
| | |||||
* | Fix query/join with invalid IDs (for IRC) | Alex Auvolat | 2020-02-17 | 2 | -8/+19 |
| | |||||
* | Fix ezbr kicking himself | Alex Auvolat | 2020-02-17 | 1 | -5/+3 |
| | |||||
* | Talking to Easybridge is now possible for some things | Alex Auvolat | 2020-02-17 | 6 | -24/+137 |
| | |||||
* | Send error messages in a system room. (next: error messages the other way ↵ | Alex Auvolat | 2020-02-17 | 3 | -11/+33 |
| | | | | around) | ||||
* | Go fmt | Alex Auvolat | 2020-02-17 | 9 | -143/+141 |
| | |||||
* | Logging | Alex Auvolat | 2020-02-17 | 5 | -48/+101 |
| | |||||
* | Fix XMPP && transmit nicknames from bridges to matrix | Alex Auvolat | 2020-02-17 | 7 | -56/+114 |
| | |||||
* | Correctly update room topics (works on irc) | Alex Auvolat | 2020-02-17 | 7 | -24/+86 |
| | |||||
* | Handle users leaving from rooms | Alex Auvolat | 2020-02-17 | 2 | -10/+39 |
| | |||||
* | Set easybridge display name | Alex Auvolat | 2020-02-17 | 2 | -1/+11 |
| | |||||
* | Logging; fix xmpp a bit | Alex Auvolat | 2020-02-17 | 10 | -23/+73 |
| | |||||
* | Basic bridging going on both ways successfully | Alex Auvolat | 2020-02-16 | 5 | -110/+212 |
| | |||||
* | Work | Alex Auvolat | 2020-02-16 | 5 | -23/+112 |
| | |||||
* | Begin some bridging | Alex Auvolat | 2020-02-16 | 8 | -6/+479 |
| | |||||
* | Some infrastructure | Alex Auvolat | 2020-02-16 | 11 | -98/+516 |
| | |||||
* | Basic XMPP | Alex Auvolat | 2020-02-16 | 7 | -29/+400 |
| | |||||
* | Invitations, closing before configure, etc | Alex Auvolat | 2020-02-16 | 3 | -5/+46 |
| | |||||
* | First commit with working stub of IRC bridge | Alex Auvolat | 2020-02-16 | 8 | -0/+513 |