Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-12 | Clean up the WHO helpop documentation. | Peter Powell | |
2018-07-10 | Rename the license file so that people can find it easier. | Peter Powell | |
2018-06-18 | Clarify the documentation for m_httpd and m_httpd_{config,stats}. | Peter Powell | |
Thanks to @SleepyEntropy for pointing out that multiple internet- accessible servers do not have these modules correctly configured. | |||
2018-04-16 | Improve some documentation (#1483). | Matt Schatz | |
* Improve exemptchanops in inspircd.conf.example (<options>) and modules.conf.example; along with both helpop examples. * Add "the" to all "requires X module" in both helpop examples. * Refer to customprefix instead of chanprotect and halfop. * Add SNOMASK 'r' and 'R' (OPERLOG) to both helpop examples. * Clean up unnecessarily split SNOMASK lines in both helpop examples. * Move chmode 'g' to be in alphabetical order in both helpops examples. * Specify the needed mask formats for TLINE in helpop-full example. * Remove extra '\' in RLINE mask format in helpop-full example. Force xml format in helpop-full * Generalize "color codes" to "formatting codes" * Fix file name in include for example helpop-full | |||
2018-02-11 | [2.0]: Helpop: Move extban 'U' from acting to matching | genius3000 | |
Already fixed in master in 8587df2 | |||
2017-12-31 | m_chanhistory: optionally exempt bots from receiving history. | Michael Hazell | |
Sending history to some bots can cause problems as without the IRCv3 chathistory batch they have no way of knowing what messages are history and what they should respond to. Closes #1450. | |||
2017-12-22 | Fix two minor docs issues | B00mX0r | |
2017-12-16 | Use HTTPS URLs in the executable file and include examples. | Peter Powell | |
2017-12-12 | Clarify the documentation of <connect:allow>. | Peter Powell | |
2017-11-14 | Fix referring to sqloper and sqlauth as extras in modules.conf | B00mX0r | |
2017-11-12 | Various minor documentation fixes. | Peter Powell | |
- Remind admins that not setting a DIE/RESTART password does not disable use of those commands. - Remove references to 1.2 and modules being able to create custom logging methods. This was never implemented in the 2.0 branch. - Remove references to an SASL improvement that was reverted. - Update various InspIRCd website links to use HTTPS over HTTP. - Update a link to the IRCv3 website to point to the new website. | |||
2017-11-06 | Merge pull request #1359 from genius3000/insp20+sasl_no_server | Peter Powell | |
2.0: Inform the client when a SASL message cannot be sent | |||
2017-11-05 | Inform the client when a SASL message cannot be sent | genius3000 | |
When SASL is properly configured with a 'target' server, we are able to inform the client when the message fails to send. Currently if a target is configured and it is offline, no response is sent. This can cause some clients to time out while waiting for a response. If a target isn't configured, behaviour will not change with this commit. The default of '*' will still send to all servers. Updated example config with 'target' variable. | |||
2017-10-15 | Update wiki links to use HTTPS and point to the correct pages. | Peter Powell | |
When we release 3.0 these links will break as they will point to the pages for 3.0 rather than 2.0. | |||
2017-09-14 | Fix the command for enabling m_sqlite3 in modules.conf.example. | Peter Powell | |
2017-08-13 | Update the link to the CIDR subnetting charts. | Peter Powell | |
2017-07-24 | Add ADMIN to the list of commands that shunned users can run. | Peter Powell | |
2017-05-30 | Update the securelist exemption for IRC-Source's crawler. | Peter Powell | |
2017-04-11 | Merge pull request #1316 from SaberUK/master+sslmodes | Adam | |
[2.0] Clarify that m_sslmodes depends on m_sslinfo. | |||
2017-04-11 | Clarify that m_sslmodes depends on m_sslinfo. | Peter Powell | |
2017-04-07 | Update securelist exception list. | Peter Powell | |
- Add an exception for IRC-Source. - Remove an exception for SearchIRC. - Remove an old exception for netsplit. | |||
2017-03-20 | modules.conf.example: document useusername in ldapauth | Adam | |
2016-11-16 | Add a bigger warning about deprecated things being removed. | Peter Powell | |
2016-02-25 | Don't show snotices for kills from ulined clients | Adam | |
2016-02-12 | m_dccallow Add config option to control max entries on a list | Attila Molnar | |
Default to 20 | |||
2015-10-12 | Fix a few documentation problems | Attila Molnar | |
Fixes issues #1003, #1045 and #1085 | |||
2015-06-14 | Fix various issues with the nationalchars module. | Peter Powell | |
- 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-05-10 | Fix not being able to message ulines when m_restrictmsg is loaded. | Peter Powell | |
2015-03-23 | Merge pull request #1004 from SaberUK/insp20+fix-various-warnings | Attila Molnar | |
[2.0] Fix various warnings with the new Doxygen and LLVM releases. | |||
2015-03-17 | Remove non-existant extban M: from docs | Renegade334 | |
extban M: has not existed since 2d732f4d in 2009... | |||
2015-02-27 | Upgrade Doxyfile from 1.8.3.1 to 1.8.9.1. | Peter Powell | |
Also, strip comments by request of @attilamolnar. | |||
2015-02-09 | Remove outdated ircservices and neostats config examples | Attila Molnar | |
Issue #991 | |||
2014-11-29 | Fix a couple of helpop issues | Attila Molnar | |
Fixes issue #949 reported by @webczat | |||
2014-11-09 | Make some config strings a bit more professional and use RFC reserved TLD's ↵ | JD Horelick | |
everywhere | |||
2014-11-09 | Add missing oper-only commands to oper class blocks | JD Horelick | |
2014-10-23 | m_delaymsg Add option to disallow NOTICEs too | Attila Molnar | |
2014-10-20 | Update <nationalchars> tag documentation | Attila Molnar | |
2014-07-24 | Update example configuration files, fix typos and case | Attila Molnar | |
Mention m_regex_stdlib in the list of regex providers after m_filter | |||
2014-07-23 | Update aliases/anope.conf.example | Adam | |
2014-06-14 | remove unneeded whitespace from the docs/examples | Tim Heckman | |
2014-04-12 | Some more helpop config updates. | Robby- | |
2014-04-06 | Fix typo in helpop-full that prevented it from loading and other minor ↵ | Attila Molnar | |
helpop issues | |||
2014-04-04 | Major example configuration and helpop update | Attila Molnar | |
Big thanks to @m4z (#621) and @Robby- (#630) who contributed a lot to this | |||
2014-01-20 | m_svshold Add config option to hide snotices | Attila Molnar | |
2014-01-20 | m_httpd Add timeout option; remove timed out connections | Attila Molnar | |
2014-01-20 | Update example configs/helpop | Attila Molnar | |
2014-01-20 | Use standard example addresses in configs | Mantas Mikulėnas | |
`2001:db8::/32` is the [standard][1] IPv6 example address range, using it also makes it clear when the user has just copy-pasted the example config and didn't actually whitelist 6BONE for some strange reason. Similarly, there are example addresses for [IPv4][2] and [DNS][3]. [1]: http://tools.ietf.org/html/rfc3849 [2]: http://tools.ietf.org/html/rfc5737 [3]: http://tools.ietf.org/html/rfc2606 | |||
2013-09-26 | Improve error reporting for <security:runas{user,group}>. | Peter Powell | |
2013-08-28 | Update COPYING file with new FSF address. | Christopher 'm4z' Holm | |
This should make rpmlint stop complaining about the incorrect FSF address. All changes taken from: http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt | |||
2013-08-27 | m_permchannels Add the ability to save listmodes | attilamolnar | |