summary refs log tree commit diff
path: root/deps (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix boost build in FreeBSDJoseph Donofry2019-11-012-0/+40
|
* Update mtxclient versionJoseph Donofry2019-08-191-2/+2
|
* Update mtxclient versionJoseph Donofry2019-08-121-2/+2
|
* Cache user mentionsJoseph Donofry2019-08-051-2/+2
|
* Add User Mentions DialogJoseph Donofry2019-07-161-2/+2
| | | | | | | | | | | | Add a RoomListItem-like button that opens a dialog containing all of the messages that would result in a highlight from the server (for example, the user is mentioned, or @room is mentioned). This is VERY rudimentary and will be completely reworked in the future to take advantage of the existing TimelineView class, instead of using a dialog like it does now. The button to show the mentions also needs work.
* Fix deprecated function call issues with Qt 5.13Joseph Donofry2019-07-041-3/+2
| | | | Update to mtxclient 0.3.0
* Bump mtxclient requirementNicolas Werner2019-07-031-2/+2
| | | | fixes #9
* Add initial support for rich replies to nhekoJoseph Donofry2019-06-091-2/+2
|
* Update mtxclient versionredsky172019-05-271-2/+2
|
* Merge in masterredsky172019-05-273-4/+12
|\
| * Update to v0.6.4Joseph Donofry2019-05-221-2/+2
| |
| * Minor build tweaksJoseph Donofry2019-05-222-1/+8
| |
| * Update mtxclient version and build argsJoseph Donofry2019-05-222-3/+3
| |
| * Update to newer mtxclient to allow optional static linkingJoseph Donofry2019-05-122-2/+3
| |
| * link boost dynamicallyredsky172019-05-081-1/+1
| |
| * Update mtxclient verredsky172019-05-081-2/+2
| |
| * Update to boost 1.69.0 to attemp travis fixredsky172019-05-081-5/+4
| |
| * Update olm repo to new location.redsky172019-04-181-1/+1
| | | | | | | | Remove LICENSE file in favor of COPYING
* | Update mtxclient versionredsky172019-04-041-2/+2
|/
* More CI FixesJoe2019-02-241-4/+4
|
* Update JSON build deps.redsky172019-02-242-27/+17
| | | | | | Update JSON build dependencies, change the dockerfile and other CI files that relate to this. Also update target mtxclient revision.
* Nlohmann build updatesredsky172019-02-242-5/+35
|
* Adjust cmake minimum for included boostredsky172019-02-081-2/+2
|
* Tweak build settingsredsky172019-02-081-1/+6
|
* Update deps CMake config to point to nheko-reborn mtxclientJoe2019-01-151-2/+2
|
* Fix compile warningsKonstantinos Sideris2018-09-181-2/+2
|
* Implement import/export of megolm session keys (#358)Konstantinos Sideris2018-09-151-2/+2
|
* Update mtxclientKonstantinos Sideris2018-09-151-2/+2
|
* Update CI with cmarkKonstantinos Sideris2018-09-112-2/+31
|
* Switch to libcmarkKonstantinos Sideris2018-09-112-31/+0
|
* Update mtxclientKonstantinos Sideris2018-09-081-2/+2
|
* Initial support for sending markdown formatted messagesKonstantinos Sideris2018-09-072-0/+31
| | | | fixes #283
* Add initial support for displaying formatted messagesKonstantinos Sideris2018-09-061-2/+2
|
* Update mtxclientKonstantinos Sideris2018-09-061-2/+2
|
* Build boost with C++14Konstantinos Sideris2018-09-051-1/+1
|
* Enable colors in console loggerKonstantinos Sideris2018-09-041-2/+2
|
* Merge matrix-structs into the client libKonstantinos Sideris2018-09-013-41/+13
|
* Use archives instead of repos to fetch dependenciesKonstantinos Sideris2018-08-085-20/+32
|
* Don't use the generic json type for joined_groupsKonstantinos Sideris2018-07-261-1/+1
| | | | fixes #389
* Re-enable groupsKonstantinos Sideris2018-07-141-2/+2
|
* Add context menu action to request encryption keysKonstantinos Sideris2018-07-071-2/+2
|
* Don't download dependencies during buildKonstantinos Sideris2018-07-042-0/+42
| | | | fixes #346
* Save timeline messages in cache for faster startup timesKonstantinos Sideris2018-06-281-1/+1
|
* Upgrade matrix-structs & mtxclientKonstantinos Sideris2018-06-281-2/+2
|
* Immediately shutdown the http client on exitKonstantinos Sideris2018-06-221-1/+1
|
* Build mtxclient with Bundled Boost (#350)Cameron Conn2018-06-221-0/+6
| | | | | | | * Build mtxclient with bundled Boost if requested. This commit ensures that mtxclient is built with the bundled version of Boost instead of a possibly-outdated system version when using USE_BUNDLED_BOOST. This resolves issue mujx/nheko#338.
* Fix regressions regarding invites & slowness during shutdownKonstantinos Sideris2018-06-171-1/+1
|
* Update CI instructionsKonstantinos Sideris2018-06-174-5/+18
|
* Pass down toolchain file on WindowsKonstantinos Sideris2018-06-151-0/+1
|
* Handle OLM_MESSAGE type of messages properlyKonstantinos Sideris2018-06-151-1/+1
|
* Fix CI errors on macOS & WindowsKonstantinos Sideris2018-06-141-3/+4
| | | | | - Run the linter - Explicitly use cmake for installing olm
* Rename the log namespace to avoid symbol clash with the math functionKonstantinos Sideris2018-06-144-13/+133
| | | | - Patch the olm repo with a CMakeLists.txt file
* Add support for displaying decrypted messagesKonstantinos Sideris2018-06-101-1/+1
|
* Migrate to mtxclient for the http callsKonstantinos Sideris2018-06-093-1/+4
|
* Install missing dependencies in travis-ci/appveyorKonstantinos Sideris2018-06-041-2/+0
|
* Include mtxclient in the buildKonstantinos Sideris2018-06-046-0/+199