Age | Commit message (Collapse) | Author |
|
|
|
This is treated internally as a PRIVMSG with a few exceptions:
1. The command MUST have exactly one target.
2. The target MUST be a user.
3. The target MUST be on a u-lined server (e.g. NickServ).
|
|
- 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>
|
|
Thanks to @genius3000 for pointing this out.
|
|
We were not using these correctly and the ircd-ratbox numerics are
more widely supported so using those is better.
|
|
message through.
Thanks to @H7-25 (Simos) for the idea.
|
|
This has the format a:nick!user@host+gecos.
e.g. a:*!*@abusive.host+*MegaBot?v2.0*
Closes #1023.
Closes #1026.
|
|
- 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.
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
Both the static module flag and the CLEARCHAN command have been
removed.
|
|
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).
|
|
Already fixed in master in 8587df2
|
|
Closes #468.
|
|
This resolves #483
|
|
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">
|
|
|
|
Commit a54497e added m_classban, this updates the helpop files.
|
|
|
|
|
|
|
|
Fixes issues #1003, #1045 and #1085
|
|
m_repeat: fix typo (similiar->similar)
|
|
Also update docs/ accordingly
|
|
|
|
|
|
extban M: has not existed since 2d732f4d in 2009...
|
|
Fixes issue #949 reported by @webczat
|
|
|
|
|
|
The old syntax is now deprecated
Fixes issue #860 reported by @Shawn-Smith
|
|
Issue #818
|
|
|
|
|
|
helpop issues
|
|
Big thanks to @m4z (#621) and @Robby- (#630) who contributed a lot to this
|
|
QUIT messages
|
|
|
|
|
|
|
|
|
|
- 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
|
|
Changes to the original module:
- Parse settings using a sepstream, accept remote mode changes regardless of our config
- Refuse to link when config settings differ
- Style changes
All ideas and features are the brainchild and work of Daniel Vassdal
|
|
|
|
|
|
- Example config files now end with .conf.example.
- Example text files now end with .txt.example.
- Removed 'inspircd' from the name of multiple example files.
- Added missing oper motd example file.
|