Changelog

We do not support osu!fx. Please don't use it.

This is the changelog. Changes are published here as soon as they hit the production status (as in, live on the website).

Author Subject Time
Howl Badges are useless on most requests.
Howl Fix default message when there's no API key pointing to wrong method
Howl Remove useless stuff from privileges
Howl Auto-update. Or at least, so it should do.
Howl Add /meta/{up_since,kill}
Howl Add roadmap to readme
Howl Friend deletion
Howl Ability to add friends. Also, made a few helper functions.
Howl Don't be a Nyo
Howl Implement JSONP, also save a few bytes by using tabs in indent
Howl perhaps a memory/performance improvement? by not recreating the same function over and over? maybe.
Howl Graceful restart!
Howl add a method for retrieving an user's userpage.
Howl Full user data retrieval!
Howl more `LIMIT 1`s
Howl Add GET /friends/with/:id
Howl Fix paginate spawning mysql errors
Howl Add /users/whatid/:username
Howl Top forgetting to add r.Code = and r.Message =
Howl Add error handler middleware
Howl Add basic friend logic
Howl add README and LICENSE
Howl Add API handler for /users/self
Howl Add token creation (login)
Howl Use resp.Code as the HTTP response code, unless the client has specifield they want 200-codes only.
Howl Standardise function names (Ping -> PingGET, SurpriseMe -> SurpriseMeGET)
Howl User retrieval by both ID and username
Howl add badge read API
Howl Show country if we have confidential privileges and we're looking at our user
Howl omitempty for message in response
Howl Initial commit