summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2022-09-28Merge branch 'sc_cooldown' into fullfullHoraK-FDF2-0/+6
2022-09-28mana guardian and tyrant cooldown symbolsHoraK-FDF2-0/+6
2022-09-28Merge branch 'sc_cooldown' into fullHoraK-FDF2-0/+4
2022-09-20compilation error fixHoraK-FDF1-0/+1
2022-09-20cooldown status symbolHoraK-FDF2-0/+4
2020-07-08never clear the invisible/hidden gm statusgumi5-12/+49
2020-07-06ensure that returning builtins always return, else abortgumi2-6/+28
2020-07-06fix formatting of the script nullpo macrogumi1-12/+16
2020-07-06abort script execution when encountering a null pointergumi1-121/+106
2020-04-18don't spam the GM logs with hugo/linusgumi1-4/+8
2019-09-27remove useless file, fix formattinggumi1-1/+1
2019-09-03expand exp table to level 135gumi1-1/+13
2019-08-28Revert the changes from the last 2 releasesgumi6-139/+74
2019-08-28add support for musl-libcgumi5-14/+14
2019-08-26allow summoned mobs to also have slavesgumi2-6/+6
2019-08-26fix mob slaves not attackinggumi4-41/+56
2019-08-23allow to summon multiple mobs with @summongumi5-36/+86
2019-04-15warp the player on autoblock (since manaplus doesn't allow us to block nicely)gumi1-1/+3
2019-04-15do not apply automod for hidden GMsgumi1-1/+3
2019-04-15don't use a 3-tile-wide warp for @addwarpgumi1-2/+2
2019-04-15fix clang warningsgumi2-5/+5
2019-04-15add a built-in gm log delay optiongumi1-6/+11
2019-04-15add gm automod toolgumi6-1/+138
2019-01-11drop support for gcc-5, gcc-6, clang-4, clang-5 in travis and fix some misc i...gumi7-21/+23
2019-01-10kill idle connections to login-server after a whilegumi1-1/+20
2019-01-10limit login requests to 1 per ip per X secondsgumi1-1/+32
2019-01-10avoid filling the fifo queue in char server for new authenticationsgumi1-10/+22
2019-01-10completely remove the auth fifo queue in login servergumi5-55/+0
2019-01-10store login-server auth details directly in the sessiongumi1-18/+8
2018-12-30pre-send the auth details to map servers instead of blindly trusting 0x0072gumi9-55/+206
2018-12-30make char server notify login server of successful authgumi3-143/+139
2018-12-30Improve login-server loggingFreeyorp1-100/+100
2018-12-30Improve char-server loggingFreeyorp2-49/+55
2018-12-30Fixed a very old login/char authentication exploitFreeyorp1-0/+23
2018-12-18add player heal packetsv18.12.18gumi4-3/+54
2018-12-13add support for sending player HP for protocol >= 9gumi2-11/+47
2018-12-06add a missing include in fdgumi1-0/+1
2018-11-10add support for CMSG_ONLINE_LISTgumi1-1/+43
2018-11-10fix the previous commit.... *facepalm*gumi1-1/+1
2018-11-10don't display (GM) for non-60 in the txt online listv18.11.10gumi1-3/+16
2018-06-19fix the previous patchgumi1-0/+1
2018-06-19automatically fix corrupt parties on bootv18.6.19gumi1-0/+29
2018-04-05sorry! stop yelling at me!gumi1-0/+2
2018-04-05gcc doesn't like it when we initialize in the wrong ordergumi1-1/+1
2018-04-05make sessions expire after 5 minutes of being unreachablegumi2-10/+39
2018-04-05preemptively send auth details to char servergumi2-15/+53
2018-04-03fix a possible race condition between login and char servergumi1-10/+11
2018-04-03relay the actual char login error instead of a hardcoded 0x42gumi2-2/+4
2018-04-03always send a 0x2713 to char server when a 0x2712 is receivedgumi1-3/+3
2018-03-23fix a bug introduced by wushin, which freeyorp highlighted with his previous ...v18.3.23.1Tezer1-17/+2