~ubuntu-branches/ubuntu/oneiric/inspircd/oneiric

« back to all changes in this revision

Viewing changes to docs/inspircd.conf.example

  • Committer: Bazaar Package Importer
  • Author(s): Giacomo Catenazzi, Darren Blaber, Matt Arnold, Giacomo Catenazzi
  • Date: 2008-03-06 07:56:47 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080306075647-z8a4phxkn3vo3ajx
Tags: 1.1.17+dfsg-1
[ Darren Blaber ]
* New upstream release, fix /etc/init.d/inspircd stop.
* Fix the postrm script so there is no duplicate update-rc.d
* Fix the manpage so there are no more errors in it

[ Matt Arnold ]
*  Fix prerm so it works (Closes: #466924)

[ Giacomo Catenazzi ]
* Added me as uploader
* Add again support of dpatch in debian/rules
* Build sources only once!
* Correct make clean target, not to include generated ./inspircd on sources
* Don't change permission of configuration files, when starting inspircd
  (separation of policy and program).

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#         This is an example of the config file for InspIRCd.          #
21
21
#             Change the options to suit your network                  #
22
22
#                                                                      #
23
 
#     $Id: inspircd.conf.example 8067 2007-09-24 01:24:11Z brain $
 
23
#     $Id: inspircd.conf.example 8767 2008-01-29 16:11:53Z brain $
24
24
#                                                                      #
25
25
#    ____                _   _____ _     _       ____  _ _   _         #
26
26
#   |  _ \ ___  __ _  __| | |_   _| |__ (_)___  | __ )(_) |_| |        #
48
48
#                                                                     #
49
49
#     <server name="server.name"                                      #
50
50
#      description="Server Description"                               #
51
 
#      networkemail="Email address shown on g/k/z/q lines"            #
52
51
#      network="MyNetwork">                                           #
53
52
#                                                                     #
54
53
 
1350
1349
# use hexdecimal numbers prefixed by "0x", as shown in this example,  #
1351
1350
# with each key eight hex digits long.                                #
1352
1351
 
1353
 
#-#-#-#-#-#-#-#-#-#-#-#- CLOSE MODULE #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
1354
 
# Close module: Allows an oper to close all unregistered connections.
1355
 
#<module name="m_close.so">
1356
 
 
1357
1352
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
1358
1353
# Clones module: Adds an oper command /CLONES for detecting cloned
1359
1354
# users. Warning: This module may be resource intensive when its
1360
1355
# command is issued, use with care.
1361
1356
#<module name="m_clones.so">
1362
1357
 
 
1358
#-#-#-#-#-#-#-#-#-#-#-#- CLOSE MODULE #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
 
1359
# Close module: Allows an oper to close all unregistered connections.
 
1360
#<module name="m_close.so">
 
1361
 
1363
1362
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
1364
1363
# Common channels module: Adds user mode +c, which, when set, requires
1365
1364
# that users must share a common channel with you to PRIVMSG or NOTICE
1404
1403
 
1405
1404
 
1406
1405
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
1407
 
# Channel cycle module. Server side /hop, with +ilk etc bypass.
1408
 
#<module name="m_cycle.so">
1409
 
 
1410
 
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
1411
1406
# Connection throttle module. Configuration:
1412
1407
#<module name="m_connflood.so">
1413
1408
#
1444
1439
#<title name="bar" password="foo" host="ident@host.name" title="Official Chat Helper" vhost="helper.network.chat">
1445
1440
 
1446
1441
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
 
1442
# Channel cycle module. Server side /hop, with +ilk etc bypass.
 
1443
#<module name="m_cycle.so">
 
1444
 
 
1445
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
1447
1446
# DCCALLOW module: Adds the /DCCALLOW command
1448
1447
#<module name="m_dccallow.so">
1449
1448
#
1478
1477
# If you have the m_denychans.so module loaded, you need to specify   #
1479
1478
# the channels to deny:                                               #
1480
1479
#                                                                     #
1481
 
# name        -      The channel name to deny.                        #
 
1480
# name        -      The channel name to deny. (glob masks are ok)    #
1482
1481
#                                                                     #
1483
1482
# allowopers  -      If operators are allowed to override the deny.   #
1484
1483
#                                                                     #
1485
1484
# reason      -      Reason given for the deny.                       #
1486
1485
#                                                                     #
1487
 
#<badchan name="#gods" allowopers="yes" reason="Tortoises!">
 
1486
#<badchan name="#gods*" allowopers="yes" reason="Tortoises!">         #
 
1487
#                                                                     #
 
1488
# Additionally, you may specify channels which are allowed, even if   #
 
1489
# a badchan tag specifies it would be denied:                         #
 
1490
#<goodchan name="#godsleeps">                                         #
 
1491
# Glob masks are accepted here also.
1488
1492
 
1489
1493
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
1490
1494
# Devoice Module: Let users devoice themselves.
1520
1524
#<module name="m_foobar.so">
1521
1525
 
1522
1526
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
1523
 
# Globops module: gives /GLOBOPS and usermode +g
1524
 
#<module name="m_globops.so">
1525
 
 
1526
 
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
1527
1527
# Global load module: Allows loading and unloading of modules network-
1528
1528
# wide (USE WITH EXTREME CAUTION!)
1529
1529
#<module name="m_globalload.so">
1530
1530
 
1531
1531
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
 
1532
# Globops module: gives /GLOBOPS and usermode +g
 
1533
#<module name="m_globops.so">
 
1534
 
 
1535
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
1532
1536
# HELPOP module: Provides the /HELPOP command
1533
1537
#<module name="m_helpop.so">
1534
1538
#
1607
1611
#<ident timeout="5" bind="">                                          #
1608
1612
 
1609
1613
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
1610
 
# Invite except module: Adds support for channel invite exceptions (+I)
1611
 
#<module name="m_inviteexception.so">
1612
 
 
1613
 
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
1614
1614
# Invisible module - Adds support for usermode +Q (quiet) which lets an
1615
1615
# oper go 'invisible' similar to unrealircd 3.1's +I mode. Note that
1616
1616
# opers are still able to see invisible users, and if an oper with +Q
1622
1622
#<module name="m_invisible.so">
1623
1623
 
1624
1624
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
 
1625
# Invite except module: Adds support for channel invite exceptions (+I)
 
1626
#<module name="m_inviteexception.so">
 
1627
 
 
1628
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
1625
1629
# Join flood module: Adds support for join flood protection (+j)
1626
1630
#<module name="m_joinflood.so">
1627
1631
 
1737
1741
#<operjoin channel="#channel">
1738
1742
 
1739
1743
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
 
1744
# Oper levels module: Gives each oper a level and prevents
 
1745
# actions being taken against higher level opers
 
1746
# Specify the level as the 'level' parameter of the <type> tag
 
1747
#<module name="m_operlevels.so">
 
1748
 
 
1749
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
 
1750
# Oper modes module: Allows you to specify modes to add/remove on oper
 
1751
# Specify the modes as the 'modes' parameter of the <type> tag
 
1752
#<module name="m_opermodes.so">
 
1753
 
 
1754
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
1740
1755
# Oper MOTD module: Provides support for seperate message of the day
1741
1756
# on oper-up
1742
1757
#<module name="m_opermotd.so">
1757
1772
# http://www.inspircd.org/wiki/Oper_Override_Module                   #
1758
1773
 
1759
1774
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
1760
 
# Oper levels module: Gives each oper a level and prevents
1761
 
# actions being taken against higher level opers
1762
 
# Specify the level as the 'level' parameter of the <type> tag
1763
 
#<module name="m_operlevels.so">
1764
 
 
1765
 
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
1766
 
# Oper modes module: Allows you to specify modes to add/remove on oper
1767
 
# Specify the modes as the 'modes' parameter of the <type> tag
1768
 
#<module name="m_opermodes.so">
1769
 
 
1770
 
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
1771
1775
# PostgreSQL module: Allows other SQL modules to access PgSQL databases
1772
1776
# through a unified API. You must copy the source for this module
1773
1777
# from the directory src/modules/extra, plus the file m_sqlv2.h
1886
1890
#<module name="m_seenicks.so">
1887
1891
 
1888
1892
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
1889
 
# Set Idle module: Adds a command for opers to change their
1890
 
# idle time (mainly a toy)
1891
 
#<module name="m_setidle.so">
1892
 
 
1893
 
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
1894
1893
# Services support module: Adds several usermodes such as +R and +M
1895
1894
# this module implements the 'identified' state via user mode +r, which
1896
1895
# is similar to the DALnet and dreamforge systems.
1913
1912
#<module name="m_setident.so">
1914
1913
 
1915
1914
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
 
1915
# Set Idle module: Adds a command for opers to change their
 
1916
# idle time (mainly a toy)
 
1917
#<module name="m_setidle.so">
 
1918
 
 
1919
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
1916
1920
# SETNAME module: Adds the /SETNAME command
1917
1921
#<module name="m_setname.so">
1918
1922
 
1922
1926
#<module name="m_showwhois.so">
1923
1927
 
1924
1928
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
 
1929
# SILENCE module: Adds support for /SILENCE
 
1930
#<module name="m_silence.so">
 
1931
#
 
1932
# Configuration tags:
 
1933
#
 
1934
#<silence maxentries="32">
 
1935
#
 
1936
# Sets the maximum number of entries on a users silence list.
 
1937
 
 
1938
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
 
1939
# Extended SILENCE module: Adds support for /SILENCE with additional
 
1940
# features to silence based on invites, channel messages, etc.
 
1941
#<module name="m_silence_ext.so">
 
1942
#
 
1943
# The configuration tags for this module are identical to those of
 
1944
# m_silence, shown above.
 
1945
 
 
1946
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
1925
1947
# Spy module: Adds the commands SPYLIST and SPYNAMES that let opers
1926
1948
# see who is in a +s channel, and list +s channels, show keys of keyed
1927
1949
# channels the oper is not a member of etc. (standard 'abusive' features
1929
1951
#<module name="m_spy.so">
1930
1952
 
1931
1953
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
 
1954
# SQL authentication module: Allows IRCd connections to be tied into
 
1955
# a database table (for example a forum). You must copy the source for
 
1956
# this module from the directory src/modules/extra
 
1957
# Depends on the SQLutils module being loaded first.
 
1958
#<module name="m_sqlauth.so">
 
1959
#
 
1960
#-#-#-#-#-#-#-#-#-#-#- SQLAUTH CONFIGURATION   -#-#-#-#-#-#-#-#-#-#-#-#
 
1961
#                                                                     #
 
1962
# m_sqlauth.so is too complex it describe here, see the wiki:         #
 
1963
# http://www.inspircd.org/wiki/SQL_Authentication_Module              #
 
1964
 
 
1965
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
 
1966
# SQLite3 module: Allows other SQL modules to access SQLite3          #
 
1967
# databases through a unified API. You must link the source for this  #
 
1968
# module from the directory src/modules/extra to src/modules, plus    #
 
1969
# the file m_sqlv2.h                                                  #
 
1970
#<module name="m_sqlite3.so">
 
1971
#
 
1972
#-#-#-#-#-#-#-#-#-#-#-#- SQL CONFIGURATION   -#-#-#-#-#-#-#-#-#-#-#-#-#
 
1973
#                                                                     #
 
1974
# m_sqlite.so is more complex than described here, see the wiki for   #
 
1975
# more: http://www.inspircd.org/wiki/SQLite3_Service_Provider_Module  #
 
1976
#
 
1977
#<database hostname="/full/path/to/database.db" id="anytext">
 
1978
 
 
1979
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
 
1980
# SQL logging module: Allows you to log network-wide data for your
 
1981
# network in a fully normalized set of SQL tables. You must copy the
 
1982
# source for this module from the directory src/modules/extra
 
1983
#<module name="m_sqllog.so">
 
1984
#
 
1985
#-#-#-#-#-#-#-#-#-#-#-  SQLLOG CONFIGURATION   -#-#-#-#-#-#-#-#-#-#-#-#
 
1986
#                                                                     #
 
1987
# dbid       - Database ID to use (see m_sql)                         #
 
1988
#                                                                     #
 
1989
# See also: http://www.inspircd.org/wiki/SQL_Logging_Module           #
 
1990
#                                                                     #
 
1991
#<sqllog dbid="1">
 
1992
 
 
1993
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
 
1994
# SQL oper module: Allows you to store oper credentials in an SQL table
 
1995
# You must copy the source for this module from the directory src/modules/extra
 
1996
# Depends on the SQLutils module being loaded first.
 
1997
#<module name="m_sqloper.so">
 
1998
#
 
1999
#-#-#-#-#-#-#-#-#-#-#- SQLOPER CONFIGURATION   -#-#-#-#-#-#-#-#-#-#-#-#
 
2000
#                                                                     #
 
2001
# dbid       - Database ID to use (see m_sql)                         #
 
2002
#                                                                     #
 
2003
# See also: http://www.inspircd.org/wiki/SQL_Oper_Storage_Module      #
 
2004
#                                                                     #
 
2005
#<sqloper dbid="1">
 
2006
 
 
2007
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
 
2008
# SQLutils module: Provides some utilities to SQL client modules, such
 
2009
# as mapping queries to users and channels. You must copy the source
 
2010
# for this module from the directory src/modules/extra/m_sqlutils.cpp
 
2011
# and src/modules/extra/m_sqlutils.h into /src/modules
 
2012
# Needed for, and loaded before: SQLauth and SQLoper
 
2013
#<module name="m_sqlutils.so">
 
2014
 
 
2015
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
 
2016
# SSL Info module: Allows users to retrieve information about other
 
2017
# user's peer SSL certificates and keys. This can be used by client
 
2018
# scripts to validate users. For this to work, one of m_ssl_gnutls.so
 
2019
# or m_ssl_openssl.so must be loaded. You must symlink the source for
 
2020
# this module from the directory src/modules/extra.
 
2021
#<module name="m_sslinfo.so">
 
2022
 
 
2023
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
1932
2024
# SSL channel mode module: Adds support for SSL-only channels (+z).
1933
2025
# does not do anything useful without a working SSL module (see below)
1934
2026
#<module name="m_sslmodes.so">
1957
2049
# your configuration file!                                            #
1958
2050
 
1959
2051
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
1960
 
# SSL Info module: Allows users to retrieve information about other
1961
 
# user's peer SSL certificates and keys. This can be used by client
1962
 
# scripts to validate users. For this to work, one of m_ssl_gnutls.so
1963
 
# or m_ssl_openssl.so must be loaded. You must symlink the source for
1964
 
# this module from the directory src/modules/extra.
1965
 
#<module name="m_sslinfo.so">
1966
 
 
1967
 
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
1968
2052
# OpenSSL ssl module: Adds support for client-server SSL using OpenSSL,
1969
2053
# if enabled. You must copy the source for this module from the directory
1970
2054
# src/modules/extra, or answer 'yes' in ./configure when asked if you
1994
2078
#<module name="m_stripcolor.so">
1995
2079
 
1996
2080
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
1997
 
# SILENCE module: Adds support for /SILENCE
1998
 
#<module name="m_silence.so">
1999
 
#
2000
 
# Configuration tags:
2001
 
#
2002
 
#<silence maxentries="32">
2003
 
#
2004
 
# Sets the maximum number of entries on a users silence list.
2005
 
 
2006
 
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
2007
 
# Extended SILENCE module: Adds support for /SILENCE with additional
2008
 
# features to silence based on invites, channel messages, etc.
2009
 
#<module name="m_silence_ext.so">
2010
 
#
2011
 
# The configuration tags for this module are identical to those of
2012
 
# m_silence, shown above.
2013
 
 
2014
 
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
2015
 
# SQLite3 module: Allows other SQL modules to access SQLite3          #
2016
 
# databases through a unified API. You must link the source for this  #
2017
 
# module from the directory src/modules/extra to src/modules, plus    #
2018
 
# the file m_sqlv2.h                                                  #
2019
 
#<module name="m_sqlite3.so">
2020
 
#
2021
 
#-#-#-#-#-#-#-#-#-#-#-#- SQL CONFIGURATION   -#-#-#-#-#-#-#-#-#-#-#-#-#
2022
 
#                                                                     #
2023
 
# m_sqlite.so is more complex than described here, see the wiki for   #
2024
 
# more: http://www.inspircd.org/wiki/SQLite3_Service_Provider_Module  #
2025
 
#
2026
 
#<database hostname="/full/path/to/database.db" id="anytext">
2027
 
 
2028
 
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
2029
 
# SQLutils module: Provides some utilities to SQL client modules, such
2030
 
# as mapping queries to users and channels. You must copy the source
2031
 
# for this module from the directory src/modules/extra/m_sqlutils.cpp
2032
 
# and src/modules/extra/m_sqlutils.h into /src/modules
2033
 
# Needed for, and loaded before: SQLauth and SQLoper
2034
 
#<module name="m_sqlutils.so">
2035
 
 
2036
 
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
2037
 
# SQL authentication module: Allows IRCd connections to be tied into
2038
 
# a database table (for example a forum). You must copy the source for
2039
 
# this module from the directory src/modules/extra
2040
 
# Depends on the SQLutils module being loaded first.
2041
 
#<module name="m_sqlauth.so">
2042
 
#
2043
 
#-#-#-#-#-#-#-#-#-#-#- SQLAUTH CONFIGURATION   -#-#-#-#-#-#-#-#-#-#-#-#
2044
 
#                                                                     #
2045
 
# m_sqlauth.so is too complex it describe here, see the wiki:         #
2046
 
# http://www.inspircd.org/wiki/SQL_Authentication_Module              #
2047
 
 
2048
 
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
2049
 
# SQL logging module: Allows you to log network-wide data for your
2050
 
# network in a fully normalized set of SQL tables. You must copy the
2051
 
# source for this module from the directory src/modules/extra
2052
 
#<module name="m_sqllog.so">
2053
 
#
2054
 
#-#-#-#-#-#-#-#-#-#-#-  SQLLOG CONFIGURATION   -#-#-#-#-#-#-#-#-#-#-#-#
2055
 
#                                                                     #
2056
 
# dbid       - Database ID to use (see m_sql)                         #
2057
 
#                                                                     #
2058
 
# See also: http://www.inspircd.org/wiki/SQL_Logging_Module           #
2059
 
#                                                                     #
2060
 
#<sqllog dbid="1">
2061
 
 
2062
 
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
2063
 
# SQL oper module: Allows you to store oper credentials in an SQL table
2064
 
# You must copy the source for this module from the directory src/modules/extra
2065
 
# Depends on the SQLutils module being loaded first.
2066
 
#<module name="m_sqloper.so">
2067
 
#
2068
 
#-#-#-#-#-#-#-#-#-#-#- SQLOPER CONFIGURATION   -#-#-#-#-#-#-#-#-#-#-#-#
2069
 
#                                                                     #
2070
 
# dbid       - Database ID to use (see m_sql)                         #
2071
 
#                                                                     #
2072
 
# See also: http://www.inspircd.org/wiki/SQL_Oper_Storage_Module      #
2073
 
#                                                                     #
2074
 
#<sqloper dbid="1">
2075
 
 
2076
 
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
2077
2081
# SVSHold module: Implements SVSHOLD. Like Q:Lines, but can only be   #
2078
2082
# added/removed by Services.                                          #
2079
2083
#<module name="m_svshold.so">