Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Closes #344.
|
|
Closes #326.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This changes from internal linkage for every translation unit including
e2ee.h to external linkage across translation units but without the need
to create a .cpp file just to define and init the constants.
|
|
|
|
|
|
...because /W4 is explicitly added instead.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[skip ci]
|
|
They've been deprecated for almost a year by now.
|
|
|
|
The fallback to libQMatrixClient still remains.
|
|
|
|
[skip ci]
|
|
|
|
|
|
|
|
std::string is still a thing, after all.
|
|
|
|
|
|
[skip ci]
|
|
|
|
|
|
140 impose coding standard
|
|
|
|
That never really worked.
|
|
This is an addition in https://github.com/matrix-org/synapse/pull/5805 -
Synapse no more tolerates fake state events (which actually obviates
the need for this test but fake state events still go through on older
Synapses). To allow checking for both cases Room behaviour has been
slightly changed (without compat breakage) to make sure the pending
event status is set to ReachedServer (and pendingEventChanged() is
emitted, if necessary) before merging the pending event into the
timeline.
|
|
|
|
|
|
Revealed after reordering #includes with clang-format.
|
|
|
|
It was accidentally left commented out in trying to support clang-format 5. Now that we're embracing clang-format 6+ only, it really should be on.
|
|
|
|
Reactions and edited messages support
|
|
|