aboutsummaryrefslogtreecommitdiff
path: root/src/game.rs
Commit message (Expand)AuthorAgeFilesLines
* first pass convert to poiseNathan Perry2024-08-061-606/+0
* clippy fixesNathan Perry2024-05-081-39/+59
* fixups: memes workingNathan Perry2024-05-081-67/+71
* rework to use songbirdNathan Perry2024-05-081-26/+54
* update all depsNathan Perry2024-05-081-69/+107
* fs: log results of loading user_id_mapping and restrict.jsonNathan Perry2022-11-301-2/+6
* fs: parameterize remote referencesNathan Perry2022-11-291-1/+7
* builds okNathan Perry2021-01-231-95/+74
* move configuration into envconfigNathan Perry2020-06-201-14/+11
* fix user id parsingNathan Perry2020-06-201-4/+7
* import errorNathan Perry2020-06-191-0/+1
* add help, fix gaemNathan Perry2020-01-281-0/+1
* borrowck fixesNathan Perry2019-11-171-10/+9
* remove a bunch of unused importsNathan Perry2019-11-171-1/+0
* mostly fixedNathan Perry2019-11-171-9/+45
* most restructuring doneNathan Perry2019-11-171-57/+40
* restricted prefixesNathan Perry2019-07-161-5/+0
* write meme `query` commandNathan Perry2019-04-101-2/+2
* remove unused spreadsheet functionNathan Perry2019-03-291-14/+0
* correct to non-owned gamesNathan Perry2019-03-101-1/+1
* include non-installed games in updategaem outputNathan Perry2019-03-101-3/+3
* fix gamestatus parsing bugNathan Perry2019-03-101-1/+1
* improve user id parsingNathan Perry2019-03-101-4/+34
* updategaem: fix bug re: whose steam account is usedNathan Perry2019-03-101-5/+3
* finish up updategaem for nowNathan Perry2019-03-101-7/+24
* updategaem commandNathan Perry2019-03-101-71/+275
* handle empty caseNathan Perry2019-03-081-1/+5
* fix parsing because serenity's Args is badNathan Perry2019-03-081-1/+5
* allow growing spreadsheet through env varNathan Perry2019-03-081-1/+2
* gaem: sort output by lowercaseNathan Perry2019-03-081-1/+3
* add ownedgaem commandNathan Perry2019-03-081-20/+56
* slight usability improvementsNathan Perry2019-03-081-3/+4
* support parsing users for gaem commandNathan Perry2019-03-081-15/+54
* working versionNathan Perry2019-03-081-233/+94
* first pass with oauthNathan Perry2019-03-081-0/+330