Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.

No Chat Reports Fabric-1.19.2-v1.12.0

Changelog

The Changelog:


[Release 1.19.2-v1.12.0]:

 - Fixed mod not recognizing BungeeCord/Waterfall disconnects correctly (#185);
 - Added button that toggles most of mod's client-sided functionality to multiplayer menu, along with two related config options;
 - Updated Mod Menu/Cloth Config API integration with new config options (thanks MODKILLER1001, #193);
 - Updated Estonian translation;
 - Updated Italian translation (thanks WVam, #188);
 - Updated Spanish translation (thanks Srockowo, #191);
 - Added Pirate Speak translation (thanks MODKILLER1001, #192).



[Release 1.19.2-v1.11.2]:

 - Fixed mod not loading correctly on 1.19.1 clients (#182);
 - Updated Estonian translation;
 - Updated Polish translation (thanks GerbilPL, #180).



[Release 1.19.2-v1.11.1]:

 - Whitelist of unsafe servers is now stored as a separate file in mod's config subfolder (#40).



[Release 1.19.2-v1.11.0]:

 - Config files are now stored in "NoChatReports" subfolder of "config" folder. They were separated into common and client files;
 - Added "README" file that is generated in mod's config folder and contains link to wiki article documenting config files;
 - Added "Safe Server" icon, which is displayed in multiplayer menu next to servers that have No Chat Reports installed. Also added config options to disable it or change its position;
 - The mod now sends and handles additional data during server pings. This is used to display abovementioned icon, and in theory allows other mods and plugins to mark server as "Safe" (thanks fxmorin, #127);
 - Updated Mod Menu/Cloth Config API integration with new config options (thanks MODKILLER1001, #175);
 - This and following mod releases for 1.19.2 should now be compatible with 1.19.1 (#170);
 - Disconnect message from "demandOnClient" is now configurable (#48);
 - Updated Estonian translation;
 - Updated Polish translation (thanks GerbilPL, #167/#168/#176);
 - Updated Italian translation (thanks WVam, #173).



[Release 1.19.2-v1.10.2]:

 - Added reset button and default field value to whitelisted servers option in Mod Menu config integration (thanks MODKILLER1001, #162);
 - Updated Polish translation (thanks GerbilPL, #165);
 - Updated Simplified Chinese translation (thanks IlyaIvanovsky and MSDNicrosoft, #164/#166).



[Release 1.19.2-v1.10.1]:

 - Fixed optional Mod Menu/Cloth Config API integration from previous release not working properly;
 - ServerData is now remembered in automatic reconnects. Should fix the bug with Xaero's Worldmap resets (#156).



[Release 1.19.2-v1.10.0]:

 - Necessary Fabric API modules are now bundled with the mod itself (thanks LoganDark, #151);
 - The mod now features optional integration with Mod Menu and Cloth Config API, allowing for in-game configuration when both are installed on client (thanks MODKILLER1001, #146);
 - Updated Polish translation (thanks GerbilPL, #153);
 - Updated Spanish translation (thanks M4rtinOF, #158);
 - Added Danish translation (thanks MagnusHJensen, #159);
 - Added Slovakian translation (thanks SmajloSlovakian, #152).



[Release 1.19.2-v1.9.1]:

 - Fixed conflict with No Telemetry mod (#151);
 - Updated Turkish translation (thanks localfossa, #149);
 - Updated Simplified Chinese translation (thanks chronosacaria, #147).



[Release 1.19.2-v1.9.0]:

 - First release for 1.19.2 (thanks CraftingDragon007, #144);
 - Added config option to always skip "Unsafe Server" warning screen (thanks Madis0, #124);
 - Compressed some of the GUI textures (thanks Madis0, #136);
 - Removed version easter egg (thanks Madis0, #145);
 - Updated Italian translation (thanks WVam, #126);
 - Updated Polish translation (thanks GerbilPL, #133);
 - Added Finnish translation (thanks Joquliina, #137).



[Release 1.19.1-v1.8.4]:

 - Ensured change from previous release works properly.



[Release 1.19.1-v1.8.3]:

 - Re-allowed client to disconnect when chat chain is broken. Yes, this was the "major exploit" kennytv was talking about, or more specifically - unchecked speculation that even if true, would only apply in very limited number of circumstances.



[Release 1.19.1-v1.8.2]:

 - Corrected English and updated German translation (thanks WVam, #121);
 - Added issue tracker link for ModMenu (thanks MODKILLER1001, #122).



[Release 1.19.1-v1.8.1]:

 - Fixed crash when hovering over "Only Show Secure Chat" option in chat settings (#120).



[Release 1.19.1-v1.8.0]:

 - Each color of Chat Trust Status indicator and "Chat messages can't be verified" toast now have individual config options tied to them (thanks Madis0, #110);
 - "Only Show Secure Chat" option in chat settings is now greyed out with the mod installed (thanks kevinthegreat1, #117);
 - Updated Italian translation (thanks WVam, #115).



[Release 1.19.1-v1.7.2]:

 - Fixed "convertToGameMessage" option not working correctly (#113);
 - Fixed players being unable to join Realms with this mod. All Realms servers are now treated as unsafe (#108);
 - Expanded the context of warning when joining unsafe servers (thanks Madis0, #112);
 - Added Romanian translation (thanks Secret-chest, #104);
 - Added Korean translation (thanks xlzv, #105);
 - Added Traditional Chinese and updated Simplified Chinese translation (thanks fire12324344 and Taskeren, #101);
 - Updated Polish translation (thanks GerbilPL, #103);
 - Updated Turkish translation (thanks localfossa, #106);
 - Updated German translation (thanks Doenerstyle, #107).



[Release 1.19.1-v1.7.1]:

 - Fixed client crash when classloading Social Interactions screen (#100).



[Release 1.19.1-v1.7.0]:

 - First release for 1.19.1;
 - Updated Estonian translation (thanks Madis0, #98);
 - Updated Simplified Chinese translation (thanks Taskeren, #99);
 - Added Indonesian translation (thanks Natalius-dev, #94).



[Release 1.19.1-rc2-v1.6.0]:

 - The mod now removes "[Not Secure]" prefix for unsigned messages in server chat log (#70);
 - The "suppressMessageTrustIndicators" config option was renamed to "suppressVanillaSecurityNotices", and now is also responsible for removing "Chat messages can't be verified" toast client-side (#87);
 - Abovementioned toast will never be shown on servers that have "convertToGameMessage" option enabled;
 - The mod now prevents client from disconnecting when chat chain is broken;
 - Changed default configuration to demand the mod client-side when installed on server, instead of getting around chat signing with player to system message conversion. Should assist compatibility in the long run.



[Release 1.19.1-pre3-v1.5.0]:

 - Added "versionEasterEgg", "disableTelemetry" and "showReloadButton" config options (thanks Madis0, #83).



[Release 1.19.1-pre3-v1.4.3]:

 - Fixed potential safety state management problems after being disconnected from server.



[Release 1.19.1-pre3-v1.4.2]:

 - Fixed server safety status icon not rendering;
 - Removed timestamp scrambler (will be re-implemented later if remains effective);
 - Gray line besides system messages will now be removed if "suppressMessageTrustIndicators" is enabled in config;
 - Conversion to system messages now uses correct decoration when messages are sent using means such as /msg (thanks e-im, #78);
 - Added Catalan translation (thanks Gorrion130 and localfossa, #79);
 - Added Estonian translation (thanks Madis0, #75);
 - Updated Czech translation (thanks Psojed, #80).



[Release 1.19.1-pre3-v1.4.1]:

 - Removed "forceAllowMultiplayer" config option (it will be later available as a separate mod);
 - Added Czech translation (thanks fym35, #69);
 - Added Dutch translation (thanks MaximevanderSmissen, #68);
 - Added Italian translation (thanks WVam, #65).



[Release 1.19.1-pre3-v1.4.0]:

 - Timestamp scrambler should now be less prone to violent explosions;
 - Implemented config option to always hide report button on client (#62);
 - Added Ukrainian translation (thanks celestora, #63);
 - Added Spanish translation (thanks Srockowo, #58);
 - Updated German translation (thanks Doenerstyle, #60).



[Release 1.19.1-pre2-v1.3.2]:

 - Implemented timestamp scrambler, which should help to make signed messages less usable as report evidence;
 - Fixed crash on client startup (#55);
 - Updated Russian translation (thanks A1Asriel, #56);
 - Updated French translation (thanks dahelip, #53);
 - Updated Turkish translation (thanks localfossa, #52).



[Release 1.19.1-pre2-v1.3.1]:

 - The mod will now always strip message signatures when playing on offline servers (#44);
 - Fixed endless warning screen loop when trying to log into the server with "enforce-secure-profile" enabled (#42);
 - Added config option to re-enable vanilla warnings about unsigned/modified messages (#39);
 - Fixed persisting assumptions about whitelisted servers (#43);
 - Added button that allows to reload No Chat Reports config to multiplayer menu;
 - Added config option to enable logging of some debug informaion;
 - Updated Polish translation (thanks GerbilPL, #38/#46).



[Release 1.19.1-pre2-v1.3.0]:

 - The mod can now re-enable multiplayer button when banned, allowing to play on servers operated in offline mode;
 - Player to system message conversion is now enabled by default;
 - Report button in Social Interactions screen will be disabled if mod is present on both client and server, with tooltip indicating why;
 - Implemented client-sided suppression of warnings about unsigned/modified messages;
 - When connecting to a server you will now be able to know whether mod is present there or not, by the status icon that is rendered in the bottom left corner of screen chat and can be hovered for additional details;
 - When connecting to servers without No Chat Reports and with "enforce-secure-profile" enabled you will now be warned that the mod will not be able to protect you. You can log in anyway by clicking "Proceed", and optionally checking the box that will disable future warnings when trying to enter that specific server. Whitelisted servers are stored in NoChatReports.json and can be added/removed manually.



[Release 1.19-v1.2.3]:

 - Added Polish translation (thanks GerbilPL, #24);
 - Added Russian translation (thanks sst4nk0, #25);
 - Added German translation (thanks Doenerstyle, #34);
 - Added French translation (thanks Mrredstone5230, #29).



[Release 1.19-v1.2.2]:

 - Added Simplified Chinese translation (thanks CJYKK, #21);
 - This and all further releases for Fabric will be marked Quilt-compatible.



[Release 1.19-v1.2.1]:

 - Replaced all overwrites with injects, which should hopefully increase compatibility with other mods (thanks ToxicAven, #7);
 - Remade implementation of player to system message convertion, in a way that should resolve conflict with Styled Chat.



[Release 1.19-v1.2.0]:

 - Implemented optional server-sided bypass for signature verification, by converting player messages to system messages (thanks JFronny, #1);
 - Minor optimizations (once again thanks JFronny).



[Release 1.19-v1.1.0]:

 - Public keys are now prevented from being sent to server;
 - Client no longer requires mod to be present on server by default;
 - Implemented suppression of built-in telemetry.



[Release 1.19-v1.0.0]:

 - Initial release.

Files

NoChatReports-FABRIC-1.19.2-v1.12.0.jar(413.46 KiB) Primary Download

External resources



Project members

Aizistral

Owner

robotkoer

Collaborator


Technical information

License
WTFPL
Client side
optional
Server side
optional
Project ID