Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | IRC autorejoin on reconnect | Alex Auvolat | 2020-05-04 | 1 | -0/+12 |
| | |||||
* | Add password authentication to IRC | Alex Auvolat | 2020-05-04 | 2 | -4/+32 |
| | |||||
* | Notify user of stuff going on in backends (not done for FB Messenger) | Alex Auvolat | 2020-05-04 | 1 | -3/+2 |
| | |||||
* | Fix revUserId (messenger) and implement search (messenger only for now) | Alex Auvolat | 2020-03-09 | 1 | -0/+5 |
| | |||||
* | Load member lists and avatar (low res) from facebook | Alex Auvolat | 2020-02-29 | 1 | -1/+1 |
| | |||||
* | Support for external processes; stub FB messenger bridge | Alex Auvolat | 2020-02-29 | 1 | -1/+1 |
| | |||||
* | Fix Mattermost event deduplication | Alex Auvolat | 2020-02-29 | 1 | -8/+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. | ||||
* | Rename DbCache to DbKv | Alex Auvolat | 2020-02-28 | 2 | -2/+4 |
| | |||||
* | Refactor connector creation logic | Alex Auvolat | 2020-02-28 | 1 | -22/+25 |
| | |||||
* | Fix maintenance of connected status | Alex Auvolat | 2020-02-26 | 1 | -0/+1 |
| | |||||
* | Initial ability to configure accounts from web interface | Alex Auvolat | 2020-02-26 | 2 | -1/+55 |
| | |||||
* | Mattermost media objects in both ways + user/team profile pictures from MM ↵ | Alex Auvolat | 2020-02-21 | 1 | -3/+11 |
| | | | | to Matrix | ||||
* | Fix query/join with invalid IDs (for IRC) | Alex Auvolat | 2020-02-17 | 1 | -7/+13 |
| | |||||
* | Talking to Easybridge is now possible for some things | Alex Auvolat | 2020-02-17 | 1 | -2/+6 |
| | |||||
* | Go fmt | Alex Auvolat | 2020-02-17 | 1 | -19/+19 |
| | |||||
* | Logging | Alex Auvolat | 2020-02-17 | 1 | -3/+3 |
| | |||||
* | Fix XMPP && transmit nicknames from bridges to matrix | Alex Auvolat | 2020-02-17 | 1 | -2/+10 |
| | |||||
* | Correctly update room topics (works on irc) | Alex Auvolat | 2020-02-17 | 1 | -5/+16 |
| | |||||
* | Logging; fix xmpp a bit | Alex Auvolat | 2020-02-17 | 1 | -2/+2 |
| | |||||
* | Basic bridging going on both ways successfully | Alex Auvolat | 2020-02-16 | 1 | -0/+5 |
| | |||||
* | Begin some bridging | Alex Auvolat | 2020-02-16 | 1 | -2/+2 |
| | |||||
* | Some infrastructure | Alex Auvolat | 2020-02-16 | 1 | -2/+2 |
| | |||||
* | Basic XMPP | Alex Auvolat | 2020-02-16 | 1 | -15/+28 |
| | |||||
* | Invitations, closing before configure, etc | Alex Auvolat | 2020-02-16 | 1 | -3/+41 |
| | |||||
* | First commit with working stub of IRC bridge | Alex Auvolat | 2020-02-16 | 1 | -0/+255 |