aboutsummaryrefslogtreecommitdiff
path: root/connector
Commit message (Collapse)AuthorAgeFilesLines
* Add timestamps to backlogged messagesAlex Auvolat2020-03-011-1/+1
|
* Read backlog; handle messages in the correct orderAlex Auvolat2020-03-011-1/+16
|
* Very primitive ability to send fb messagesAlex Auvolat2020-03-012-4/+5
|
* Load member lists and avatar (low res) from facebookAlex Auvolat2020-02-296-74/+96
|
* Support for external processes; stub FB messenger bridgeAlex Auvolat2020-02-297-23/+563
|
* Fix Mattermost event deduplicationAlex Auvolat2020-02-294-30/+37
| | | | | | | | | | 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 DbKvAlex Auvolat2020-02-286-6/+12
|
* Refactor connector creation logicAlex Auvolat2020-02-284-95/+109
|
* XMPP loggingAlex Auvolat2020-02-272-11/+10
|
* Logging done betterAlex Auvolat2020-02-271-6/+3
|
* Fix maintenance of connected statusAlex Auvolat2020-02-262-0/+2
|
* Initial ability to configure accounts from web interfaceAlex Auvolat2020-02-267-12/+174
|
* Try to fix stuffAlex Auvolat2020-02-261-1/+5
|
* Handle event IDs on xmpp; do not echo back messagesAlex Auvolat2020-02-261-1/+7
|
* Whoops & refactorAlex Auvolat2020-02-261-1/+1
|
* Room autorejoinAlex Auvolat2020-02-261-1/+2
|
* Backlog several pages of messages if not initial backlogAlex Auvolat2020-02-261-17/+50
|
* Parallelize mattermost room loading; mutexesAlex Auvolat2020-02-261-36/+78
|
* go fmtAlex Auvolat2020-02-234-60/+59
|
* Restrict to subset of teamsAlex Auvolat2020-02-211-18/+41
|
* Fix fetching room/user picturesAlex Auvolat2020-02-211-5/+5
|
* Keep in cache the Id of the last seen post for backlogging purposesAlex Auvolat2020-02-212-2/+17
|
* Basic backloggingAlex Auvolat2020-02-212-4/+38
|
* Implement on-demand updating of room & user picturesAlex Auvolat2020-02-212-22/+80
|
* Mattermost media objects in both ways + user/team profile pictures from MM ↵Alex Auvolat2020-02-215-36/+142
| | | | to Matrix
* Files&images Mattermost->Matrix worksAlex Auvolat2020-02-213-1/+118
|
* Easybridge has an avatarAlex Auvolat2020-02-212-7/+62
|
* Get display name correctlyAlex Auvolat2020-02-181-4/+4
|
* Don't always rejoin; propagate user nicknamesAlex Auvolat2020-02-181-7/+22
|
* WTH nil is not propagated correctly ? got quantum nil if not doing thisAlex Auvolat2020-02-181-1/+4
|
* Handle mattermost private messagesAlex Auvolat2020-02-181-68/+122
|
* (incomplete) handle title changes from mattermost to matrixAlex Auvolat2020-02-181-0/+15
|
* Basic mattermost is going on correctlyAlex Auvolat2020-02-171-0/+299
|
* Fix query/join with invalid IDs (for IRC)Alex Auvolat2020-02-171-7/+13
|
* Talking to Easybridge is now possible for some thingsAlex Auvolat2020-02-173-2/+12
|
* Go fmtAlex Auvolat2020-02-172-24/+25
|
* LoggingAlex Auvolat2020-02-172-10/+12
|
* Fix XMPP && transmit nicknames from bridges to matrixAlex Auvolat2020-02-173-51/+74
|
* Correctly update room topics (works on irc)Alex Auvolat2020-02-173-12/+29
|
* Logging; fix xmpp a bitAlex Auvolat2020-02-172-5/+38
|
* Basic bridging going on both ways successfullyAlex Auvolat2020-02-161-0/+5
|
* Begin some bridgingAlex Auvolat2020-02-161-2/+2
|
* Some infrastructureAlex Auvolat2020-02-161-2/+2
|
* Basic XMPPAlex Auvolat2020-02-164-21/+332
|
* Invitations, closing before configure, etcAlex Auvolat2020-02-162-3/+44
|
* First commit with working stub of IRC bridgeAlex Auvolat2020-02-163-0/+410