aboutsummaryrefslogtreecommitdiff
path: root/db.go
Commit message (Expand)AuthorAgeFilesLines
* Allow _ezbr_ to be put in suffix of usernames/room aliases instead of prefixAlex Auvolat2020-02-291-10/+13
* Fix Mattermost event deduplicationAlex Auvolat2020-02-291-3/+9
* Actually gorm:"type:text" was uselessAlex Auvolat2020-02-281-21/+21
* Fix db models to use text instead of varchar; remove unused columns & fix ind...Alex Auvolat2020-02-281-33/+31
* Handle matrix left events correctly (hopefully)Alex Auvolat2020-02-281-13/+23
* Add LRU cache for some DB operationsAlex Auvolat2020-02-281-27/+82
* Rename DbCache to DbKvAlex Auvolat2020-02-281-11/+11
* Logging done betterAlex Auvolat2020-02-271-5/+5
* Implement account configuration save/load from dbAlex Auvolat2020-02-261-1/+13
* Room autorejoinAlex Auvolat2020-02-261-0/+16
* Move appservice/ to /Alex Auvolat2020-02-261-0/+266