Lexi / Zoe binaryDiv · she/her
  • Berlin
  • Joined on 2018-09-24
binaryDiv opened issue binaryDiv/instantchat#6 2019-01-20 06:21:18 +01:00
Frontend: Write a stub class UI
binaryDiv opened issue binaryDiv/instantchat#5 2019-01-20 06:16:40 +01:00
Frontend: Build basic UI for sending and receiving messages
binaryDiv opened issue binaryDiv/instantchat#4 2019-01-20 05:40:52 +01:00
Client: Event system
binaryDiv opened issue binaryDiv/instantchat#3 2019-01-20 05:39:03 +01:00
Server: Implement chat instances
binaryDiv opened issue binaryDiv/instantchat#2 2019-01-20 05:25:47 +01:00
Server: Persistent message storage in database
binaryDiv opened issue binaryDiv/instantchat#1 2019-01-20 05:23:47 +01:00
Server: Implement 'message' command
binaryDiv pushed to master at binaryDiv/instantchat 2019-01-20 05:02:20 +01:00
36ba716ad8 Client: add ui.js; create Client object from ui.js
e746a4e8ca Client: rename internal WebSocket event handlers
Compare 2 commits »
binaryDiv pushed to master at binaryDiv/instantchat 2019-01-20 02:06:36 +01:00
98c89f0702 Client: add global AppSettings object
3993ae9c44 Client: encapsulate WebSocket client in Client class
Compare 2 commits »
binaryDiv pushed to master at binaryDiv/instantchat 2018-11-24 03:45:14 +01:00
fd6a40cb0d refactor quotes
binaryDiv pushed to master at binaryDiv/instantchat 2018-11-24 02:10:36 +01:00
733a537f58 Server: send test messages after init
binaryDiv pushed to master at binaryDiv/instantchat 2018-11-24 01:46:46 +01:00
635b44fff3 Server: handle SIGINT
binaryDiv pushed to master at binaryDiv/instantchat 2018-11-24 01:23:47 +01:00
d5f1e76383 Docu: add initial protocol docu
48c467349d Server: parse client messages, handle 'init'
Compare 2 commits »
binaryDiv pushed to master at binaryDiv/instantchat 2018-11-23 22:03:35 +01:00
0465e66ee9 Server: client_handler, parse_client_message
binaryDiv pushed to master at binaryDiv/instantchat 2018-11-23 21:56:05 +01:00
e99406ea63 Client: parse JSON server messages
c3c41a346c Client: add sendInit()
Compare 2 commits »
binaryDiv pushed to master at binaryDiv/instantchat 2018-11-15 23:04:15 +01:00
7ae0a01cf6 server is tunneled through port 443 now
binaryDiv pushed to master at binaryDiv/instantchat 2018-11-12 21:49:35 +01:00
94e5e7f96c client now connects to public server
binaryDiv pushed to master at binaryDiv/instantchat 2018-11-12 21:26:15 +01:00
a7cf851c90 Add server control script
binaryDiv pushed to master at binaryDiv/instantchat 2018-11-11 21:15:45 +01:00
bb2c9f0b66 server: listen on all IPs
binaryDiv pushed to master at binaryDiv/instantchat 2018-10-27 05:13:26 +02:00
4211560f20 First WebSocket client code
51238d47a1 Added jQuery 3.3.1
Compare 2 commits »
binaryDiv pushed to master at binaryDiv/instantchat 2018-10-27 04:44:09 +02:00
3587d0184f First code