bakaneko
bakaneko
Existing events should be namespaced like the `chat.*` events; this is partly for documentation purposes but also because the websocket server is now handling more types of events.
Duplicates `ends_at` to `multiplayer_rooms_high` and uses it for sort order. The existing issue is ordering on `multiplayer_rooms` while the existence check uses `multiplayer_rooms_high` can result in too many records being...
Not sure if useful but needing to prefix most of the time `$GLOBALS['cfg']['datadog-helper']['prefix_web']` seems repetitive 🤔 (and samplerate always being 1) Renamed the `thumbdonger.*`counters to match the class name and...
To be used by #11377 Combined the `checkUsernameExists` into the new lookup as well.
closes #7602 Also refactors out the username input/search thing a separate component - [x] fix some display consistency things. - [x] missing users should still be in response. - [x]...
Maybe 10 seconds is too frequent if changes keep happening 🤔
Fixing apidocs with wrong auto-generated examples, etc. Moving repetitive definitions to attributes so their values can be set be params instead of repeating the whole thing every time. Using attributes...