summaryrefslogtreecommitdiff
path: root/src/char/char.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-04-22Fix warning: 'T& tmwa::Slice<T>::operator[](size_t) is deprecatedFedja Beader1-5/+9
2024-04-22Fix Wformat-zero-length warningsFedja Beader1-2/+0
2023-08-03weapon base attack delay standardizationHoraK-FDF1-1/+1
2022-10-23Added get all reg2, get single reg2, set/add reg2 and del reg2 to tmwa-admin....HoraK-FDF1-6/+7
2020-07-08never clear the invisible/hidden gm statusgumi1-0/+9
2019-01-10avoid filling the fifo queue in char server for new authenticationsgumi1-10/+22
2018-12-30pre-send the auth details to map servers instead of blindly trusting 0x0072gumi1-52/+123
2018-12-30make char server notify login server of successful authgumi1-12/+19
2018-12-30Improve char-server loggingFreeyorp1-49/+50
2018-12-30Fixed a very old login/char authentication exploitFreeyorp1-0/+23
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-05preemptively send auth details to char servergumi1-0/+20
2018-04-03relay the actual char login error instead of a hardcoded 0x42gumi1-1/+1
2018-02-16hide from the online list any GM level that is not a multiple of 10 and not 99gumi1-3/+6
2016-04-20add client version to packet 0x2b02mekolat1-1/+4
2016-04-10consolidate client version handlingmekolat1-18/+7
2016-02-08do not force logout after sex changemekolat1-32/+0
2016-02-08Don't override char genderwushin1-1/+0
2016-02-08Add third gender to accountwushin1-32/+41
2015-06-18move hardcoded settings in char server to config filemekolat1-5/+5
2015-06-18send error code when char creation failsmekolat1-10/+32
2015-05-17reject very old manaplus versionsmekolat1-0/+9
2015-05-17use client versionmekolat1-7/+7
2015-04-18remove @gm atcommandmekolat1-49/+0
2015-01-23Use generated config for charBen Longbons1-341/+96
2015-01-22Use Spanned<T> while parsing configBen Longbons1-63/+68
2015-01-22Generate most config parsersBen Longbons1-4/+0
2015-01-22Have I mentioned that I hate ADL?Ben Longbons1-3/+3
2015-01-22Remove unsupportable config settingsBen Longbons1-44/+6
2015-01-03Document every network packet's pre, post, and descBen Longbons1-86/+0
2014-10-26Fix header rankingBen Longbons1-6/+9
2014-10-13Convert container lookups to use Option<Borrowed<T>>Ben Longbons1-2/+1
2014-09-30Rename enum Option to Opt0Ben Longbons1-2/+2
2014-08-05Enums are not usually integers, sorryBen Longbons1-0/+2
2014-08-05Merge tag 'v14.4.19'Ben Longbons1-1/+2
2014-08-05Emergency security fix for deleting charactersv14.4.19Ben Longbons1-1/+2
2014-07-16Revert bounds checks and go back to signed integersBen Longbons1-4/+4
2014-07-01Savefile fixesBen Longbons1-1/+10
2014-06-30It's about time I did thisBen Longbons1-8/+8
2014-06-26Stick everything in a namespaceBen Longbons1-0/+4
2014-06-26Low hanging fruitBen Longbons1-7/+7
2014-06-26Add null pointer checks for disconnected internalsBen Longbons1-15/+6
2014-06-26specialize inventory/storage indicesBen Longbons1-6/+23
2014-06-24No one is .neutral() here (except IPv4 addresses)Ben Longbons1-14/+14
2014-06-23Use the generated char server protocol in the map serverBen Longbons1-7/+7
2014-06-23Generate the map server protocolBen Longbons1-9/+6
2014-05-27Generate the char server protocolBen Longbons1-634/+823