| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update doc and fix the description of m_allowinvite | 2013-03-29 | 2 | -18/+13 | |
| | | |||||
| * | Update Doxyfile for the latest version of Doxygen. | 2013-03-08 | 1 | -33/+110 | |
| | | |||||
| * | Reorganise configuration files: | 2013-03-02 | 12 | -15/+56 | |
| | | | | | | | | - 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. | ||||
| * | cmd_invite Send invite announcements to halfops and higher when ↵ | 2013-02-11 | 1 | -7/+7 | |
| | | | | | | | | | <security:announceinvites> is 'dynamic' regardless of the channel being +i or not Clarify what the various options mean in the doc Fixes #418 reported by @RawrDragon | ||||
| * | m_dnsbl Add usednsbl option to connect classes | 2012-11-29 | 1 | -0/+4 | |
| | | | | | Don't touch users in classes where it's off | ||||
| * | ldapauth: Allow setting virtual hosts on identification with m_ldapauth. | 2012-11-29 | 1 | -3/+12 | |
| | | | | | | <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. | ||||
| * | Remove TAXONOMY from opers.conf.example, it doesn't exist in 2.0 | 2012-11-23 | 1 | -1/+1 | |
| | | | | | Fixes #369 reported by @DjGolia | ||||
| * | m_opermotd Add support for replacing \u \b etc. with color codes | 2012-10-29 | 1 | -3/+7 | |
| | | | | | Fixes #322 reported by @MistrX | ||||
| * | m_operlog Add tosnomask config option, to log all oper actions to snomask 'r' | 2012-10-28 | 1 | -1/+5 | |
| | | | | | | 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- | ||||
| * | m_ldapauth Allow filtering on arbitrary LDAP attributes | 2012-10-19 | 1 | -0/+8 | |
| | | | | | | This commit implements filtering on LDAP attributes, in a similar way to what Apache Httpd does with "Require ldap-attribute". | ||||
| * | Fix for #268. | 2012-10-19 | 1 | -0/+1 | |
| | | | | | | - Move color stripping code to helperfuncs. - Strip color codes before matching filters. | ||||
| * | Update modules.conf.example with m_ircv3 | 2012-10-08 | 1 | -0/+16 | |
| | | |||||
| * | Allows to use user->ident string instead of user->nick for NickServ. | 2012-10-08 | 1 | -0/+1 | |
| | | |||||
| * | Update modules.conf.example with m_topiclock | 2012-10-07 | 1 | -0/+5 | |
| | | |||||
| * | Replace hardcoded paths with configurable ones | 2012-10-04 | 1 | -0/+3 | |
| | | | | | | | | | | | 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. | ||||
| * | Merge pull request #308 from SaberUK/insp20-fingerprint | 2012-09-22 | 2 | -7/+2 | |
| |\ | | | | | [2.0] Remove references to removed FINGERPRINT command. | ||||
| | * | Remove references to removed FINGERPRINT command. | 2012-09-22 | 2 | -7/+2 | |
| | | | |||||
| * | | Instruct users to verify that std::regex is supported on their setup before ↵ | 2012-09-22 | 1 | -0/+3 | |
| | | | | | | | | | using m_regex_stdlib | ||||
| * | | m_regex_stdlib: A regex provider for the C++11 container std::regex | 2012-09-22 | 1 | -0/+11 | |
| | | | | | | | | | | | | | 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. | ||||
| * | | m_knock Add support for sending a 710 numeric when a KNOCK succeeds, add a ↵ | 2012-09-13 | 1 | -0/+8 | |
| |/ | | | | | | config option to choose between behaviors Fixes #287 reported by @ElementalAlchemist | ||||
| * | Add a config option to enable/disable the welcome notice sent to clients ↵ | 2012-08-25 | 1 | -1/+6 | |
| | | | | | | | after successful registration Fixes #284 reported by @hoggeh | ||||
| * | Remove reference to m_ziplinks from modules.conf.unreal and ↵ | 2012-08-25 | 2 | -28/+0 | |
| | | | | | | | modules.conf.charybdis Fixes #285 reported by @hoggeh | ||||
| * | Change "allowmismatched" to "allowmismatch" in example config | 2012-08-20 | 1 | -2/+2 | |
| | | | | | Fixes issue #279 reported by @lethality | ||||
| * | Merge pull request #251 from Shawn-Smith/insp20+extbanU | 2012-08-13 | 3 | -1/+6 | |
| |\ | | | | | [2.0] Add ExtBan U to match only unregistered users | ||||
| | * | Added ExtBan U to match only Unregistered users | 2012-07-07 | 3 | -1/+6 | |
| | | | | | | | | | Enhancement requested in Issue #247 | ||||
| * | | Update example configs | 2012-07-26 | 2 | -2/+8 | |
| |/ | | | | | | Document m_chanhistory settings Note that m_censor adds usermode +G as well Add geoip /STATS G to helpop | ||||
| * | Backported usermode +L from insp21. Stops forced redirection given by cmode +L | 2012-07-06 | 1 | -1/+10 | |
| | | |||||
| * | Added color codes to /rules, moved the parsing to ServerConfig and cleaned ↵ | 2012-07-06 | 1 | -0/+8 | |
| | | | | | the code up a bit | ||||
| * | Update Doxyfile for the latest Doxygen. | 2012-07-04 | 1 | -23/+19 | |
| | | |||||
| * | Move all example configuration files to their own directory. | 2012-06-12 | 17 | -0/+0 | |
| | | |||||
| * | README changes. | 2012-06-12 | 1 | -10/+0 | |
| | | |||||
| * | m_spanningtree Disallow server passwords which contain a space char and ↵ | 2012-06-11 | 1 | -0/+2 | |
| | | | | | | | those which begin with a colon Update links.conf.example | ||||
| * | Merge pull request #173 from Robby-/insp20-moddesc | 2012-05-30 | 1 | -2/+2 | |
| |\ | | | | | [2.0] Module description updates | ||||
| | * | Module description updates | 2012-05-30 | 1 | -2/+2 | |
| | | | |||||
| * | | Add more documentation about logging, aswell as make text, tab and space ↵ | 2012-05-30 | 4 | -40/+60 | |
| |/ | | | | corrections to the configs | ||||
| * | docs/modules.conf: document availability of MLOCK module. | 2012-05-04 | 1 | -0/+6 | |
| | | |||||
| * | Merge pull request #85 from Robby-/insp20-typosnstuff | 2012-04-19 | 1 | -9/+5 | |
| |\ | | | | | [2.0] Add conf/ to include paths and fix some typos | ||||
| | * | Add conf/ to include paths and fix some typos | 2012-04-19 | 1 | -9/+5 | |
| | | | |||||
| * | | Revert 05e6330fbd6e9a427c09cf90e2cada10656c48f7 and reference HELPOP instead ↵ | 2012-04-19 | 2 | -16/+16 | |
| |/ | | | | (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 | ||||
| * | /STATS: updates | 2012-04-18 | 2 | -7/+13 | |
| | | |||||
| * | Update Doxyfile. | 2012-04-17 | 1 | -660/+1043 | |
| | | |||||
| * | Backported Shawn's NoSnoticeStack code from insp21 | 2012-04-15 | 1 | -1/+5 | |
| | | |||||
| * | Merge pull request #35 from pcarrier/insp20ldap | 2012-04-14 | 1 | -0/+10 | |
| |\ | | | | | extras/m_ldapauth: CIDR-based whitelisting | ||||
| | * | extras/m_ldapauth: CIDR-based whitelisting | 2012-04-10 | 1 | -0/+10 | |
| | | | | | | | | | | | | | | | Offer host-based whitelisting in the ldap module. Used to trust clients from internal networks, whilst requiring authentication from "outsiders". | ||||
| * | | Merge pull request #27 from DjSlash/maxconnwarn v2.0.6rc1 | 2012-04-09 | 1 | -0/+3 | |
| |\ \ | | | | | | | Add <connect:maxconnwarn> | ||||
| | * | | Add <connect:maxconnwarn> | 2012-04-01 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | | Replace [cC]olour with [cC]olor | 2012-04-01 | 4 | -12/+12 | |
| |/ / | | | | | | | | | Making things consistent, the modules are named '...color', let's keep on using that instead of 'colour'. | ||||
| * / | inspircd.com is no longer our dev blog | 2012-03-24 | 2 | -2/+0 | |
| |/ | |||||
| * | Add note about hidewhois and idle times | 2011-08-31 | 1 | -0/+2 | |
| | | |||||
| * | Updated helpop regarding SILENCE, example had syntax wrong | 2011-03-30 | 1 | -1/+1 | |
| | | |||||
