Author: dylan Date: 2005-05-21 00:20:46 -0400 (Sat, 21 May 2005) New Revision: 684
Added: trunk/docs/auth.txt Removed: trunk/docs/login.txt Modified: trunk/ trunk/docs/core.txt Log: [EMAIL PROTECTED]: dylan | 2005-05-21 00:08:51 -0400 doc changes. Property changes on: trunk ___________________________________________________________________ Name: svk:merge - 1f59643a-e6e5-0310-bc24-f7d4c744f460:/haver/local/trunk:11166 1f59643a-e6e5-0310-bc24-f7d4c744f460:/haver/local/trunk-merge-10131:11178 27e50396-46e3-0310-8b22-ae223a1f35ce:/local:212 e9404bb1-7af0-0310-a7ff-e22194cd388b:/haver/local:961 edfcd8bd-4ce7-0310-a97e-bb1efd40edf3:/local:238 + 1f59643a-e6e5-0310-bc24-f7d4c744f460:/haver/local/trunk:11166 1f59643a-e6e5-0310-bc24-f7d4c744f460:/haver/local/trunk-merge-10131:11178 27e50396-46e3-0310-8b22-ae223a1f35ce:/local:212 e9404bb1-7af0-0310-a7ff-e22194cd388b:/haver/local:962 edfcd8bd-4ce7-0310-a97e-bb1efd40edf3:/local:238 Added: trunk/docs/auth.txt =================================================================== --- trunk/docs/auth.txt 2005-05-21 04:20:42 UTC (rev 683) +++ trunk/docs/auth.txt 2005-05-21 04:20:46 UTC (rev 684) @@ -0,0 +1,15 @@ +C: HAVER Foobar/1.02 +S: HAVER FoobarServer/2.32 AUTH +C: IDENT User + +#if User is registered then + S: AUTH:TYPE basic + #if basic then + C: AUTH:TYPE basic + S: AUTH:BASIC $rand sha1 sha256 + C: AUTH:BASIC sha1 sha1($rand + sha1($password)) + S: HELLO User + #end if +#else + S: HELLO User +#end if Modified: trunk/docs/core.txt =================================================================== --- trunk/docs/core.txt 2005-05-21 04:20:42 UTC (rev 683) +++ trunk/docs/core.txt 2005-05-21 04:20:46 UTC (rev 684) @@ -9,11 +9,11 @@ C: PART $channel S: PART $channel $user -C: MSG $channel $type @args -S: MSG $channel $user $type @args +C: IN $channel $type @args +S: IN $channel $user $type @args -C: PMSG $to $type @args -S: PMSG $from $type @args +C: TO $user $type @args +S: FROM $user $type @args C: POKE $string Deleted: trunk/docs/login.txt =================================================================== --- trunk/docs/login.txt 2005-05-21 04:20:42 UTC (rev 683) +++ trunk/docs/login.txt 2005-05-21 04:20:46 UTC (rev 684) @@ -1,15 +0,0 @@ -C: HAVER Foobar/1.02 -S: HAVER FoobarServer/2.32 AUTH -C: IDENT User - -#if User is registered then - S: AUTH:TYPE basic - #if basic then - C: AUTH:TYPE basic - S: AUTH:BASIC $rand sha1 sha256 - C: AUTH:BASIC sha1 sha1($rand + sha1($password)) - S: HELLO User - #end if -#else - S: HELLO User -#end if
