1
0
mirror of https://github.com/deavminet/dnetd synced 2024-09-21 17:53:39 +02:00
Commit Graph

152 Commits

Author SHA1 Message Date
Tristan B. Kildaire
90aeab8344 Pass DLinkCOnfig to DMeyer 2021-01-28 23:43:22 +02:00
Tristan B. Kildaire
f780df7c56 Typo fix 2021-01-28 16:28:54 +02:00
Tristan B. Kildaire
d6a62713a2 Encode sender's username in direct messages 2021-01-28 16:18:33 +02:00
Tristan B. Kildaire
1c9168a6b8 PROTOCOL UPDATE
Type: NotificationMessage
Sub-type: Channel

Channel changes from 1->0

Direct messages are meant to be 1
2021-01-28 15:39:35 +02:00
Tristan B. Kildaire
32b3ca7661 Added missing sub-type to "New message" notification type 2021-01-28 15:21:23 +02:00
Tristan B. Kildaire
fe2aef4c41 Fixed compilation issues 2021-01-28 14:52:36 +02:00
Tristan B. Kildaire
a00acaa35e Later work on multiple sessions 2021-01-28 11:14:37 +02:00
Tristan B. Kildaire
c7a4cfbadd Added TODO 2021-01-27 22:26:56 +02:00
Tristan B. Kildaire
e10cf7bc23 Upgraded 2021-01-27 21:30:38 +02:00
Tristan B. Kildaire
164eee4f3f Code cleanup 2020-12-22 00:54:28 +02:00
Tristan B. Kildaire
dc6efc50b7 Print out config on startup 2020-12-20 23:48:52 +02:00
Tristan B. Kildaire
ce05d226ba Removed uneeded configuration key 2020-12-20 23:03:01 +02:00
Tristan B. Kildaire
d860170429 Removed unused constructor 2020-12-20 22:04:59 +02:00
Tristan B. Kildaire
a83f55cc49 Removed unecessary config keys 2020-12-20 19:43:59 +02:00
Tristan B. Kildaire
bee016f521 Parse new listener blocks 2020-12-20 19:36:53 +02:00
Tristan B. Kildaire
eee69dcbac Code cleanup 2020-12-20 18:15:02 +02:00
Tristan B. Kildaire
0da2a73226 Added missing bind() call to DListener 2020-12-20 18:12:11 +02:00
Tristan B. Kildaire
917402e974 The dserver now starts all constructed listeners 2020-12-20 17:47:15 +02:00
Tristan B. Kildaire
9e3da7d09f Removed sockets from dserver.d, sockets are now per each DListener 2020-12-20 17:44:22 +02:00
Tristan B. Kildaire
40cb881816 Code cleanliness 2020-12-20 17:42:23 +02:00
Tristan B. Kildaire
aec29f0fd1 Added method, construcListeners(), to instantiate listeners 2020-12-20 17:39:56 +02:00
Tristan B. Kildaire
b9513bae96 Merge branch 'listeners' into multiple_listeners 2020-12-20 17:22:18 +02:00
Tristan B. Kildaire
04ee591936 Return all addresses requested to bind to 2020-12-20 17:20:46 +02:00
Tristan B. Kildaire
325b37c5da ya 2020-12-04 19:11:41 +02:00
Tristan B. Kildaire
f1ab9271dd Use fixed tristanable 2020-12-04 19:09:36 +02:00
Tristan B. Kildaire
66be270b61 Use bformat 3.1.0 2020-12-04 19:07:33 +02:00
Tristan B. Kildaire
1826276262 New bformat fucks up 2020-12-04 18:52:21 +02:00
Tristan B. Kildaire
f77a61d96a Upgraded to new bformat 2020-12-04 18:40:44 +02:00
Tristan B. Kildaire
d1e1297a26 Handle error 2020-12-04 14:11:55 +02:00
Tristan B. Kildaire
cc95b8e2e9 Add listener array to server 2020-11-03 10:56:58 +02:00
Tristan B. Kildaire
727d42fa67 Added debug print for the address the listener's socket is bound to 2020-11-03 10:41:32 +02:00
Tristan B. Kildaire
2badd2d302 Now accepts incoming connections, adds them to the global queue and starts the handler for the new connection 2020-11-03 10:39:56 +02:00
Tristan B. Kildaire
616d063516 Add server instance 2020-11-03 10:37:49 +02:00
Tristan B. Kildaire
878a59920b Fixed compilation errors 2020-11-03 10:36:28 +02:00
Tristan B. Kildaire
41d758c46a Added dlistener.d 2020-11-03 10:34:58 +02:00
Tristan B. Kildaire
a246ef1d73 WIP: Plugin system 2020-11-03 10:25:44 +02:00
Tristan B. Kildaire
6a679613cc Removed uneeded variable 2020-10-30 19:46:07 +02:00
Tristan B. Kildaire
10da3b093d Using gogga for debug prints in dchannel 2020-10-30 19:27:19 +02:00
Tristan B. Kildaire
7a41d66490 Removed completed TODO 2020-10-29 11:36:15 +02:00
Tristan B. Kildaire
4d7c2da911 Actually upgraded 2020-10-29 11:35:12 +02:00
Tristan B. Kildaire
c8ce9d264d Upgraded to gogga v0.0.2 2020-10-29 11:33:26 +02:00
Tristan B. Kildaire
61faff4d1d Fixed compilation issues 2020-10-29 11:26:52 +02:00
Tristan B. Kildaire
1466820ee1 dconnection now uses gprintln 2020-10-29 11:26:07 +02:00
Tristan B. Kildaire
170511a934 dserver now uses gprintln 2020-10-29 11:24:12 +02:00
Tristan B. Kildaire
123f1ea8b8 app.d now uses gprintln 2020-10-29 11:23:25 +02:00
Tristan B. Kildaire
39bd426714 Added gogga dependancy 2020-10-29 11:21:44 +02:00
Tristan B. Kildaire
4e3410c394 Changed 2020-10-29 11:20:54 +02:00
Tristan B. Kildaire
e1848d9b89 Why the fuck would I do it like that 2020-10-26 13:32:33 +02:00
Tristan B. Kildaire
c560d9d4d9 Added TODO 2020-10-26 10:22:44 +02:00
Tristan B. Kildaire
494acab21c Fixed encoding error with GET_USER_PROPS command 2020-10-21 09:02:11 +02:00