Earu / EasyChat

A modular Garry's Mod chat addon for both users and developers. (EOL 2025)
https://steamcommunity.com/sharedfiles/filedetails/?id=1182471500
GNU General Public License v3.0
90 stars 31 forks source link

Fetch Emoji data from Emojibase instead of a local lookup #104

Closed sr229 closed 1 year ago

sr229 commented 1 year ago

Emojibase maintains a reliable dataset for emoji lookups and uptime can be ensured from their endpoints, with the option to host it on your own if needed. This should eliminate the manual task to update the lookup table everytime there's an update on the Emoji spec.

Cynosphere commented 1 year ago

The dataset was originally ripped from Discord and fixed up with a quick script I wrote.

I would prefer it being local than relying on something external.

Earu commented 1 year ago

I'm not actually sure whats there to change here. As of right now the lookup table is in this repo, its just downloaded by each client so that they dont constantly re-download it. You can find it here. As for emojibase or whichever other dataset the problem is the lookup is not the same as discord which was what we aimed for with this.

TL;DR I don't see the point of changing this at all

Earu commented 1 year ago

As mentioned previously I don't really see the point of this, closing the issue for now, open a new one if there is a need.