]> code.citadel.org Git - citadel.git/commitdiff
* Added some useless comments to some of the techdocs/ files
authorMichael Hampton <io_error@uncensored.citadel.org>
Sun, 7 Dec 2003 19:57:48 +0000 (19:57 +0000)
committerMichael Hampton <io_error@uncensored.citadel.org>
Sun, 7 Dec 2003 19:57:48 +0000 (19:57 +0000)
citadel/ChangeLog
citadel/techdoc/chat.txt
citadel/techdoc/developers.txt
citadel/techdoc/roadmap.txt

index 6b53bfb9e517c5ba6fd7d0ba9b5444cfb49c3dec..f116bd613f17dde73f89c2ec1f3207ed017f2dfc 100644 (file)
@@ -1,4 +1,7 @@
  $Log$
+ Revision 612.3  2003/12/07 19:57:48  error
+ * Added some useless comments to some of the techdocs/ files
+
  Revision 612.2  2003/12/07 19:56:24  error
  * CREU command now allows specification of an initial password
 
@@ -5105,3 +5108,4 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import
+
index 9447778f3113896c5cbd050eb8f591bbad9d7b7d..ae2d8866f25f56bfdcea78255a1a6ecd89d2fab7 100644 (file)
@@ -1,5 +1,6 @@
 Chat subsystem information
 Brian Costello <btx@calyx.net>
+[Edits in brackets by Michael Hampton <error@citadel.org>]
 
 Chat / Messaging system
 -----------------------
@@ -8,7 +9,9 @@ I envision a chat system that can be used for a variety of uses, from
 chatting in realtime to file exchange to slide presentations.
 
 Rooms will be able to have invitation lists -- perfect for scheduling a
-private meeting with various people around the world.
+private meeting with various people around the world.  [This could apply to
+both private and public rooms; though we already have chat on-demand, this
+would allow specific participants to indicate their interest in a given chat.]
 
 Meetings will be scheduled by the system scheduler.  The scheduler is not
 part of this project -- the scheduler will do the work of determining a time
@@ -29,15 +32,18 @@ the room.
 Messages should be able to be sent to anyone on the bbs from the page system
 to the chat system and vice versa.
 
-This can be implemented with the current citadel clients.
+This can be implemented with the current citadel clients.  [I can't send a
+message from a user to a chat unless that user is already in the chat or has
+access to it.  The other way round is just fine, though.]
 
-Tranfers
---------
+Transfers
+---------
 An addition that would be useful here would be the ability to send a file to
 everyone in a room as well as individual users.
 
 This cannot be implemented with the current citadel clients -- I DON'T
-THINK.  I'm not sure.
+THINK.  I'm not sure.  [You're right.  We have no way to "push" files to
+users at present.]
 
 Graphics transfers
 ------------------
@@ -46,7 +52,7 @@ will be used to send the graphics so you would be able to send slides to
 everyone or just one user.
 
 This will have to be written into the client (Unix client calls xv, for
-example)  
+example).  [I've already started on file/graphics viewing for the text client.]
 
 Structures
 ----------
@@ -94,5 +100,5 @@ Definitions
 
 Schedule
 --------
-The stuff that can be implemented in terms of the currentl client will go
+The stuff that can be implemented in terms of the current client will go
 first.  The transfers will come next.
index ff44d2f2d98726de738e0354782e1ce7e06ac3ab..78df37d5d6860885166473058a641305c1f6b515 100644 (file)
@@ -41,11 +41,12 @@ Developer codes (and where known, client codes)
  
  7      Walden Leverich <waldenl@techsoftinc.com>
 
- 8      Michael Hampton <error@spiritone.com>
+ 8      Michael Hampton <error@citadel.org>
 
         Client  Name            Status          Description
        0       libcitadel      in development  Client-side API library
-       1       D.O.C.          in development  Dave's Own Citadel look-alike
+       1       D.O.C.          dead            Dave's Own Citadel look-alike
+       16      Courier         in development  GTK+ Unix/Win32 Client
  
  69     Anticlimactic Teleservices
         Don Kimberlin (err head) <donkimberlin@hotmail.com>
index fe581448f4c752108462ba5347b6ce950b349c8e..bb919b7117fa6957a6a7509369b787e2b0b9651f 100644 (file)
@@ -24,3 +24,5 @@ Goals to achieve during the 6.xx cycle
   connector software for various external calendar clients.
 
 * NNTP
+  This needs some research, but I think it's technically going to be more
+  trouble than it's worth. -IO