| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | Add <security:allowcoreunload>.•••When enabled (the default) this setting prevents the unloading of
core modules such as cmd_privmsg.
| Peter Powell | 2013-04-13 | 1 | -0/+3 |
| * | | Default to the XML config format. | Peter Powell | 2013-04-06 | 2 | -6/+10 |
| * | | Purge the deprecated chanprotect module. | Peter Powell | 2013-04-01 | 4 | -43/+8 |
| * | | m_samode Require an oper privilege to change the user modes of other users•••Issue #417
| attilamolnar | 2013-04-01 | 1 | -0/+1 |
| * | | Change the default value of <options:cyclehosts> to no•••Issue #402
| attilamolnar | 2013-04-01 | 1 | -1/+1 |
| * | | Remove legacy code, mostly related to 1.2 compatibility | attilamolnar | 2013-04-01 | 2 | -26/+4 |
| |/ |
|
| * | Minor update to example configs | attilamolnar | 2013-03-31 | 2 | -13/+11 |
| * | Update doc and fix the description of m_allowinvite | attilamolnar | 2013-03-29 | 2 | -18/+13 |
| * | Update Doxyfile for the latest version of Doxygen. | Peter Powell | 2013-03-08 | 1 | -33/+110 |
| * | 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 | 12 | -15/+56 |
| * | cmd_invite Send invite announcements to halfops and higher when <security:ann...•••Clarify what the various options mean in the doc
Fixes #418 reported by @RawrDragon
| attilamolnar | 2013-02-11 | 1 | -7/+7 |
| * | m_dnsbl Add usednsbl option to connect classes•••Don't touch users in classes where it's off
| attilamolnar | 2012-11-29 | 1 | -0/+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 |
| * | Remove TAXONOMY from opers.conf.example, it doesn't exist in 2.0•••Fixes #369 reported by @DjGolia
| attilamolnar | 2012-11-23 | 1 | -1/+1 |
| * | 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 |
| * | Fix for #268.•••- Move color stripping code to helperfuncs.
- Strip color codes before matching filters.
| Peter Powell | 2012-10-19 | 1 | -0/+1 |
| * | 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 |
| * | Merge pull request #308 from SaberUK/insp20-fingerprint•••[2.0] Remove references to removed FINGERPRINT command. | Attila Molnar | 2012-09-22 | 2 | -7/+2 |
| |\ |
|
| | * | Remove references to removed FINGERPRINT command. | Peter Powell | 2012-09-22 | 2 | -7/+2 |
| * | | 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 |
| |/ |
|
| * | Add a config option to enable/disable the welcome notice sent to clients afte...•••Fixes #284 reported by @hoggeh
| attilamolnar | 2012-08-25 | 1 | -1/+6 |
| * | Remove reference to m_ziplinks from modules.conf.unreal and modules.conf.char...•••Fixes #285 reported by @hoggeh
| attilamolnar | 2012-08-25 | 2 | -28/+0 |
| * | Change "allowmismatched" to "allowmismatch" in example config•••Fixes issue #279 reported by @lethality
| attilamolnar | 2012-08-20 | 1 | -2/+2 |
| * | Merge pull request #251 from Shawn-Smith/insp20+extbanU•••[2.0] Add ExtBan U to match only unregistered users | Robin Burchell | 2012-08-13 | 3 | -1/+6 |
| |\ |
|
| | * | Added ExtBan U to match only Unregistered users•••Enhancement requested in Issue #247
| Shawn Smith | 2012-07-07 | 3 | -1/+6 |
| * | | 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 | 2 | -2/+8 |
| |/ |
|
| * | Backported usermode +L from insp21. Stops forced redirection given by cmode +L | Shawn Smith | 2012-07-06 | 1 | -1/+10 |
| * | Added color codes to /rules, moved the parsing to ServerConfig and cleaned th... | Justin Crawford | 2012-07-06 | 1 | -0/+8 |
| * | Update Doxyfile for the latest Doxygen. | Peter Powell | 2012-07-04 | 1 | -23/+19 |
| * | Move all example configuration files to their own directory. | Peter Powell | 2012-06-12 | 17 | -0/+0 |
| * | README changes. | Peter Powell | 2012-06-12 | 1 | -10/+0 |
| * | m_spanningtree Disallow server passwords which contain a space char and those...•••Update links.conf.example
| attilamolnar | 2012-06-11 | 1 | -0/+2 |
| * | Merge pull request #173 from Robby-/insp20-moddesc•••[2.0] Module description updates | Robin Burchell | 2012-05-30 | 1 | -2/+2 |
| |\ |
|
| | * | Module description updates | Robby- | 2012-05-30 | 1 | -2/+2 |
| * | | Add more documentation about logging, aswell as make text, tab and space corr... | Robby- | 2012-05-30 | 4 | -40/+60 |
| |/ |
|
| * | docs/modules.conf: document availability of MLOCK module. | William Pitcock | 2012-05-04 | 1 | -0/+6 |
| * | Merge pull request #85 from Robby-/insp20-typosnstuff•••[2.0] Add conf/ to include paths and fix some typos | Robin Burchell | 2012-04-19 | 1 | -9/+5 |
| |\ |
|
| | * | Add conf/ to include paths and fix some typos | Robby- | 2012-04-19 | 1 | -9/+5 |
| * | | Revert 05e6330fbd6e9a427c09cf90e2cada10656c48f7 and reference HELPOP instead ... | Robby- | 2012-04-19 | 2 | -16/+16 |
| |/ |
|
| * | /STATS: updates | Robby- | 2012-04-18 | 2 | -7/+13 |
| * | Update Doxyfile. | Peter Powell | 2012-04-17 | 1 | -660/+1043 |
| * | Backported Shawn's NoSnoticeStack code from insp21 | Robby- | 2012-04-15 | 1 | -1/+5 |
| * | Merge pull request #35 from pcarrier/insp20ldap•••extras/m_ldapauth: CIDR-based whitelisting | Robin Burchell | 2012-04-14 | 1 | -0/+10 |
| |\ |
|