Skip to content

Releases: TheByKotik/sbpp_discord

1.7.0-52

10 Oct 03:36
Compare
Choose a tag to compare
* Fixed incorrect translation phrase

1.7.0-51

08 Aug 15:48
Compare
Choose a tag to compare
* Implement autodetect timezone offset.
* g_iTimeshift renamed to g_iTimezoneOffset.
* Translation file was sorted alphabetically (except for special groups of phrases).

1.7.0-50

04 Aug 13:19
Compare
Choose a tag to compare
* Added `.editorconfig` for correct displaying on Github.
* Replaced Travis with Github Actions.

* Added player links to embed.
* Added time formatting with powerfully translations support.
* Added defines to make function `SendEmbed` more readable.
* Added more chars for escaping in `EscapeRequest` function.
* Moved `IsValidClient` define to `SendEmbed` function.
* Moved field `Time` to `timestamp` value in embed.
* Fixed careless comparison of handles as unsigned integers in `Resolve` function.
* Replaced type of `EscapeRequest` function, now this return length of string after escaping.
* Replaced type of `EscapeMarkdown` function, now this return length of string after escaping.
* Replaced webhooks default colors.
* Renamed command `sm_discord_test` to `sbpp_discord_test`.
* Removed useless commands.
* Removed useless feature to dynamically reload config.
* Removed depencity with `sbpp_comms` translations file.

1.7.0-49

24 Jan 06:00
Compare
Choose a tag to compare
* Fixed incorrect check after converting handle to SIGNED int.
* Fixed name of translation phase.
* Slightly optimized function of resolving handle redirection.
* Slightly improved checks of HTTP request callback.

1.7.0-48

15 Jan 09:44
Compare
Choose a tag to compare
* Fixed using author SteamID in steam link to violator.
* Optimized creating HTTPRequest handles.
* Optimized embed generation.

1.7.0-47

17 Aug 07:39
Compare
Choose a tag to compare
* Added new SteamID value — SteamID64.
* Added new chars for escaping — `()[]`.
* Formatted settings enum.
* Updated configuration file, now with clearer comments.

1.7.0-46

19 Feb 08:57
Compare
Choose a tag to compare
* Added check for empty value of settings field.
* Updated and optimized embed generation, now very strict length checks.
* Removed extra field if no fields.

v1.7.0-45

17 Feb 06:25
Compare
Choose a tag to compare
* Added functional for set icon of server and type of embed.
* Added resolver for webhook / icon redirects.
* Added hook on hostname cvar for update on change.
* Updated and optimized embed generation.
* Updated `IsValidClient` function, now it's #define (used as inline).
* Updated checks for length of embed fields.
* Updated escaping functions.
* Updated config structure.
* Updated russian translation.
* Replaced SteamWorks by System2.
* Removed function modificator `stock` from every function.

v1.7.0-39

18 Oct 14:11
Compare
Choose a tag to compare

Optimization of string compare, new aliases for types, more of translatable messages, mark const for constant parameters.

v1.7.0-38

03 Jul 09:51
Compare
Choose a tag to compare
Fix status code, add detect incorrect webhook.