Aaron Kimbre
5d85b9ec2d
Merge branch 'main' into chatpacketwhowhere
2024-03-19 09:25:36 -05:00
jadebenn
75544e3eec
chore: Change dServer and related code to use BitStream references ( #1476 )
2024-02-26 23:43:33 -06:00
Aaron Kimbre
25e180bac2
chore: start deprecating chat_internal
...
Add support for who and Show_all packets
Add DebugOuput and HttpMonInfo packets
2024-01-14 22:47:59 -06:00
Aaron Kimbrell
0bc12141c3
chore: default size to 33 on LU(W)Strings since that's the most common lenght ( #1410 )
...
Was doing this on other places, but not the main one
2024-01-12 14:23:44 -06:00
Aaron Kimbrell
dbe4a0ced3
chore: continue work on removing raw packet reading ( #1404 )
...
* chore: continue work on removing raw packet reading
tested that logging in, deleted a char, renaming a char, and transfeering to a zone all work still
* Address Feedback
2024-01-07 02:02:27 -06:00
David Markowitz
0dc6763a3c
chore: Remove pointer management in PlayerContainer ( #1397 )
...
* const
use cbegin, remove null checks
they are references now, they cant be null themselves
Change to reference instead of ptr
Remove getter
const
* allow duplicate request
without the reply you apparently need to re-log for some reason.
Update PlayerContainer.cpp
2024-01-05 22:42:30 -06:00
David Markowitz
1001e41528
simplify code path
2023-11-18 20:33:30 -08:00
David Markowitz
59bf91b14f
fix up enum names
...
Update ChatIgnoreList.cpp
Add extra check for size on adding
Cant happen without hacks, but worth checking anyways
Update ChatIgnoreList.cpp
2023-11-18 20:21:13 -08:00
David Markowitz
12ea2dfb2e
Works for online players now
2023-11-18 18:37:06 -08:00
David Markowitz
d193fe61be
Database working for ignores
2023-11-18 18:05:26 -08:00
David Markowitz
511407c8ea
Removing ignore works now
2023-11-18 17:33:52 -08:00
David Markowitz
df3515f474
IgnoreList: Add and Populate fully working
2023-11-18 03:55:12 -08:00