-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IMPLEMENT WEBSOCKETS #104
IMPLEMENT WEBSOCKETS #104
Commits on Sep 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bf4986f - Browse repository at this point
Copy the full SHA bf4986fView commit details -
Configuration menu - View commit details
-
Copy full SHA for af4edfb - Browse repository at this point
Copy the full SHA af4edfbView commit details -
refactor(Websocket): ♻️ switch to Faye for websocket connection
and also introduce ClientOptions
Configuration menu - View commit details
-
Copy full SHA for 1ffc8c1 - Browse repository at this point
Copy the full SHA 1ffc8c1View commit details -
feat(Websocket): 🚧 add event handlers for websockets
mostly empty boilerplate handlers, this includes both websocket types and event message types, both of which are based on outdated data and will likely require changes
Configuration menu - View commit details
-
Copy full SHA for c1ea762 - Browse repository at this point
Copy the full SHA c1ea762View commit details -
fix: 🐛 change user id type to
string | number
because apparently the api is inconsistent with this
Configuration menu - View commit details
-
Copy full SHA for 3129ebc - Browse repository at this point
Copy the full SHA 3129ebcView commit details -
refactor: ♻️ add UserManager#_add method
and update appropriate files
Configuration menu - View commit details
-
Copy full SHA for b6ba6ff - Browse repository at this point
Copy the full SHA b6ba6ffView commit details -
refactor: 🏗️ add BaseManager#fetch abstract method
i sure hope this is already implemented everywhere lol
Configuration menu - View commit details
-
Copy full SHA for 9606cec - Browse repository at this point
Copy the full SHA 9606cecView commit details -
fix: 🐛 fix bug causing minor performance issue
this is actually an enormous performance issue causing it to take 100x longer to fetch messages by using a separate API request for every single message in the group, thank god it's fixed now :clueless: Closes a huge issue that was present for years but isn't tracked because I forgot to open an issue for it
Configuration menu - View commit details
-
Copy full SHA for 206ca24 - Browse repository at this point
Copy the full SHA 206ca24View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa98940 - Browse repository at this point
Copy the full SHA fa98940View commit details -
Revert "refactor: 🏗️ add BaseManager#fetch abstract method"
This reverts commit 9606cec.
Configuration menu - View commit details
-
Copy full SHA for 533e55c - Browse repository at this point
Copy the full SHA 533e55cView commit details
Commits on Sep 6, 2023
-
feat: ⏪ reinstate BaseManager#fetch and avatar_url
oopsie. also add a bunch of method stubs to make all the managers compliant with the new abstract method
Configuration menu - View commit details
-
Copy full SHA for c7b4bf5 - Browse repository at this point
Copy the full SHA c7b4bf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for df09ffc - Browse repository at this point
Copy the full SHA df09ffcView commit details -
fix: 🚨 import Base for real instead of as a type-only import
this didn't even compile before, not sure how it got this way to begin with
Configuration menu - View commit details
-
Copy full SHA for 68f1205 - Browse repository at this point
Copy the full SHA 68f1205View commit details -
refactor: 🏷️ delete Indexable type, replace with Base
everything works now pog
Configuration menu - View commit details
-
Copy full SHA for 7168293 - Browse repository at this point
Copy the full SHA 7168293View commit details -
build: 📌 update package-lock.json
WEBSOCKETS ARE HERE LET'S GOOOOOO BREAKING CHANGE: WEBSOCKETS ARE HERE!!!!!! only took 1 year to complete B)
Configuration menu - View commit details
-
Copy full SHA for 38e53a7 - Browse repository at this point
Copy the full SHA 38e53a7View commit details
Commits on Nov 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7e3af9a - Browse repository at this point
Copy the full SHA 7e3af9aView commit details