hdkv
/
i2_bot
Archived
1
Fork 0
Commit Graph

8 Commits (3be6ddd8a86f7ff15bc75d0b21cc630d93a6e058)

Author SHA1 Message Date
Vladimir Hodakov 6dac398fd3 /top and /top_my functions 2018-02-05 12:37:46 +04:00
Vladimir Hodakov b8226d8aa8 DataCache and changes for game update
Recent game update changed pokememes view in pokedeks, so we need to
reflect it by updating parser.

Introducing DataCache - a silver bullet for eliminating lags linked to
database queries. Less queries, more in RAM, faster work. Needs testing
in production environment.
2018-01-29 23:50:25 +04:00
Vladimir Hodakov 24e4904807 /find_user moved to custom SQL query
Now it's much, MUCH faster.
2017-12-23 18:49:09 +04:00
Vladimir Hodakov 95a9a2146a Pins to supergroups, managed by admins 2017-11-14 03:44:21 +04:00
Vladimir Hodakov 88c9853c77 Latest game update reflections
Added ``pokememes_wealth`` in profiles, because we now can retrieve it
from profiles.
Removed ``pokememe_lvl`` from profile pokememes due to latest game
update, where level calculating become almost impossible (or hard enough
to throw it away).
Added ``pokememe_attack`` for profile pokememes, which will be used
instead of level.
2017-10-22 13:13:20 +04:00
Vladimir Hodakov 8dab6c0699 Refactoring: now we respect gofmt and have some comments 2017-10-18 09:39:50 +04:00
Vladimir Hodakov 6f374e560e All code formatted with gofmt 2017-10-18 07:03:34 +04:00
Vladimir Hodakov ef924d26c7 Pokememes possibilities, some refactoring 2017-10-13 03:05:26 +04:00