Compare commits
5 Commits
e33eb5243c
...
4fc28697f9
Author | SHA1 | Date | |
---|---|---|---|
4fc28697f9 | |||
0ae1f47151 | |||
000c009eef | |||
b87b1a1c85 | |||
9d52fec72c |
@ -1 +1,18 @@
|
|||||||
config/
|
.vscode/
|
||||||
|
config/
|
||||||
|
coverage/
|
||||||
|
dist/
|
||||||
|
node_modules/
|
||||||
|
public/
|
||||||
|
.browserslistrc
|
||||||
|
.editorconfig
|
||||||
|
.eslintignore
|
||||||
|
.eslintrc.cjs
|
||||||
|
.gitattributes
|
||||||
|
.gitignore
|
||||||
|
.npmrc
|
||||||
|
.prittierignore
|
||||||
|
LICENSE
|
||||||
|
README.md
|
||||||
|
README.old
|
||||||
|
SECURITY.md
|
@ -4,7 +4,8 @@ RUN apk add --no-cache --virtual=build-dependencies build-base git python3-dev &
|
|||||||
USER node
|
USER node
|
||||||
WORKDIR /var/opt/thelounge-src
|
WORKDIR /var/opt/thelounge-src
|
||||||
ENV THELOUNGE_HOME /var/opt/thelounge
|
ENV THELOUNGE_HOME /var/opt/thelounge
|
||||||
RUN git clone https://git.supernets.org/supernets/thelounge.git --depth 1 .
|
COPY . .
|
||||||
|
#RUN git clone https://git.supernets.org/supernets/thelounge.git --depth 1 .
|
||||||
RUN yarn install && \
|
RUN yarn install && \
|
||||||
NODE_ENV=production yarn build && \
|
NODE_ENV=production yarn build && \
|
||||||
yarn link && \
|
yarn link && \
|
||||||
|
@ -131,7 +131,7 @@ export default defineComponent({
|
|||||||
|
|
||||||
const getInputPlaceholder = (channel: ClientChan) => {
|
const getInputPlaceholder = (channel: ClientChan) => {
|
||||||
if (channel.type === "channel" || channel.type === "query") {
|
if (channel.type === "channel" || channel.type === "query") {
|
||||||
return `Write to ${channel.name}`;
|
return `HARD CHATS IN ${channel.name}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
return "";
|
return "";
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<h1 class="title">Help</h1>
|
<h1 class="title">Help</h1>
|
||||||
|
|
||||||
<h2 class="help-version-title">
|
<h2 class="help-version-title">
|
||||||
<span>About The Lounge</span>
|
<span>About The Lounge: Hard Chats Edition</span>
|
||||||
<small>
|
<small>
|
||||||
v{{ store.state.serverConfiguration?.version }} (<router-link
|
v{{ store.state.serverConfiguration?.version }} (<router-link
|
||||||
id="view-changelog"
|
id="view-changelog"
|
||||||
@ -19,48 +19,9 @@
|
|||||||
|
|
||||||
<div class="about">
|
<div class="about">
|
||||||
<VersionChecker />
|
<VersionChecker />
|
||||||
|
|
||||||
<template v-if="store.state.serverConfiguration?.gitCommit">
|
|
||||||
<p>
|
|
||||||
The Lounge is running from source (<a
|
|
||||||
:href="`https://github.com/thelounge/thelounge/tree/${store.state.serverConfiguration?.gitCommit}`"
|
|
||||||
target="_blank"
|
|
||||||
rel="noopener"
|
|
||||||
>commit <code>{{ store.state.serverConfiguration?.gitCommit }}</code></a
|
|
||||||
>).
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>
|
|
||||||
Compare
|
|
||||||
<a
|
|
||||||
:href="`https://github.com/thelounge/thelounge/compare/${store.state.serverConfiguration?.gitCommit}...master`"
|
|
||||||
target="_blank"
|
|
||||||
rel="noopener"
|
|
||||||
>between
|
|
||||||
<code>{{ store.state.serverConfiguration?.gitCommit }}</code> and
|
|
||||||
<code>master</code></a
|
|
||||||
>
|
|
||||||
to see what you are missing
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
Compare
|
|
||||||
<a
|
|
||||||
:href="`https://github.com/thelounge/thelounge/compare/${store.state.serverConfiguration?.version}...${store.state.serverConfiguration?.gitCommit}`"
|
|
||||||
target="_blank"
|
|
||||||
rel="noopener"
|
|
||||||
>between
|
|
||||||
<code>{{ store.state.serverConfiguration?.version }}</code> and
|
|
||||||
<code>{{ store.state.serverConfiguration?.gitCommit }}</code></a
|
|
||||||
>
|
|
||||||
to see your local changes
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a
|
<a
|
||||||
href="https://thelounge.chat/"
|
href="https://git.supernets.org/supernets/thelounge/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener"
|
rel="noopener"
|
||||||
class="website-link"
|
class="website-link"
|
||||||
@ -78,7 +39,7 @@
|
|||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<a
|
<a
|
||||||
href="https://github.com/thelounge/thelounge/issues/new"
|
href="https://git.supernets.org/supernets/thelounge/issues/new"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener"
|
rel="noopener"
|
||||||
class="report-issue-link"
|
class="report-issue-link"
|
||||||
@ -87,6 +48,17 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<h2>COLD HARD CHATS</h2>
|
||||||
|
|
||||||
|
<div class="help-item">
|
||||||
|
<div class="description">
|
||||||
|
<p>
|
||||||
|
IRC.SUPERNETS.ORG #SUPERBOWL FUCK YOUR NETWORK COLD HARD CHATS THIS IS NOT
|
||||||
|
YOUR DADS FOOTBALL CHANNEL
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<h2 v-if="isTouch">Gestures</h2>
|
<h2 v-if="isTouch">Gestures</h2>
|
||||||
|
|
||||||
<div v-if="isTouch" class="help-item">
|
<div v-if="isTouch" class="help-item">
|
||||||
|
@ -216,7 +216,7 @@ module.exports = {
|
|||||||
//
|
//
|
||||||
// This value is set to `"The Lounge - https://thelounge.chat"` by
|
// This value is set to `"The Lounge - https://thelounge.chat"` by
|
||||||
// default.
|
// default.
|
||||||
leaveMessage: "The Lounge - https://thelounge.chat",
|
leaveMessage: "The Lounge: Hard Chats Edition - https://git.supernets.org/supernets/thelounge",
|
||||||
|
|
||||||
// ## Default network
|
// ## Default network
|
||||||
|
|
||||||
@ -263,17 +263,18 @@ module.exports = {
|
|||||||
// }
|
// }
|
||||||
// ```
|
// ```
|
||||||
defaults: {
|
defaults: {
|
||||||
name: "Libera.Chat",
|
name: "SuperNETs",
|
||||||
host: "irc.libera.chat",
|
host: "irc.supernets.org",
|
||||||
port: 6697,
|
port: 6697,
|
||||||
password: "",
|
password: "",
|
||||||
tls: true,
|
tls: true,
|
||||||
rejectUnauthorized: true,
|
rejectUnauthorized: true,
|
||||||
nick: "thelounge%%",
|
nick: "webchat%%",
|
||||||
username: "thelounge",
|
username: "webchat",
|
||||||
realname: "",
|
realname: "",
|
||||||
join: "#thelounge",
|
join: "#superbowl",
|
||||||
leaveMessage: "",
|
leaveMessage:
|
||||||
|
"The Lounge: Hard Chats Edition - https://git.supernets.org/supernets/thelounge",
|
||||||
},
|
},
|
||||||
|
|
||||||
// ### `lockNetwork`
|
// ### `lockNetwork`
|
||||||
|
@ -12,7 +12,12 @@ const ctcpResponses = {
|
|||||||
.join(" "),
|
.join(" "),
|
||||||
PING: ({message}: {message: string}) => message.substring(5),
|
PING: ({message}: {message: string}) => message.substring(5),
|
||||||
SOURCE: () => pkg.repository.url,
|
SOURCE: () => pkg.repository.url,
|
||||||
VERSION: () => pkg.name + " " + Helper.getVersion() + " -- " + pkg.homepage,
|
VERSION: () =>
|
||||||
|
"The Lounge: Hard Chats Edition - COLD HARD CHATS ONLY IN IRC.SUPERNETS.ORG #SUPERBOWL FUCK YOUR NETWORK - " +
|
||||||
|
Helper.getVersion() +
|
||||||
|
" -- " +
|
||||||
|
pkg.homepage,
|
||||||
|
CHATS: () => "COLD AND HARD",
|
||||||
};
|
};
|
||||||
|
|
||||||
export default <IrcEventHandler>function (irc, network) {
|
export default <IrcEventHandler>function (irc, network) {
|
||||||
|
Loading…
Reference in New Issue
Block a user