| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge pull request #1316 from SaberUK/master+sslmodes•••[2.0] Clarify that m_sslmodes depends on m_sslinfo. | Adam | 2017-04-11 | 1 | -1/+2 |
| |\ |
|
| | * | Clarify that m_sslmodes depends on m_sslinfo. | Peter Powell | 2017-04-11 | 1 | -1/+2 |
| * | | Update securelist exception list.•••- Add an exception for IRC-Source.
- Remove an exception for SearchIRC.
- Remove an old exception for netsplit.
| Peter Powell | 2017-04-07 | 1 | -5/+4 |
| |/ |
|
| * | modules.conf.example: document useusername in ldapauth | Adam | 2017-03-20 | 1 | -1/+6 |
| * | Add a bigger warning about deprecated things being removed. | Peter Powell | 2016-11-16 | 1 | -0/+10 |
| * | m_dccallow Add config option to control max entries on a list•••Default to 20
| Attila Molnar | 2016-02-12 | 1 | -1/+2 |
| * | Fix a few documentation problems•••Fixes issues #1003, #1045 and #1085
| Attila Molnar | 2015-10-12 | 1 | -0/+3 |
| * | Fix various issues with the nationalchars module.•••- Strip the directory name in the default casemapping value.
- Error out if the casemapping value contains a space.
- Error out if the locale file failed to load.
- Fix relative file path when building on Windows.
- Install nationalchars files on Windows.
| Peter Powell | 2015-06-14 | 1 | -4/+7 |
| * | Fix not being able to message ulines when m_restrictmsg is loaded. | Peter Powell | 2015-05-10 | 1 | -0/+3 |
| * | Remove non-existant extban M: from docs•••extban M: has not existed since 2d732f4d in 2009...
| Renegade334 | 2015-03-17 | 1 | -2/+1 |
| * | Make some config strings a bit more professional and use RFC reserved TLD's e... | JD Horelick | 2014-11-09 | 1 | -20/+22 |
| * | m_delaymsg Add option to disallow NOTICEs too | Attila Molnar | 2014-10-23 | 1 | -0/+2 |
| * | Update <nationalchars> tag documentation | Attila Molnar | 2014-10-20 | 1 | -1/+2 |
| * | Update example configuration files, fix typos and case•••Mention m_regex_stdlib in the list of regex providers after m_filter
| Attila Molnar | 2014-07-24 | 1 | -23/+31 |
| * | Major example configuration and helpop update•••Big thanks to @m4z (#621) and @Robby- (#630) who contributed a lot to this
| Attila Molnar | 2014-04-04 | 1 | -349/+338 |
| * | m_svshold Add config option to hide snotices | Attila Molnar | 2014-01-20 | 1 | -0/+2 |
| * | m_httpd Add timeout option; remove timed out connections | Attila Molnar | 2014-01-20 | 1 | -0/+3 |
| * | Update example configs/helpop | Attila Molnar | 2014-01-20 | 1 | -1/+2 |
| * | m_permchannels Add the ability to save listmodes | attilamolnar | 2013-08-27 | 1 | -1/+3 |
| * | Update example configs, README.md and more•••- Fix typos, remove misleading information, rephrase a few sentences
- Add info about hmac-<hash> hash types
- Remove <performance:maxwho> (the code which used this was removed in 96e4434 - @SaberUK)
- Change inspircd.github.org to inspircd.org
| attilamolnar | 2013-08-27 | 1 | -54/+44 |
| * | m_kicknorejoin Limit time to 30m by default•••In the current implementation we only expire entries when someone joins, without a limit it was possible to make us practically never remove entries and consume (a tiny amount of) memory for each entry until the mode was removed/parameter was changed
The default limit of 30m is chosen to not surprise people when they upgrade. If you need to prevent rejoins for more than a minute then you should set a (timed)ban instead
Config option is available to change the limit (2.0 only)
| attilamolnar | 2013-04-16 | 1 | -0/+2 |
| * | Minor update to example configs | attilamolnar | 2013-03-31 | 1 | -11/+10 |
| * | Update doc and fix the description of m_allowinvite | attilamolnar | 2013-03-29 | 1 | -17/+13 |
| * | 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.
| Peter Powell | 2013-03-02 | 1 | -4/+4 |
| * | 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.
| Robin Burchell | 2012-11-29 | 1 | -3/+12 |
| * | m_opermotd Add support for replacing \u \b etc. with color codes•••Fixes #322 reported by @MistrX
| attilamolnar | 2012-10-29 | 1 | -3/+7 |
| * | 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-
| attilamolnar | 2012-10-28 | 1 | -1/+5 |
| * | 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".
| Adrien Bustany | 2012-10-19 | 1 | -0/+8 |
| * | Update modules.conf.example with m_ircv3 | attilamolnar | 2012-10-08 | 1 | -0/+16 |
| * | Allows to use user->ident string instead of user->nick for NickServ. | Boleslaw Tokarski | 2012-10-08 | 1 | -0/+1 |
| * | Update modules.conf.example with m_topiclock | attilamolnar | 2012-10-07 | 1 | -0/+5 |
| * | 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.
| ChrisTX | 2012-10-04 | 1 | -0/+3 |
| * | Instruct users to verify that std::regex is supported on their setup before u... | attilamolnar | 2012-09-22 | 1 | -0/+3 |
| * | 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.
| ChrisTX | 2012-09-22 | 1 | -0/+11 |
| * | m_knock Add support for sending a 710 numeric when a KNOCK succeeds, add a co...•••Fixes #287 reported by @ElementalAlchemist
| attilamolnar | 2012-09-13 | 1 | -0/+8 |
| * | Merge pull request #251 from Shawn-Smith/insp20+extbanU•••[2.0] Add ExtBan U to match only unregistered users | Robin Burchell | 2012-08-13 | 1 | -1/+2 |
| |\ |
|
| | * | Added ExtBan U to match only Unregistered users•••Enhancement requested in Issue #247
| Shawn Smith | 2012-07-07 | 1 | -1/+2 |
| * | | Update example configs•••Document m_chanhistory settings
Note that m_censor adds usermode +G as well
Add geoip /STATS G to helpop
| attilamolnar | 2012-07-26 | 1 | -2/+7 |
| |/ |
|
| * | Backported usermode +L from insp21. Stops forced redirection given by cmode +L | Shawn Smith | 2012-07-06 | 1 | -1/+10 |
| * | Move all example configuration files to their own directory. | Peter Powell | 2012-06-12 | 1 | -0/+1809 |