aboutsummaryrefslogtreecommitdiff
path: root/main.go
Commit message (Expand)AuthorAgeFilesLines
* Now receiving messages from messenger as well (rudimentary)Alex Auvolat2020-03-011-4/+16
* Allow _ezbr_ to be put in suffix of usernames/room aliases instead of prefixAlex Auvolat2020-02-291-10/+16
* Put Easybridge avatar in Docker containerAlex Auvolat2020-02-281-1/+7
* Error channels; notify users of restartAlex Auvolat2020-02-281-6/+6
* Add easybridge account config widget in system roomsAlex Auvolat2020-02-281-0/+1
* Store the user's key in the session store so that login/unlock is automatic i...Alex Auvolat2020-02-281-0/+5
* Remove accounts from config file; add log levelAlex Auvolat2020-02-271-27/+15
* RefactorAlex Auvolat2020-02-261-32/+2
* Implement account configuration save/load from dbAlex Auvolat2020-02-261-12/+18
* Stub web interfaceAlex Auvolat2020-02-261-0/+4
* Room autorejoinAlex Auvolat2020-02-261-19/+3
* Move appservice/ to /Alex Auvolat2020-02-261-13/+4
* go fmtAlex Auvolat2020-02-231-2/+2
* Basic backloggingAlex Auvolat2020-02-211-0/+1
* Easybridge has an avatarAlex Auvolat2020-02-211-4/+4
* Basic mattermost is going on correctlyAlex Auvolat2020-02-171-0/+3
* Go fmtAlex Auvolat2020-02-171-31/+31
* Fix XMPP && transmit nicknames from bridges to matrixAlex Auvolat2020-02-171-0/+2
* Set easybridge display nameAlex Auvolat2020-02-171-1/+1
* Logging; fix xmpp a bitAlex Auvolat2020-02-171-4/+7
* Basic bridging going on both ways successfullyAlex Auvolat2020-02-161-0/+2
* Begin some bridgingAlex Auvolat2020-02-161-1/+4
* Some infrastructureAlex Auvolat2020-02-161-96/+165
* Basic XMPPAlex Auvolat2020-02-161-7/+59
* Invitations, closing before configure, etcAlex Auvolat2020-02-161-2/+2
* First commit with working stub of IRC bridgeAlex Auvolat2020-02-161-0/+93