summaryrefslogtreecommitdiffstats
path: root/bridge/matrix/helpers.go
Commit message (Collapse)AuthorAgeFilesLines
* Add Matrix username spoofing (#1875)Lucki2022-09-061-1/+1
| | | | | * Matrix username spoofing * Add config sample
* Remove go replace by fork (matrix) (#1771)Wim2022-03-201-1/+1
|
* Implement ratelimiting (matrix). Fixes #1238 (#1326)Wim2020-12-061-0/+32
|
* Show mxids in case of clashing usernames (matrix) (#1309)Simon THOBY2020-11-251-6/+23
| | | Fixes #1302.
* Send the display name instead of the user name (matrix) (#1282)Simon THOBY2020-11-221-0/+166
* matrix: send the display name (the nickname in matrix parlance) instead of the user name There is also the option UseUserName (already in use by the discord bridge) to turn back to the old behavior. * matrix: update displayNames on join events * matrix: introduce a helper.go file to keep matrix.go size reasonable