git.flash.moe -> patchii.net

This commit is contained in:
flash 2023-11-20 19:04:59 +00:00
parent 2e6a84b46d
commit 65e695e9d9
3 changed files with 75 additions and 80 deletions

117
composer.lock generated
View file

@ -413,8 +413,8 @@
"version": "dev-master", "version": "dev-master",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.flash.moe/flash/index.git", "url": "https://patchii.net/flash/index.git",
"reference": "82a350a5c719cc83aa22382201683a68a2629f2a" "reference": "e31781c69f0b13fe251771c8e7e529222630a44f"
}, },
"require": { "require": {
"ext-mbstring": "*", "ext-mbstring": "*",
@ -452,15 +452,15 @@
], ],
"description": "Composer package for the common library for my projects.", "description": "Composer package for the common library for my projects.",
"homepage": "https://railgun.sh/index", "homepage": "https://railgun.sh/index",
"time": "2023-09-15T22:44:36+00:00" "time": "2023-11-20T19:01:19+00:00"
}, },
{ {
"name": "flashwave/sasae", "name": "flashwave/sasae",
"version": "dev-master", "version": "dev-master",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.flash.moe/flash/sasae.git", "url": "https://patchii.net/flash/sasae.git",
"reference": "739669fc8ce7ea862ed2129cb24976ceebd0f4c7" "reference": "9ead82d72fcdde72694e25ede468a4f686d3abc9"
}, },
"require": { "require": {
"flashwave/index": "dev-master", "flashwave/index": "dev-master",
@ -493,15 +493,15 @@
], ],
"description": "A wrapper for Twig with added common functionality.", "description": "A wrapper for Twig with added common functionality.",
"homepage": "https://railgun.sh/sasae", "homepage": "https://railgun.sh/sasae",
"time": "2023-08-24T23:24:45+00:00" "time": "2023-11-20T18:49:10+00:00"
}, },
{ {
"name": "flashwave/syokuhou", "name": "flashwave/syokuhou",
"version": "dev-master", "version": "dev-master",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.flash.moe/flash/syokuhou.git", "url": "https://patchii.net/flash/syokuhou.git",
"reference": "b3470ad8605b0484294c73cd95be6e7ba4551e5a" "reference": "b396d7c72415c1b259cbaf647bfd4e4bdd36303b"
}, },
"require": { "require": {
"flashwave/index": "dev-master", "flashwave/index": "dev-master",
@ -532,7 +532,7 @@
], ],
"description": "Configuration library for PHP.", "description": "Configuration library for PHP.",
"homepage": "https://railgun.sh/syokuhou", "homepage": "https://railgun.sh/syokuhou",
"time": "2023-10-20T21:26:38+00:00" "time": "2023-11-20T18:50:45+00:00"
}, },
{ {
"name": "guzzlehttp/promises", "name": "guzzlehttp/promises",
@ -852,16 +852,16 @@
}, },
{ {
"name": "matomo/device-detector", "name": "matomo/device-detector",
"version": "6.1.6", "version": "6.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/matomo-org/device-detector.git", "url": "https://github.com/matomo-org/device-detector.git",
"reference": "5cbea85106e561c7138d03603eb6e05128480409" "reference": "3577abbfea71eaf88d4cd432274428c39601754f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/matomo-org/device-detector/zipball/5cbea85106e561c7138d03603eb6e05128480409", "url": "https://api.github.com/repos/matomo-org/device-detector/zipball/3577abbfea71eaf88d4cd432274428c39601754f",
"reference": "5cbea85106e561c7138d03603eb6e05128480409", "reference": "3577abbfea71eaf88d4cd432274428c39601754f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -917,7 +917,7 @@
"source": "https://github.com/matomo-org/matomo", "source": "https://github.com/matomo-org/matomo",
"wiki": "https://dev.matomo.org/" "wiki": "https://dev.matomo.org/"
}, },
"time": "2023-10-02T10:01:54+00:00" "time": "2023-11-15T09:44:42+00:00"
}, },
{ {
"name": "mustangostang/spyc", "name": "mustangostang/spyc",
@ -1299,31 +1299,26 @@
}, },
{ {
"name": "php-http/promise", "name": "php-http/promise",
"version": "1.1.0", "version": "1.2.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/php-http/promise.git", "url": "https://github.com/php-http/promise.git",
"reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88" "reference": "44a67cb59f708f826f3bec35f22030b3edb90119"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/php-http/promise/zipball/4c4c1f9b7289a2ec57cde7f1e9762a5789506f88", "url": "https://api.github.com/repos/php-http/promise/zipball/44a67cb59f708f826f3bec35f22030b3edb90119",
"reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88", "reference": "44a67cb59f708f826f3bec35f22030b3edb90119",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.1 || ^8.0" "php": "^7.1 || ^8.0"
}, },
"require-dev": { "require-dev": {
"friends-of-phpspec/phpspec-code-coverage": "^4.3.2", "friends-of-phpspec/phpspec-code-coverage": "^4.3.2 || ^6.3",
"phpspec/phpspec": "^5.1.2 || ^6.2" "phpspec/phpspec": "^5.1.2 || ^6.2 || ^7.4"
}, },
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Http\\Promise\\": "src/" "Http\\Promise\\": "src/"
@ -1350,9 +1345,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/php-http/promise/issues", "issues": "https://github.com/php-http/promise/issues",
"source": "https://github.com/php-http/promise/tree/1.1.0" "source": "https://github.com/php-http/promise/tree/1.2.1"
}, },
"time": "2020-07-07T09:29:14+00:00" "time": "2023-11-08T12:57:08+00:00"
}, },
{ {
"name": "psr/container", "name": "psr/container",
@ -1770,16 +1765,16 @@
}, },
{ {
"name": "sentry/sentry", "name": "sentry/sentry",
"version": "3.21.0", "version": "3.22.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/getsentry/sentry-php.git", "url": "https://github.com/getsentry/sentry-php.git",
"reference": "624aafc22b84b089ffa43b71fb01e0096505ec4f" "reference": "8859631ba5ab15bc1af420b0eeed19ecc6c9d81d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/getsentry/sentry-php/zipball/624aafc22b84b089ffa43b71fb01e0096505ec4f", "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/8859631ba5ab15bc1af420b0eeed19ecc6c9d81d",
"reference": "624aafc22b84b089ffa43b71fb01e0096505ec4f", "reference": "8859631ba5ab15bc1af420b0eeed19ecc6c9d81d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1797,7 +1792,7 @@
"psr/http-factory": "^1.0", "psr/http-factory": "^1.0",
"psr/http-factory-implementation": "^1.0", "psr/http-factory-implementation": "^1.0",
"psr/log": "^1.0|^2.0|^3.0", "psr/log": "^1.0|^2.0|^3.0",
"symfony/options-resolver": "^3.4.43|^4.4.30|^5.0.11|^6.0", "symfony/options-resolver": "^3.4.43|^4.4.30|^5.0.11|^6.0|^7.0",
"symfony/polyfill-php80": "^1.17" "symfony/polyfill-php80": "^1.17"
}, },
"conflict": { "conflict": {
@ -1854,7 +1849,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/getsentry/sentry-php/issues", "issues": "https://github.com/getsentry/sentry-php/issues",
"source": "https://github.com/getsentry/sentry-php/tree/3.21.0" "source": "https://github.com/getsentry/sentry-php/tree/3.22.1"
}, },
"funding": [ "funding": [
{ {
@ -1866,11 +1861,11 @@
"type": "custom" "type": "custom"
} }
], ],
"time": "2023-07-31T15:31:24+00:00" "time": "2023-11-13T11:47:28+00:00"
}, },
{ {
"name": "symfony/deprecation-contracts", "name": "symfony/deprecation-contracts",
"version": "v3.3.0", "version": "v3.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git", "url": "https://github.com/symfony/deprecation-contracts.git",
@ -1917,7 +1912,7 @@
"description": "A generic function and convention to trigger deprecation notices", "description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.3.0" "source": "https://github.com/symfony/deprecation-contracts/tree/v3.4.0"
}, },
"funding": [ "funding": [
{ {
@ -2017,7 +2012,7 @@
}, },
{ {
"name": "symfony/event-dispatcher-contracts", "name": "symfony/event-dispatcher-contracts",
"version": "v3.3.0", "version": "v3.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/event-dispatcher-contracts.git", "url": "https://github.com/symfony/event-dispatcher-contracts.git",
@ -2073,7 +2068,7 @@
"standards" "standards"
], ],
"support": { "support": {
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.3.0" "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.4.0"
}, },
"funding": [ "funding": [
{ {
@ -2093,16 +2088,16 @@
}, },
{ {
"name": "symfony/http-client", "name": "symfony/http-client",
"version": "v6.3.6", "version": "v6.3.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-client.git", "url": "https://github.com/symfony/http-client.git",
"reference": "ab8446f997efb9913627e9da10fa784d2182fe92" "reference": "0314e2d49939a9831929d6fc81c01c6df137fd0a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-client/zipball/ab8446f997efb9913627e9da10fa784d2182fe92", "url": "https://api.github.com/repos/symfony/http-client/zipball/0314e2d49939a9831929d6fc81c01c6df137fd0a",
"reference": "ab8446f997efb9913627e9da10fa784d2182fe92", "reference": "0314e2d49939a9831929d6fc81c01c6df137fd0a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2165,7 +2160,7 @@
"http" "http"
], ],
"support": { "support": {
"source": "https://github.com/symfony/http-client/tree/v6.3.6" "source": "https://github.com/symfony/http-client/tree/v6.3.8"
}, },
"funding": [ "funding": [
{ {
@ -2181,20 +2176,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-10-06T10:08:56+00:00" "time": "2023-11-06T18:31:59+00:00"
}, },
{ {
"name": "symfony/http-client-contracts", "name": "symfony/http-client-contracts",
"version": "v3.3.0", "version": "v3.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-client-contracts.git", "url": "https://github.com/symfony/http-client-contracts.git",
"reference": "3b66325d0176b4ec826bffab57c9037d759c31fb" "reference": "1ee70e699b41909c209a0c930f11034b93578654"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/3b66325d0176b4ec826bffab57c9037d759c31fb", "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/1ee70e699b41909c209a0c930f11034b93578654",
"reference": "3b66325d0176b4ec826bffab57c9037d759c31fb", "reference": "1ee70e699b41909c209a0c930f11034b93578654",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2243,7 +2238,7 @@
"standards" "standards"
], ],
"support": { "support": {
"source": "https://github.com/symfony/http-client-contracts/tree/v3.3.0" "source": "https://github.com/symfony/http-client-contracts/tree/v3.4.0"
}, },
"funding": [ "funding": [
{ {
@ -2259,7 +2254,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-05-23T14:45:45+00:00" "time": "2023-07-30T20:28:31+00:00"
}, },
{ {
"name": "symfony/mailer", "name": "symfony/mailer",
@ -2989,16 +2984,16 @@
}, },
{ {
"name": "symfony/service-contracts", "name": "symfony/service-contracts",
"version": "v3.3.0", "version": "v3.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/service-contracts.git", "url": "https://github.com/symfony/service-contracts.git",
"reference": "40da9cc13ec349d9e4966ce18b5fbcd724ab10a4" "reference": "b3313c2dbffaf71c8de2934e2ea56ed2291a3838"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/40da9cc13ec349d9e4966ce18b5fbcd724ab10a4", "url": "https://api.github.com/repos/symfony/service-contracts/zipball/b3313c2dbffaf71c8de2934e2ea56ed2291a3838",
"reference": "40da9cc13ec349d9e4966ce18b5fbcd724ab10a4", "reference": "b3313c2dbffaf71c8de2934e2ea56ed2291a3838",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3051,7 +3046,7 @@
"standards" "standards"
], ],
"support": { "support": {
"source": "https://github.com/symfony/service-contracts/tree/v3.3.0" "source": "https://github.com/symfony/service-contracts/tree/v3.4.0"
}, },
"funding": [ "funding": [
{ {
@ -3067,7 +3062,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-05-23T14:45:45+00:00" "time": "2023-07-30T20:28:31+00:00"
}, },
{ {
"name": "twig/html-extra", "name": "twig/html-extra",
@ -3208,16 +3203,16 @@
"packages-dev": [ "packages-dev": [
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "1.10.39", "version": "1.10.43",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "d9dedb0413f678b4d03cbc2279a48f91592c97c4" "reference": "2c4129f6ca8c7cfa870098884b8869b410a5a361"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/d9dedb0413f678b4d03cbc2279a48f91592c97c4", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/2c4129f6ca8c7cfa870098884b8869b410a5a361",
"reference": "d9dedb0413f678b4d03cbc2279a48f91592c97c4", "reference": "2c4129f6ca8c7cfa870098884b8869b410a5a361",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3266,7 +3261,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-10-17T15:46:26+00:00" "time": "2023-11-19T19:55:25+00:00"
} }
], ],
"aliases": [], "aliases": [],

View file

@ -3,25 +3,25 @@
Below are a number of links to source code repositories related to Flashii.net and its services. Below are a number of links to source code repositories related to Flashii.net and its services.
## Websites & Services ## Websites & Services
- [Misuzu](https://git.flash.moe/flashii/misuzu): Backend of the main website. - [Misuzu](https://patchii.net/flashii/misuzu): Backend of the main website.
- [Sharp Chat](https://git.flash.moe/flashii/sharp-chat): Chat Server software. - [Sharp Chat](https://patchii.net/flashii/sharp-chat): Chat Server software.
- [Futami](https://git.flash.moe/flashii/futami): Common data shared between the chat clients. - [Futami](https://patchii.net/flashii/futami): Common data shared between the chat clients.
- [EEPROM](https://git.flash.moe/flashii/eeprom): Service for file uploading. - [EEPROM](https://patchii.net/flashii/eeprom): Service for file uploading.
- [Uiharu](https://git.flash.moe/flashii/uiharu): Service for looking up URL metadata. - [Uiharu](https://patchii.net/flashii/uiharu): Service for looking up URL metadata.
- [Seria](https://git.flash.moe/flashii/seria): Software used by the downloads tracker. - [Seria](https://patchii.net/flashii/seria): Software used by the downloads tracker.
- [Mince](https://git.flash.moe/flashii/mince): Source code for the Minecraft servers subwebsite. - [Mince](https://patchii.net/flashii/mince): Source code for the Minecraft servers subwebsite.
- [Awaki](https://git.flash.moe/flashii/awaki): Redirect service hosted on fii.moe. - [Awaki](https://patchii.net/flashii/awaki): Redirect service hosted on fii.moe.
## Tools & Software ## Tools & Software
- [SoFii](https://git.flash.moe/flashii/sofii): Launcher for Soldier of Fortune 2 - [SoFii](https://patchii.net/flashii/sofii): Launcher for Soldier of Fortune 2
- [MCExts](https://git.flash.moe/flashii/mcexts): Minecraft Client and Server extensions. - [MCExts](https://patchii.net/flashii/mcexts): Minecraft Client and Server extensions.
- [Backup Tools](https://git.flash.moe/flashii/backup-tools): Scripts that run every day at 12:00am UTC to back up any user generated content. - [Backup Tools](https://patchii.net/flashii/backup-tools): Scripts that run every day at 12:00am UTC to back up any user generated content.
## First-Party Libraries ## First-Party Libraries
- [Index](https://git.flash.moe/flash/index): Base library used in almost any component of the website that uses PHP. - [Index](https://patchii.net/flash/index): Base library used in almost any component of the website that uses PHP.
- [Sasae](https://git.flash.moe/flash/sasae): Extension to the Twig templating library. - [Sasae](https://patchii.net/flash/sasae): Extension to the Twig templating library.
- [Syokuhou](https://git.flash.moe/flash/syokuhou): Configuration library. - [Syokuhou](https://patchii.net/flash/syokuhou): Configuration library.
## Historical ## Historical
- [AJAX Chat (fork)](https://git.flash.moe/flashii/ajax-chat): Old chat software (2013-2015). Still kept on life support for the nostalgia. - [AJAX Chat (fork)](https://patchii.net/flashii/ajax-chat): Old chat software (2013-2015). Still kept on life support for the nostalgia.
- [Hajime](https://git.flash.moe/flash/hajime): Cleaned up source of an older version of the website (2014-2015). - [Hajime](https://patchii.net/flash/hajime): Cleaned up source of an older version of the website (2014-2015).

View file

@ -7,12 +7,12 @@
2013-{{ ''|date('Y') }} / 2013-{{ ''|date('Y') }} /
{% set git_branch = git_branch() %} {% set git_branch = git_branch() %}
{% if git_branch != 'HEAD' %} {% if git_branch != 'HEAD' %}
<a href="https://git.flash.moe/flashii/misuzu/src/branch/{{ git_branch }}" target="_blank" rel="noreferrer noopener" class="footer__link">{{ git_branch }}</a> <a href="https://patchii.net/flashii/misuzu/src/branch/{{ git_branch }}" target="_blank" rel="noreferrer noopener" class="footer__link">{{ git_branch }}</a>
{% else %} {% else %}
{% set git_tag = git_tag() %} {% set git_tag = git_tag() %}
<a href="https://git.flash.moe/flashii/misuzu/src/tag/{{ git_tag }}" target="_blank" rel="noreferrer noopener" class="footer__link">{{ git_tag }}</a> <a href="https://patchii.net/flashii/misuzu/src/tag/{{ git_tag }}" target="_blank" rel="noreferrer noopener" class="footer__link">{{ git_tag }}</a>
{% endif %} {% endif %}
# <a href="https://git.flash.moe/flashii/misuzu/commit/{{ git_commit_hash(true) }}" target="_blank" rel="noreferrer noopener" class="footer__link">{{ git_commit_hash() }}</a> # <a href="https://patchii.net/flashii/misuzu/commit/{{ git_commit_hash(true) }}" target="_blank" rel="noreferrer noopener" class="footer__link">{{ git_commit_hash() }}</a>
{% if globals.display_timings_info %} {% if globals.display_timings_info %}
/ Index {{ ndx_version() }} / Index {{ ndx_version() }}
/ {{ sql_query_count()|number_format }} queries / {{ sql_query_count()|number_format }} queries