Skip to content

Commit

Permalink
Merge branch 'OPER_UMODEF_O' of github.com:realrasengan/bahamut into …
Browse files Browse the repository at this point in the history
…OPER_UMODEF_O
  • Loading branch information
realrasengan committed Jun 15, 2020
2 parents 66e66c0 + fa4682d commit 661790a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
19 changes: 18 additions & 1 deletion doc/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,24 @@ allow {
#
# Using the examples in this file, a client could connect with the password
# string "secret:johndoe:secret" and be masked as johndoe@staff.net.
#
#
# The WEBIRC command identifies trusted clients, and permits the real
# hostname of a webirc client be used instead of the hostname of the
# webirc gateway they connected through. This can be used to prevent users
# from having ircip1.mibbit.com as their hostname, for example.
#
# Trusted clients are added to the ircd.conf by adding special allow
# blocks that match ident@host (if an identd response was received), or
# webirc@host (if not), and that use a password of the form:
# webirc.<password>
#
# For example:
#
# allow { ipmask webirc@127.0.0.1; passwd webirc.mypass; class users; };
#
# will allow the command to be used from a non-identd client connecting
# from 127.0.0.1 if they use the password mypass in the WEBIRC command.
#
# The flags token allows special behavior to be assigned to this
# connection, using a set of single-letter options. The available flags
# are:
Expand Down
2 changes: 1 addition & 1 deletion doc/template.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ options {
stats_name stats.name; # Name of stats (OS/SS/HS) server
network_kline admin@net; # Contact email for network bans
nshelpurl "http://help"; # Nick registration help page
spamfilterpurl "http://help"; # SpamFilter help page
spamfilterurl "http://help"; # SpamFilter help page

// if you need to link more than 1 server, uncomment the following line
# servtype hub;
Expand Down
2 changes: 1 addition & 1 deletion tools/make-cert.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
RANDFILE = make-cert.rnd

[ req ]
default_bits = 1024
default_bits = 2048
encrypt_key = yes
distinguished_name = req_dn
x509_extensions = cert_type
Expand Down

0 comments on commit 661790a

Please sign in to comment.