This commit is contained in:
shoopea 2019-06-11 15:47:34 +08:00
parent 393fdb289e
commit f2c6a768d7

View File

@ -1,12 +1,10 @@
ChirpNestBot
- [x] Test HTML in message
- [x] Update auction from broadcast
- [ ] Adjust /time clock for auctions/... (delay between cw and real time ?)
- [ ] Make sure refresh message receives the message later (jobMsgRefresh)
- [ ] Adjust /time clock for auctions/... (delay between cw and real time ?)
- [ ] Update old auctions with client
- [ ] Convert config to json
- [ ] Eliminate cache map race conditions (all maps with read/write) and use redis ?
- [ ] Transform import/export to jobs
- [ ] Transform import/export to jobs, feed msg to identification channel instead of inserting directly
- [ ] Turn on/off queue consumption
- [ ] Client de-registration announce
- [ ] Items parsing/identification
@ -23,6 +21,8 @@ ChirpNestBot
- [ ] Impersonate
- [x] Foray interception
- [x] Export/import all messages
- [x] Test HTML in message
- [x] Update auction from broadcast
Progression :
- 0 -> 4 : Forest + Foray ;
- 5 -> 10 : Forest + Foray + Arena ;