summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2015-12-05Add m_ircv3_chghost which implements the IRCv3.2 chghost extensionAttila Molnar
2015-12-05Add m_ircv3_capnotify which implements the IRCv3.2 cap-notify extensionAttila Molnar
2015-07-01m_blockcaps Reword error message to indicate 'greater than or equal to' ↵David Lamont
logic when checking caps percentage
2015-06-26Merge pull request #1059 from OVERdrive-IRC/m_repeat/fix-typoAttila Molnar
m_repeat: fix typo (similiar->similar)
2015-06-12m_repeat: fix typo (similiar->similar)James Lu
Also update docs/ accordingly
2015-05-20Update example configuration to say the new style module names everywhereAttila Molnar
2015-04-20Merge insp20Attila Molnar
2015-03-23Merge pull request #1004 from SaberUK/insp20+fix-various-warningsAttila Molnar
[2.0] Fix various warnings with the new Doxygen and LLVM releases.
2015-03-17Remove non-existant extban M: from docsRenegade334
extban M: has not existed since 2d732f4d in 2009...
2015-02-27Upgrade Doxyfile from 1.8.3.1 to 1.8.9.1.Peter Powell
Also, strip comments by request of @attilamolnar.
2015-02-09Remove outdated ircservices and neostats config examplesAttila Molnar
Issue #991
2015-02-05modules/m_silence: Allow U-lined services to bypass silence masksRenegade334
Adds a config entry (silence->exemptuline) that specifies whether users on U-lined servers can bypass silence masks.
2014-11-29Fix a couple of helpop issuesAttila Molnar
Fixes issue #949 reported by @webczat
2014-11-09Make some config strings a bit more professional and use RFC reserved TLD's ↵JD Horelick
everywhere
2014-11-09Add missing oper-only commands to oper class blocksJD Horelick
2014-10-27Merge insp20Attila Molnar
2014-10-23m_delaymsg Add option to disallow NOTICEs tooAttila Molnar
2014-10-20Update <nationalchars> tag documentationAttila Molnar
2014-09-10Remove listmode hiding support from the coreAttila Molnar
This is now handled by m_hidelist
2014-09-10m_hidelist Make minimum rank required to view lists configurableAttila Molnar
2014-09-10Add m_hidelist that allows hiding the lists of listmodesAttila Molnar
2014-08-04m_pbkdf2: Added moduleDaniel Vassdal
Bugfixes and minor changes are by @attilamolnar, original PR #767
2014-08-04m_bcrypt: Add moduleDaniel Vassdal
bcrypt updated to 1.3 by @attilamolnar, original PR #767
2014-07-25Merge insp20Attila Molnar
2014-07-24Update example configuration files, fix typos and caseAttila Molnar
Mention m_regex_stdlib in the list of regex providers after m_filter
2014-07-23Update aliases/anope.conf.exampleAdam
2014-07-19Say "SSL certificate fingerprint" instead of "SSL fingerprint" everywhereAttila Molnar
2014-06-14remove unneeded whitespace from the docs/examplesTim Heckman
2014-06-09Document the config options of m_removeAttila Molnar
2014-06-09m_remove Recognize /REMOVE <chan> <nick>Attila Molnar
The old syntax is now deprecated Fixes issue #860 reported by @Shawn-Smith
2014-05-28Describe <ident:nolookupprefix>Attila Molnar
2014-05-28m_ident: Add an option to allow idents of users to still be prefixed with a ↵Robby-
'~' for connect classes which have disabled ident lookups through the <connect:useident> setting. Fixes #683. Some changes by @attilamolnar, original PR #684
2014-04-14m_sajoin, m_sapart Support a comma separated list of channelsAttila Molnar
Issue #818
2014-04-12Some more helpop config updates.Robby-
2014-04-11Kill <channels> in favour of <connect:maxchans> and <oper:maxchans>.Peter Powell
Remove channels/high-join-limit privilege
2014-04-11m_filter Allow exemption of messages sent to nicks specified in ↵Attila Molnar
<exemptfromfilter> tags Issue #655
2014-04-11Redirect the reader to filters.conf.example for advanced filter configurationAttila Molnar
2014-04-11m_filter Rename config key used in exemptfromfilter from "channel" to ↵Attila Molnar
"target", but keep compatibility
2014-04-07Merge insp20Attila Molnar
2014-04-06Fix typo in helpop-full that prevented it from loading and other minor ↵Attila Molnar
helpop issues
2014-04-04Major example configuration and helpop updateAttila Molnar
Big thanks to @m4z (#621) and @Robby- (#630) who contributed a lot to this
2014-03-08Make the maximum hostname length configurable in the config.Peter Powell
2014-03-07Fix m_permchannels not prepending the path when reading the config.Peter Powell
2014-02-27Give m_connectban a configurable ban messageGoogolplexed
2014-02-26Simplify /SAJOIN syntax and add permission for joining other users.Daniel Vassdal
2014-02-25m_svshold Hide server notices by defaultAttila Molnar
Issue #742
2014-02-23Moving CGIIRC to a new snomask (w)Googolplexed
2014-02-07m_ldapauth.cpp: Allow multiple patterns for users to bypass LDAP authThiago Crepaldi
2014-01-30Document new delayed join feature of m_conn_joinAttila Molnar
2014-01-26Add m_clearchan which removes users from a channel without sending n*(n+1)/2 ↵Attila Molnar
QUIT messages