summary refs log tree commit diff
path: root/src/MatrixClient.cc (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-07-15Remove the v2 namespace from the http clientKonstantinos Sideris1-6/+3
2018-07-15User reverse iterator instead of while loopKonstantinos Sideris1-7/+3
2018-07-15Add the -v / --version option, which displays the version string of the ↵Konstantinos Sideris1-1/+6
application.
2018-07-15Update issue templateKonstantinos Sideris1-4/+13
2018-07-15Bump version to 0.5.0Konstantinos Sideris4-11/+11
2018-07-14Fix Windows buildKonstantinos Sideris4-121/+114
2018-07-14Remove the FindOlm.cmake script for the Windows buildKonstantinos Sideris1-0/+1
2018-07-14Re-enable groupsKonstantinos Sideris14-159/+142
2018-07-12Properly display the bottom border on the TopRoomBarKonstantinos Si