Commit Graph

13 Commits

Author SHA1 Message Date
37d393bca0 Update licence headers 2018-01-05 20:21:19 +09:00
4f6263ef86 Make many internal classes and methods public
This is important when using dynamic compiling to rapidly iterate. Until we actually split projects out into pieces (like the abstract ruleset project we have talked about) there is no advantage to using internal in the osu! game code.
2017-11-21 12:06:16 +09:00
b0785b2f09 Fix a possible horrendous endless auth loop 2017-11-02 20:26:26 +09:00
cd5324f1d1 Update API code to use the new Add* methods on requests 2017-10-30 21:33:44 +09:00
8fab6abf90 Update WebRequest usage in line with framework changes 2017-10-23 14:46:17 +09:00
51a5e963bb Dispose IDisposable object before method returns 2017-09-16 15:10:24 +03:00
c3d2cdd2f2 Fix typo 2017-05-11 19:49:28 +09:00
4e881644f6 Add thread-safety on access token validation logic. 2017-05-11 19:39:01 +09:00
a5dfa7ab06 Remove unnecessary using statements 2017-02-23 21:38:10 +01:00
50bd80cb0c Update and standardise license headers. 2017-02-07 14:27:41 +09:00
3fa80d2376 Update client id/secret and bring API endpoints up-to-date. 2016-11-30 18:30:24 +09:00
997c6f45f6 Update framework again. 2016-09-21 17:37:33 +09:00
8870935a4b Add basic online API support. 2016-08-31 20:14:01 +09:00