Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-29 | m_dnsbl Add usednsbl option to connect classes | attilamolnar | |
Don't touch users in classes where it's off | |||
2012-11-29 | ldapauth: Allow setting virtual hosts on identification with m_ldapauth. | Robin Burchell | |
<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-23 | Remove TAXONOMY from opers.conf.example, it doesn't exist in 2.0 | attilamolnar | |
Fixes #369 reported by @DjGolia | |||
2012-10-29 | m_opermotd Add support for replacing \u \b etc. with color codes | attilamolnar | |
Fixes #322 reported by @MistrX | |||
2012-10-28 | m_operlog Add tosnomask config option, to log all oper actions to snomask 'r' | attilamolnar | |
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-19 | m_ldapauth Allow filtering on arbitrary LDAP attributes | Adrien Bustany | |
This commit implements filtering on LDAP attributes, in a similar way to what Apache Httpd does with "Require ldap-attribute". | |||
2012-10-19 | Fix for #268. | Peter Powell | |
- Move color stripping code to helperfuncs. - Strip color codes before matching filters. | |||
2012-10-08 | Update modules.conf.example with m_ircv3 | attilamolnar | |
2012-10-08 | Allows to use user->ident string instead of user->nick for NickServ. | Boleslaw Tokarski | |
2012-10-07 | Update modules.conf.example with m_topiclock | attilamolnar | |
2012-10-04 | Replace hardcoded paths with configurable ones | ChrisTX | |
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-09-22 | Merge pull request #308 from SaberUK/insp20-fingerprint | Attila Molnar | |
[2.0] Remove references to removed FINGERPRINT command. | |||
2012-09-22 | Remove references to removed FINGERPRINT command. | Peter Powell | |
2012-09-22 | Instruct users to verify that std::regex is supported on their setup before ↵ | attilamolnar | |
using m_regex_stdlib | |||
2012-09-22 | m_regex_stdlib: A regex provider for the C++11 container std::regex | ChrisTX | |
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-13 | m_knock Add support for sending a 710 numeric when a KNOCK succeeds, add a ↵ | attilamolnar | |
config option to choose between behaviors Fixes #287 reported by @ElementalAlchemist | |||
2012-08-25 | Add a config option to enable/disable the welcome notice sent to clients ↵ | attilamolnar | |
after successful registration Fixes #284 reported by @hoggeh | |||
2012-08-25 | Remove reference to m_ziplinks from modules.conf.unreal and ↵ | attilamolnar | |
modules.conf.charybdis Fixes #285 reported by @hoggeh | |||
2012-08-20 | Change "allowmismatched" to "allowmismatch" in example config | attilamolnar | |
Fixes issue #279 reported by @lethality | |||
2012-08-13 | Merge pull request #251 from Shawn-Smith/insp20+extbanU | Robin Burchell | |
[2.0] Add ExtBan U to match only unregistered users | |||
2012-07-26 | Update example configs | attilamolnar | |
Document m_chanhistory settings Note that m_censor adds usermode +G as well Add geoip /STATS G to helpop | |||
2012-07-07 | Added ExtBan U to match only Unregistered users | Shawn Smith | |
Enhancement requested in Issue #247 | |||
2012-07-06 | Backported usermode +L from insp21. Stops forced redirection given by cmode +L | Shawn Smith | |
2012-07-06 | Added color codes to /rules, moved the parsing to ServerConfig and cleaned ↵ | Justin Crawford | |
the code up a bit | |||
2012-07-04 | Update Doxyfile for the latest Doxygen. | Peter Powell | |
2012-06-12 | Move all example configuration files to their own directory. | Peter Powell | |
2012-06-12 | README changes. | Peter Powell | |
2012-06-11 | m_spanningtree Disallow server passwords which contain a space char and ↵ | attilamolnar | |
those which begin with a colon Update links.conf.example | |||
2012-05-30 | Merge pull request #173 from Robby-/insp20-moddesc | Robin Burchell | |
[2.0] Module description updates | |||
2012-05-30 | Module description updates | Robby- | |
2012-05-30 | Add more documentation about logging, aswell as make text, tab and space ↵ | Robby- | |
corrections to the configs | |||
2012-05-04 | docs/modules.conf: document availability of MLOCK module. | William Pitcock | |
2012-04-19 | Merge pull request #85 from Robby-/insp20-typosnstuff | Robin Burchell | |
[2.0] Add conf/ to include paths and fix some typos | |||
2012-04-19 | Revert 05e6330fbd6e9a427c09cf90e2cada10656c48f7 and reference HELPOP instead ↵ | Robby- | |
(afterall, the module is called helpop and references itself as that in the code/output too, and most clients override /help), also make the alias work the other way around | |||
2012-04-19 | Add conf/ to include paths and fix some typos | Robby- | |
2012-04-18 | /STATS: updates | Robby- | |
2012-04-17 | Update Doxyfile. | Peter Powell | |
2012-04-15 | Backported Shawn's NoSnoticeStack code from insp21 | Robby- | |
2012-04-14 | Merge pull request #35 from pcarrier/insp20ldap | Robin Burchell | |
extras/m_ldapauth: CIDR-based whitelisting | |||
2012-04-10 | extras/m_ldapauth: CIDR-based whitelisting | Pierre Carrier | |
Offer host-based whitelisting in the ldap module. Used to trust clients from internal networks, whilst requiring authentication from "outsiders". | |||
2012-04-09 | Merge pull request #27 from DjSlash/maxconnwarn | Robin Burchell | |
Add <connect:maxconnwarn> | |||
2012-04-01 | Add <connect:maxconnwarn> | Rutger | |
Created the maxconnwarn variable in the connect block, so you can make connect blocks that only warns about max connections if you want to. This reduces noise from connecting clients that have low maxlocal and/or maxglobal. It is enabled by default. | |||
2012-04-01 | Replace [cC]olour with [cC]olor | Rutger | |
Making things consistent, the modules are named '...color', let's keep on using that instead of 'colour'. | |||
2012-03-24 | inspircd.com is no longer our dev blog | Pogs McPoggerson | |
2011-08-31 | Add note about hidewhois and idle times | Jackmcbarn | |
2011-03-30 | Updated helpop regarding SILENCE, example had syntax wrong | DjSlash | |
2011-03-28 | Updated examples, removing ziplinks | DjSlash | |
2011-03-18 | Fix for bug 80 | DjSlash | |
2011-03-18 | Deleted m_invisible from modules.conf.example since that module isn't | DjSlash | |
supported nor delivered in main package | |||
2010-08-19 | Fix the <database> example tags | Daniel De Graaf | |