Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-02-11 | Fix "'%s' directive output may be truncated writing up to 33 bytes into a ↵ | Fedja Beader | 1 | -5/+10 | |
region of size 30 [-Werror=format-truncation=]" + some explanations what's going on + example password from my own local test server Some other buffers could also be shortened, but I CBA. MD5 is outdated anyways. | |||||
2022-02-06 | All new accounts will now have their passwords stored in SHA256. | Jesusaves | 4 | -8/+70 | |
Supersedes all previous authentication methods, except VAULT TOKEN. This is done on registration and when changing password. | |||||
2022-01-23 | Use TMW hash on user password when changing it. | Jesusaves | 1 | -1/+2 | |
It is not really an improvement, and is only used when changing password. Server still handles it internally as plain-text, but should avoid the password from being reused in a compromise... Maybe. | |||||
2020-01-11 | Revert "Fix redefine HPM interfaces" | Jesusaves | 1 | -3/+0 | |
This reverts commit c687d2d1b2ad48b5b15899f34b73a41ae73f674c. | |||||
2020-01-09 | Fix redefine HPM interfaces | Andrei Karas | 1 | -0/+3 | |
2019-08-19 | Drop support for protocol version 22 | Andrei Karas | 1 | -2/+2 | |
2019-08-19 | Drop support for protocol version 21 | Andrei Karas | 1 | -2/+2 | |
2019-05-14 | Fix compilation errors after hercules update | Andrei Karas | 1 | -6/+1 | |
2019-04-09 | Drop support for client version 20 | Andrei Karas | 1 | -2/+2 | |
2019-01-08 | Drop support for client protocol version 19.s20190123 | Andrei Karas | 1 | -2/+2 | |
2018-12-06 | Register all evol server to client packets in hercules. | Andrei Karas | 1 | -0/+3 | |
Also change hercules packets limit to allow all custom packets. | |||||
2018-11-03 | Drop support for client version 18.s20181205 | Andrei Karas | 1 | -2/+2 | |
2018-09-06 | Drop support for client version 17. | Andrei Karas | 1 | -2/+2 | |
2018-05-20 | Drop support for client version 16.s20180614 | Andrei Karas | 1 | -2/+4 | |
2018-05-10 | Fix memory leak in configuration parameters if same config split into more ↵s20180518 | Andrei Karas | 1 | -1/+3 | |
than one file. | |||||
2018-01-16 | Fix possible buffer overflow in md5calc.cs20180208 | Andrei Karas | 1 | -1/+1 | |
2018-01-05 | Add packet types flag into version packet (0x7531).s20180116 | Andrei Karas | 1 | -3/+12 | |
Current support flags: 1 - for RE packets. 2 - for Zero packets. | |||||
2017-08-16 | Add evol packets id offset. For now offset is 0. | Andrei Karas | 1 | -1/+2 | |
This allow to change evol packets id if they start conflicting with hercules packets in future. | |||||
2017-08-09 | Add support for different use actions for items.s20170810 | Andrei Karas | 1 | -1/+1 | |
2017-07-12 | Add player self flags packet (0xb25) | Andrei Karas | 1 | -1/+1 | |
Now it include group id Also change plugin version to 18. | |||||
2017-04-20 | Drop support for client protocol version 15 (Oct 26 2015). | Andrei Karas | 1 | -2/+2 | |
2017-04-20 | Drop support for client protocol version 14 (Oct 15 2015). | Andrei Karas | 1 | -2/+2 | |
2017-04-20 | Drop support for client protocol version 12 (Sep 28 2015). | Andrei Karas | 1 | -2/+2 | |
2017-04-20 | Drop support for client protocol version 11 (Aug 21 2015). | Andrei Karas | 1 | -2/+2 | |
2017-04-20 | Drop support for client protocol version 10 (Aug 16 2015). | Andrei Karas | 1 | -2/+2 | |
2017-04-20 | Drop support for client protocol version 9 (Aug 12 2015). | Andrei Karas | 1 | -2/+2 | |
2017-04-20 | Drop support for client protocol version 8 (May 1 2015). | Andrei Karas | 1 | -2/+2 | |
2017-04-20 | Drop support for client protocol version 7 (Mar 2 2015). | Andrei Karas | 1 | -2/+2 | |
2017-04-20 | Drop support for client protocol version 6 (Feb 17 2015). | Andrei Karas | 1 | -2/+2 | |
2017-04-20 | Drop support for client protocol version 5 (Jan 20 2015). | Andrei Karas | 1 | -2/+2 | |
2017-04-19 | Drop support for client protocol version 4 (Jan 5 2015). | Andrei Karas | 1 | -2/+2 | |
2017-04-19 | Drop support for client protocol version 3 (Nov 28 2014). | Andrei Karas | 1 | -2/+2 | |
2017-04-19 | Drop support for client protocol version 2 (Nov 10 2014). | Andrei Karas | 1 | -2/+2 | |
2017-04-04 | Send current player language in send_pc_info. | Andrei Karas | 1 | -1/+1 | |
Send send_pc_info if language was changed. Also change plugin version to 17. | |||||
2017-03-06 | Change plugin version to 16.s20170404 | Andrei Karas | 1 | -1/+1 | |
2016-08-10 | Add support for exit codes for git pull and building plugin code. | Andrei Karas | 1 | -0/+1 | |
2016-08-10 | Add support for exit codes for building plugin code. | Andrei Karas | 1 | -0/+1 | |
2016-08-10 | Add support for exit codes for git pull and rebuilding code. | Andrei Karas | 1 | -0/+1 | |
2016-08-10 | Add support for exit codes for git pull and building code. | Andrei Karas | 1 | -0/+1 | |
2016-08-10 | Add support for exit codes for rebuilding code. | Andrei Karas | 1 | -0/+1 | |
2016-08-10 | Add support for exit codes for building code. | Andrei Karas | 1 | -0/+1 | |
2016-08-10 | Add support for exit status code for pull and restart. | Andrei Karas | 1 | -0/+1 | |
2016-08-10 | Add gm command for send restart events to all servers. | Andrei Karas | 3 | -0/+19 | |
For now it support only one char and one map server. For support this actions need use hercules wrapper. | |||||
2016-07-19 | Add inf2 into skill block packet.0x10f. | Andrei Karas | 1 | -1/+1 | |
Increase plugin version to 15. | |||||
2016-06-30 | Add constants validation function. | Andrei Karas | 1 | -0/+1 | |
2016-05-02 | Fix warning in login server plugin. | Andrei Karas | 1 | -1/+1 | |
2016-05-02 | Remove extra RFIFOSKIP from login server plugin. | Andrei Karas | 1 | -1/+0 | |
2016-05-02 | Update function hook prototypes for support new hercules. | Andrei Karas | 5 | -25/+45 | |
2016-05-02 | Add into all files where need #include "plugins/HPMHooking.h" | Andrei Karas | 3 | -0/+5 | |
2016-04-28 | Fix different warnings. | Andrei Karas | 4 | -5/+5 | |