##// END OF EJS Templates
Updated the sync protocol doc
Updated the sync protocol doc

File last commit:

r783:a07f0217 decentral
r784:e1e1b7d8 decentral
Show More
request_pull.xml
19 lines | 568 B | application/xml | XmlLexer
neko259
Renamed sync to pull in request and response
r777 <?xml version="1.1" encoding="UTF-8" ?>
neko259
Simplified request format. Now request type and version are in the root tag,...
r779 <request version="3" type="pull">
<model>post</model>
<filter>
<version>3</version>
<timestamp_from>0</timestamp_from>
<timestamp_to>0</timestamp_to>
<tags>
<tag>tag1</tag>
</tags>
neko259
Updated request 'pull' to show how we filter the sender hosts
r783 <sender>
<allow>
<key>abcehy3h9t</key>
<key>ehoehyoe</key>
</allow>
<!-- There can be only allow block (all other are denied) or deny block (all other are allowed) -->
</sender>
neko259
Simplified request format. Now request type and version are in the root tag,...
r779 </filter>
neko259
Renamed sync to pull in request and response
r777 </request>