summary refs log tree commit diff
path: root/src/MatrixClient.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Initial implementation for local echoKonstantinos Sideris2017-04-131-2/+4
| | | | | | | | | | | | | Each HistoryView maintains a list of pending events. Each pending message is validated from the homeserver with either the returned EventId or the body of the message. Currently there is no support to remove invalid messages. Also some small refactoring: - ChatPage doesn't know about the message being sent. The message delivery is solely handled by HistoryViewManager. - Nick coloring function moved to HistoryViewManager.
* Use only a MatrixClient as a shared pointerKonstantinos Sideris2017-04-111-1/+90
|
* Make the timer single shotKonstantinos Sideris2017-04-111-1/+1
|
* Remove exception specificationsKonstantinos Sideris2017-04-091-9/+9
|
* Add logout buttonKonstantinos Sideris2017-04-091-0/+43
| | | | Logout from the current session and invalidate the current token
* Implement initial registration stageKonstantinos Sideris2017-04-081-11/+57
|
* Use const refs for the deserialized dataKonstantinos Sideris2017-04-061-5/+1
|
* Initial commitKonstantinos Sideris2017-04-061-0/+365