-
v1.3 Stable
released this
2023-10-14 10:34:02 +00:00 | 638 commits to main since this releaseThis release fixes various bugs and inconsistencies to make things display more similarly on both sides of the bridge.
Features:
850de85Add //thread command. Matrix users can use it to create a Discord-side thread.
Improvements:
44f90cbGlobal display names for Discord users are used on the bridged Matrix user.d9d672bRole mentions now display really pretty.c247526Reactions are now consistently added to the bottom of message groups instead of sometimes being in the middle.
Fixes:
61ac535Fixed a bug where some Discord replies in threads would throw an error.040e987When removing reactions, enough reactions are now removed every time.b7f90db(in generated reply previews) Fix a case where the preview could display as "undefined".999276e(in generated reply previews) Fix the the preview possibly showing & symbols.480c7a6(in generated reply previews) The author line now uses the Matrix user's actual display name.1016fb1d->m: Thread start context message is sent by the OOYE bot, to make threads seem less misleading.67305bbd->m: Bot embeds will now be edited on Matrix-side too.
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
2 downloads
-
v1.2 Stable
released this
2023-10-12 12:07:52 +00:00 | 649 commits to main since this releaseThis release includes some minor features for communities.
- New //privacy command changes the privacy level of Matrix-side between invite-only, linkable, and discoverable. Use //privacy to learn more.
- Privacy levels are synced for the space and all rooms when a sync occurs.
- Users in
invitein registration will now be marked as administrator (PL 100.) This will take effect in new rooms when they are created, and existing rooms when the next sync occurs. - Pinned messages will sync from Discord to Matrix when the pins change. In the near future, I will improve this feature to work in both directions and possibly backfill old pins.
- I rewrote the code for removing reactions and added tests. If you still encounter more issues removing reactions, please show the problem and explain how to reproduce it.
You can use
createSpace.syncSpaceFully(PUT_A_GUILD_ID_HERE)in the REPL to sync.Downloads
-
Source code (ZIP)
4 downloads
-
Source code (TAR.GZ)
5 downloads
-
v1.1.1 Stable
released this
2023-10-12 02:53:43 +00:00 | 666 commits to main since this releaseThis is a hotfix to address an important bug.
m->d: Fixed the profile data cache being corrupted when a Matrix user invites another Matrix user. The existing cache will be erased to ensure it is consistent. A new valid cache will gradually be re-created like normal.
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
6 downloads
-
Source code (ZIP)
-
v1.1 Stable
released this
2023-10-09 10:46:30 +00:00 | 672 commits to main since this release- seed.js now sets up all the server state, profile data, and emojis the bot needs.
- d->m: Bug fixes for unusual kinds of edits.
- d->m: No longer breaks when trying to backfill messages from a deleted user.
- A script to switch the database to WAL mode is now available. More information in the readme.
Downloads
-
Source code (ZIP)
5 downloads
-
Source code (TAR.GZ)
2 downloads
-
v1.0 Stable
released this
2023-10-04 10:23:57 +00:00 | 687 commits to main since this releaseThis is the first published stable version of OOYE. To see what features were supported, take a look at the README or documentation at the time of the commit. Enjoy!
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
6 downloads
-
Source code (ZIP)