Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-08 | Remove getusers(0) because it is broken in TMWA (causes a SEGV) | Jesusaves | 1 | -2/+2 | |
2022-11-05 | Reduce scope of a variable to prevent possible exploits. | Jesusaves | 1 | -1/+4 | |
2022-10-26 | Reintroduce OnPCLogoutEvent label | Jesusaves | 1 | -0/+2 | |
2022-10-24 | Merge branch 'sc_cooldown' into 'master' | Jesusalva Jesusalva | 4 | -31/+63 | |
Sc cooldown added frillyar and kaflosh status symbols and <1s fix See merge request legacy/tmwa!236 | |||||
2022-10-24 | Sc cooldown added frillyar and kaflosh status symbols and <1s fix | HoraK-FDF | 4 | -31/+63 | |
2022-10-23 | Merge branch 'tmwa-admin-reg2-mod' into 'master' | Jesusalva Jesusalva | 13 | -203/+1416 | |
Tmwa admin reg2 mod, required for Mirror Lake See merge request legacy/tmwa!235 | |||||
2022-10-23 | Added get all reg2, get single reg2, set/add reg2 and del reg2 to ↵ | HoraK-FDF | 13 | -203/+1416 | |
tmwa-admin. Fixed communication from char server to login server. Added translations and comments. Minor QoL. | |||||
2022-10-22 | Merge branch 'compilation_fix' into 'master' | Jesusalva Jesusalva | 1 | -0/+1 | |
I unfortunately do not care for TMWA. So I'll not check if this fixes anything either. TMWA could always be compiled anyway. There's no compilation error AFAIK But as I said ─ whatever, I don't care. See merge request legacy/tmwa!233 | |||||
2022-10-22 | Merge branch 'sc_cooldown' into 'master' | Jesusalva Jesusalva | 2 | -0/+10 | |
I unfortunately do not care for TMWA. See merge request legacy/tmwa!234 | |||||
2022-09-28 | mana guardian and tyrant cooldown symbols | HoraK-FDF | 2 | -0/+6 | |
2022-09-20 | compilation error fix | HoraK-FDF | 1 | -0/+1 | |
2022-09-20 | cooldown status symbol | HoraK-FDF | 2 | -0/+4 | |
2020-07-08 | release v20.7.8v20.7.8 | gumi | 1 | -0/+2 | |
2020-07-08 | never clear the invisible/hidden gm status | gumi | 5 | -12/+49 | |
2020-07-06 | release v20.7.6v20.7.6 | gumi | 1 | -0/+2 | |
2020-07-06 | ensure that returning builtins always return, else abort | gumi | 2 | -6/+28 | |
2020-07-06 | fix formatting of the script nullpo macro | gumi | 1 | -12/+16 | |
2020-07-06 | abort script execution when encountering a null pointer | gumi | 1 | -121/+106 | |
2020-04-18 | release v20.4.18v20.4.18 | gumi | 1 | -0/+5 | |
2020-04-18 | don't spam the GM logs with hugo/linus | gumi | 2 | -4/+11 | |
2019-09-27 | remove useless file, fix formatting | gumi | 2 | -5613/+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 busybox-install (Alpine) | gumi | 1 | -1/+1 | |
2019-08-28 | add support for musl-libc | gumi | 5 | -14/+14 | |
2019-08-26 | v19.8.26v19.8.26 | gumi | 1 | -0/+2 | |
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 | v19.8.23v19.8.23 | gumi | 1 | -0/+3 | |
2019-08-23 | allow to summon multiple mobs with @summon | gumi | 5 | -36/+86 | |
2019-04-15 | release v19.4.15.1v19.4.15.1 | gumi | 1 | -0/+2 | |
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 | release v19.4.15v19.4.15 | gumi | 1 | -0/+3 | |
2019-04-15 | add a built-in gm log delay option | gumi | 2 | -6/+13 | |
2019-04-15 | add gm automod tool | gumi | 7 | -1/+5750 | |
2019-04-04 | Send travis pass/fail notifications to IRC | Freeyorp | 1 | -0/+5 | |
2019-01-20 | [ci skip] v19.1.10v19.1.10 | gumi | 1 | -0/+3 | |
2019-01-11 | drop support for gcc-5, gcc-6, clang-4, clang-5 in travis and fix some misc ↵ | gumi | 9 | -42/+46 | |
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 | 2 | -1/+34 | |
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 | v18.12.30v18.12.30 | gumi | 1 | -0/+2 | |
2018-12-30 | pre-send the auth details to map servers instead of blindly trusting 0x0072 | gumi | 10 | -55/+238 | |
2018-12-30 | make char server notify login server of successful auth | gumi | 4 | -143/+155 | |
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. |