28 Commits

Author SHA1 Message Date
93426dc52a async! 2020-01-23 18:00:34 -08:00
272be2db74 ServerState on_disconnect 2020-01-10 19:42:05 -08:00
704d6386f7 dyn trait -> impl trait 2020-01-10 06:58:28 -08:00
02947adc98 removed let banned and extra comments 2019-11-30 18:43:14 -08:00
c33f7ca830 initial test for banned user 2019-11-30 18:43:14 -08:00
88ce7d922b show data in wrongpacketforservertype 2019-11-09 22:58:13 -08:00
28619a95c3 move util to libpso 2019-11-04 20:33:22 -08:00
8b8e4af0f3 security_data -> session 2019-11-04 20:28:50 -08:00
fc7338356b packets no longer need flag explicitly defined 2019-11-04 20:27:47 -08:00
5c1a366af9 WrongPacketForServerType now wants the packet command 2019-11-04 20:23:41 -08:00
f294781934 move patch/login main.rs files up a level 2019-10-09 22:45:14 -07:00
187fc18119 dataaccess -> entity gateway, move stuff around 2019-10-05 17:37:49 -07:00
88efeb0c28 add flag to useraccount 2019-09-23 22:24:51 -07:00
9ce95637cf const LOGIN_PACKET in tests 2019-09-15 16:14:12 -07:00
8901f29cc3 add login tests 2019-09-15 16:00:30 -07:00
5c520949b6 fix compiler warnings 2019-09-15 15:14:19 -07:00
ba226cc28a remove pktvec 2019-09-15 15:06:15 -07:00
a23a300a26 fix login test 2019-09-15 14:45:57 -07:00
d86f5caca1 serverstate::handle now returns a result (patch/login converted) 2019-09-15 13:17:49 -07:00
929f0e7f85 add client_id arg to on_connect 2019-09-15 13:16:49 -07:00
709d0bae81 make clientid a stronger type 2019-09-14 11:43:02 -07:00
Jake Probst
3690e05265 that one huge refactor 2019-09-04 09:17:48 -07:00
Jake Probst
9db9a5e248 move away from diesel requirement to run 2019-08-28 20:40:17 -07:00
Jake Probst
4a20ff55f7 cleanup 2019-08-25 04:51:12 -07:00
Jake Probst
7763741fcb remove print statement 2019-08-24 14:46:26 -07:00
Jake Probst
2e6606a8f2 new serverstatus stuff plus a login test! 2019-08-24 14:45:58 -07:00
Jake Probst
2fb97cc2b6 data access interface 2019-08-23 23:01:36 -07:00
Jake Probst
823ccf57be split login between auth and character services 2019-08-20 17:59:00 -07:00