X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=doc%2Fprotocole3.txt;h=66f688d117eef5f559421a8667f30a73dc426436;hb=cddfeb41f60270ba8f959c4d90e223532c4d2e51;hp=f7fd6a5837f2806e71b55ef49c4d33068cd4ba40;hpb=28cbabecbfc2e05861779a19e5a75bddbc0ad416;p=euphorik.git diff --git a/doc/protocole3.txt b/doc/protocole3.txt index f7fd6a5..66f688d 100644 --- a/doc/protocole3.txt +++ b/doc/protocole3.txt @@ -82,7 +82,9 @@ ou "login" : "paul49", "email" : "paul@pierre.com", "css" : "css/3/euphorik.css", - "nick_format" : "nick" | "login" | "nick_login", + "nick_format" : "nick" | "login" | "nick_login", + "view_times" : true | false, + "view_tooltips" : true | false, "main_page" : 1, "conversations" : [ { @@ -112,7 +114,9 @@ c -> s "nick" : "Paul", "email" : "paul@pierre.com", "css" : "css/3/euphorik.css", - "nick_format" : "nick" | "login" | "nick_login", + "nick_format" : "nick" | "login" | "nick_login", + "view_times" : true | false, + "view_tooltips" : true | false, "main_page" : 1, "conversations" : [ { @@ -192,6 +196,7 @@ ou { "reply" : "new_troll", "troll_id" : 123, + "message_id" : 12, "content" : "Linux sera desktop ready en 2008 ?" } ou @@ -232,6 +237,12 @@ s -> c "reply" : "troll_deleted", "troll_id" : 2 } +ou +indique de mettre à jour la liste d'ips +s -> c + { + "reply" : "banned_ips_refresh" + } === Envoie d'un troll ===