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
Giuseppe Guerra Update README
Giuseppe Guerra Updated submodule common
Giuseppe Guerra Fix broken IRC tests
Giuseppe Guerra Updated submodule common
Giuseppe Guerra IRC: Proper support for unknown commands
Giuseppe Guerra Updated submodule common
Giuseppe Guerra Add LIST IRC command
Giuseppe Guerra IRC: Don't send empty \r\n for each request, fix write_buffer returning on None output
Giuseppe Guerra Add QUIT IRC command support
Giuseppe Guerra Updated submodule secret
Franc[e]sco remove useless commented code from packaging script
Giuseppe Guerra Force ASCII encoding when sending #1 message to #announce
Giuseppe Guerra /shrug
Giuseppe Guerra Updated submodule common
Giuseppe Guerra Updated submodule common
Giuseppe Guerra Some spectator tests
Giuseppe Guerra IRC: Send \r\n when buffer is empty, add test_irc_login_spaced_no_safefified
Giuseppe Guerra More IRC login tests
Giuseppe Guerra general IrcError -> RuntimeError
Giuseppe Guerra Add IRC login tests
Morgan Bazalgette ⬆️ v1.6.3 ⬆️
Morgan Bazalgette Update locales
Morgan Bazalgette Update website-docs submodule
Morgan Bazalgette Add timeago locales for all other languages
Morgan Bazalgette Fix modes not working
Morgan Bazalgette make ID DESC default sorting
Morgan Bazalgette apparently, bitwise and is not supported
Morgan Bazalgette drop fulltext index
Morgan Bazalgette ⬆️ v2.0.4 ⬆️
Morgan Bazalgette Use Sphinx for API search. Closes #10
Morgan Bazalgette Remove Google Analytics
Morgan Bazalgette ⬆️ v2.0.3 ⬆️
Morgan Bazalgette Don't do any fulltext search if no query is specified
Giuseppe Guerra Force IRC on different port while running tests
Giuseppe Guerra Fix tests not working
Giuseppe Guerra Fix catching ValueError rather than NotInChannelError
Giuseppe Guerra Sync channel part from bancho to IRC
Giuseppe Guerra Delete _clients_socket entry when removing an IrcClient
Giuseppe Guerra ChatManager.join/leave_channel now accepts ChatChannel objects too
Giuseppe Guerra Removed resolved TODOs
Giuseppe Guerra Updated submodule common
Giuseppe Guerra Better and consistent channel join/leave method calls and exceptions
Giuseppe Guerra Various IRC fixes
Giuseppe Guerra Add working PART IRC command
Giuseppe Guerra Add NOTICE IRC command, proper 411/412 replies
Giuseppe Guerra Updated submodule common
Giuseppe Guerra Add working PRIVMSG IRC handler, for both private and public messages
Giuseppe Guerra Updated submodule secret
Giuseppe Guerra Updated submodule secret
Giuseppe Guerra Removed some unused imports and resolved TODO