index
:
planetwars.dev
main
Unnamed repository; edit this file 'description' to name the repository.
nginx
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
planetwars-server
/
src
/
modules
/
bot_api.rs
Age
Commit message (
Collapse
)
Author
Files
Lines
2022-07-25
rename bot_api to client_api
Ilion Beyst
1
-299
/
+0
2022-07-23
store active version id in bots table
Ilion Beyst
1
-4
/
+3
2022-07-21
show match url in planetwars_client
Ilion Beyst
1
-0
/
+5
2022-07-20
wrap bot api in oneof for extendability
Ilion Beyst
1
-15
/
+27
2022-07-14
change runnerconfig to globalconfig
Ilion Beyst
1
-3
/
+4
2022-07-14
create a configuration to hold docker registry url
Ilion Beyst
1
-12
/
+17
2022-07-13
refactor: unify match save and spawn
Ilion Beyst
1
-4
/
+4
2022-07-12
refactor: delay BotSpec construction in RunMatch
Ilion Beyst
1
-5
/
+10
2022-07-09
refactor: pass on both Bot and BotVersion to MatchPlayer
Ilion Beyst
1
-1
/
+1
2022-07-06
rename code_bundle to bot_version
Ilion Beyst
1
-1
/
+1
2022-06-11
use RunMatch in bot_api service
Ilion Beyst
1
-23
/
+20
2022-06-09
consistently use player_key and player_id
Ilion Beyst
1
-10
/
+10
2022-06-08
implement grpc match creation PoC
Ilion Beyst
1
-32
/
+54
2022-06-07
timeout when player never connects
Ilion Beyst
1
-9
/
+23
2022-06-06
bot api: handle timeouts and disconnects
Ilion Beyst
1
-8
/
+55
2022-06-06
send player_id through request metadata
Ilion Beyst
1
-3
/
+16
2022-06-06
implement PlayerRouter
Ilion Beyst
1
-26
/
+45
2022-06-05
baby steps towards a working bot api
Ilion Beyst
1
-10
/
+140
2022-05-31
set up gprc server
Ilion Beyst
1
-0
/
+30