mrstallion => hearmeneigh

This commit is contained in:
Mr. Stallion 2023-09-02 13:41:44 -07:00
parent a7b7eefc52
commit 71eb6a7ad5
9 changed files with 18 additions and 18 deletions

View File

@ -251,7 +251,7 @@
* [Doyensec Electronegativity](https://github.com/doyensec/electronegativity) * [Doyensec Electronegativity](https://github.com/doyensec/electronegativity)
* [Quasar Electron Security Concerns](https://quasar.dev/quasar-cli/developing-electron-apps/electron-security-concerns) * [Quasar Electron Security Concerns](https://quasar.dev/quasar-cli/developing-electron-apps/electron-security-concerns)
* [Reasonably Secure Electron](https://know.bishopfox.com/research/reasonably-secure-electron) * [Reasonably Secure Electron](https://know.bishopfox.com/research/reasonably-secure-electron)
* [SNYK.io](https://snyk.io/) vulnerability scan [![Known Vulnerabilities](https://snyk.io/test/github/mrstallion/fchat-rising/badge.svg)](https://snyk.io/test/github/mrstallion/fchat-rising) * [SNYK.io](https://snyk.io/) vulnerability scan [![Known Vulnerabilities](https://snyk.io/test/github/hearmeneigh/fchat-rising/badge.svg)](https://snyk.io/test/github/hearmeneigh/fchat-rising)
## 1.0.0 ## 1.0.0

View File

@ -2,7 +2,7 @@
This project contains contributions from: This project contains contributions from:
* [Mr Stallion, esq.](https://github.com/mrstallion) * [Mr Stallion, esq.](https://github.com/hearmeneigh)
* [twilight-sparkle-irl](https://github.com/twilight-sparkle-irl) * [twilight-sparkle-irl](https://github.com/twilight-sparkle-irl)
* [ButterCheezii](https://github.com/ButterCheezii) * [ButterCheezii](https://github.com/ButterCheezii)
* [FatCatClient](https://github.com/FatCatClient) * [FatCatClient](https://github.com/FatCatClient)

View File

@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) 2018-2021 respective contributors listed in `CONTRIBUTORS.md` Copyright (c) 2018-2023 respective contributors listed in `CONTRIBUTORS.md`
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@ -1,8 +1,8 @@
# Download # Download
[Windows](https://github.com/mrstallion/fchat-rising/releases/download/v1.23.5/F-Chat-Rising-1.23.5-win.exe) (82 MB) [Windows](https://github.com/hearmeneigh/fchat-rising/releases/download/v1.23.5/F-Chat-Rising-1.23.5-win.exe) (82 MB)
| [MacOS Intel](https://github.com/mrstallion/fchat-rising/releases/download/v1.23.5/F-Chat-Rising-1.23.5-macos-intel.dmg) (82 MB) | [MacOS Intel](https://github.com/hearmeneigh/fchat-rising/releases/download/v1.23.5/F-Chat-Rising-1.23.5-macos-intel.dmg) (82 MB)
| [MacOS M1](https://github.com/mrstallion/fchat-rising/releases/download/v1.23.5/F-Chat-Rising-1.23.5-macos-m1.dmg) (84 MB) | [MacOS M1](https://github.com/hearmeneigh/fchat-rising/releases/download/v1.23.5/F-Chat-Rising-1.23.5-macos-m1.dmg) (84 MB)
| [Linux](https://github.com/mrstallion/fchat-rising/releases/download/v1.23.5/F-Chat-Rising-1.23.5-linux.AppImage) (82 MB) | [Linux](https://github.com/hearmeneigh/fchat-rising/releases/download/v1.23.5/F-Chat-Rising-1.23.5-linux.AppImage) (82 MB)
# F-Chat Rising # F-Chat Rising
@ -16,7 +16,7 @@ This repository contains a heavily customized version of the mainline F-Chat 3.0
npm install --global --production --vs2015 --add-python-to-path windows-build-tools node-gyp npm install --global --production --vs2015 --add-python-to-path windows-build-tools node-gyp
# All operating systems # All operating systems
git clone https://github.com/mrstallion/fchat-rising.git git clone https://github.com/hearmeneigh/fchat-rising.git
cd fchat-rising cd fchat-rising
yarn yarn

View File

@ -678,7 +678,7 @@ export async function testSmartFilterForPrivateMessage(fromChar: Character.Chara
'Sorry, the player of this character is not interested in characters matching your profile.' + 'Sorry, the player of this character is not interested in characters matching your profile.' +
`${core.state.settings.risingFilter.hidePrivateMessages ? ' They did not see your message. To bypass this warning, send your message again.' : ''}\n` + `${core.state.settings.risingFilter.hidePrivateMessages ? ' They did not see your message. To bypass this warning, send your message again.' : ''}\n` +
'\n' + '\n' +
'🦄 Need a filter for yourself? Try out [url=https://mrstallion.github.io/fchat-rising/]F-Chat Rising[/url]' '🦄 Need a filter for yourself? Try out [url=https://hearmeneigh.github.io/fchat-rising/]F-Chat Rising[/url]'
}; };
core.connection.send('PRI', message); core.connection.send('PRI', message);

View File

@ -19,7 +19,7 @@ description: >- # this means to ignore newlines until "baseurl:"
A heavily customized F-Chat 3.0 client A heavily customized F-Chat 3.0 client
baseurl: "/fchat-rising" # the subpath of your site, e.g. /blog baseurl: "/fchat-rising" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com url: "" # the base hostname & protocol for your site, e.g. http://example.com
github_username: mrstallion github_username: hearmeneigh
show_downloads: true show_downloads: true
# Build settings # Build settings
@ -47,12 +47,12 @@ exclude:
theme: jekyll-theme-slate theme: jekyll-theme-slate
changelog: https://github.com/mrstallion/fchat-rising/blob/master/CHANGELOG.md changelog: https://github.com/hearmeneigh/fchat-rising/blob/master/CHANGELOG.md
download: download:
version: 1.23.5 version: 1.23.5
url: https://github.com/mrstallion/fchat-rising/releases/download/v%VERSION%/F-Chat-Rising-%VERSION%-%PLATFORM_TAIL% url: https://github.com/hearmeneigh/fchat-rising/releases/download/v%VERSION%/F-Chat-Rising-%VERSION%-%PLATFORM_TAIL%
downloads: downloads:
- type: win - type: win

View File

@ -10,7 +10,7 @@ layout: rising
You'll connect with the same F-List, same players, and same channels you're already used to. You'll connect with the same F-List, same players, and same channels you're already used to.
You'll just do it with style! You'll just do it with style!
Scroll down to see a [feature summary](#link-previews), or take a look at a more [detailed list of features](https://github.com/mrstallion/fchat-rising/blob/master/README.md#key-differences). Scroll down to see a [feature summary](#link-previews), or take a look at a more [detailed list of features](https://github.com/hearmeneigh/fchat-rising/blob/master/README.md#key-differences).
To install, download the application from the links above and then refer to the [original installation instructions](https://wiki.f-list.net/F-Chat_3.0/Installation). To install, download the application from the links above and then refer to the [original installation instructions](https://wiki.f-list.net/F-Chat_3.0/Installation).

View File

@ -13,7 +13,7 @@ layout: rising
> >
> Consider these alternatives to increase your safety: > Consider these alternatives to increase your safety:
> >
> 1) Compile F-Chat Rising yourself from the [source](https://github.com/mrstallion/fchat-rising); or > 1) Compile F-Chat Rising yourself from the [source](https://github.com/hearmeneigh/fchat-rising); or
> >
> 2) Run F-Chat Rising in a [virtual machine](https://www.parallels.com/); or > 2) Run F-Chat Rising in a [virtual machine](https://www.parallels.com/); or
> >

View File

@ -281,7 +281,7 @@ function createWindow(): electron.BrowserWindow | undefined {
function showPatchNotes(): void { function showPatchNotes(): void {
//tslint:disable-next-line: no-floating-promises //tslint:disable-next-line: no-floating-promises
electron.shell.openExternal('https://github.com/mrstallion/fchat-rising/blob/master/CHANGELOG.md'); electron.shell.openExternal('https://github.com/hearmeneigh/fchat-rising/blob/master/CHANGELOG.md');
} }
@ -311,14 +311,14 @@ function onReady(): void {
// require('update-electron-app')( // require('update-electron-app')(
// { // {
// repo: 'https://github.com/mrstallion/fchat-rising.git', // repo: 'https://github.com/hearmeneigh/fchat-rising.git',
// updateInterval: '3 hours', // updateInterval: '3 hours',
// logger: require('electron-log') // logger: require('electron-log')
// } // }
// ); // );
//tslint:disable-next-line: no-unsafe-any //tslint:disable-next-line: no-unsafe-any
const updaterUrl = `https://update.electronjs.org/mrstallion/fchat-rising/${process.platform}-${process.arch}/${pck.version}`; const updaterUrl = `https://update.electronjs.org/hearmeneigh/fchat-rising/${process.platform}-${process.arch}/${pck.version}`;
if((process.env.NODE_ENV === 'production') && (process.platform !== 'darwin')) { if((process.env.NODE_ENV === 'production') && (process.platform !== 'darwin')) {
electron.autoUpdater.setFeedURL({url: updaterUrl + (settings.beta ? '?channel=beta' : ''), serverType: 'json'}); electron.autoUpdater.setFeedURL({url: updaterUrl + (settings.beta ? '?channel=beta' : ''), serverType: 'json'});
setTimeout(() => electron.autoUpdater.checkForUpdates(), 10000); setTimeout(() => electron.autoUpdater.checkForUpdates(), 10000);
@ -576,7 +576,7 @@ function onReady(): void {
submenu: [ submenu: [
{ {
label: l('help.fchat'), label: l('help.fchat'),
click: () => electron.shell.openExternal('https://github.com/mrstallion/fchat-rising/blob/master/README.md') click: () => electron.shell.openExternal('https://github.com/hearmeneigh/fchat-rising/blob/master/README.md')
}, },
// { // {
// label: l('help.feedback'), // label: l('help.feedback'),