View Single Post
Posts: 239 | Thanked: 194 times | Joined on Jul 2010 @ Amsterdam
#103
Originally Posted by icebox View Post
Just wanted to add my thanks for this great application. It's one of the most used on my phone (after maybe the browser and the terminal)

I would like to add that I'm interested on running my own sync server as well... If you'd like to release it I'd be happy to test it and post my findings
I'm glad to hear you find EasyList to your liking. As for your own sync server. The protocol is now just plain text. So nothing special at all.
So there is nothing to it.
There is one thing you need to know. The getList.php accepts two URI variables: username and password.
So under the hood, EasyList calls:
Code:
getList.php?username=<username>&password=<md5 hash of your password>
Then the returned data is just the list text. EasyList automatically saves it under the SyncList listname.

Hope this is enough information for you.
__________________
Please give or donate your 2 cents to help me keep on going.