Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Tags: Tomm0017/rsmod

Tags

v0.0.5.180-alpha

Toggle v0.0.5.180-alpha's commit message
Add OPNPCU message and its implementation

Close issue #148

v0.0.4.1-alpha

Toggle v0.0.4.1-alpha's commit message
Update with 179 revision

v0.0.4-alpha

Toggle v0.0.4-alpha's commit message
Replace SCrypt with BCrypt

SCrypt seems to leave dangling memory. Using the recommended memory cost
parameter of 8 will result in ~100mb of memory lingering in the JVM per
player log-in. Lowering the parameter down to 1 drops it down to 20-35mb
per player, but this still leaves a lot to be desired in comparison to
BCrypt, which doesn't leave a big block of excess memory in the JVM.

v0.0.3-alpha

Toggle v0.0.3-alpha's commit message
Fix issue #61

Replace these values in your personal game.yml to fix issue

0.0.2

Toggle 0.0.2's commit message
Fix order extractDependencies is executed on build task

0.0.1

Toggle 0.0.1's commit message
Update README