Skip to content

Releases: EnderKill98/No-Chat-Reports

Update to 1.21/.1

08 Aug 23:19
Compare
Choose a tag to compare

Works on 1.21 (and probably the to-be-released 1.21.1 as well).

Update to 1.20.6

26 May 13:32
Compare
Choose a tag to compare

Just pulled upstream changes (1.20-Unfiied) and resolved all the merge conflicts (not that many this time).

Forge doesn't build, but a Fabric version is generated, which is all I care about personally.

Update to 1.20.4

31 Dec 20:34
Compare
Choose a tag to compare

Updates the mod to 1.20.4. (I didn't get to making a 1.20.2 release, so there is none).

I encountered some weird issues of chat not getting decrypted. Seems to have been not accounting for Translatables containing strings instead of Components as args. Not sure why this happened, but I blame ViaVersion on my test server or my patches / merge oopsies (was tested with runClient without any other mods).

Update to 1.20

10 Jun 12:06
Compare
Choose a tag to compare

Merges changes from 1.20-Unified an fixes all potential problems that arose with the existing changes.

Seems to work fine on 1.20 and is based on the last version (1.19.4-modifications).

1.19.2-v1.13.12-5

15 Jan 19:34
Compare
Choose a tag to compare

Fixed the issues in the previous release to make it ready. See the release notes there for changes / new features overview.

1.19.2-v1.13.12-4

15 Jan 03:16
Compare
Choose a tag to compare
1.19.2-v1.13.12-4 Pre-release
Pre-release

This release adds even more madness.

  • A new encoding called "Invis2" as proposed by JamSharp. Basically binary, but looks like chat spam.
  • JamSharp also proposed a new compression standard. Which is why this adds 2 new compressions: Brotli and Custom (dictionary based)
  • Compression policy and a fixed compression can be chosen in the encryption config menu with new buttons and tooltips describing them

The compression uses a different prefix to prevent users from seeing binary gibberish. If you for some reason can not decrypt messages from people you know that you have the key of, they probably use compression. By default it should be only used in circumstances where the message would be cut anyway.

There some smaller fixes:

  • CTRL+Enter now actually works as the tooltip suggests (sends message without encryption)
  • The "Used key" button now actually shows the tooltip which was intended to tell people how multiple keys work
  • Probably some other stuff I forgot to mention

I'll mark this as a pre-release for now. I might turn this into a release or release a never version, depending on whether this still contains bugs or not.

grafik

grafik

Edit: This release is already bugged. Brotli doesn't work at all in this one. Will be fixed in then next release in probably 1 day.

1.19.3-v2.0.0-beta-1

07 Jan 21:18
Compare
Choose a tag to compare
1.19.3-v2.0.0-beta-1 Pre-release
Pre-release

For this I rebased HNS Fabric branch (1.19.2) onto the Unified 1.19.3 one and applied all commits of the multi-key feature branch.

This is either decent or totally scuffed. I don't know what it is, but it seems to run. So have fun if you need 1.19.3. :)

Edit: I noticed a bug, this mod version seems to cause, where Multiplayer servers don't get pinged. It might also cause random crashes when in that screen.

1.19.4-v2.1.1-1

03 May 20:32
9088c85
Compare
Choose a tag to compare

Started from scratch off a clean 1.19.4-Unified branch from upstream and re-applied all modifications on one big commit. See commit cfb4aa5 for more details.

All features of the latest release should work, except that the modified mod is now finally on 1.19.4!

Forge was not tested, but "should" work.

1.19.2-v1.13.12-3

07 Jan 03:51
9088c85
Compare
Choose a tag to compare

This adds a new encapsulation called MC256. It was created and provided by Sharp5s and looks sick!

grafik

1.19.2-v1.13.12-2

18 Dec 19:04
9088c85
Compare
Choose a tag to compare

Did a few minor improvements based on the old release:

  • Add translation keys to english language file
  • Add more conveniences for API usage

More info in the previous release: https://github.com/EnderKill98/No-Chat-Reports/releases/tag/1.19.2-v1.13.12-1

PR for merging it upstream to HNS-HKS: HKS-HNS#6