Peter Powell
d877be98d1
Purge the deprecated chanprotect module.
2013-04-01 10:43:12 +01:00
attilamolnar
56cae0f3a4
Remove legacy code, mostly related to 1.2 compatibility
2013-04-01 00:54:58 +02:00
attilamolnar
8de053ee38
Minor update to example configs
2013-03-31 19:52:43 +02:00
attilamolnar
3eeb85d3c5
Update doc and fix the description of m_allowinvite
2013-03-29 01:09:55 +01:00
Peter Powell
5f6372b2f0
Reorganise configuration files:
...
- Example config files now end with .conf.example.
- Example text files now end with .txt.example.
- Removed 'inspircd' from the name of multiple example files.
- Added missing oper motd example file.
2013-03-02 15:50:09 +00:00
Robin Burchell
e031d19418
ldapauth: Allow setting virtual hosts on identification with m_ldapauth.
...
<ldapauth:host>, when set, will be applied to users identifying with ldapauth.
The host can also take formatters from fields set on the DN of the user.
2012-11-29 10:07:01 +01:00
attilamolnar
3366ace0a3
m_opermotd Add support for replacing \u \b etc. with color codes
...
Fixes #322 reported by @MistrX
2012-10-29 18:28:44 +01:00
attilamolnar
59cafb70e6
m_operlog Add tosnomask config option, to log all oper actions to snomask 'r'
...
If enabled, the commands can be logged to channels with m_chanlog and also other +s +r opers can see them
Fixes #325 reported by @SeLEct-
2012-10-28 15:23:38 +01:00
Adrien Bustany
9451b734ff
m_ldapauth Allow filtering on arbitrary LDAP attributes
...
This commit implements filtering on LDAP attributes, in a similar way
to what Apache Httpd does with "Require ldap-attribute".
2012-10-19 20:40:16 +02:00
attilamolnar
d77540142f
Update modules.conf.example with m_ircv3
2012-10-08 16:47:12 +02:00
Boleslaw Tokarski
428a5e3d0f
Allows to use user->ident string instead of user->nick for NickServ.
2012-10-08 15:09:09 +02:00
attilamolnar
ed21362c47
Update modules.conf.example with m_topiclock
2012-10-07 00:24:59 +02:00
ChrisTX
c2f7fc047c
Replace hardcoded paths with configurable ones
...
This patchset aims to ease the packaging of InspIRCd for a system-wide installation scenario.
Changes in detail:
configure: Add the options --log-path and --data-path
m_ssl_gnutls, openssl: Change the hardcoded "conf/" to the existent CONFIG_PATH macro
m_xline_db: Make the location of xline.db configurable. It will use --data-path as default value, but this can be
changed using the configuration files.
2012-10-04 15:14:04 +02:00
attilamolnar
ab0b3d0137
Instruct users to verify that std::regex is supported on their setup before using m_regex_stdlib
2012-09-22 16:04:45 +02:00
ChrisTX
3b63bc840f
m_regex_stdlib: A regex provider for the C++11 container std::regex
...
For it to work you need a standards compliant implementation as for
instance Visual C++ 2010 and 2012 deliver. GCC's libstdc++ does not
implement this class yet.
2012-09-22 15:52:18 +02:00
attilamolnar
1b03dfaeec
m_knock Add support for sending a 710 numeric when a KNOCK succeeds, add a config option to choose between behaviors
...
Fixes #287 reported by @ElementalAlchemist
2012-09-13 18:12:38 +02:00
Robin Burchell
388e4ff409
Merge pull request #251 from Shawn-Smith/insp20+extbanU
...
[2.0] Add ExtBan U to match only unregistered users
2012-08-13 01:08:35 -07:00
attilamolnar
2f4c812e7c
Update example configs
...
Document m_chanhistory settings
Note that m_censor adds usermode +G as well
Add geoip /STATS G to helpop
2012-07-26 23:00:30 +02:00
Shawn Smith
61429d9c68
Added ExtBan U to match only Unregistered users
...
Enhancement requested in Issue #247
2012-07-07 14:04:02 -04:00
Shawn Smith
ff8a01ff19
Backported usermode +L from insp21. Stops forced redirection given by cmode +L
2012-07-06 13:48:01 -04:00
Peter Powell
c8e9bbbe40
Move all example configuration files to their own directory.
2012-06-12 18:38:54 +01:00