Joseph Donofry
bdf6e2b028
Fix boost build in FreeBSD
5 years ago
Joseph Donofry
54137a5bc3
Update mtxclient version
5 years ago
Joseph Donofry
f2c4162baa
Update mtxclient version
5 years ago
Joseph Donofry
dbdaf35907
Cache user mentions
5 years ago
Joseph Donofry
579bf23460
Add User Mentions Dialog
...
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.
5 years ago
Joseph Donofry
c0a010acbb
Fix deprecated function call issues with Qt 5.13
...
Update to mtxclient 0.3.0
5 years ago
Nicolas Werner
21be44a604
Bump mtxclient requirement
...
fixes #9
5 years ago
Joseph Donofry
b9dde957a8
Add initial support for rich replies to nheko
6 years ago
redsky17
93520fef28
Update mtxclient version
6 years ago
Joseph Donofry
1b34b53afe
Update to v0.6.4
6 years ago
Joseph Donofry
e52f29a754
Minor build tweaks
6 years ago
Joseph Donofry
2ff115577b
Update mtxclient version and build args
6 years ago
Joseph Donofry
a17a5550f8
Update to newer mtxclient to allow optional static linking
6 years ago
redsky17
4b7e9f7746
link boost dynamically
6 years ago
redsky17
eeb8fff2b5
Update mtxclient ver
6 years ago
redsky17
da0f8cf291
Update to boost 1.69.0 to attemp travis fix
6 years ago
redsky17
33b1f37e37
Update olm repo to new location.
...
Remove LICENSE file in favor of COPYING
6 years ago
redsky17
2d9f98a0b7
Update mtxclient version
6 years ago
Joe
e7b4c9ecb2
More CI Fixes
6 years ago
redsky17
ee12e01939
Update JSON build deps.
...
Update JSON build dependencies, change the dockerfile and other
CI files that relate to this. Also update target mtxclient
revision.
6 years ago
redsky17
75fb95855d
Nlohmann build updates
6 years ago
redsky17
83d2d6d7dd
Adjust cmake minimum for included boost
6 years ago
redsky17
fa6bc6a466
Tweak build settings
6 years ago
Joe
d21fa0efa4
Update deps CMake config to point to nheko-reborn mtxclient
6 years ago
Konstantinos Sideris
3e49afd6ba
Fix compile warnings
6 years ago
Konstantinos Sideris
a9ddc3b3d3
Implement import/export of megolm session keys ( #358 )
6 years ago
Konstantinos Sideris
cf71a5858c
Update mtxclient
6 years ago
Konstantinos Sideris
1192dc5134
Update CI with cmark
6 years ago
Konstantinos Sideris
074608dec1
Switch to libcmark
6 years ago
Konstantinos Sideris
67512e1cbd
Update mtxclient
6 years ago
Konstantinos Sideris
9e8f0b7409
Initial support for sending markdown formatted messages
...
fixes #283
6 years ago
Konstantinos Sideris
8ad01f520a
Add initial support for displaying formatted messages
6 years ago
Konstantinos Sideris
36c5a8f410
Update mtxclient
6 years ago
Konstantinos Sideris
cbff9c6914
Build boost with C++14
6 years ago
Konstantinos Sideris
4a30eb30b3
Enable colors in console logger
6 years ago
Konstantinos Sideris
990a3a97c7
Merge matrix-structs into the client lib
6 years ago
Konstantinos Sideris
f955ec762c
Use archives instead of repos to fetch dependencies
6 years ago
Konstantinos Sideris
bcdebe9503
Don't use the generic json type for joined_groups
...
fixes #389
6 years ago
Konstantinos Sideris
73dbd3c8dd
Re-enable groups
6 years ago
Konstantinos Sideris
278eccc040
Add context menu action to request encryption keys
6 years ago
Konstantinos Sideris
3bc8d791fb
Don't download dependencies during build
...
fixes #346
6 years ago
Konstantinos Sideris
4344b6964f
Save timeline messages in cache for faster startup times
6 years ago
Konstantinos Sideris
1d6746e4c9
Upgrade matrix-structs & mtxclient
6 years ago
Konstantinos Sideris
a72eca339f
Immediately shutdown the http client on exit
7 years ago
Cameron Conn
7051d8025f
Build mtxclient with Bundled Boost ( #350 )
...
* 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 .
7 years ago
Konstantinos Sideris
197b2dac74
Fix regressions regarding invites & slowness during shutdown
7 years ago
Konstantinos Sideris
c0d32ef319
Update CI instructions
7 years ago
Konstantinos Sideris
b758cc4487
Pass down toolchain file on Windows
7 years ago
Konstantinos Sideris
9102a141f3
Handle OLM_MESSAGE type of messages properly
7 years ago
Konstantinos Sideris
7fc010fc4f
Fix CI errors on macOS & Windows
...
- Run the linter
- Explicitly use cmake for installing olm
7 years ago