| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove broken mssql module•••Issue #1006 | 2016-08-23 | 1 | -15/+0 | |
| * | Merge insp20 | 2016-08-17 | 1 | -0/+3 | |
| |\ | |||||
| | * | Don't show snotices for kills from ulined clients | 2016-02-25 | 1 | -0/+3 | |
| * | | Add WebSocket module | 2016-08-08 | 2 | -0/+13 | |
| * | | Add SHA1 module | 2016-08-08 | 1 | -0/+4 | |
| * | | Add mbedTLS SSL module | 2016-06-15 | 1 | -0/+4 | |
| * | | Adds classban module providing extban 'n' for connect class ban. | 2016-03-04 | 1 | -0/+7 | |
| * | | Merge insp20 | 2016-02-22 | 3 | -8/+26 | |
| |\| | |||||
| | * | m_dccallow Add config option to control max entries on a list•••Default to 20 | 2016-02-12 | 1 | -1/+2 | |
| | * | Fix a few documentation problems•••Fixes issues #1003, #1045 and #1085 | 2015-10-12 | 3 | -3/+17 | |
| | * | 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. | 2015-06-14 | 1 | -4/+7 | |
| | * | Fix not being able to message ulines when m_restrictmsg is loaded. | 2015-05-10 | 1 | -0/+3 | |
| * | | Remove the useless testnet module. | 2016-02-20 | 1 | -6/+0 | |
| * | | Add m_monitor which implements the MONITOR command and notifications | 2016-01-06 | 1 | -0/+8 | |
| * | | Strip all control codes except \001 in InspIRCd::StripColor()•••Fixes issue #1100 reported by @uecasm | 2015-12-08 | 1 | -2/+2 | |
| * | | Add m_ircv3_invitenotify which implements the IRCv3.2 invite-notify extension | 2015-12-06 | 1 | -0/+6 | |
| * | | Add m_ircv3_echomessage which implements the IRCv3.2 echo-message extension | 2015-12-06 | 1 | -0/+7 | |
| * | | Remove <options:ircumsgprefix> entirely | 2015-12-06 | 1 | -5/+0 | |
| * | | Add m_ircv3_chghost which implements the IRCv3.2 chghost extension | 2015-12-05 | 1 | -0/+11 | |
| * | | Add m_ircv3_capnotify which implements the IRCv3.2 cap-notify extension | 2015-12-05 | 1 | -0/+5 | |
| * | | m_blockcaps Reword error message to indicate 'greater than or equal to' logic... | 2015-07-01 | 1 | -2/+2 | |
| * | | Merge pull request #1059 from OVERdrive-IRC/m_repeat/fix-typo•••m_repeat: fix typo (similiar->similar) | 2015-06-26 | 3 | -4/+4 | |
| |\ \ | |||||
| | * | | m_repeat: fix typo (similiar->similar)•••Also update docs/ accordingly | 2015-06-12 | 3 | -4/+4 | |
| * | | | Update example configuration to say the new style module names everywhere | 2015-05-20 | 10 | -479/+479 | |
| |/ / | |||||
| * | | Merge insp20 | 2015-04-20 | 8 | -114/+69 | |
| |\| | |||||
| | * | Remove non-existant extban M: from docs•••extban M: has not existed since 2d732f4d in 2009... | 2015-03-17 | 3 | -10/+5 | |
| | * | Remove outdated ircservices and neostats config examples•••Issue #991 | 2015-02-09 | 2 | -56/+0 | |
| | * | Fix a couple of helpop issues•••Fixes issue #949 reported by @webczat | 2014-11-29 | 2 | -6/+20 | |
| | * | Make some config strings a bit more professional and use RFC reserved TLD's e... | 2014-11-09 | 4 | -39/+41 | |
| | * | Add missing oper-only commands to oper class blocks | 2014-11-09 | 1 | -3/+3 | |
| * | | modules/m_silence: Allow U-lined services to bypass silence masks•••Adds a config entry (silence->exemptuline) that specifies whether users on U-lined servers can bypass silence masks. | 2015-02-05 | 1 | -1/+4 | |
| * | | Merge insp20 | 2014-10-27 | 1 | -1/+4 | |
| |\| | |||||
| | * | m_delaymsg Add option to disallow NOTICEs too | 2014-10-23 | 1 | -0/+2 | |
| | * | Update <nationalchars> tag documentation | 2014-10-20 | 1 | -1/+2 | |
| * | | Remove listmode hiding support from the core•••This is now handled by m_hidelist | 2014-09-10 | 1 | -5/+0 | |
| * | | m_hidelist Make minimum rank required to view lists configurable | 2014-09-10 | 1 | -1/+8 | |
| * | | Add m_hidelist that allows hiding the lists of listmodes | 2014-09-10 | 1 | -0/+14 | |
| * | | m_pbkdf2: Added module•••Bugfixes and minor changes are by @attilamolnar, original PR #767 | 2014-08-04 | 1 | -0/+14 | |
| * | | m_bcrypt: Add module•••bcrypt updated to 1.3 by @attilamolnar, original PR #767 | 2014-08-04 | 1 | -0/+9 | |
| * | | Merge insp20 | 2014-07-25 | 10 | -300/+338 | |
| |\| | |||||
| | * | Update example configuration files, fix typos and case•••Mention m_regex_stdlib in the list of regex providers after m_filter | 2014-07-24 | 4 | -38/+48 | |
| | * | Update aliases/anope.conf.example | 2014-07-23 | 1 | -11/+4 | |
| | * | remove unneeded whitespace from the docs/examples | 2014-06-14 | 6 | -16/+16 | |
| | * | Some more helpop config updates. | 2014-04-12 | 2 | -242/+277 | |
| * | | Say "SSL certificate fingerprint" instead of "SSL fingerprint" everywhere | 2014-07-19 | 5 | -12/+12 | |
| * | | Document the config options of m_remove | 2014-06-09 | 1 | -0/+6 | |
| * | | m_remove Recognize /REMOVE <chan> <nick>•••The old syntax is now deprecated Fixes issue #860 reported by @Shawn-Smith | 2014-06-09 | 1 | -5/+3 | |
| * | | Describe <ident:nolookupprefix> | 2014-05-28 | 1 | -0/+4 | |
| * | | m_ident: Add an option to allow idents of users to still be prefixed with a '...•••Fixes #683. Some changes by @attilamolnar, original PR #684 | 2014-05-28 | 1 | -1/+1 | |
| * | | m_sajoin, m_sapart Support a comma separated list of channels•••Issue #818 | 2014-04-14 | 1 | -4/+5 | |
