DeepBlueV7.X

Results 17 issues of DeepBlueV7.X

Currently parsing CBOR with this library can only handle string keys. At the project I am working on, we want to use integer keys to reduce the size of our...

aspect: binary formats

**Is your feature request related to a problem? Please describe.** Currently assigning a name to a direct chat, sets that name for both participants. It would be useful, if you...

enhancement

Screen capture support should be possible using gdiscreencap: https://gstreamer.freedesktop.org/documentation/winscreencap/gdiscreencapsrc.html?gi-language=c Only need to write some additional code to select a window and such.

enhancement
voip

### Describe the bug When doing a verification via rooms, a Nheko running in the background might cancel verifications happening between other clients, since we don't properly verify if the...

bug

[Rendered.](https://github.com/deepbluev7/matrix-doc/blob/room-summaries/proposals/3266-room-summary.md) Somewhat related to [MSC2946](https://github.com/matrix-org/matrix-doc/pull/2946) this provides an API to get a summary for a specific room either from the local server or over federation. Useful for a few cases,...

proposal
client-server
kind:feature

[Rendered](https://github.com/deepbluev7/matrix-doc/blob/notifications-for-relations/proposals/3664-notifications-for-relations.md) Partial implementation was done by Beeper, but without the appropriate namespacing and it is missing the filtering by `rel_type`: https://gitlab.com/beeper/synapse/-/commit/44a1728b6b021f97900c89e0c00f7d1a23ce0d43 Implementation: https://github.com/matrix-org/synapse/pull/11804 (Note: I have no idea, what I...

push
proposal
kind:maintenance
unresolved-concerns
needs-implementation

[Rendered](https://github.com/deepbluev7/matrix-doc/blob/fix-relation-fallbacks/proposals/3825-fix-relation-fallbacks.md) Signed-off-by: Nicolas Werner

proposal
client-server
kind:maintenance
needs-implementation

### Description Looking at the documentation for filter_timeline_limit: https://github.com/matrix-org/synapse/blob/master/docs/usage/configuration/config_documentation.md#filter_timeline_limit This says it would set the limit for the events returned on /sync. But it actually sets the upper limit for...

Bridges like the mautrix-telegram bridge allow you to specify a block of permissions, who can administrate the bridge, use it or use it in relay mode, or similar. Something similar...

enhancement

**Is your feature request related to a problem? Please describe.** Shortcodes are hard to remember, there is no easy way to list them and they are global. **Describe the solution...