about summary refs log tree commit diff
path: root/doc/Modes.txt
AgeCommit message (Collapse)Author
2012-08-27Merge branch 'umode-B'Alexander Barton
This patch series allows ngIRCd to support the user mode "B" ("Bot flasg"): it is settable and unsettable by every (non-restricted) client. According to DNS777, this is how Unreal and InspIRCd do behave, so do we :-) By Alexander Barton (1) and DNS777 (1) * umode-B: Add new user mode "B" to doc/Modes.txt Implement an Unreal-like user mode "B" ("Bot mode")
2012-08-27Add new channel mode "M" to doc/Modes.txtAlexander Barton
2012-08-26Add new user mode "B" to doc/Modes.txtAlexander Barton
2012-04-29doc/Modes.txt: Document missing channel mode "e"Alexander Barton
2012-01-16Implement user mode 'C': require "same channel" to send messageAlexander Barton
If the target user of a PRIVMSG or NOTICE command has the user mode 'C' set, it is required that both sender and receiver are on the same channel. This prevents private flooding by completely unknown clients.
2011-12-31doc/Modes.txt: document channel mode "r"Alexander Barton
And make clear, that user mode "r" and channel mode "r" are not set by ngIRCd itself but by IRC services.
2011-08-26Added doc/Modes.txt: document modes supported by ngIRCdAlexander Barton