summaryrefslogtreecommitdiffstats
path: root/server.go
AgeCommit message (Expand)Author
2024-04-20gofumpt lint and misc cleanup (#1682)David Pedersen
2023-09-08Add `query` server command to expose internal state (#1384)Joe Lim
2022-10-16Fix Staticcheck errors & minor logic simplification (#967)Ilya Grigoriev
2022-02-06add command line option for log fileGokcehan
2022-01-26set file permissions at creationGokcehan
2022-01-22fix permissions of socket and log filesGokcehan
2021-06-13show remote error when client id does not existsGokcehan
2021-05-21echo logged server errors back to client as wellGokcehan
2021-05-19add server quit command to quit without clientsGokcehan
2021-05-19rename server quit command to quit!Gokcehan
2021-05-19drop client connections on quitGokcehan
2021-05-19use a local file instead of server load and saveGokcehan
2020-12-27Guarantee preview/previewClear ordering (#537)neeshy
2019-08-12fix ineffective breaks, remove unused parameters (#210)Daniel Martí
2018-07-22add 'quit' command to server protocolGokcehan
2018-05-20cleanupGokcehan
2018-03-22cleanupGokcehan
2017-11-19cleanupGokcehan
2017-07-24use newlines in communication protocolGokcehan
2017-07-23use tcp sockets on windowsGokcehan
2016-11-06use single line strings for file list save and loadGokcehan
2016-11-06implement a send command for remove commandsGokcehan
2016-10-30implement remote ping commandGokcehan
2016-08-13initial commitGokcehan