Fixed HTTP-client query-string handling bug.
[doldaconnect.git] / lib / uicmds
1 :lssr
2 200 s s s I i i f s
3 201
4 514
5 :lssrch
6 200 i i i i
7 201
8 :shutdown
9 200
10 502
11 :quit
12 200
13 :lsauth
14 200 s
15 201
16 :login
17 200     ; Success
18 300 s   ; Auto (think GSS-API)
19 301 s   ; No echo
20 302 s   ; Echo
21 303 s   ; Info message
22 304 s   ; Error message
23 501
24 503     ; Already logging in
25 504     ; Charset error
26 505 d s ; Back-end error
27 506     ; Authentication error
28 508     ; No such authentication mechanism
29 :pass
30 200
31 300 s
32 301 s
33 302 s
34 303 s
35 304 s
36 504
37 505 d s
38 506
39 507     ; Data not expected
40 :cnct
41 200 i
42 502
43 504
44 509
45 511
46 :lsnodes
47 200 i s s i i s
48 201
49 502
50 :dcnct
51 200
52 502
53 510
54 :lspeers
55 200 s s         ; Peer ID and nick are standardized, so they can be here -- the rest have to be extracted manually
56 201
57 510
58 :lspa
59 200 s i
60 201
61 502
62 510
63 :download
64 200 i
65 502
66 510
67 511
68 :lstrans
69 200 i i i s s s I I s
70 201
71 502
72 :cancel
73 200
74 502
75 512
76 :reset
77 200
78 502
79 512
80 :notify
81 200
82 501
83 :sendchat
84 200
85 501
86 502
87 504
88 505
89 509
90 510
91 513
92 :search
93 200 i i
94 501
95 502
96 509
97 510
98 :cansrch
99 200
100 514
101 :filtercmd
102 200 s
103 201
104 501
105 502
106 504
107 505
108 :lstrarg
109 200 s s
110 201
111 501
112 502
113 512
114 :uptime
115 200 i
116 :hashstatus
117 200 i           ; Followed by (hash-type number) pairs
118 :transstatus
119 200 d s d s
120 502
121 :register
122 200
123 501
124 502
125 509
126 516
127 :sendmsg
128 200
129 501
130 502
131 517
132 518
133 :hup
134 200
135 502
136 : ; Nameless notification
137 600 i i s s s   ; FN chat
138 601 i i         ; FN state change
139 602 i s         ; FN name change
140 603 i           ; FN destroy
141 604 i s         ; FN create
142 605 i i         ; FN num peers change
143 610 i i s s     ; Transfer create
144 611 i i         ; Transfer state change
145 612 i s         ; Transfer nick change
146 613 i I         ; Transfer size change
147 614 i i         ; Transfer error update
148 615 i I         ; Transfer progress
149 616 i s         ; Transfer path change
150 617 i s         ; Transfer destroy
151 618 i s         ; Transfer hash update
152 620 i i
153 621 i
154 622 i s s s I i i f s
155 630 i s s
156 631 i s
157 632 i s s       ; More data follows, but cannot be handled by dc_interpret
158 640 s           ; Client-to-client message, also variable length
159 : ; Nameless connection
160 200 s           ; Old, non-versioned welcome message
161 201 i i s       ; New, versioned message -- supported revisions are i1 to i2, incl.
162 502