index
:
libquotient
master
Unnamed repository; edit this file 'description' to name the repository.
Nicolas Peugnet
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
events
Age
Commit message (
Expand
)
Author
2020-11-19
Fix Q_ASSERT failure on sending messages
Kitsune Ral
2020-11-15
Cleanup across event classes
Kitsune Ral
2020-11-14
Make StateEventBase Q_GADGET too
Kitsune Ral
2020-11-14
Cleanup
Kitsune Ral
2020-11-14
Drop EventFactory<RoomPowerLevelsEvent>
Kitsune Ral
2020-11-12
More JSON key constants
Kitsune Ral
2020-11-10
MembershipType: drop warning on empty values
Kitsune Ral
2020-11-08
More robust member profile data retrieval
Kitsune Ral
2020-08-11
Drop unneeded #include
Kitsune Ral
2020-08-03
Cleanup
Kitsune Ral
2020-08-02
Event::dumpTo: make protected, and RoomEvent override
Kitsune Ral
2020-07-26
RoomAvatarEvent: add constructors from content
Kitsune Ral
2020-03-26
Refactoring around Connection::onSyncSuccess()
Kitsune Ral
2020-03-26
AliasesEventContent::toJson(): optimise generated JSON
Kitsune Ral
2020-03-21
Merge pull request #383 from ram-nad/msc2432-fix
Kitsune Ral
2020-03-20
Make rvalue constructor explicit Update lib/events/roomcanonicalaliasevent.h
Ram Nad
2020-03-20
Make constructor explicit lib/events/roomcanonicalaliasevent.h
Ram Nad
2020-03-20
made suggested changes
Ram Nad
2020-03-20
Add warranty in lib/events/roomcanonicalaliasevent.h
Ram Nad
2020-03-19
Merge pull request #376 from rpallai/editing-fixes
Kitsune Ral
2020-03-17
Use constant
Roland Pallai
2020-03-13
Merge pull request #346 from quotient-im/aa13q-e2ee-encrypted-msg
Kitsune Ral
2020-03-08
fixing msc2432
Ram Nad
2020-02-25
E2EE: EncryptedEvent constructor debug message
Alexey Andreyev
2020-02-25
E2EE: introduce RoomKeyEvent
Alexey Andreyev
2020-02-22
RoomMemberEvent: add isRejectedInvite(), isBan(), and isUnban()
Karol Kosek
2020-02-10
Add EventContent::replacementOf() helper
Roland Pallai
2020-02-10
TextContent: use MSC-1849 compatible `m.relates_to` field
Roland Pallai
2020-02-10
Edit (transmit): fix asterisk marking for dumb clients
Roland Pallai
2020-02-10
Edit (transmit): fix json struct of `m.new_content`
Roland Pallai
2020-01-01
Fix linux build
Black Hat
2020-01-01
Fix linux build
Black Hat
2020-01-01
Add powerLevelForState()
Black Hat
2020-01-01
Mark methods as const.
Black Hat
2019-12-30
Simplify code
Black Hat
2019-12-29
Add missing file
Black Hat
2019-12-29
Merge branch 'master' of https://github.com/quotient-im/libQuotient into bhat...
Black Hat
2019-12-29
Add RoomPowerLevelEvent type
Black Hat
2019-12-24
RoomMemberEvent: introduce the reason field (MSC2367)
Kitsune Ral
2019-12-09
RoomEvent::timestamp() -> originTimestamp()
Kitsune Ral
2019-11-10
Cleanup
Kitsune Ral
2019-11-01
Derive Omittable<> from std::optional<>
Kitsune Ral
2019-09-29
Simplify visit() signature
Kitsune Ral
2019-09-12
Introduce HashQ<> and UnorderedMap<>
Kitsune Ral
2019-08-25
RoomMessageEvent::content(): constify event content
Kitsune Ral
2019-08-13
Support for server notices rooms (MSC1452)
Kitsune Ral
2019-08-11
Use [[maybe_unused]] instead of [[gnu::unused]]
Kitsune Ral
2019-08-11
Now that we're C++17, remove old compatibility cruft
Kitsune Ral
2019-08-11
Drop EventType namespace and DEFINE_EVENTTYPE_ALIAS macro
Kitsune Ral
2019-08-11
Cleanup
Kitsune Ral
[next]