| Commit message (Expand) | Author | Age | Files | Lines |
| * | m_filter: Minor cosmetic changes (#1645). | Robby | 2019-05-20 | 1 | -1/+1 |
| * | Add an option to the filter module to exclude registered users from a filter. | Filippo Cortigiani | 2019-05-20 | 1 | -1/+2 |
| * | Add umode O (override) to helpop. | Robby | 2019-05-09 | 1 | -0/+2 |
| * | Document the anticaps exemption. | Robby | 2019-05-06 | 1 | -0/+1 |
| * | cmd_names: Fix the syntax. | Robby | 2019-05-05 | 1 | -1/+1 |
| * | Textual improvements and fixes such as typos, casing, etc. (#1612) | Robby | 2019-04-28 | 1 | -31/+32 |
| * | Add the new implementation of the silence module.•••This module has significant improvements on the previous one:
* Flags which actually make sense.
* Better compatibility with other SILENCE implementations.
* Support for blocking CTCPs.
* Support for blocking TAGMSGs.
| Peter Powell | 2019-04-18 | 1 | -0/+26 |
| * | Remove m_silence pending a complete rewrite. | Peter Powell | 2019-04-18 | 1 | -30/+0 |
| * | Replace the geoip module with geo_maxmind, geoban, and geoclass.•••MaxMind have EOL'd the library that the geoip module uses and have
replaced it with libmaxminddb.
The geoip module has been split into geo_maxmind which provides
geolocation data, geoban which provides location-based channel
bans, and geoclass which is used to filter a user into a connect
class based on location.
| Peter Powell | 2019-04-15 | 1 | -1/+1 |
| * | Use a consistent naming scheme for operator privileges.•••- users/callerid-override is now users/ignore-callerid.
- users/privdeaf-override is now users/ignore-privdeaf.
| Peter Powell | 2019-04-04 | 1 | -1/+1 |
| * | Merge extras/m_privdeaf into m_deaf and update documentation.•••- Merge the 2.0 extras module m_privdeaf (usermode +D for deaf to
user messages and notices) as they have a similar purpose.
- Improve the channel deaf logic where a known case of bypassing
still looped the channel userlist building an empty exemption list.
- Improve the comments within the code.
- Update the documentation with the previously undocumented
configuration to deaf and the new privdeaf configuration.
| Matt Schatz | 2019-04-03 | 1 | -0/+2 |
| * | Minor text fixes for m_filter. | Robby | 2019-02-19 | 1 | -4/+4 |
| * | Various text improvements: consistency, syntax, help and doc updates/fixes. | Robby | 2019-02-18 | 1 | -175/+227 |
| * | Move the close and jumpserver modules to inspircd-extras.•••- The close module is borderline useless.
- The jumpserver numeric is supported by barely any clients and
has various security problems.
| Peter Powell | 2019-02-15 | 1 | -35/+10 |
| * | Re-tabularise the helpop cuser/coper command lists. | Peter Powell | 2019-02-09 | 1 | -35/+20 |
| * | Unify the helpop and helpop-full config files. | Peter Powell | 2019-02-09 | 1 | -3/+807 |
| * | Improve X-line text consistency.•••- Change any "-Line", ":Line", or "*line" to "-line" throughout
the X-line code, comments, and documentation.
- Add periods to the end of some notices.
- Correct a typo in the Q-line code comments.
- Update the filter module documentation (shun addition).
Co-authored-by: Robby <robby@chatbelgie.be>
| Matt Schatz | 2019-01-09 | 1 | -2/+2 |
| * | Fix the example help files using the wrong name for <helpmsg:nohelp>.•••Thanks to @genius3000 for pointing this out.
| Peter Powell | 2018-12-09 | 1 | -1/+1 |
| * | Fix a numeric collision with UnrealIRCd's help numerics.•••We were not using these correctly and the ircd-ratbox numerics are
more widely supported so using those is better.
| Peter Powell | 2018-12-09 | 1 | -3/+2 |
| * | Add extban 'a' to m_gecosban.•••This has the format a:nick!user@host+gecos.
e.g. a:*!*@abusive.host+*MegaBot?v2.0*
Closes #1023.
Closes #1026.
| Renegade334 | 2018-09-25 | 1 | -0/+3 |
| * | Improve the snotices sent out by the filter module.•••- Switch to a module-specific snotice character (f).
- Redo the format of the message to be easier to read and include
the filter that the user matched.
Closes #490.
Closes #841.
| Peter Powell | 2018-08-24 | 1 | -1/+4 |
| * | Remove the 'debug' snotice character. | Peter Powell | 2018-08-07 | 1 | -1/+0 |
| * | Merge tag 'v2.0.26' into master. | Peter Powell | 2018-04-22 | 1 | -99/+95 |
| |\ |
|
| | * | Improve some documentation (#1483).•••* 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 | Matt Schatz | 2018-04-16 | 1 | -99/+94 |
| | * | [2.0]: Helpop: Move extban 'U' from acting to matching•••Already fixed in master in 8587df2
| genius3000 | 2018-02-11 | 1 | -2/+2 |
| * | | Remove helpop sections which are now incorrect.•••Both the static module flag and the CLEARCHAN command have been
removed.
| Peter Powell | 2018-04-14 | 1 | -1/+1 |
| * | | Change some usage of "gecos" to "real name"•••Within the example configs, helpops, some server sent messages, and
simple code comments: change the primary usage of "gecos" to
"real name" (or "realname" where fitting).
| genius3000 | 2018-04-11 | 1 | -2/+2 |
| * | | Add user mode +z for ssl-only private messages.•••Closes #468.
| Shawn Smith | 2018-01-07 | 1 | -0/+2 |
| * | | Enable using m_customprefix to alter core prefix modes.•••This replaces the devoice module which has now been removed. If you
want users to be able to devoice themselves then you can load the
customprefix module add the following config tag:
<customprefix name="voice" depriv="yes">
If you wish to keep identical behaviour rather than allowing users
to use "MODE #YourChannel -v TheirNick" then you can load the alias
module and add the following config tag:
<alias text="DEVOICE" format="#*" replace="MODE $2 -v $nick">
| Peter Powell | 2017-11-06 | 1 | -4/+2 |
| * | | Helpop: Move extban 'U' from acting to matching | genius3000 | 2017-10-21 | 1 | -2/+2 |
| * | | Helpop: Add extban 'n' - connect class ban•••Commit a54497e added m_classban, this updates the helpop files.
| genius3000 | 2017-10-21 | 1 | -0/+2 |
| * | | Merge insp20 | Attila Molnar | 2016-02-22 | 1 | -0/+3 |
| |\| |
|
| | * | Fix a few documentation problems•••Fixes issues #1003, #1045 and #1085
| Attila Molnar | 2015-10-12 | 1 | -0/+3 |
| * | | Merge pull request #1059 from OVERdrive-IRC/m_repeat/fix-typo•••m_repeat: fix typo (similiar->similar) | Attila Molnar | 2015-06-26 | 1 | -1/+1 |
| |\ \ |
|
| | * | | m_repeat: fix typo (similiar->similar)•••Also update docs/ accordingly
| James Lu | 2015-06-12 | 1 | -1/+1 |
| * | | | Update example configuration to say the new style module names everywhere | Attila Molnar | 2015-05-20 | 1 | -1/+1 |
| |/ / |
|
| * | | Merge insp20 | Attila Molnar | 2015-04-20 | 1 | -6/+8 |
| |\| |
|
| | * | Remove non-existant extban M: from docs•••extban M: has not existed since 2d732f4d in 2009...
| Renegade334 | 2015-03-17 | 1 | -4/+2 |
| | * | Fix a couple of helpop issues•••Fixes issue #949 reported by @webczat
| Attila Molnar | 2014-11-29 | 1 | -2/+6 |
| * | | Merge insp20 | Attila Molnar | 2014-07-25 | 1 | -71/+91 |
| |\| |
|
| | * | Some more helpop config updates. | Robby- | 2014-04-12 | 1 | -71/+91 |
| * | | Merge insp20 | Attila Molnar | 2014-04-07 | 1 | -6/+4 |
| |\| |
|
| | * | Fix typo in helpop-full that prevented it from loading and other minor helpop... | Attila Molnar | 2014-04-06 | 1 | -1/+2 |
| | * | Major example configuration and helpop update•••Big thanks to @m4z (#621) and @Robby- (#630) who contributed a lot to this
| Attila Molnar | 2014-04-04 | 1 | -5/+2 |
| * | | Add m_clearchan which removes users from a channel without sending n*(n+1)/2 ... | Attila Molnar | 2014-01-26 | 1 | -1/+1 |
| * | | Merge insp20 | Attila Molnar | 2014-01-21 | 1 | -5/+5 |
| |\| |
|
| | * | Update example configs/helpop | Attila Molnar | 2014-01-20 | 1 | -5/+5 |
| * | | Add m_showfile, remove cmd_rules | Attila Molnar | 2013-12-18 | 1 | -1/+1 |
| * | | Merge insp20 | attilamolnar | 2013-08-30 | 1 | -1/+1 |
| |\| |
|
| | * | Update example configs, README.md and more•••- Fix typos, remove misleading information, rephrase a few sentences
- Add info about hmac-<hash> hash types
- Remove <performance:maxwho> (the code which used this was removed in 96e4434 - @SaberUK)
- Change inspircd.github.org to inspircd.org
| attilamolnar | 2013-08-27 | 1 | -1/+1 |