Forest
80f7683a57
Control logging via command line and environment variables
...
Nheko is very chatty in its log output, generating log noise (which
complicates diagnostics) and needless disk writes (which affect power
consumption and SSD life). This patch introduces command line options
and environment variables to control log levels and output type.
The old --debug command line option still works, at least for now.
It is overridden by the new command line options when they are used.
Partially addresses #665 .
2 years ago
Nicolas Werner
a014b2f8d6
Fix crash on empty private read receipts being received
...
fixes #1180
2 years ago
Nicolas Werner
1d7575036e
Allow creating spaces
2 years ago
Nicolas Werner
c6bf1e6508
Attribute values can contain slashes
2 years ago
Nicolas Werner
e144c5741f
Implement space stickers & emoji
2 years ago
Nicolas Werner
01fd5e6b61
Unset the transient parent on separate chat windows
...
relates to #1168
2 years ago
Nicolas Werner
130e1b43fb
Fix empty widgets still being shown
2 years ago
Nicolas Werner
57f505c486
Fix invalid userids on profile requests
2 years ago
Nicolas Werner
732b82c04d
Allow summary tag
2 years ago
Nicolas Werner
ff87bef030
Fix inline image escape order
2 years ago
Nicolas Werner
08b304eccf
Break http images and implement barebones spoiler support when not in mobile mode
...
see #1042
see #483
2 years ago
Forest
a4bd65ee1e
Grammar fix: Group's sidebar -> Groups sidebar
2 years ago
Nicolas Werner
b51ad45dc2
Make member search case insensitive
2 years ago
Nicolas Werner
1cfbac4c92
Fix crash when device has no keys to verify
2 years ago
Nicolas Werner
242b7d5506
Fix crash when fetching global profile
2 years ago
Nicolas Werner
9570c3ccc4
Enable encryption for DMs when started from the profile
2 years ago
Nicolas Werner
9714486447
Hide uneditable spaces from menu
2 years ago
Nicolas Werner
376612e4eb
Support editing space children
2 years ago
Nicolas Werner
f14c192231
Fix c&p error on room names in previews
2 years ago
Nicolas Werner
cd289e0587
Fix macos shadowing
2 years ago
Nicolas Werner
9d8d6b4bca
Show a room preview in the join confirmation dialog
...
Requires MSC3266
Fixes #1129
2 years ago
Joseph Donofry
213a28eee3
Add notification authorization for badges on macOS
2 years ago
Nicolas Werner
a1968110d5
Fix notification format on windows
...
fixes #1137
2 years ago
Nicolas Werner
db43743697
Fix too many fmt parameters
2 years ago
Nicolas Werner
3c480d47f1
Make code compile with hidden friends
2 years ago
Nicolas Werner
d5a6a46bc5
Pass context object to properly disconnect when this is deleted
2 years ago
nenomius
5e99bace90
Do less work when building completion trie
...
Convert to lower case only once per string.
2 years ago
Nicolas Werner
904745543a
Verifications sneakily accumulating in the background
2 years ago
Nicolas Werner
0ad74590d4
Fix matrix.to link escaping
...
Properly escapes in replies and with unmatched [].
fixes #854
2 years ago
Mayeul Cantan
fb2e019591
fixup! Better handle 32-bit platforms by limitting database size
2 years ago
Nicolas Werner
07bb95fbcd
Fix crash when creating link to room preview
2 years ago
Mayeul Cantan
702d7e620f
Better handle 32-bit platforms by limitting database size
...
Experimentally, setting the database size to 2GB didn't work.
These values are quite arbitrary, and should probably be settings or
automatically adjusted.
2 years ago
Nicolas Werner
fd6742ec00
Fix crash on empty image packs
2 years ago
Nicolas Werner
761e90891f
Properly figure out entity that is controlled by policy rule
2 years ago
Nicolas Werner
dd11188dff
Fix muting spaces
2 years ago
Nicolas Werner
415f097b9c
Add missing include
2 years ago
Nicolas Werner
7f3095c9d8
Fix subobject initialization
2 years ago
Nicolas Werner
ada20253e7
Fix dm counts after restart
2 years ago
Nicolas Werner
7b33d14277
Make notification count calculation more efficient
2 years ago
Nicolas Werner
f76fd4ca83
WIP
2 years ago
r0hit05
4c8ce911bd
Fixed formatting
2 years ago
r0hit05
a7bfaa4ef6
Updated call struct definitions
2 years ago
r0hit05
6663e5683d
Updated call event namespaces to voip
2 years ago
Nicolas Werner
9056ca8615
Use normal instead of recursive mutex
2 years ago
Nicolas Werner
eeaf16e442
Fix race condition in dbus API
2 years ago
Nicolas Werner
d5b06939fd
Fix aliases being duplicated in the aliases list in some cases
2 years ago
Nicolas Werner
6ead7b0ba2
Fix rooms failing to load over dbus if image can't be downloaded
2 years ago
Nicolas Werner
11fa4821aa
Support rendering policy rules
2 years ago
Nicolas Werner
b516202a8c
Fix clazy warning
2 years ago
Nicolas Werner
931855441a
Allow editing aliases
2 years ago