642 Commits

Author SHA1 Message Date
Attila Molnar
0b63ccd0b5 Merge insp20 2016-02-22 12:52:18 +01:00
Peter Powell
c7b27cf49d Remove the useless testnet module. 2016-02-20 13:46:06 +00:00
Attila Molnar
748b3a0d89 m_dccallow Add config option to control max entries on a list
Default to 20
2016-02-12 18:30:01 +01:00
Attila Molnar
dea3aaa2d9 Add m_monitor which implements the MONITOR command and notifications 2016-01-06 19:28:19 +01:00
Attila Molnar
5b5590f095 Strip all control codes except \001 in InspIRCd::StripColor()
Fixes issue #1100 reported by @uecasm
2015-12-08 16:32:50 +01:00
Attila Molnar
f9f59c2706 Add m_ircv3_invitenotify which implements the IRCv3.2 invite-notify extension 2015-12-06 11:30:13 +01:00
Attila Molnar
27f69fdc42 Add m_ircv3_echomessage which implements the IRCv3.2 echo-message extension 2015-12-06 11:14:17 +01:00
Attila Molnar
489ba0ad54 Remove <options:ircumsgprefix> entirely 2015-12-06 11:09:03 +01:00
Attila Molnar
ecca6c2300 Add m_ircv3_chghost which implements the IRCv3.2 chghost extension 2015-12-05 16:55:09 +01:00
Attila Molnar
b553bf9002 Add m_ircv3_capnotify which implements the IRCv3.2 cap-notify extension 2015-12-05 16:38:51 +01:00
Attila Molnar
3f8f2c7a0b Fix a few documentation problems
Fixes issues #1003, #1045 and #1085
2015-10-12 14:50:45 +02:00
David Lamont
451784d056 m_blockcaps Reword error message to indicate 'greater than or equal to' logic when checking caps percentage 2015-07-01 11:24:28 -07:00
Attila Molnar
8320bcc9df Merge pull request #1059 from OVERdrive-IRC/m_repeat/fix-typo
m_repeat: fix typo (similiar->similar)
2015-06-26 01:52:04 +02:00
Peter Powell
8ffce4d2f3 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 18:18:26 +01:00
James Lu
51b82c3c06 m_repeat: fix typo (similiar->similar)
Also update docs/ accordingly
2015-06-12 18:31:01 -07:00
Attila Molnar
f449c6b2f0 Update example configuration to say the new style module names everywhere 2015-05-20 15:20:00 +02:00
Peter Powell
15b0a1853d Fix not being able to message ulines when m_restrictmsg is loaded. 2015-05-10 04:50:35 +01:00
Attila Molnar
8f5efbc7aa Merge insp20 2015-04-20 17:40:12 +02:00
Attila Molnar
4dd7fb60a8 Merge pull request #1004 from SaberUK/insp20+fix-various-warnings
[2.0] Fix various warnings with the new Doxygen and LLVM releases.
2015-03-23 00:42:59 +01:00
Renegade334
7a0e881ffe Remove non-existant extban M: from docs
extban M: has not existed since 2d732f4d in 2009...
2015-03-17 23:22:54 +00:00
Peter Powell
c5a85f686e Upgrade Doxyfile from 1.8.3.1 to 1.8.9.1.
Also, strip comments by request of @attilamolnar.
2015-02-27 00:34:04 +00:00
Attila Molnar
cde9fdc38b Remove outdated ircservices and neostats config examples
Issue #991
2015-02-09 00:09:38 +01:00
Renegade334
6ec3d27b2a 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 15:01:23 +00:00
Attila Molnar
fc7bd73cf5 Fix a couple of helpop issues
Fixes issue #949 reported by @webczat
2014-11-29 16:40:33 +01:00
JD Horelick
2faf5ff670 Make some config strings a bit more professional and use RFC reserved TLD's everywhere 2014-11-09 03:48:48 +01:00
JD Horelick
c35ad9206c Add missing oper-only commands to oper class blocks 2014-11-09 03:48:47 +01:00
Attila Molnar
3a3ff94967 Merge insp20 2014-10-27 15:26:20 +01:00
Attila Molnar
6cc3e6be81 m_delaymsg Add option to disallow NOTICEs too 2014-10-23 17:59:44 +02:00
Attila Molnar
cb45d5c3a5 Update <nationalchars> tag documentation 2014-10-20 20:42:17 +02:00
Attila Molnar
6890d6aef7 Remove listmode hiding support from the core
This is now handled by m_hidelist
2014-09-10 15:03:21 +02:00
Attila Molnar
02158b6490 m_hidelist Make minimum rank required to view lists configurable 2014-09-10 14:59:00 +02:00
Attila Molnar
c2fb4e4b9d Add m_hidelist that allows hiding the lists of listmodes 2014-09-10 14:50:57 +02:00
Daniel Vassdal
4e0c477eb3 m_pbkdf2: Added module
Bugfixes and minor changes are by @attilamolnar, original PR #767
2014-08-04 13:36:18 +02:00
Daniel Vassdal
0fc6faa7a1 m_bcrypt: Add module
bcrypt updated to 1.3 by @attilamolnar, original PR #767
2014-08-04 13:10:09 +02:00
Attila Molnar
f62654a685 Merge insp20 2014-07-25 12:05:40 +02:00
Attila Molnar
484bb1ef62 Update example configuration files, fix typos and case
Mention m_regex_stdlib in the list of regex providers after m_filter
2014-07-24 14:20:14 +02:00
Adam
cb24e182f8 Update aliases/anope.conf.example 2014-07-23 08:17:24 -04:00
Attila Molnar
3d0fa60ba5 Say "SSL certificate fingerprint" instead of "SSL fingerprint" everywhere 2014-07-19 14:39:04 +02:00
Tim Heckman
a84ac5c112 remove unneeded whitespace from the docs/examples 2014-06-14 18:36:57 -07:00
Attila Molnar
53c59d9a99 Document the config options of m_remove 2014-06-09 17:49:57 +02:00
Attila Molnar
f45a8e2a14 m_remove Recognize /REMOVE <chan> <nick>
The old syntax is now deprecated

Fixes issue #860 reported by @Shawn-Smith
2014-06-09 17:43:50 +02:00
Attila Molnar
e98f1c6429 Describe <ident:nolookupprefix> 2014-05-28 13:46:01 +02:00
Robby-
9baeec44d0 m_ident: Add an option to allow idents of users to still be prefixed with a '~' for connect classes which have disabled ident lookups through the <connect:useident> setting.
Fixes #683.

Some changes by @attilamolnar, original PR #684
2014-05-28 13:39:23 +02:00
Attila Molnar
78d46e8460 m_sajoin, m_sapart Support a comma separated list of channels
Issue #818
2014-04-14 17:14:10 +02:00
Robby-
ad2e0ef1cd Some more helpop config updates. 2014-04-12 22:18:22 +02:00
Peter Powell
c511bb56f5 Kill <channels> in favour of <connect:maxchans> and <oper:maxchans>.
Remove channels/high-join-limit privilege
2014-04-11 16:14:10 +02:00
Attila Molnar
557c02839b m_filter Allow exemption of messages sent to nicks specified in <exemptfromfilter> tags
Issue #655
2014-04-11 15:25:54 +02:00
Attila Molnar
1453b889ef Redirect the reader to filters.conf.example for advanced filter configuration 2014-04-11 15:20:29 +02:00
Attila Molnar
477811faef m_filter Rename config key used in exemptfromfilter from "channel" to "target", but keep compatibility 2014-04-11 15:16:26 +02:00
Attila Molnar
f71e6bf9cb Merge insp20 2014-04-07 13:40:51 +02:00