From: <arn...@us...> - 2007-12-01 14:43:57
|
Revision: 922 http://dcplusplus.svn.sourceforge.net/dcplusplus/?rev=922&view=rev Author: arnetheduck Date: 2007-12-01 06:43:52 -0800 (Sat, 01 Dec 2007) Log Message: ----------- Add super user Modified Paths: -------------- dcplusplus/trunk/ADC.txt Modified: dcplusplus/trunk/ADC.txt =================================================================== --- dcplusplus/trunk/ADC.txt 2007-12-01 14:16:02 UTC (rev 921) +++ dcplusplus/trunk/ADC.txt 2007-12-01 14:43:52 UTC (rev 922) @@ -483,13 +483,13 @@ HR | integer | Hubs where user is registered (had to supply password) and in NORMAL state HO | integer | Hubs where user is op and in NORMAL state TO | string | Token, as received in RCM/CTM, when establishing a C-C connection. -CT | integer | Client (user) type, 1=bot, 2=registered user, 4=operator, 8=hub owner, 16=hub (used when the hub sends an INF about itself). Multiple types are specified by adding the numbers together. +CT | integer | Client (user) type, 1=bot, 2=registered user, 4=operator, 8=super user, 16=hub owner, 32=hub (used when the hub sends an INF about itself). Multiple types are specified by adding the numbers together. AW | integer | 1=Away, 2=Extended away, not interested in hub chat (hubs may skip sending broadcast type MSG commands to clients with this flag) SU | string | Comma-separated list of feature FOURCC's. This notifies other clients of extended capabilities of the connecting client. RF | string | URL of referxrer (hub in case of redirect, web page) ___ -NOTE: normally one would only accept an IP (I4 or I6) that is the same as the +NOTE: Normally one would only accept an IP (I4 or I6) that is the same as the source IP of the connecting peer. Use caution when accepting unknown IPs. Only for trusted users one may allow a different IP or an IP from a different domain (IPv4 or IPv6) to be specified. If you fail to do this, your hub can be This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |