~ubuntu-branches/debian/sid/ircd-hybrid/sid

« back to all changes in this revision

Viewing changes to doc/modes.txt

  • Committer: Package Import Robot
  • Author(s): Dominic Hargreaves
  • Date: 2015-04-19 15:53:09 UTC
  • mfrom: (1.2.13)
  • Revision ID: package-import@ubuntu.com-20150419155309-06y59x2at2ax5ou3
Tags: 1:8.2.7+dfsg.1-1
* Remove Suggests: hybserv since it doesn't really work with
  ircd-hybrid 8 and above
* New upstream release
  - update debian/copyright with minor changes
  - update config files from new reference.conf
  - fixes DoS from localhost clients (Closes: #782859)
  - supports SSL certficate chaining (Closes: #769741)
* Debconf configuration script no longer ignores the result of
  upgrade questions (Closes: #779082)
* Don't display upgrade warnings on new installs (Closes: #782883)
* Add NEWS item about updated configuration

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
In /VERSION one might see something like this:
5
5
 
6
 
irc.ircd-hybrid.org hybrid-8.2.0 DFGHRSWabcdefgijklnopqrsuwxyz bciklmnoprstveIMORS bkloveIh
 
6
irc.ircd-hybrid.org hybrid-8.2.4 DFGHRSWabcdefgijklnopqrsuwxy bchiklmnoprstveCIMORS bkloveIh
7
7
 
8
8
These describe the user modes, channel modes, and channel modes that require
9
9
arguments that are available to the user.
12
12
 
13
13
User Modes:
14
14
 
15
 
+a - admin        - Admin status. Can for example see IPs in "STATS c"
 
15
+a - admin        - Admin status. Can for example see IP addresses in "STATS c"
16
16
+b - bots         - See bot and drone flooding notices
17
17
+c - cconn        - Client connection/quit notices
18
18
+D - deaf         - Don't receive channel messages
28
28
+k - skill        - See server generated KILL messages
29
29
+l - locops       - See LOCOPS messages
30
30
+n - nchange      - See client nick changes
31
 
+o - oper         - Operator status
 
31
+o - oper         - IRC operator status
32
32
+p - hidechans    - Hides channel list in WHOIS
33
33
+q - hideidle     - Hides idle and signon time in WHOIS
34
34
+r - registered   - User has been registered and identified for its nick.
47
47
 
48
48
+b - ban          - Channel ban on nick!user@host
49
49
+c - noctrls      - Prevent users from sending messages containing control codes to the channel
 
50
+C - noctcps      - Prevent users from sending CTCPs to the channel
50
51
+e - exempt       - Exemption from bans
51
52
+h - halfop       - Half-Op status
52
53
+I - invex        - Invite exceptions, nick!user@host does not need to be
77
78
Currently these are bkloveIh.
78
79
 
79
80
 
80
 
# $Id: modes.txt 4405 2014-08-06 17:02:31Z michael $
 
81
# $Id: modes.txt 5612 2015-02-24 19:29:24Z michael $