aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Account deletionAlex Auvolat2020-02-263-1/+40
|
* Fix maintenance of connected statusAlex Auvolat2020-02-263-3/+5
|
* Initial ability to configure accounts from web interfaceAlex Auvolat2020-02-2611-39/+422
|
* RefactorAlex Auvolat2020-02-264-92/+101
|
* Implement account configuration save/load from dbAlex Auvolat2020-02-266-18/+141
|
* Stub web interfaceAlex Auvolat2020-02-2610-1/+308
|
* Try to fix stuffAlex Auvolat2020-02-263-3/+9
|
* Handle event IDs on xmpp; do not echo back messagesAlex Auvolat2020-02-264-1/+14
|
* Whoops & refactorAlex Auvolat2020-02-262-15/+13
|
* Room autorejoinAlex Auvolat2020-02-265-31/+87
|
* Move appservice/ to /Alex Auvolat2020-02-265-25/+10
|
* Refactor, rename query command to talkAlex Auvolat2020-02-261-20/+15
|
* Safer ident transformAlex Auvolat2020-02-261-4/+11
|
* Backlog several pages of messages if not initial backlogAlex Auvolat2020-02-261-17/+50
|
* Parallelize mattermost room loading; mutexesAlex Auvolat2020-02-263-37/+110
|
* go fmtAlex Auvolat2020-02-2310-96/+95
|
* Restrict to subset of teamsAlex Auvolat2020-02-211-18/+41
|
* Fix fetching room/user picturesAlex Auvolat2020-02-212-10/+10
|
* Keep in cache the Id of the last seen post for backlogging purposesAlex Auvolat2020-02-213-2/+31
|
* Basic backloggingAlex Auvolat2020-02-215-5/+51
|
* Implement on-demand updating of room & user picturesAlex Auvolat2020-02-214-28/+131
|
* Mattermost media objects in both ways + user/team profile pictures from MM ↵Alex Auvolat2020-02-219-46/+198
| | | | to Matrix
* Files&images Mattermost->Matrix worksAlex Auvolat2020-02-219-12/+198
|
* Easybridge has an avatarAlex Auvolat2020-02-217-11/+196
|
* Refactor: move all mx* functions to mxlib/client.goAlex Auvolat2020-02-218-317/+328
|
* Do not set room name for PM roomAlex Auvolat2020-02-184-7/+5
|
* 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-182-74/+130
|
* (incomplete) handle title changes from mattermost to matrixAlex Auvolat2020-02-181-0/+15
|
* Basic mattermost is going on correctlyAlex Auvolat2020-02-174-1/+539
|
* Go fmtAlex Auvolat2020-02-172-2/+2
|
* Fix query/join with invalid IDs (for IRC)Alex Auvolat2020-02-172-8/+19
|
* Fix ezbr kicking himselfAlex Auvolat2020-02-171-5/+3
|
* Talking to Easybridge is now possible for some thingsAlex Auvolat2020-02-176-24/+137
|
* Send error messages in a system room. (next: error messages the other way ↵Alex Auvolat2020-02-173-11/+33
| | | | around)
* Go fmtAlex Auvolat2020-02-179-143/+141
|
* LoggingAlex Auvolat2020-02-175-48/+101
|
* Fix XMPP && transmit nicknames from bridges to matrixAlex Auvolat2020-02-177-56/+114
|
* Correctly update room topics (works on irc)Alex Auvolat2020-02-177-24/+86
|
* Handle users leaving from roomsAlex Auvolat2020-02-172-10/+39
|
* Set easybridge display nameAlex Auvolat2020-02-172-1/+11
|
* Logging; fix xmpp a bitAlex Auvolat2020-02-1710-23/+73
|
* Basic bridging going on both ways successfullyAlex Auvolat2020-02-165-110/+212
|
* WorkAlex Auvolat2020-02-165-23/+112
|
* Begin some bridgingAlex Auvolat2020-02-168-6/+479
|
* Some infrastructureAlex Auvolat2020-02-1611-98/+516
|
* Basic XMPPAlex Auvolat2020-02-167-29/+400
|
* Invitations, closing before configure, etcAlex Auvolat2020-02-163-5/+46
|