Skip to content

Tags: LBPUnion/PLRPC

Tags

v4.0.3

Toggle v4.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump xunit.runner.visualstudio from 2.5.1 to 2.5.4 (#60)

Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.1 to 2.5.4.
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](xunit/visualstudio.xunit@2.5.1...2.5.4)

---
updated-dependencies:
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v4.0.2

Toggle v4.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump Eto.Platform.Windows from 2.7.5 to 2.8.0 (#43)

Bumps [Eto.Platform.Windows](https://github.com/picoe/Eto) from 2.7.5 to 2.8.0.
- [Release notes](https://github.com/picoe/Eto/releases)
- [Commits](picoe/Eto@2.7.5...2.8.0)

---
updated-dependencies:
- dependency-name: Eto.Platform.Windows
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v4.0.1

Toggle v4.0.1's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
sudokoko sudokoko
Remove Herobrine

v4.0.0

Toggle v4.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Implement automatic configuration of client (#39)

* Implement initial remote configurability

Code quality is not in mind as of yet - this is merely a test to see if remote configuration works at all.

* Cleanup and reorganization of remote configuration components

* Ordering visual nitpick in LighthouseClient constructor

* Remove mixed JSON lib and attributes

JsonObjectAttribute isn't required

* Move LighthouseApiImpl into Types.Interfaces

* Update README to reflect remote configurability

* Temporarily deprecate local configurability

* Disable config unit test and address code scan warnings

* Use SerializableAttribute instead of UsedImplicitlyAttribute

* Remove nullable annotation from PartyIdPrefix

* Remove default value locking from GUI

* Move entity and config enums to Types.Enums

This is to help with organization mostly - and the fact that these enums could be used elsewhere and you may not want to reference the entire Slot entity for example to access that enum.

* Nitpick remote config failure log message

* Move log enricher to a subclass in Logger

* Add nullable asset warning and change most fail logs to errors

* MainForm class doesn't really need to be sealed

* Reflect changes in LBPUnion/ProjectLighthouse@1003d59

* Implement Refresh integration testing

* Finalize changes from testing and add missing JsonPropertyName attribs

* Add success log for remote configuration retrieval

v3.1.2

Toggle v3.1.2's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
sudokoko sudokoko
Fix issue where old user status would be displayed

v3.1.1

Toggle v3.1.1's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
sudokoko sudokoko
Remove errant nullable directive

This commit resolves https://github.com/LBPUnion/PLRPC/security/code-scanning/4.

v3.1.0

Toggle v3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Detach CLI from main project and convert main project into a class li…

…brary (#28)

* Detach CLI from main project and convert main project into a class library

* CLI Program styling and structure nitpicks

* Fix build failures

* Implement QDNET code scanning suggestion

PLRPC/Initializers.cs#L57
 * Qualifier 'this.' is missing

* Remove unrequired ReSharper disable statement

* Add missing this qualifier

v3.0.2

Toggle v3.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump DiscordRichPresence from 1.1.4.20 to 1.2.1.24 (#27)

Bumps [DiscordRichPresence](https://github.com/Lachee/discord-rpc-csharp) from 1.1.4.20 to 1.2.1.24.
- [Release notes](https://github.com/Lachee/discord-rpc-csharp/releases)
- [Commits](https://github.com/Lachee/discord-rpc-csharp/commits)

---
updated-dependencies:
- dependency-name: DiscordRichPresence
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v3.0.1

Toggle v3.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refactor logging and configuration to be non-static, other improvemen…

…ts (#25)

* Refactor logging and configuration to be non-static, other improvements

* Remove unused import

* Rider decided to move something that it shouldn't have :trollface:

* Use the correct log area for input validation

v3.0.0

Toggle v3.0.0's commit message

Unverified

This user has not yet uploaded their public signing key.
Implement GUI as well as general code improvements and structural cha…

…nges (#22)