Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
a3b8e585
Commit
a3b8e585
authored
Apr 18, 1999
by
Per Cederqvist
Browse files
(Protocol Version History): Call 102=set-membership-type was omitted,
and later calls was misnumbered. (map-created-texts): Documented.
parent
c33280aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/Protocol-A.texi
View file @
a3b8e585
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
@c
@c
@c FIXME: Explain how the garb works with nice and keep-commented
@c FIXME: Explain how the garb works with nice and keep-commented
@c
@c
@c
$
Id: Protocol
-
A.texi,v
1
.
5
7
1999
/
04
/
1
5
20
:
51
:
44
ceder Exp
$
@c
$
Id: Protocol
-
A.texi,v
1
.
5
8
1999
/
04
/
1
8
15
:
29
:
35
ceder Exp
$
@c
%**start of header
@c
%**start of header
@setfilename protocol-a.info
@setfilename protocol-a.info
@settitle LysKOM Protocol A
@settitle LysKOM Protocol A
...
@@ -195,8 +195,9 @@ Lars Aronsson documented the protocol that was in use at the time.
...
@@ -195,8 +195,9 @@ Lars Aronsson documented the protocol that was in use at the time.
@item 99=get-membership
@item 99=get-membership
@item 100=add-member
@item 100=add-member
@item 101=get-members
@item 101=get-members
@item 102=local-to-global
@item 102=set-membership-type
@item 103=map-created-texts
@item 103=local-to-global
@item 104=map-created-texts
@item 105=set-keep-commented
@item 105=set-keep-commented
@end itemize
@end itemize
...
@@ -7416,9 +7417,14 @@ ever existed in the conference.
...
@@ -7416,9 +7417,14 @@ ever existed in the conference.
-> ( Text-Mapping );
-> ( Text-Mapping );
@end example
@end example
Return
information about
existing texts that @code
{
author
}
has written.
Return
text numbers for
existing texts that @code
{
author
}
has written.
FIXME: more text here
Just as each conference has a mapping from local text numbers to global
text numbers, each person has a mapping from the N:th text written by
him to the global text number. This function can be used to retrieve
part of that mapping.
@xref
{
local-to-global
}
for more information and examples.
@unnumberedsubsec Error codes
@unnumberedsubsec Error codes
...
@@ -7426,7 +7432,26 @@ FIXME: more text here
...
@@ -7426,7 +7432,26 @@ FIXME: more text here
@item login-first
@item login-first
Login required before issuing this call.
Login required before issuing this call.
@c FIXME: more codes here
@item long-array
@code
{
no-of-existing-texts
}
was larger than 255.
@item conf-zero
@code
{
conf-no
}
was set to 0.
@item local-text-zero
@code
{
first-local-no
}
was set to 0.
@item undef-pers
The conference does not exist, or the client is not allowed to know that
it exists.
@item no-such-local-text
@code
{
first-local-no
}
is greater than the highest local text number that
ever existed in the conference.
@item access-denied
The conference exists, but the client is not allowed to retrieve
information about the texts in the conference.
@end table
@end table
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment