Refactor models (merge Players in Games), add cursor to correspondance games. Finishe...
[vchess.git] / server / models / Challenge.js
2020-03-16 Benjamin AuderRefactor models (merge Players in Games), add cursor...
2020-03-04 Benjamin AuderFix targetted challenge deletion on server when refused
2020-03-04 Benjamin AuderFix targetted challenge deletion after refusal
2020-03-04 Benjamin AuderExperimental symmetric randomness + deterministic option
2020-02-20 Benjamin AuderRevise server code + a few fixes in trnalsations and...
2020-02-18 Benjamin AuderRemove 'var' keyword from server code
2020-02-12 Benjamin AuderSoften removal conditions in CRON tasks (no challenge...
2020-02-11 Benjamin AuderExperimental multi-tabs support (TODO: prevent multi...
2020-02-07 Benjamin AuderFix corr challenges
2020-02-07 Benjamin AuderFix CRON tasks
2020-02-01 Benjamin AuderSanitize inputs on server side
2020-01-16 Benjamin AuderImplement cleaning methods (CRON tasks)
2020-01-15 Benjamin AuderDrop problems from server + draft DB cleaning functions
2019-11-29 Benjamin AuderFix challenge send+accept. Now debug game launch from...
2019-11-29 Benjamin AuderAdvance on corr game start
2019-11-29 Benjamin AuderFix ajax for challenge creation
2019-11-28 Benjamin AuderSome fixes, working on corr challenges
2019-09-06 Benjamin AuderUpdate on challenges
2019-09-06 Benjamin AuderDrop 'WillPlay' table (no multiplayers games)
2019-03-20 Benjamin AuderSmall fixes + add some debug traces
2019-03-13 Benjamin AuderOngoing work on challenges + games for correspondance...
2019-03-12 Benjamin AuderRemove test instructions, fix CORS for DELETE method
2019-03-12 Benjamin AuderWork on correspondance challenges system
2019-03-12 Benjamin Auder'update'
2019-02-13 Benjamin AuderSome advances in challenge handling (server+client)
2019-01-23 Benjamin AuderAdvance on client side
2019-01-22 Benjamin AuderSeparate client and server codes. Keep everything in...