Commit graph

  • abfcfbcc57
    Change the appearance of the SSL rule override parameter Shark-vil 2021-05-17 05:29:38 +0300
  • fc24fd4a2f
    A slight change in the design of the cycle Shark-vil 2021-05-17 05:27:14 +0300
  • 54996159aa
    Enabled overrides of the rules of the SSL Shark-vil 2021-05-17 05:26:25 +0300
  • a5ad99a6be
    Simulating a browser client Shark-vil 2021-05-17 05:24:14 +0300
  • 0b5909601b
    Added a class for changing the rules SSL checking Shark-vil 2021-05-17 05:19:55 +0300
  • cfb5887d5f
    Merge pull request #115 from yushijinhun/develop v1.1.35 Haowei Wen 2021-05-14 14:54:33 +0800
  • 999ff99751
    copy wiki pages to docs/ feature/docs Haowei Wen 2021-03-06 22:01:05 +0800
  • a656770c30
    license-header.txt: change copyright year to 2021 Haowei Wen 2021-03-06 01:22:17 +0800
  • b4dd26f0fa
    upgrade dependencies Haowei Wen 2021-02-16 18:54:52 +0800
  • 9e25915157
    add log file Haowei Wen 2021-02-01 16:28:56 +0800
  • 35b8b58e1d
    polyfill api.minecraftservices.com/privileges Haowei Wen 2020-12-25 05:50:29 +0800
  • 961366e012
    redirect api.minecraftservices.com Haowei Wen 2020-12-25 05:20:52 +0800
  • e91453afc9
    Merge pull request #92 from yushijinhun/develop v1.1.34 Alexander Xia 2020-10-18 01:14:48 +0800
  • eaffc03292
    Merge pull request #91 from yushijinhun/skindomains Haowei Wen 2020-10-17 23:04:08 +0800
  • edd40f394d
    Fix skinDomains can match unwanted domains Haowei Wen 2020-10-17 22:59:55 +0800
  • 6f236dceeb
    show auth server name in menu screen Haowei Wen 2020-10-10 19:00:48 +0800
  • d121ac3b7c
    readme: clarify mojangProxy option Haowei Wen 2020-09-20 20:19:55 +0800
  • 704a372b3c
    Merge pull request #87 from yushijinhun/develop v1.1.33 Alexander Xia 2020-09-12 02:04:07 +0800
  • fab398038a
    deploy: sort versions Haowei Wen 2020-09-11 23:41:00 +0800
  • 4cc87e8d83
    update badge order Haowei Wen 2020-09-11 23:28:29 +0800
  • dca83ed51b
    update badges Haowei Wen 2020-09-11 23:26:24 +0800
  • 9a27867398
    Merge pull request #86 from yushijinhun/fix-proxy Alexander Xia 2020-09-11 22:55:01 +0800
  • 6d3e5856c2
    Drop main arguments --proxyHost, --proxyPort, --proxyUser, --proxyPass Haowei Wen 2020-09-11 20:47:08 +0800
  • 52c4f2b5e9
    Merge pull request #84 from yushijinhun/develop v1.1.32 Alexander Xia 2020-08-27 10:53:12 +0800
  • c4a769271a
    nanohttpd: refactor: rename myPort->port, myThread->listenerThread, myServerSocket->serverSocket Haowei Wen 2020-08-26 20:44:18 +0800
  • cda96f96e1
    nanohttpd: refactor: remove socket timeout parameter Haowei Wen 2020-08-26 20:42:30 +0800
  • 85f38d47ac
    nanohttpd: refactor: remove NanoHTTPD.LOG Haowei Wen 2020-08-26 20:38:02 +0800
  • 728e5d0d61
    nanohttpd: refactor: remove NanoHTTPD.closeAllConnections Haowei Wen 2020-08-26 20:19:51 +0800
  • 848e6da6a9
    nanohttpd: refactor: move NanoHTTPD.MIME_PLAINTEXT-> IOUtils.CONTENT_TYPE_TEXT Haowei Wen 2020-08-26 20:11:23 +0800
  • 61b787aa4d
    nanohttpd: refactor: remove Response.newFixedLength(String) Haowei Wen 2020-08-26 20:10:46 +0800
  • 514f2829e2
    nanohttpd: refactor: simplify keep-alive check Haowei Wen 2020-08-26 19:56:03 +0800
  • f84afc976e
    nanohttpd: refactor: add missing this. Haowei Wen 2020-08-26 19:43:53 +0800
  • e56a68ecc3
    nanohttpd: refactor: AsyncRunner: use concurrent data structures Haowei Wen 2020-08-26 19:33:00 +0800
  • bac4022ada
    nanohttpd: refactor: add ConnectionCloseException to signal connection closes normally Haowei Wen 2020-08-26 19:17:39 +0800
  • e88f1eb009
    nanohttpd: refactor: remove Response.lowerCaseHeader Haowei Wen 2020-08-26 19:13:34 +0800
  • f0e635bff3
    nanohttpd: refactor: move HTTPSession to a new file Haowei Wen 2020-08-26 18:40:24 +0800
  • d2ee1cb282
    nanohttpd: refactor: extract HTTPSession.readHeader() Haowei Wen 2020-08-26 18:35:29 +0800
  • 854b0284bd
    nanohttpd: refactor: remove IHTTPSession.execute() Haowei Wen 2020-08-26 18:33:12 +0800
  • 5ca213f5cc
    nanohttpd: refactor: replace remoteIpAddress & remoteHostName with remoteAddress Haowei Wen 2020-08-26 18:28:23 +0800
  • 665a400f04
    httpd: fix reverse proxy can't handle 204 properly Haowei Wen 2020-08-26 18:23:07 +0800
  • 86feaa3273
    nanohttpd: fix npe introduced in 2df9dde936 Haowei Wen 2020-08-26 15:23:03 +0800
  • 2df9dde936
    nanohttpd: refactor x2 Haowei Wen 2020-08-26 00:35:22 +0800
  • 05f61d92c6
    nanohttpd: refactor Haowei Wen 2020-08-25 23:29:54 +0800
  • d72035a066
    nanohttpd: reset parsedInputStream & continueSent between requests Haowei Wen 2020-08-25 23:28:50 +0800
  • 3d3dd29f33
    update download site Haowei Wen 2020-08-23 16:06:57 +0800
  • 5397909f30
    Merge pull request #82 from yushijinhun/develop v1.1.31 Alexander Xia 2020-08-23 14:19:47 +0800
  • 244fe2e969
    logging: remove control characters to prevent messing up the console yushijinhun 2020-08-23 01:34:24 +0800
  • e913d7d4d4
    fix #81 yushijinhun 2020-08-23 00:18:51 +0800
  • 14741ad521
    prevent logging output being redirected yushijinhun 2020-08-22 22:40:40 +0800
  • 9b2075775e
    add options for mojang namespace & legacy skin api polyfill yushijinhun 2020-08-22 19:11:47 +0800
  • 20224ede05
    remove 'path' param from URLFilter.canHandle yushijinhun 2020-08-22 16:37:42 +0800
  • 1ba5bbb678
    refactor yushijinhun 2020-08-22 16:26:22 +0800
  • 496baee488
    refactor config & logging yushijinhun 2020-08-22 00:06:55 +0800
  • 450b5ec06f
    Merge pull request #79 from yushijinhun/develop v1.1.30 Alexander Xia 2020-08-15 10:30:26 +0800
  • 9c115558d5
    update build dependencies yushijinhun 2020-08-14 20:51:39 +0800
  • 3ce68a3db2
    update copyright year yushijinhun 2020-08-14 20:40:18 +0800
  • d3da27444c
    Use keep-available when processing ALI yushijinhun 2020-08-13 21:10:17 +0800
  • 059dc2641d
    Remove ExecutionEnvironment & authlibinjector.side yushijinhun 2020-08-13 20:27:36 +0800
  • b12dd75fa5
    Forbid multiple ALI redirects (#78) yushijinhun 2020-08-12 20:29:43 +0800
  • 0bd7134c81
    Support HTTP redirects, fix #77 yushijinhun 2020-08-12 19:33:06 +0800
  • b4f571a88d
    Update copyright years yushijinhun 2020-08-10 01:46:50 +0800
  • e305dea256
    fix '@mojang' suffix broken since authlib 1.5.23 yushijinhun 2020-08-07 16:43:29 +0800
  • 362025d323
    Merge pull request #73 from yushijinhun/develop v1.1.29 Haowei Wen 2020-06-20 22:28:18 +0800
  • 0341ee107c
    completely switch to github actions yushijinhun 2020-06-20 21:47:06 +0800
  • 9cfcb49e41
    [actions] minor fix yushijinhun 2020-05-01 21:30:38 +0800
  • 3510ca4c3a
    Introducing GitHub Actions Haowei Wen 2020-05-01 21:23:27 +0800
  • b9a0a3f996
    Remove license check plugin yushijinhun 2020-05-01 21:12:23 +0800
  • d05c005b39
    Reimplement signing key injection yushijinhun 2020-05-01 00:47:52 +0800
  • 71913d41ab
    Put invokedynamic bootstrap method in target class yushijinhun 2020-04-30 00:19:18 +0800
  • 106e13b17f
    Revert "Add classloader exclusion to launchwrapper (#68)" yushijinhun 2020-04-29 23:34:12 +0800
  • d3fa2a77eb
    Refactor packages & classes structure yushijinhun 2020-04-29 23:25:43 +0800
  • 682ecc6184
    Merge pull request #69 from yushijinhun/develop Alexander Xia 2020-04-29 10:46:16 +0800
  • 2ac95074a6
    Add classloader exclusion to launchwrapper (#68) Haowei Wen 2020-04-29 01:35:27 +0800
  • 57050286ff
    Bump asm to 8.0.1 & update dev dependencies yushijinhun 2020-04-29 00:25:34 +0800
  • 69fd896079
    Add classloader exclusion to launchwrapper, fix #61 yushijinhun 2020-04-29 00:08:48 +0800
  • a699f5acf2
    Create CONTRIBUTING.md Haowei Wen 2020-04-13 00:04:05 +0800
  • 5ef5f8ed82
    Merge pull request #66 from yushijinhun/develop Alexander Xia 2020-04-10 23:25:13 +0800
  • bc2a251dca
    Update copyright year Haowei Wen 2020-04-10 23:06:14 +0800
  • 0da4d5a1b6
    Fix wiki url in readme Alexander Xia 2020-04-10 20:01:01 +0800
  • 59083e83ce
    Fix compatibility with authlib 1.6.25 Alexander Xia 2020-04-10 19:40:02 +0800
  • af9e793db3
    Allow specifying packages to ignore (#63) Hai-tun 2020-04-07 21:29:02 +0800
  • bc2ac899e3
    rollback some changes yushijinhun 2020-04-07 21:24:35 +0800
  • 30e3fc9566
    polish x2 yushijinhun 2020-04-04 16:06:33 +0800
  • 5e5f708732
    polish yushijinhun 2020-04-04 16:01:15 +0800
  • 33c9d93c88
    Add param: authlibinjector.ignoredPackages yushijinhun 2020-04-04 15:48:58 +0800
  • 37383a7f1b Use string parameters and switch to stream API. Hai-tun 2020-04-03 21:11:40 +0800
  • cf4f00bdbf Add ignore packages Hai-tun 2020-03-30 19:25:52 +0800
  • 22b8d11f4e
    English readme yushijinhun 2019-02-24 21:55:39 +0800
  • 41a7a4746d
    Merge pull request #43 from yushijinhun/develop Haowei Wen 2019-02-14 13:26:14 +0800
  • fa3b173920
    update readme yushijinhun 2019-02-06 09:57:09 +0800
  • a006e784e7
    Merge pull request #42 from yushijinhun/mojang-proxy Haowei Wen 2019-02-05 22:23:37 +0800
  • e8a13e7ae2
    Allow accessing Mojang with proxy yushijinhun 2019-02-05 16:31:49 +0800
  • 1dbc5d71b9
    Merge pull request #39 from yushijinhun/whitelisted-domains Haowei Wen 2019-01-24 20:47:57 +0800
  • 90d37f9d0f
    Allow whitelisted domains to be changed at runtime yushijinhun 2019-01-24 20:27:39 +0800
  • 754e151b41
    Refactor package structure yushijinhun 2019-01-24 19:39:19 +0800
  • cb9ce1794b
    [json-simple]crop yushijinhun 2019-01-24 19:33:59 +0800
  • 11086df465
    Merge pull request #38 from yushijinhun/mlsupport Haowei Wen 2019-01-24 19:11:00 +0800
  • b4e97786b0
    polish yushijinhun 2019-01-23 20:17:27 +0800
  • 1003212d38
    Use invokedynamic yushijinhun 2019-01-23 20:13:25 +0800
  • a94528bb68
    Implement class file version upgrading yushijinhun 2019-01-23 19:53:21 +0800