-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathCHANGELOG
29 lines (27 loc) · 1.01 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
v1.0.2 (unreleased)
* Gradle build system (#30)
* Bump json-io v3.3.1 -> v4.9.12
* Bump groovy v2.4.3 -> v2.5.2
* Multi-threaded updating (courtesy @lare96)
* Fix total level and combat level (#28) - NOTE: In the default RS #317 client, farming is disabled client-side.
* Revert java target from 1.10 to 1.8 (bug introduced in #30)
v1.0.1
* Powerful Plugins using Groovy (#2)
* Task System
* Full Player Support (#8)
* Full Npc Support (#11)
* Friends List and Private Messaging (with privacy settings) (#4, #5, #17)
* JSON Data Serialization (optional: passwords are hashed using SHA-256)
* Banning and muting with expiration dates (#18, #19)
* Misc stuff
* Validate equipped items, weapon stack merging, and correct weapon interfaces (#9)
* Emotes
* Running
* Persistent settings (#6)
* Buffer caching (#10)
* Login attempt throttling (#13)
* Report abuse interface (#7)
* Saves all players on shutdown (e.g. if you use Ctrl+C) (#25)
* Commands - ::hide ::unhide (#27)
v1.0.0
The original RuneSource project.