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

93 Commits

Author SHA1 Message Date
Tristan B. Kildaire
4cd2528ca9 remove inbound server links when the connection breaks 2021-01-30 16:57:19 +02:00
Tristan B. Kildaire
6e75f84ba5 Cleaned up 2021-01-30 16:39:47 +02:00
Tristan B. Kildaire
1e3ca829fb Refactored 2021-01-30 16:27:41 +02:00
Tristan B. Kildaire
998f8060bf That should make linking work now 2021-01-30 14:27:31 +02:00
Tristan B. Kildaire
972023d2f3 WIP: Linking 2021-01-30 14:17:01 +02:00
Tristan B. Kildaire
3d8e2cc522 Print out name of incoming server link request 2021-01-30 13:53:57 +02:00
Tristan B. Kildaire
df0a9ec0e7 Type corrected 2021-01-30 13:44:15 +02:00
Tristan B. Kildaire
49229547b1 Send back [nameLen, name] 2021-01-30 13:00:13 +02:00
Tristan B. Kildaire
67088afaa2 Fixed out of range error 2021-01-30 12:56:41 +02:00
Tristan B. Kildaire
85c86ad3ba Use new tristanable methods 2021-01-30 12:20:32 +02:00
Tristan B. Kildaire
b5f6cec7b2 Added TODO 2021-01-30 12:06:53 +02:00
Tristan B. Kildaire
fa15d5cb08 Restructured configuration sub-system 2021-01-29 16:44:31 +02:00
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
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
6a679613cc Removed uneeded variable 2020-10-30 19:46:07 +02:00
Tristan B. Kildaire
7a41d66490 Removed completed TODO 2020-10-29 11:36:15 +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
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
Tristan B. Kildaire
7e18e8e6fc My fok marelize 2020-10-20 23:16:50 +02:00
Tristan B. Kildaire
04e12941fb Implemented setproperty 2020-10-20 11:24:19 +02:00
Tristan B. Kildaire
70549b8fdb Implemented setProperty on the server 2020-10-20 10:45:17 +02:00
Tristan B. Kildaire
3be0a028c6 Added mutex to deleteProperty 2020-10-20 10:01:38 +02:00
Tristan B. Kildaire
1694634e3c Added mutex to getProperties 2020-10-20 10:01:13 +02:00
Tristan B. Kildaire
8a7480e356 Added mutex for properties to isProperty and getProperty 2020-10-20 09:57:50 +02:00
Tristan B. Kildaire
3f3bf6071e Initialize properties lock 2020-10-20 09:55:55 +02:00
Tristan B. Kildaire
4af556a8c6 Added server functions for isProperty and getProperty for users 2020-10-20 09:54:42 +02:00
Tristan B. Kildaire
3970a35cd0 Fixed command check
Added missing enums
2020-10-20 09:29:02 +02:00
Tristan B. Kildaire
d0dbb51eef Added isProperty(string) method 2020-10-20 09:26:32 +02:00
Tristan B. Kildaire
94f8922b4f Implemented command GET_USER_PROPS 2020-10-20 09:08:25 +02:00
Tristan B. Kildaire
287d0c6ceb Implemented all property functions. 2020-10-20 08:23:47 +02:00
Tristan B. Kildaire
e39f965b17 Added all needed stub methods for user properties 2020-10-20 08:22:13 +02:00
Tristan B. Kildaire
f20a02635e Added neew properties system. 2020-10-20 08:17:48 +02:00
Tristan B. Kildaire
759d1623a1 Added default status 2020-10-20 07:57:21 +02:00
Tristan B. Kildaire
8ee4fdf3b5 Implemented memberinfo command 2020-10-15 14:07:01 +02:00
Tristan B. Kildaire
9285d52897 Added TODO for CHAN_PROP and SET_PROP to be implemented. 2020-10-15 11:28:12 +02:00
Tristan B. Kildaire
ae64574d3e Implemented checking for SET_PROP and CHAN_PROP commands 2020-10-15 11:27:25 +02:00
Tristan B. Kildaire
7031d6f538 Cleaned up, added new command enums 2020-10-15 11:26:57 +02:00
Tristan B. Kildaire
1e51b33195 Cleaned up 2020-10-15 11:23:59 +02:00
Tristan B. Kildaire
9c391d2517 Implemented 'status' message. 2020-10-14 23:19:40 +02:00
Tristan B. Kildaire
a0d8ea8596 Added two commands TO BE implemented in the near future. 2020-10-14 18:48:23 +02:00
Tristan B. Kildaire
af3a36512a Removed uneeded cast 2020-10-05 19:38:01 +02:00