gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r37165 - gnunet/src/social


From: gnunet
Subject: [GNUnet-SVN] r37165 - gnunet/src/social
Date: Fri, 13 May 2016 09:33:16 +0200

Author: lynx
Date: 2016-05-13 09:33:16 +0200 (Fri, 13 May 2016)
New Revision: 37165

Modified:
   gnunet/src/social/gnunet-service-social.c
   gnunet/src/social/gnunet-social.c
Log:
social: minor fixes

Modified: gnunet/src/social/gnunet-service-social.c
===================================================================
--- gnunet/src/social/gnunet-service-social.c   2016-05-12 08:58:24 UTC (rev 
37164)
+++ gnunet/src/social/gnunet-service-social.c   2016-05-13 07:33:16 UTC (rev 
37165)
@@ -1451,8 +1451,6 @@
     GNUNET_SERVER_receive_done (client, GNUNET_SYSERR);
     return;
   }
-  struct Host *hst = (struct Host *) plc;
-
   GNUNET_PSYC_slicer_clear (plc->slicer);
 
   GNUNET_SERVER_receive_done (client, GNUNET_OK);

Modified: gnunet/src/social/gnunet-social.c
===================================================================
--- gnunet/src/social/gnunet-social.c   2016-05-12 08:58:24 UTC (rev 37164)
+++ gnunet/src/social/gnunet-social.c   2016-05-13 07:33:16 UTC (rev 37165)
@@ -227,7 +227,7 @@
 
 
 /**
- * Schedule exit with succes result.
+ * Schedule exit with success result.
  */
 static void
 exit_success ()
@@ -305,6 +305,7 @@
 guest_leave ()
 {
   struct GNUNET_PSYC_Environment *env = GNUNET_PSYC_env_create ();
+  // FIXME: wrong use of vars
   GNUNET_PSYC_env_add (env, GNUNET_PSYC_OP_SET,
                        "_message", DATA2ARG ("Leaving."));
   GNUNET_SOCIAL_guest_leave (gst, env, guest_left, NULL);
@@ -1304,6 +1305,11 @@
     "gnunet-social --host-enter --ego <NAME or PUBKEY> [--follow] [--welcome | 
--deny]\n"
     "gnunet-social --host-reconnect --place <PUBKEY> [--follow] [--welcome | 
--deny]\n"
     "gnunet-social --host-leave --place <PUBKEY>\n"
+    "gnunet-social --host-assign --place <PUBKEY> --name <NAME> --data 
<VALUE>\n"
+// FIXME: some state ops not implemented yet (no hurry)
+//  "gnunet-social --host-augment --place <PUBKEY> --name <NAME> --data 
<VALUE>\n"
+//  "gnunet-social --host-diminish --place <PUBKEY> --name <NAME> --data 
<VALUE>\n"
+//  "gnunet-social --host-set --place <PUBKEY> --name <NAME> --data <VALUE>\n"
     "gnunet-social --host-announce --place <PUBKEY> --method <METHOD_NAME> 
--data <MESSAGE_BODY>\n"
     "\n"
     "gnunet-social --guest-enter --place <PUBKEY> --peer <PEERID> --ego <NAME 
or PUBKEY> [--follow]\n"
@@ -1315,8 +1321,6 @@
     "gnunet-social --history-replay --place <PUBKEY> --start <MSGID> --until 
<MSGID>  [--method <METHOD_PREFIX>]\n"
     "gnunet-social --history-replay-latest --place <PUBKEY> --limit 
<MSG_LIMIT> [--method <METHOD_PREFIX>]\n"
     "\n"
-    "gnunet-social --set --place <PUBKEY> --name <NAME> --data <VALUE>\n"
-    "\n"
     "gnunet-social --look-at --place <PUBKEY> --name <FULL_NAME>\n"
     "gnunet-social --look-for --place <PUBKEY> --name <NAME_PREFIX>\n";
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]