| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
| |
using m_regex_stdlib
|
| |
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
config option to choose between behaviors
Fixes #287 reported by @ElementalAlchemist
|
| |\
| |
| | |
[2.0] Add ExtBan U to match only unregistered users
|
| | |
| |
| |
| | |
Enhancement requested in Issue #247
|
| |/
|
|
|
|
| |
Document m_chanhistory settings
Note that m_censor adds usermode +G as well
Add geoip /STATS G to helpop
|
| | |
|
| |
|