Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move all files under src/ | Konstantinos Sideris | 2018-07-17 | 1 | -38/+0 |
| | |||||
* | Remove the v2 namespace from the http client | Konstantinos Sideris | 2018-07-15 | 1 | -6/+3 |
| | |||||
* | Re-enable groups | Konstantinos Sideris | 2018-07-14 | 1 | -0/+3 |
| | |||||
* | Add support for displaying decrypted messages | Konstantinos Sideris | 2018-06-10 | 1 | -1/+7 |
| | |||||
* | Migrate to mtxclient for the http calls | Konstantinos Sideris | 2018-06-09 | 1 | -1355/+16 |
| | |||||
* | Include mtxclient in the build | Konstantinos Sideris | 2018-06-04 | 1 | -0/+3 |
| | |||||
* | Use the correct avatar size for HiDPI displays | Konstantinos Sideris | 2018-05-11 | 1 | -3/+3 |
| | |||||
* | Make explicit that MatrixClient & Cache are unique pointers | Konstantinos Sideris | 2018-05-11 | 1 | -4/+4 |
| | |||||
* | Replace shared pointers of MatrixClient with a single instance | Konstantinos Sideris | 2018-05-08 | 1 | -3/+21 |
| | |||||
* | Add support for retrieving the notification events (#33) | Konstantinos Sideris | 2018-05-05 | 1 | -0/+38 |
| | |||||
* | Move access token to header | Konstantinos Sideris | 2018-05-02 | 1 | -69/+19 |
| | |||||
* | Handle invalid access token | Konstantinos Sideris | 2018-05-02 | 1 | -4/+15 |
| | |||||
* | Remove old/unused code | Konstantinos Sideris | 2018-04-28 | 1 | -9/+8 |
| | |||||
* | Implement media cache | Konstantinos Sideris | 2018-04-21 | 1 | -0/+3 |
| | |||||
* | Cache refactoring | Konstantinos Sideris | 2018-04-21 | 1 | -13/+11 |
| | |||||
* | Add environment variable to allow insecure connections (self-signed certs) | Konstantinos Sideris | 2018-03-27 | 1 | -1/+17 |
| | | | | | | NHEKO_ALLOW_INSECURE_CONNECTIONS=1 ./nheko fixes #260 | ||||
* | Fix CI errors | Konstantinos Sideris | 2018-03-25 | 1 | -7/+7 |
| | |||||
* | Show avatars in the completion popup | Konstantinos Sideris | 2018-03-25 | 1 | -16/+24 |
| | |||||
* | Update matrix-structs library | Konstantinos Sideris | 2018-03-18 | 1 | -2/+2 |
| | |||||
* | Add ability to redact messages | Konstantinos Sideris | 2018-03-17 | 1 | -0/+44 |
| | |||||
* | Implement user registration with reCAPTCHA | Konstantinos Sideris | 2018-03-12 | 1 | -25/+42 |
| | | | | fixes #264 | ||||
* | Remove unused variables | Konstantinos Sideris | 2018-03-10 | 1 | -2/+2 |
| | |||||
* | Crete a proxy for media to uniquely match signal to the caller | Konstantinos Sideris | 2018-03-07 | 1 | -8/+14 |
| | |||||
* | Retry initial sync only on specific errors | Konstantinos Sideris | 2018-03-04 | 1 | -1/+1 |
| | | | | | fixes #233 fixes #89 | ||||
* | Handle empty matrix ID (regression from 9de1ec1) | Konstantinos Sideris | 2018-03-01 | 1 | -5/+5 |
| | | | | fixes #259 | ||||
* | Propagate errors during /login & /versions | Konstantinos Sideris | 2018-02-28 | 1 | -0/+10 |
| | |||||
* | Add some missing references | Konstantinos Sideris | 2018-02-28 | 1 | -1/+0 |
| | |||||
* | Replace login request with the one from matrix-structs | Konstantinos Sideris | 2018-02-23 | 1 | -3/+16 |
| | |||||
* | Be explicit about the captured parameters in lambdas | Konstantinos Sideris | 2018-02-20 | 1 | -1/+1 |
| | |||||
* | Minor adjustments | Konstantinos Sideris | 2018-02-19 | 1 | -1/+1 |
| | |||||
* | Notify the user on upload failures | Konstantinos Sideris | 2018-02-19 | 1 | -5/+7 |
| | |||||
* | Support audio, video, generic file for pasting (#220) | christarazi | 2018-02-18 | 1 | -88/+95 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Refactor widget items to use same interface * Support audio, video, generic file for pasting * Add utils function for human readable file sizes * Set correct MIME type for media messages This change also determines the size of the upload once from the ContentLengthHeader, rather than seeking the QIODevice and asking for its size. This prevents any future trouble in case the QIODevice is sequential (cannot be seeked). The MIME type is also determined at upload once, rather than using the QIODevice and the underlying data inside. * Allow for file urls to be used as fall-back This fixes an issue on macOS which uses `text/uri-list` for copying files to the clipboard. fixes #228 | ||||
* | Implement server-side notification count | Konstantinos Sideris | 2018-02-15 | 1 | -3/+3 |
| | |||||
* | Add a timeout timer for initial sync (#223, #222) | Konstantinos Sideris | 2018-02-08 | 1 | -3/+5 |
| | | | | Show a better message on the login screen after an initial sync failure. | ||||
* | Fix ci | Konstantinos Sideris | 2018-01-22 | 1 | -3/+1 |
| | |||||
* | Remove Accept-Encoding header | Konstantinos Sideris | 2018-01-22 | 1 | -64/+0 |
| | |||||
* | Refactor avatar fetching in one function | Konstantinos Sideris | 2018-01-21 | 1 | -54/+8 |
| | |||||
* | Fix iterator crash | Konstantinos Sideris | 2018-01-21 | 1 | -5/+4 |
| | |||||
* | Use the Accept-Content header to enable response compression | Konstantinos Sideris | 2018-01-21 | 1 | -2/+72 |
| | | | | | fixes #86 fixes #89 | ||||
* | Keep syncing regardless of connectivity (#93) | Konstantinos Sideris | 2018-01-13 | 1 | -1/+1 |
| | |||||
* | Upload filter automatically and use filter_id (#201) | krombel | 2018-01-13 | 1 | -0/+56 |
| | | | | | | | | | | | When a custom filter is inserted into nheko.conf or there was no filter defined yet the default filter gets automatically uploaded. After a successful upload the server-side generated filter-id is used. This is done async as it is just an enhancement and it is not required to upload the filter before the first request. | ||||
* | Lint | Konstantinos Sideris | 2018-01-11 | 1 | -15/+21 |
| | | | | [ci skip] | ||||
* | Filter out content in sync that is currently unhandled (#198) | krombel | 2018-01-11 | 1 | -9/+29 |
| | | | | | | | | | | | | | | | I had a look at sync.cpp and checked which parts of the sync response are currently handled and which not. As I think it is unnecessary to let the unhandled data be transmitted without being handled I added these filters. In the same term I increased the timeout server-side to 30s as Riot defaults to this value as well. Especially now when a lots of presence-updates are not send anymore this value is more relevant. It is now also possible to use a filter that is defined in`client/sync_filter`. Advanced users might want to set an own filter here. [ci skip] | ||||
* | Remove Connection header | Konstantinos Sideris | 2018-01-10 | 1 | -2/+0 |
| | |||||
* | Add support for pasting images into a room (#180) | christarazi | 2018-01-10 | 1 | -20/+24 |
| | | | fixes #132 | ||||
* | Communities (#195) | Max Sandholm | 2018-01-09 | 1 | -1/+147 |
| | |||||
* | Cache room avatars (#139) | Konstantinos Sideris | 2017-12-22 | 1 | -2/+2 |
| | | | | fixes #107 | ||||
* | Improve logging on event parsing failure | Konstantinos Sideris | 2017-12-16 | 1 | -1/+1 |
| | |||||
* | Add dialog to create rooms | Konstantinos Sideris | 2017-12-11 | 1 | -0/+43 |
| | | | | fixes #25 | ||||
* | Add menu to invite users | Konstantinos Sideris | 2017-12-10 | 1 | -0/+30 |
| | |||||
* | Catch deserialization exceptions on initial /sync | Konstantinos Sideris | 2017-12-06 | 1 | -1/+1 |
| | |||||
* | Prevent queue from getting blocked (#142) | Konstantinos Sideris | 2017-12-06 | 1 | -1/+0 |
| | | | | | Try sending a message when all the sent messages have been received through /sync. | ||||
* | Fix travis errors | Konstantinos Sideris | 2017-12-04 | 1 | -1/+1 |
| | |||||
* | Migrate to matrix-structs for event and response parsing | Konstantinos Sideris | 2017-12-04 | 1 | -41/+15 |
| | |||||
* | Use std::exception for the login response | Konstantinos Sideris | 2017-12-03 | 1 | -1/+1 |
| | |||||
* | Initial integration with matrix-structs | Konstantinos Sideris | 2017-12-03 | 1 | -30/+18 |
| | |||||
* | Allow audio clip uploads | Konstantinos Sideris | 2017-12-01 | 1 | -36/+79 |
| | |||||
* | Implement file uploads | Konstantinos Sideris | 2017-11-29 | 1 | -0/+60 |
| | | | | fixes #24 | ||||
* | Add read support for m.file messages (#24) | Konstantinos Sideris | 2017-11-28 | 1 | -0/+26 |
| | |||||
* | Send read receipts | Konstantinos Sideris | 2017-11-24 | 1 | -0/+28 |
| | | | | | | | | Automatically dismiss unread notifications when the window regains focus. fixes #111 fixes #68 | ||||
* | Implement a per-room send queue. (#118) | Jani Mustonen | 2017-11-15 | 1 | -5/+8 |
| | | | [ci skip] | ||||
* | Use C++11 braced list style (#121) | Benjamin Saunders | 2017-11-05 | 1 | -12/+12 |
| | |||||
* | Implemented sending of typing notifications (#105) | Thomas Herzog | 2017-10-31 | 1 | -0/+50 |
| | |||||
* | Add missing headers | Konstantinos Sideris | 2017-10-28 | 1 | -1/+0 |
| | |||||
* | Clean up headers | Konstantinos Sideris | 2017-10-28 | 1 | -0/+3 |
| | |||||
* | Use callbacks on MatrixClient | Konstantinos Sideris | 2017-10-22 | 1 | -545/+409 |
| | |||||
* | Remove cache updates from the main thread | Konstantinos Sideris | 2017-10-21 | 1 | -3/+3 |
| | |||||
* | Retry initial sync (#19) | Konstantinos Sideris | 2017-10-20 | 1 | -1/+1 |
| | |||||
* | Add /join command support | Konstantinos Sideris | 2017-10-08 | 1 | -4/+14 |
| | |||||
* | Drop the loading screen if consensus can't be achieved | Konstantinos Sideris | 2017-10-08 | 1 | -1/+1 |
| | |||||
* | Resume sync when connectivity is established | Konstantinos Sideris | 2017-10-05 | 1 | -0/+7 |
| | |||||
* | Use string timeout parameter | Konstantinos Sideris | 2017-10-05 | 1 | -1/+3 |
| | |||||
* | Remove full_state from initial sync | Konstantinos Sideris | 2017-10-04 | 1 | -17/+7 |
| | |||||
* | Receive typing notifications (#88) | Konstantinos Sideris | 2017-10-04 | 1 | -2/+3 |
| | |||||
* | React to externally left and joined rooms, and add "leave room" button in ↵ | Max Sandholm | 2017-10-01 | 1 | -1/+77 |
| | | | | | | | | | | room menu (#75) * Initial "join room" feature. * React correctly to remotely joined rooms. * Leaving rooms implemented both locally using the room menu in nheko, and reacting properly when leaving a room remotely from another client. | ||||
* | Remove extra clang-format options | Konstantinos Sideris | 2017-10-01 | 1 | -6/+6 |
| | |||||
* | Implement image uploads (#24) | Konstantinos Sideris | 2017-09-10 | 1 | -19/+90 |
| | |||||
* | Allow port number as part of the hostname | Konstantinos Sideris | 2017-09-04 | 1 | -1/+7 |
| | | | | closes #21 | ||||
* | Add write support for m.emote events | Konstantinos Sideris | 2017-09-03 | 1 | -444/+468 |
| | | | | closes #41 | ||||
* | Small style change | Konstantinos Sideris | 2017-08-20 | 1 | -42/+65 |
| | |||||
* | Improve login flow (#35) | jansol | 2017-07-08 | 1 | -2/+25 |
| | | | | | * Validate both inferred and explicitly entered server addresses by attempting to call the /versions endpoint * If the domain from the mxid fails validation, try prefixing it with 'matrix' * Only show server address field if address validation ultimately fails | ||||
* | Lazy load initial timeline events | Konstantinos Sideris | 2017-06-05 | 1 | -2/+3 |
| | |||||
* | Experimental support for user avatars in timeline | Konstantinos Sideris | 2017-06-05 | 1 | -0/+52 |
| | |||||
* | Set up translations | Konstantinos Sideris | 2017-05-29 | 1 | -4/+4 |
| | |||||
* | Fetch avatar thumbnail instead of the original image | Konstantinos Sideris | 2017-05-27 | 1 | -6/+20 |
| | | | | closes #31 | ||||
* | Initial support for backwards pagination | Konstantinos Sideris | 2017-05-12 | 1 | -0/+47 |
| | |||||
* | Save the user defined domain instead of the one provided by login response | Konstantinos Sideris | 2017-05-09 | 1 | -5/+3 |
| | |||||
* | Initial support for display names | Konstantinos Sideris | 2017-05-08 | 1 | -4/+3 |
| | |||||
* | Add sync timeout | Konstantinos Sideris | 2017-05-08 | 1 | -0/+1 |
| | |||||
* | Use strongly typed enums | Konstantinos Sideris | 2017-05-08 | 1 | -12/+12 |
| | |||||
* | Use timeline to retrieve state events | Konstantinos Sideris | 2017-05-07 | 1 | -1/+3 |
| | | | | | - Rooms without any history will be shown. - Room's state will be kept in sync and any updates will be visible. | ||||
* | Add initial support for inline images | Konstantinos Sideris | 2017-04-28 | 1 | -0/+36 |
| | |||||
* | Exclude m.room.member events from initial sync | Konstantinos Sideris | 2017-04-27 | 1 | -0/+6 |
| | |||||
* | Initial implementation for local echo | Konstantinos Sideris | 2017-04-13 | 1 | -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 pointer | Konstantinos Sideris | 2017-04-11 | 1 | -1/+90 |
| | |||||
* | Make the timer single shot | Konstantinos Sideris | 2017-04-11 | 1 | -1/+1 |
| | |||||
* | Remove exception specifications | Konstantinos Sideris | 2017-04-09 | 1 | -9/+9 |
| | |||||
* | Add logout button | Konstantinos Sideris | 2017-04-09 | 1 | -0/+43 |
| | | | | Logout from the current session and invalidate the current token | ||||
* | Implement initial registration stage | Konstantinos Sideris | 2017-04-08 | 1 | -11/+57 |
| | |||||
* | Use const refs for the deserialized data | Konstantinos Sideris | 2017-04-06 | 1 | -5/+1 |
| | |||||
* | Initial commit | Konstantinos Sideris | 2017-04-06 | 1 | -0/+365 |