Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
config
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Model registry
Operate
Environments
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ai3
config
Commits
1b63aa5c
Commit
1b63aa5c
authored
4 years ago
by
godog
Browse files
Options
Downloads
Patches
Plain Diff
irc: backwards compatible changes for inspircd3
parent
71a9e5db
Branches
inspircd3
Branches containing commit
No related tags found
2 merge requests
!91
irc: inspircd3
,
!90
irc: backwards compatible changes for inspircd3
Pipeline
#7817
passed
4 years ago
Stage: docker_build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
roles/irc/tasks/main.yml
+5
-0
5 additions, 0 deletions
roles/irc/tasks/main.yml
roles/irc/templates/inspircd/modules.conf
+1
-1
1 addition, 1 deletion
roles/irc/templates/inspircd/modules.conf
with
6 additions
and
1 deletion
roles/irc/tasks/main.yml
+
5
−
0
View file @
1b63aa5c
...
...
@@ -17,6 +17,11 @@
path
:
/etc/inspircd
state
:
directory
-
name
:
Generate dhparams
command
:
openssh dhparams -out /etc/inspircd/dhparams
2048
args
:
creates
:
/etc/inspircd/dhparams
-
template
:
dest
:
"
/etc/inspircd/{{
item
}}"
src
:
"
inspircd/{{
item
}}"
...
...
This diff is collapsed.
Click to expand it.
roles/irc/templates/inspircd/modules.conf
+
1
−
1
View file @
1b63aa5c
...
...
@@ -4,7 +4,6 @@
<
module
name
=
"m_md5.so"
>
<
module
name
=
"m_sha256.so"
>
<
module
name
=
"m_ripemd160.so"
>
<
module
name
=
"m_alias.so"
>
<
alias
text
=
"NICKSERV"
replace
=
"PRIVMSG NickServ :$2-"
requires
=
"NickServ"
uline
=
"yes"
>
...
...
@@ -54,6 +53,7 @@
<
module
name
=
"m_password_hash.so"
>
<
module
name
=
"m_regex_pcre.so"
>
<
module
name
=
"m_sasl.so"
>
<
sasl
target
=
"services.irc.mufhd0.net"
>
<
module
name
=
"m_services_account.so"
>
<
module
name
=
"m_sethost.so"
>
<
module
name
=
"m_sslmodes.so"
>
...
...
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