X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=doc%2Fp10.html;h=fbbc4fe82fd1070295130e093343f2f76d847204;hb=refs%2Fheads%2Fupstream-ssl;hp=c90071510e6619cb838eb51b3724917dd69ab27a;hpb=e93ba1690ac9c73ad17a9fdf41e672bb6ccac466;p=ircu2.10.12-pk.git diff --git a/doc/p10.html b/doc/p10.html index c900715..fbbc4fe 100644 --- a/doc/p10.html +++ b/doc/p10.html @@ -12,7 +12,7 @@ (As of ircu 2.10.11)

Undernet Coder-com, coder-com@undernet.org

-$Id: p10.html,v 1.5 2000-07-09 04:52:58 isomer Exp $ +$Id: p10.html,v 1.6 2002-02-14 00:20:40 ghostwolf Exp $


This document aims to be a practical guide for implementing and maintaining the protocol, not just a reference @@ -552,6 +552,12 @@ by reducing the length of common message identifiers. CM + + +ACCOUNT + +AC + [Back]
@@ -703,7 +709,8 @@ the "Host" part of the user@host mask.
  • [Optional]: User modes. If present, this is always +<user modes -for this client>.
  • +for this client>. Note that the special +r usermode is followed by the +client's account name; see the documentation for ACCOUNT.
  • The real IP address of this client, a Base64 encoded 32bit int.
  • @@ -1094,7 +1101,7 @@ succeed never the less.

    4.1.4 - PART

    4.1.5 - KICK

    4.1.6 - TOPIC -

    4.1.4 - CLEARMODE +

    4.1.7 - CLEARMODE
     

      AZAAA CM #coder-com ovpsmikbl
    @@ -1103,6 +1110,12 @@ succeed never the less.
    AZAAA N Nick2 955423230
    4.2.2 - MODE
    AZAAA M Nick2 :+odi
    +4.2.3 - ACCOUNT +
    AX AC AZAAA oper
    +

    The ACCOUNT message provides a way for servers, such as the channel service +server, to set the account name information that is associated with a client. +Once set, it cannot be unset or changed, and will be propagated in NICK during +net bursts using the special user mode +r followed by the account name. 4.3 Channel/Client Messaging.

    4.3.1 - PRIVMSG @@ -1146,6 +1159,8 @@ from msg.h. -Gte. -Kev
    [2000-04-11]: Started work on chapter 4. -Gte
    [2000-06-01]: Changed some info about the max number of clients -Isomer +
    [2002-01-11]: Wrote a specification for ACCOUNT and noted that a usermode +in a NICK message may have an argument. -Kev

    8.1 TODO