Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-04-18 | don't spam the GM logs with hugo/linus | gumi | 1 | -4/+8 | |
2019-09-27 | remove useless file, fix formatting | gumi | 1 | -1/+1 | |
2019-09-03 | expand exp table to level 135 | gumi | 1 | -1/+13 | |
2019-08-28 | Revert the changes from the last 2 releases | gumi | 6 | -139/+74 | |
battle.cpp is very messy and full of bugs | |||||
2019-08-28 | add support for musl-libc | gumi | 5 | -14/+14 | |
2019-08-26 | allow summoned mobs to also have slaves | gumi | 2 | -6/+6 | |
2019-08-26 | fix mob slaves not attacking | gumi | 4 | -41/+56 | |
2019-08-23 | allow to summon multiple mobs with @summon | gumi | 5 | -36/+86 | |
2019-04-15 | warp the player on autoblock (since manaplus doesn't allow us to block nicely) | gumi | 1 | -1/+3 | |
2019-04-15 | do not apply automod for hidden GMs | gumi | 1 | -1/+3 | |
2019-04-15 | don't use a 3-tile-wide warp for @addwarp | gumi | 1 | -2/+2 | |
2019-04-15 | fix clang warnings | gumi | 2 | -5/+5 | |
2019-04-15 | add a built-in gm log delay option | gumi | 1 | -6/+11 | |
2019-04-15 | add gm automod tool | gumi | 6 | -1/+138 | |
2019-01-11 | drop support for gcc-5, gcc-6, clang-4, clang-5 in travis and fix some misc ↵ | gumi | 7 | -21/+23 | |
issues | |||||
2019-01-10 | kill idle connections to login-server after a while | gumi | 1 | -1/+20 | |
2019-01-10 | limit login requests to 1 per ip per X seconds | gumi | 1 | -1/+32 | |
2019-01-10 | avoid filling the fifo queue in char server for new authentications | gumi | 1 | -10/+22 | |
There can only be one connection per account id at any given time, so we can safely recycle old fifo entries with the same id | |||||
2019-01-10 | completely remove the auth fifo queue in login server | gumi | 5 | -55/+0 | |
it isn't even being used anymore | |||||
2019-01-10 | store login-server auth details directly in the session | gumi | 1 | -18/+8 | |
2018-12-30 | pre-send the auth details to map servers instead of blindly trusting 0x0072 | gumi | 9 | -55/+206 | |
2018-12-30 | make char server notify login server of successful auth | gumi | 3 | -143/+139 | |
2018-12-30 | Improve login-server logging | Freeyorp | 1 | -100/+100 | |
Sends many important messages to both stdout and to log, rather than one or the other, which required often time consuming reconstruction. Change the format of many logs so that when logging the IP of the char-server, rather than the IP of the source of the request, it should be clearer that this is what is meant. Log the IP in many more cases, including for an incorrect password in a failed login attempt, in a format suitable for fail2ban or other anti-bruteforce measures. Fix many miscellaneous grammatical or spelling mistakes. | |||||
2018-12-30 | Improve char-server logging | Freeyorp | 2 | -49/+55 | |
Sends many important messages to both stdout and to log, rather than just one or the other, which required often time consuming reconstruction. Also shout on many more cases of unusual behaviour, and log the IP in a format suitable for fail2ban or other anti-bruteforce measures. When unusual unauthenticated behaviour is detected, close the connection immediately, rather than just skipping the current packet. | |||||
2018-12-30 | Fixed a very old login/char authentication exploit | Freeyorp | 1 | -0/+23 | |
See: https://github.com/eathena/eathena/commit/d1fdddf36d913b7c85dcb9ed186a092a43fcec46 We *really* need a more stable base. This was literally fixed by upstream over a decade ago. | |||||
2018-12-18 | add player heal packetsv18.12.18 | gumi | 4 | -3/+54 | |
2018-12-13 | add support for sending player HP for protocol >= 9 | gumi | 2 | -11/+47 | |
2018-12-06 | add a missing include in fd | gumi | 1 | -0/+1 | |
2018-11-10 | add support for CMSG_ONLINE_LIST | gumi | 1 | -1/+43 | |
2018-11-10 | fix the previous commit.... *facepalm* | gumi | 1 | -1/+1 | |
2018-11-10 | don't display (GM) for non-60 in the txt online listv18.11.10 | gumi | 1 | -3/+16 | |
2018-06-19 | fix the previous patch | gumi | 1 | -0/+1 | |
2018-06-19 | automatically fix corrupt parties on bootv18.6.19 | gumi | 1 | -0/+29 | |
2018-04-05 | sorry! stop yelling at me! | gumi | 1 | -0/+2 | |
2018-04-05 | gcc doesn't like it when we initialize in the wrong order | gumi | 1 | -1/+1 | |
2018-04-05 | make sessions expire after 5 minutes of being unreachable | gumi | 2 | -10/+39 | |
2018-04-05 | preemptively send auth details to char server | gumi | 2 | -15/+53 | |
why wasn't this already the case? o_o | |||||
2018-04-03 | fix a possible race condition between login and char server | gumi | 1 | -10/+11 | |
2018-04-03 | relay the actual char login error instead of a hardcoded 0x42 | gumi | 2 | -2/+4 | |
2018-04-03 | always send a 0x2713 to char server when a 0x2712 is received | gumi | 1 | -3/+3 | |
this should fix the char server freeze bug | |||||
2018-03-23 | fix a bug introduced by wushin, which freeyorp highlighted with his previous ↵v18.3.23.1 | Tezer | 1 | -17/+2 | |
patch | |||||
2018-03-23 | automatically de-attach freed NPCsv18.3.23 | gumi | 2 | -12/+61 | |
2018-03-23 | Fix NPC script softlockv18.3.22 | Freeyorp | 1 | -0/+11 | |
When an NPC called destroy; from an attached script, npc_id, and associated state, was not properly cleared. This meant that the server considered the PC to still be in conversation, preventing many actions including walking, but with an invalid NPC. This clears state for the specific case of the a PC attached to the script instance that called destroy. It is still not safe to call destroy; if other players may be attached to it. | |||||
2018-03-18 | skip @hidden players (such as bots) when iterating with @hugo | gumi | 1 | -1/+19 | |
2018-03-11 | don't send base_level if player is a bot | gumi | 1 | -3/+3 | |
2018-03-09 | validate name size before sending custom mob names | gumi | 1 | -4/+6 | |
2018-03-08 | fix some out-of-memory reads in script builtins | gumi | 1 | -3/+3 | |
2018-03-08 | fix ScriptState uninitialized values | gumi | 1 | -0/+4 | |
2018-03-06 | whoops, my bad | gumi | 1 | -0/+2 | |
2018-03-05 | fix gdb tests for python3 | gumi | 2 | -2/+6 | |