Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Looks like 2FA works in facebook messenger :o | Alex Auvolat | 2020-10-04 | 1 | -0/+4 |
| | |||||
* | Notify user of stuff going on in backends (not done for FB Messenger) | Alex Auvolat | 2020-05-04 | 1 | -0/+3 |
| | |||||
* | Save client pickle automatically (messenger) | Alex Auvolat | 2020-03-09 | 1 | -0/+3 |
| | |||||
* | Fix revUserId (messenger) and implement search (messenger only for now) | Alex Auvolat | 2020-03-09 | 1 | -0/+8 |
| | |||||
* | Very primitive ability to send fb messages | Alex Auvolat | 2020-03-01 | 1 | -1/+1 |
| | |||||
* | Support for external processes; stub FB messenger bridge | Alex Auvolat | 2020-02-29 | 1 | -14/+18 |
| | |||||
* | Fix Mattermost event deduplication | Alex Auvolat | 2020-02-29 | 1 | -2/+8 |
| | | | | | | | | | | Mattermost assigns its own IDs to messages, thus when sending a message to Mattermost the event_seen key that has to be written must take into account that ID and not the one that we put in the event (which was the Matrix event ID) Note that for XMPP anything can be used as an ID, so using the Matrix event ID there worked, but it's actually not so good. | ||||
* | go fmt | Alex Auvolat | 2020-02-23 | 1 | -4/+4 |
| | |||||
* | Keep in cache the Id of the last seen post for backlogging purposes | Alex Auvolat | 2020-02-21 | 1 | -0/+7 |
| | |||||
* | Basic backlogging | Alex Auvolat | 2020-02-21 | 1 | -0/+11 |
| | |||||
* | Mattermost media objects in both ways + user/team profile pictures from MM ↵ | Alex Auvolat | 2020-02-21 | 1 | -1/+1 |
| | | | | to Matrix | ||||
* | Files&images Mattermost->Matrix works | Alex Auvolat | 2020-02-21 | 1 | -1/+9 |
| | |||||
* | Easybridge has an avatar | Alex Auvolat | 2020-02-21 | 1 | -7/+12 |
| | |||||
* | Talking to Easybridge is now possible for some things | Alex Auvolat | 2020-02-17 | 1 | -0/+1 |
| | |||||
* | Go fmt | Alex Auvolat | 2020-02-17 | 1 | -5/+6 |
| | |||||
* | Fix XMPP && transmit nicknames from bridges to matrix | Alex Auvolat | 2020-02-17 | 1 | -2/+1 |
| | |||||
* | Correctly update room topics (works on irc) | Alex Auvolat | 2020-02-17 | 1 | -2/+2 |
| | |||||
* | Basic XMPP | Alex Auvolat | 2020-02-16 | 1 | -1/+1 |
| | |||||
* | Invitations, closing before configure, etc | Alex Auvolat | 2020-02-16 | 1 | -0/+3 |
| | |||||
* | First commit with working stub of IRC bridge | Alex Auvolat | 2020-02-16 | 1 | -0/+134 |