Lexi / Zoe binaryDiv · she/her
  • Berlin
  • Joined on 2018-09-24
binaryDiv pushed to master at binaryDiv/meowpage 2019-02-16 19:04:14 +01:00
01e25a4ee5 add border
binaryDiv pushed to master at binaryDiv/meowpage 2019-02-16 19:02:07 +01:00
01e25a4ee5 add border
binaryDiv pushed to master at binaryDiv/meowpage 2019-02-16 17:40:32 +01:00
21c629dc20 add stylesheets
binaryDiv pushed to master at binaryDiv/meowpage 2019-02-16 17:36:51 +01:00
80c43af9d6 blink! :D
2459b3ec1e do horrible things...
1aa39778ff add doctype and head
6b1e104b61 Merge branch 'blubb'
adecde3047 add html structure
binaryDiv created repository binaryDiv/meowpage 2019-02-16 17:36:12 +01:00
binaryDiv commented on issue binaryDiv/instantchat#6 2019-01-20 21:58:50 +01:00
Frontend: Write a stub class UI

[Work in Progress]

binaryDiv closed issue binaryDiv/instantchat#4 2019-01-20 21:14:45 +01:00
Client: Event system
binaryDiv pushed to master at binaryDiv/instantchat 2019-01-20 21:12:46 +01:00
ceca822f97 Client: Implement event system (#4)
binaryDiv commented on issue binaryDiv/instantchat#5 2019-01-20 06:22:56 +01:00
Frontend: Build basic UI for sending and receiving messages

Can be started after I've finished #4 and #6. :3

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