DarkflameServer/dCommon
David Markowitz 24dbd3944d
Friends List Overhaul (#630) v103
* Add friends list migration

* Change friends to use charID

Update friends table to use charID and not LWOOBJID variant.

* Fix remove friend

Fix remove friend and make the query more readable at a glance.

* Add and remove friends in the container

Properly add and remove friends in the player container

* add enums

* Add best friends and basic GM support V1

* Add more features

* not online / doesnt exist implementation

Implements the not online and invalid character response codes

* Address players not being removed

Fix an issue where players would not be marked as offline in the friends list due to the message not being sent in all circumstances.

Tested changes on 3 clients, switching characters, logging out from character select, switching characters, world transfer and my friends list looked as it was supposed to.

* Implement proper friends system

Remove debug logs

Track count of best friends

Add best friends list cap of 5

Add config option and best friend update

Add a config option and implement the last missing best friend serialization

Added comments and fixed remove best friend bug

Added some comments and addressed an issue where removing best friends would not remove them from your internal count of friends.

properties and logs fixes

whoops, had an issue

send reply if already BFFs

Send the correct objectID

I really need to rename these

Fix white space

goon

* Replace queries with unique ptrs

* remove user from player container on deletion

Remove the user from the player container when they delete their character.
2022-07-12 20:36:06 -07:00
..
AddFriendResponseCode.h Friends List Overhaul (#630) v103 2022-07-12 20:36:06 -07:00
AddFriendResponseType.h Friends List Overhaul (#630) v103 2022-07-12 20:36:06 -07:00
AMFFormat_BitStream.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
AMFFormat_BitStream.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
AMFFormat.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
AMFFormat.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
BinaryIO.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
BinaryIO.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
dCommonVars.h Possessor and possessable additions (#619) 2022-07-08 22:25:15 -05:00
dConfig.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
dConfig.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
Diagnostics.cpp Small fixes for windows clang compile 2021-12-05 15:59:50 -08:00
Diagnostics.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
dLogger.cpp Fixes dlogger PR 2021-12-13 16:57:43 +01:00
dLogger.h Added a LogDebug 2021-12-11 12:29:34 +00:00
eAninmationFlags.h Possessor and possessable additions (#619) 2022-07-08 22:25:15 -05:00
Game.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
GeneralUtils.cpp Implement a migration runner 2022-07-12 02:16:08 +01:00
GeneralUtils.h Implement a migration runner 2022-07-12 02:16:08 +01:00
LDFFormat.cpp Corrected string to long conversion 2022-06-05 21:02:41 -07:00
LDFFormat.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
MD5.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
MD5.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
Metrics.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
Metrics.hpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
NiPoint3.cpp Basic tests infrastructure 2022-01-03 16:00:21 +01:00
NiPoint3.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
NiQuaternion.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
NiQuaternion.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
PermissionMap.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
SHA512.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
SHA512.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
Type.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
Type.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
ZCompression.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
ZCompression.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00