|
a14aee4e29
|
handle unactivated accounts in the correct spot
|
2020-10-30 21:25:29 -06:00 |
|
|
b3e0674ca5
|
fix more tests + fix warnings
|
2020-10-30 21:25:27 -06:00 |
|
|
1ac85b9a5c
|
tell loginserv the ip of charserv
|
2020-10-30 21:24:02 -06:00 |
|
|
2351b31125
|
entitygateway uses results for its functions now
|
2020-10-30 21:23:59 -06:00 |
|
|
0f7cbbf096
|
fix tests again
|
2020-10-07 19:24:46 -06:00 |
|
|
17a8b288c1
|
change banned from bool to timestamp
|
2020-10-07 19:24:46 -06:00 |
|
|
c8059edb42
|
move interserver handler from login -> character and handle new ship messages
|
2020-08-19 23:18:04 -06:00 |
|
|
2926938201
|
add InterserverActor trait for cross-server communication
|
2020-08-19 21:21:09 -06:00 |
|
|
7ae60fafc5
|
asyncify tests
|
2020-06-02 19:02:06 -06:00 |
|
|
8d49c50cc5
|
async EntityGateway
|
2020-06-02 18:51:18 -06:00 |
|
|
e255b43c10
|
hella warnings cleanup pt 1. remove unused imports, allow deadcode and unused results
|
2020-05-02 22:08:37 -03:00 |
|
|
d9f88d55a2
|
use New variants of entities for creation
|
2020-03-30 19:28:49 -07:00 |
|
|
b39ee6c0f3
|
use Option for entity primary keys
|
2020-03-29 22:00:07 -07:00 |
|
|
6b1ef41bd0
|
UserAccount/UserSettings/GuildCardData -> *Entities
|
2020-03-29 16:11:14 -07:00 |
|
|
177b694870
|
initial guildcard send/recv
|
2020-03-22 22:40:40 -03:00 |
|
|
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 |
|