summaryrefslogtreecommitdiff
path: root/src/map/chrif.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-11-27activity checks and status cleanupHoraK-FDF1-1/+1
2022-10-23Added get all reg2, get single reg2, set/add reg2 and del reg2 to tmwa-admin....HoraK-FDF1-0/+2
2018-12-30pre-send the auth details to map servers instead of blindly trusting 0x0072gumi1-0/+24
2016-04-20add client version to packet 0x2b02mekolat1-1/+2
2016-04-10consolidate client version handlingmekolat1-1/+1
2016-02-08Add third gender to accountwushin1-4/+1
2015-05-17use client versionmekolat1-2/+2
2015-05-07wait for the player to be added to block listmekolat1-1/+1
2015-05-06Merge pull request #75 from mekolat/oncharifWushin1-5/+0
2015-05-01Edits for server messagesNick Ashley1-42/+42
2015-04-30remove useless OnInterIfInitmekolat1-3/+0
2015-04-30remove OnCharIfInit duplicatemekolat1-2/+0
2015-04-29Merge pull request #58 from mekolat/changesexWushin1-4/+3
2015-04-20do not recalc all at oncemekolat1-1/+2
2015-04-20change sex without disconnectingmekolat1-3/+1
2015-04-18remove @gm atcommandmekolat1-51/+0
2015-01-23Use generated config for mapBen Longbons1-58/+10
2015-01-22Remove unsupportable config settingsBen Longbons1-2/+0
2015-01-03Document every network packet's pre, post, and descBen Longbons1-132/+1
2014-11-04Perform divorces asynchronously to avoid crashesBen Longbons1-8/+3
2014-10-26Fix header rankingBen Longbons1-3/+4
2014-10-13Convert container lookups to use Option<Borrowed<T>>Ben Longbons1-4/+4
2014-09-30Rename enum Option to Opt0Ben Longbons1-1/+1
2014-06-30It's about time I did thisBen Longbons1-4/+4
2014-06-26Stick everything in a namespaceBen Longbons1-0/+3
2014-06-26Low hanging fruitBen Longbons1-12/+12
2014-06-26Add null pointer checks for disconnected internalsBen Longbons1-0/+18
2014-06-26specialize inventory/storage indicesBen Longbons1-6/+6
2014-06-24No one is .neutral() here (except IPv4 addresses)Ben Longbons1-3/+3
2014-06-23SwatBen Longbons1-3/+1
2014-06-23Use the generated char server protocol in the map serverBen Longbons1-224/+301
2014-05-27Generate the char server protocolBen Longbons1-1/+2
2014-05-20:%s/^\( *\)\([^ ].*\)\?\(LOG\|PRINTF\)[A-Z_]*(\(.*,\n\)\+\zs\(\1 [^ ]\...Ben Longbons1-1/+1
2014-05-12split out the horrible unchecked buffer accessorsBen Longbons1-0/+1
2014-05-12Split net/ from mmo/Ben Longbons1-3/+4
2014-04-24Header cleanupBen Longbons1-4/+3
2014-04-22Make travis happyBen Longbons1-1/+1
2014-04-22Use strict ID typesBen Longbons1-54/+49
2014-04-18Merge tag 'v14.4.18' into masterBen Longbons1-12/+15
2014-04-18Die sensibly, take 2Ben Longbons1-2/+11
2014-04-17Die sensibly, take 1Ben Longbons1-10/+4
2014-04-14Ditch gcc 4.6 supportBen Longbons1-62/+60
2014-04-09Add all the missing copyright headersBen Longbons1-0/+20
2014-03-16Clean up header organizationBen Longbons1-4/+6
2014-03-15Remove unused fields to shrink character structBen Longbons1-2/+1
2014-03-15Split out the keys from character data to have better paging performanceBen Longbons1-11/+14
2014-02-08Implement AStringBen Longbons1-2/+2
2014-02-06Wrap remaining FDs in a classBen Longbons1-12/+13
2014-02-04Convert fd to Session* where meaningfulBen Longbons1-213/+228
2014-01-25Implement unified config parsing (mostly)Ben Longbons1-3/+1