Archived
1
Commit Graph

10 Commits

Author SHA1 Message Date
98bf2c393b
Move import path to Github 2018-05-19 12:14:25 +04:00
ca51648110 Add profile updates via statistics
After nerf update there is machine-readable command /me in PokememBroBot. It can be used for gathering useful information about users.
2018-05-02 08:48:22 +04:00
86afa52a56 Format imports with goimport 2018-05-02 07:25:39 +04:00
b1975a161c YAML files for rarely changed data. New weapon stats. 2018-04-30 19:46:28 +04:00
93f2e7d818 Fix typo in last weapon ID 2018-03-31 08:39:28 +04:00
c9855116da Move rarely changed data to datamappings, fix profile updating
As result of profile format change, introduced in game update yesterday we need to change profile regexp.

As result of some refactoring, rarely changed data removed from database and added to sources of bot.
2018-03-31 08:34:27 +04:00
1370ab2b91 Yet another remote change
Now: source.wtfteam.pro
2018-02-13 22:05:32 +04:00
7368c58e2d Adding multiple cummands for listing filtered and unfiltered pokememes 2018-02-07 15:59:28 +04:00
7bcaca66aa Fix for non-finding weapons 2018-01-30 18:41:23 +04:00
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