summaryrefslogtreecommitdiff
path: root/src/Server
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2013-12-05 11:20:26 +0200
committerTzafrir Cohen <tzafrir@cohens.org.il>2013-12-05 12:39:03 +0200
commitf8c09ce8db590dc604008f82252d36ba02fc1c98 (patch)
treed5c4495036f0404c0c8ecdc4a3a875b8c235d3b1 /src/Server
parent6ef33ec2cead34d82a29e696a3188f4bd0a45fd4 (diff)
Update tasks
Diffstat (limited to 'src/Server')
-rw-r--r--src/Server/ChatServer.java9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Server/ChatServer.java b/src/Server/ChatServer.java
index f9a233f..0a384ba 100644
--- a/src/Server/ChatServer.java
+++ b/src/Server/ChatServer.java
@@ -44,3 +44,12 @@ public class ChatServer
}
}
+
+/** Tasks
+ *
+ * * Allow listening on a different port (from command-line?)
+ * * Have a test server running on cohens.org.il
+ * * Send requests to all channels (use list)
+ * * Keep channels up: PING occasionally
+ * * Graphical interface for server
+ */