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
/
roommemberevent.cpp
Age
Commit message (
Expand
)
Author
2022-07-12
converters.*: facilities to convert enums
Alexey Rusakov
2022-05-08
Event content: provide toJson() instead of deriving from EC::Base
Alexey Rusakov
2022-05-08
Simplify EventContent a bit
Alexey Rusakov
2022-01-23
Cleanup some #includes
Alexey Rusakov
2021-12-17
RoomMemberEvent: fix an off-by-one error
Alexey Rusakov
2021-11-19
Cleanup
Alexey Rusakov
2021-10-12
RoomMemberEvent::is*(): fix comparison against Omittable
Alexey Rusakov
2021-07-18
MembershipType -> Membership, also used for JoinState
Alexey Rusakov
2021-01-16
Updated copyright statements upon Git audit
Kitsune Ral
2021-01-15
Merge branch 'master' into dfaure/stricter-flags
Kitsune Ral
2020-12-26
Port existing copyright statement to reuse using licensedigger
Carl Schwan
2020-11-26
Enable QT_NO_URL_CAST_FROM_STRING and QT_STRICT_ITERATORS.
David Faure
2020-11-10
MembershipType: drop warning on empty values
Kitsune Ral
2020-11-08
More robust member profile data retrieval
Kitsune Ral
2020-02-22
RoomMemberEvent: add isRejectedInvite(), isBan(), and isUnban()
Karol Kosek
2019-12-24
RoomMemberEvent: introduce the reason field (MSC2367)
Kitsune Ral
2019-08-09
Namespace: QMatrixClient -> Quotient (with back comp alias)
Kitsune Ral
2019-08-02
Apply the new brace wrapping to source files
Kitsune Ral
2019-06-24
Merge branch 'master' into clang-format
Kitsune Ral
2019-03-24
RoomMemberEvent: sanitize user display names
Kitsune Ral
2019-03-02
style: apply .clang-format to all .cpp and .h files
Marc Deop
2018-12-08
Refactor toJson/fillJson
Kitsune Ral
2018-08-06
RoomMemberEvent: a set of is*() facility methods
Kitsune Ral
2018-07-04
Break down event.* into smaller files
Kitsune Ral
2018-07-04
Event types system remade to be extensible
Kitsune Ral
2018-03-31
Move source files to a separate folder
Kitsune Ral