gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r6386 - in GNUnet: . src/applications/chat src/include


From: gnunet
Subject: [GNUnet-SVN] r6386 - in GNUnet: . src/applications/chat src/include
Date: Tue, 19 Feb 2008 17:09:30 -0700 (MST)

Author: nevans
Date: 2008-02-19 17:09:30 -0700 (Tue, 19 Feb 2008)
New Revision: 6386

Modified:
   GNUnet/AUTHORS
   GNUnet/src/applications/chat/chat.c
   GNUnet/src/applications/chat/clientapi.c
   GNUnet/src/applications/chat/gnunet-chat.c
   GNUnet/src/include/gnunet_chat_lib.h
Log:


Modified: GNUnet/AUTHORS
===================================================================
--- GNUnet/AUTHORS      2008-02-20 00:02:07 UTC (rev 6385)
+++ GNUnet/AUTHORS      2008-02-20 00:09:30 UTC (rev 6386)
@@ -31,6 +31,7 @@
 Larry Waldo
 Ludovic Court�s <address@hidden>
 Marko R�ih�
+Nathan Evans <address@hidden>
 Paul Ruth <address@hidden>
 Renaldo Ferreira <address@hidden>
 Risto Saarelma

Modified: GNUnet/src/applications/chat/chat.c
===================================================================
--- GNUnet/src/applications/chat/chat.c 2008-02-20 00:02:07 UTC (rev 6385)
+++ GNUnet/src/applications/chat/chat.c 2008-02-20 00:09:30 UTC (rev 6386)
@@ -23,6 +23,7 @@
  * into the GNUnet core to enable chatting.
  *
  * @author Christian Grothoff
+ * @author Nathan Evans
  * @file applications/chat/chat.c
  */
 

Modified: GNUnet/src/applications/chat/clientapi.c
===================================================================
--- GNUnet/src/applications/chat/clientapi.c    2008-02-20 00:02:07 UTC (rev 
6385)
+++ GNUnet/src/applications/chat/clientapi.c    2008-02-20 00:09:30 UTC (rev 
6386)
@@ -22,6 +22,7 @@
  * @file applications/chat/clientapi.c
  * @brief convenience API to the chat application
  * @author Christian Grothoff
+ * @author Nathan Evans
  */
 
 #include "platform.h"

Modified: GNUnet/src/applications/chat/gnunet-chat.c
===================================================================
--- GNUnet/src/applications/chat/gnunet-chat.c  2008-02-20 00:02:07 UTC (rev 
6385)
+++ GNUnet/src/applications/chat/gnunet-chat.c  2008-02-20 00:09:30 UTC (rev 
6386)
@@ -22,6 +22,7 @@
  * @file applications/chat/gnunet-chat.c
  * @brief Minimal chat command line tool
  * @author Christian Grothoff
+ * @author Nathan Evans
  */
 
 #include "platform.h"

Modified: GNUnet/src/include/gnunet_chat_lib.h
===================================================================
--- GNUnet/src/include/gnunet_chat_lib.h        2008-02-20 00:02:07 UTC (rev 
6385)
+++ GNUnet/src/include/gnunet_chat_lib.h        2008-02-20 00:09:30 UTC (rev 
6386)
@@ -22,6 +22,7 @@
  * @file include/gnunet_chat_lib.h
  * @brief support for chat
  * @author Christian Grothoff
+ * @author Nathan Evans
  */
 
 #ifndef GNUNET_CHAT_LIB_H
@@ -40,7 +41,7 @@
 /**
  * Version number.
  */
-#define GNUNET_CHAT_VERSION "0.0.0"
+#define GNUNET_CHAT_VERSION "0.0.1"
 
 typedef enum
 {
@@ -106,7 +107,7 @@
 struct GNUNET_CHAT_Room;
 
 /**
- * A message was send in the chat to us.
+ * A message was sent in the chat to us.
  *
  * @param timestamp when was the message sent?
  * @param senderNick what is the nickname of the sender? (maybe NULL)





reply via email to

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