Protectator / LoLarchive

A website that keeps track of each of your games in League of Legends
GNU Affero General Public License v3.0
0 stars 1 forks source link

Keep track of other summoner's names #11

Closed Protectator closed 10 years ago

Protectator commented 10 years ago

I had an idea how to do this in a good way but I don't remember.

Protectator commented 10 years ago

Partly done and functional using the option QUERY_FOREIGN_SUMMONER_NAME_WHEN_PLAYER_ACCESSED in the config file. Functional from commit 590c5ceea1ab072704b9ce5fe72329a768b5e35e

Protectator commented 10 years ago

To do : Implement the code which should run when IMMEDIATE_QUERY_SUMMONER_NAMES is set to true.

Protectator commented 10 years ago

IMMEDIADTE_QUERY_SUMMONER_NAMES implemented and functional with 3d6e59867a9aff3a7c951bea3c8d9923ed87fa9d

Protectator commented 10 years ago

Still improvements to do, it is currently slow as hell because it queries for ALL summoners names of each game, and does each game separately (10 names by 10) instead of doing 40 by 40.

Protectator commented 10 years ago

Correctly functioning with https://github.com/Protectator/LoLarchive/commit/d34f49807678b840482718b9a1930adaac0e02bb