matrix-dart-sdk/lib/msc_extensions
TheOneWithTheBraid 476963069a feat: support MSC 3935: cute events
- add cute event skeletron (`im.fluffychat.cute_events`)
- add cute events to default command batch
- this way, all SDK users can profit from cute events
- supported events: `hug`, `googly_eyes`, `cuddle`

Fixes:
https://rail.chat/@AgathaSorceress@eldritch.cafe/109336005433123570

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-11-21 09:17:07 +01:00
..
extension_recent_emoji fix: don't assume element is a string 2022-05-17 09:25:13 +00:00
msc_1236_widgets feat: switch from pedantic to lints 2022-08-15 14:15:51 +00:00
msc_2835_uia_login refactor: Use import sorter and ci templates 2022-07-21 15:44:04 +02:00
msc_3814_dehydrated_devices feat: support dehydrated devices 2022-08-29 13:05:55 +02:00
msc_3935_cute_events feat: support MSC 3935: cute events 2022-11-21 09:17:07 +01:00
README.md feat: support MSC 3935: cute events 2022-11-21 09:17:07 +01:00

README.md

MSC extensions

This folder contains non-spec feature implementations, usually proposed in Matrix Specification Changes (MSCs).

Please try to cover the following conventions:

  • name your implementation /lib/msc_extensions/msc_NUMER_short_name/whatsoever.dart, e.g. /lib/msc_extensions/msc_3588_stories/stories.dart
  • please link the MSC in a comment in the first line:
    /// MSC3588: Stories As Rooms (https://github.com/matrix-org/matrix-spec-proposals/blob/d818877504cfda00ac52430ba5b9e8423c878b77/proposals/3588-stories-as-rooms.md)
    
  • the implementation should provide an extension NAME on ... (usually Client)
  • proprietary implementations without MSC should be given a useful name and corresponding, useful documentation comments, e.g. /lib/msc_extensions/extension_recent_emoji/recent_emoji.dart
  • Moreover, all implemented non-spec features should be listed below:

Implemented non-spec features

  • MSC 1236 - Widget API V2
  • MSC 2835 - UIA login
  • MSC 3814 - Dehydrated Devices
  • MSC 3935 - Cute Events
  • io.element.recent_emoji - recent emoji sync in account data