aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Remove broken mssql moduleGravatar Attila Molnar2016-08-231-15/+0
| | | | Issue #1006
* Merge insp20Gravatar Attila Molnar2016-08-171-0/+3
|\
| * Don't show snotices for kills from ulined clientsGravatar Adam2016-02-251-0/+3
| |
* | Add WebSocket moduleGravatar Attila Molnar2016-08-082-0/+13
| |
* | Add SHA1 moduleGravatar Attila Molnar2016-08-081-0/+4
| |
* | Add mbedTLS SSL moduleGravatar Attila Molnar2016-06-151-0/+4
| |
* | Adds classban module providing extban 'n' for connect class ban.Gravatar Johanna A2016-03-041-0/+7
| |
* | Merge insp20Gravatar Attila Molnar2016-02-223-8/+26
|\|
| * m_dccallow Add config option to control max entries on a listGravatar Attila Molnar2016-02-121-1/+2
| | | | | | | | Default to 20
| * Fix a few documentation problemsGravatar Attila Molnar2015-10-123-3/+17
| | | | | | | | Fixes issues #1003, #1045 and #1085
| * Fix various issues with the nationalchars module.Gravatar Peter Powell2015-06-141-4/+7
| | | | | | | | | | | | | | | | - 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.
| * Fix not being able to message ulines when m_restrictmsg is loaded.Gravatar Peter Powell2015-05-101-0/+3
| |
* | Remove the useless testnet module.Gravatar Peter Powell2016-02-201-6/+0
| |
* | Add m_monitor which implements the MONITOR command and notificationsGravatar Attila Molnar2016-01-061-0/+8
| |
* | Strip all control codes except \001 in InspIRCd::StripColor()Gravatar Attila Molnar2015-12-081-2/+2
| | | | | | | | Fixes issue #1100 reported by @uecasm
* | Add m_ircv3_invitenotify which implements the IRCv3.2 invite-notify extensionGravatar Attila Molnar2015-12-061-0/+6
| |
* | Add m_ircv3_echomessage which implements the IRCv3.2 echo-message extensionGravatar Attila Molnar2015-12-061-0/+7
| |
* | Remove <options:ircumsgprefix> entirelyGravatar Attila Molnar2015-12-061-5/+0
| |
* | Add m_ircv3_chghost which implements the IRCv3.2 chghost extensionGravatar Attila Molnar2015-12-051-0/+11
| |
* | Add m_ircv3_capnotify which implements the IRCv3.2 cap-notify extensionGravatar Attila Molnar2015-12-051-0/+5
| |
* | m_blockcaps Reword error message to indicate 'greater than or equal to' ↵Gravatar David Lamont2015-07-011-2/+2
| | | | | | | | logic when checking caps percentage
* | Merge pull request #1059 from OVERdrive-IRC/m_repeat/fix-typoGravatar Attila Molnar2015-06-263-4/+4
|\ \ | | | | | | m_repeat: fix typo (similiar->similar)
| * | m_repeat: fix typo (similiar->similar)Gravatar James Lu2015-06-123-4/+4
| | | | | | | | | | | | Also update docs/ accordingly
* | | Update example configuration to say the new style module names everywhereGravatar Attila Molnar2015-05-2010-479/+479
|/ /
* | Merge insp20Gravatar Attila Molnar2015-04-209-1739/+86
|\|
| * Merge pull request #1004 from SaberUK/insp20+fix-various-warningsGravatar Attila Molnar2015-03-231-1625/+17
| |\ | | | | | | [2.0] Fix various warnings with the new Doxygen and LLVM releases.
| | * Upgrade Doxyfile from 1.8.3.1 to 1.8.9.1.Gravatar Peter Powell2015-02-271-1625/+17
| | | | | | | | | | | | Also, strip comments by request of @attilamolnar.
| * | Remove non-existant extban M: from docsGravatar Renegade3342015-03-173-10/+5
| |/ | | | | | | extban M: has not existed since 2d732f4d in 2009...
| * Remove outdated ircservices and neostats config examplesGravatar Attila Molnar2015-02-092-56/+0
| | | | | | | | Issue #991
| * Fix a couple of helpop issuesGravatar Attila Molnar2014-11-292-6/+20
| | | | | | | | Fixes issue #949 reported by @webczat
| * Make some config strings a bit more professional and use RFC reserved TLD's ↵Gravatar JD Horelick2014-11-094-39/+41
| | | | | | | | everywhere
| * Add missing oper-only commands to oper class blocksGravatar JD Horelick2014-11-091-3/+3
| |
* | modules/m_silence: Allow U-lined services to bypass silence masksGravatar Renegade3342015-02-051-1/+4
| | | | | | | | | | Adds a config entry (silence->exemptuline) that specifies whether users on U-lined servers can bypass silence masks.
* | Merge insp20Gravatar Attila Molnar2014-10-271-1/+4
|\|
| * m_delaymsg Add option to disallow NOTICEs tooGravatar Attila Molnar2014-10-231-0/+2
| |
| * Update <nationalchars> tag documentationGravatar Attila Molnar2014-10-201-1/+2
| |
* | Remove listmode hiding support from the coreGravatar Attila Molnar2014-09-101-5/+0
| | | | | | | | This is now handled by m_hidelist
* | m_hidelist Make minimum rank required to view lists configurableGravatar Attila Molnar2014-09-101-1/+8
| |
* | Add m_hidelist that allows hiding the lists of listmodesGravatar Attila Molnar2014-09-101-0/+14
| |
* | m_pbkdf2: Added moduleGravatar Daniel Vassdal2014-08-041-0/+14
| | | | | | | | Bugfixes and minor changes are by @attilamolnar, original PR #767
* | m_bcrypt: Add moduleGravatar Daniel Vassdal2014-08-041-0/+9
| | | | | | | | bcrypt updated to 1.3 by @attilamolnar, original PR #767
* | Merge insp20Gravatar Attila Molnar2014-07-2510-300/+338
|\|
| * Update example configuration files, fix typos and caseGravatar Attila Molnar2014-07-244-38/+48
| | | | | | | | Mention m_regex_stdlib in the list of regex providers after m_filter
| * Update aliases/anope.conf.exampleGravatar Adam2014-07-231-11/+4
| |
| * remove unneeded whitespace from the docs/examplesGravatar Tim Heckman2014-06-146-16/+16
| |
| * Some more helpop config updates.Gravatar Robby-2014-04-122-242/+277
| |
* | Say "SSL certificate fingerprint" instead of "SSL fingerprint" everywhereGravatar Attila Molnar2014-07-195-12/+12
| |
* | Document the config options of m_removeGravatar Attila Molnar2014-06-091-0/+6
| |
* | m_remove Recognize /REMOVE <chan> <nick>Gravatar Attila Molnar2014-06-091-5/+3
| | | | | | | | | | | | The old syntax is now deprecated Fixes issue #860 reported by @Shawn-Smith
* | Describe <ident:nolookupprefix>Gravatar Attila Molnar2014-05-281-0/+4
| |