Commit Graph

24 Commits

Author SHA1 Message Date
Tristan B. Kildaire 61e09c7602 Working handler to handler 2020-04-30 15:55:40 +02:00
Tristan B. Kildaire 69a399b928 WIP: Class being initted again 2020-04-30 14:25:12 +02:00
Tristan B. Kildaire 8dafb94a37 WIP: Implementing sendHandler 2020-04-30 13:30:03 +02:00
Tristan B. Kildaire 5d469cbb29 Make 'sendClients' use same response format as 'sendServers' 2020-04-30 10:20:09 +02:00
Tristan B. Kildaire 45d1857601 Server to server working 2020-04-29 18:49:39 +02:00
Tristan B. Kildaire a86dbfe356 WIP: Server-to-server communication 2020-04-29 15:40:55 +02:00
Tristan B. Kildaire d3600d171a WIP: 'admin' field in server.conf. Changed to 'dprint' and message in app.d. WIP: 'sendServers' 2020-04-29 13:55:38 +02:00
Tristan B. Kildaire ff8c10fd5c Constructed response message 2020-04-28 22:41:14 +02:00
Tristan B. Kildaire 49e4317867 WIP: Handler abstraction 2020-04-28 18:19:27 +02:00
Tristan B. Kildaire f802566b76 Bug fix: DOn't let SocketOSException stop whole handler response execution 2020-04-28 17:44:28 +02:00
Tristan B. Kildaire 543a6168ed Added error handling for receiving case and also when the socket has been closed 2020-04-27 22:19:14 +02:00
Tristan B. Kildaire ca9ac3d82d Return 'false' on socket receive error. Added TODOs to implement this check 2020-04-27 17:04:10 +02:00
Tristan B. Kildaire d9feba805f WIP: Message handlers responses being sent 2020-04-27 15:18:53 +02:00
Tristan B. Kildaire cbd6c23db8 Fixed indentation in response.d 2020-04-27 13:00:16 +02:00
Tristan B. Kildaire 829b777c19 Inherit from BesterException 2020-04-26 22:16:07 +02:00
Tristan B. Kildaire b56e989460 Retieve matched users for 'SEND_CLIENTS' command 2020-04-25 22:33:35 +02:00
Tristan B. Kildaire 7b4a3369b4 WIP 2020-04-25 18:58:32 +02:00
Tristan B. Kildaire 1428249568 Set classes that should not be inherited from to final 2020-04-24 19:19:53 +02:00
Tristan B. Kildaire e8d89bf94a Fixed runtime error 2020-04-24 19:12:26 +02:00
Tristan B. Kildaire ac92b9bb76 Fixed compilation error 2020-04-24 19:10:57 +02:00
Tristan B. Kildaire d48ecbc4fe WIP 2020-04-24 18:55:19 +02:00
Tristan B. Kildaire 646662319e Added error checking for message response handling and executor for executing the commands 2020-04-24 18:41:25 +02:00
Tristan B. Kildaire 1cecddc235 Abstracted Handler's message response into its own type 2020-04-24 18:30:02 +02:00
Tristan B. Kildaire 15e241b49a WIP: Message-handler response abstraction 2020-04-24 17:56:57 +02:00