Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
e147cced
Commit
e147cced
authored
3 years ago
by
Randy Sommerfeld
Browse files
Options
Downloads
Patches
Plain Diff
Move ircd 1.9 out of beta in anticipation of Synchronet 3.19
parent
c3a776fd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!463
MRC mods by Codefenix (2024-10-20)
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
exec/ircd.js
+1
-1
1 addition, 1 deletion
exec/ircd.js
exec/load/ircd/core.js
+1
-1
1 addition, 1 deletion
exec/load/ircd/core.js
with
2 additions
and
2 deletions
exec/ircd.js
+
1
−
1
View file @
e147cced
...
...
@@ -37,7 +37,7 @@ load("ircd/server.js");
load
(
"
ircd/config.js
"
);
/*** Global Constants - Always in ALL_UPPERCASE ***/
const
VERSION
=
"
SynchronetIRCd-1.9
b
"
;
const
VERSION
=
"
SynchronetIRCd-1.9
"
;
const
VERSION_STR
=
format
(
"
Synchronet %s%s-%s%s (IRCd by Randy Sommerfeld)
"
,
system
.
version
,
system
.
revision
,
...
...
This diff is collapsed.
Click to expand it.
exec/load/ircd/core.js
+
1
−
1
View file @
e147cced
...
...
@@ -1370,7 +1370,7 @@ function IRCClient_do_info() {
this
.
hostname
,
this
.
servername
));
this
.
numeric
(
371
,
"
:--=-=-=-=-=-=-=-=-=-=*[ The Synchronet IRCd
v
1.9
b
]*=-=-=-=-=-=-=-=-=-=--
"
);
this
.
numeric
(
371
,
"
:--=-=-=-=-=-=-=-=-=-=
-
*[ The Synchronet IRCd 1.9 ]*
-
=-=-=-=-=-=-=-=-=-=--
"
);
this
.
numeric
(
371
,
"
: IRCd Copyright 2003-2021 by Randy Sommerfeld <cyan@synchro.net>
"
);
this
.
numeric
(
371
,
"
:
"
+
system
.
version_notice
+
"
"
+
system
.
copyright
+
"
.
"
);
this
.
numeric
(
371
,
"
:--=-=-=-=-=-=-=-=-=-( A big thanks to the following )-=-=-=-=-=-=-=-=-=--
"
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment