1
0
Fork 0
Commit Graph

27 Commits

Author SHA1 Message Date
cage b8f49eb66b - added password protected TLS key, for kami protocol. 2024-02-17 14:19:37 +01:00
cage 07d9c4aea9 - [GUI] added a button to give a visual hint that a the client provided the server a TLS certificate. 2024-02-15 16:15:18 +01:00
cage 8e5c2bb91a - [kami] removed setf' of global variables. 2022-04-22 10:08:00 +02:00
cage b54601ff48 - preventd program to hang when a file is created or deleted using
kami.

  When a file  was created and deleted and the  kami window was closed
  the program stopped responding if the  user tried to open a new kami
  address.
2022-04-15 12:40:22 +02:00
cage 6be8fac680 - [kami] ensured 'collect-tree' returns both values: files and directories. 2022-02-19 14:13:03 +01:00
cage 39ffbee1a6 - prevented reusing an already clunked fid when uploading a file. 2022-02-19 13:37:22 +01:00
cage dce7598989 - [kami] prevented a crash (and a fid leak) when creating new files or directories. 2022-02-18 19:20:47 +01:00
cage 970d222c4d - [kami] fixed mirror uploading. 2022-02-16 17:40:22 +01:00
cage fbd59ea015 - [kami] made an effort to replicate the permissions when downloading a file. 2022-02-13 16:12:16 +01:00
cage 560e01e09e - [kami] made an effort to replicate the permissions when uploading a file. 2022-02-13 14:54:16 +01:00
cage daee794759 - changed variable name. 2022-02-05 14:28:54 +01:00
cage 321eede79c - [kami] optimized deletion of file system trees. 2022-02-05 14:18:24 +01:00
cage 35d784a4c6 - [kami] prevented crash when editing a file with no associated editing program;
- [kami] added e few informative messages fro the user.
2022-02-04 15:40:20 +01:00
cage 16a7d760e9 - [kami] when downloading file, strips directories from remote paths. 2022-01-28 15:56:12 +01:00
cage ddd2a2825e - [kamid] download works with wildcard (e.g. /*.lisp); 2022-01-28 15:08:49 +01:00
cage a5f437212c - [kami] fixed function's name. 2022-01-28 12:38:36 +01:00
cage a3a68a7486 - improved opening net command, gemini and also kami address can be opened. 2022-01-23 14:55:05 +01:00
cage 1cf9be1863 - added function 'fs:path-referencing-dir-p'. 2022-01-23 13:06:24 +01:00
cage 1d2d528d95 - [kami] close the connection when closing the filesystem explorer window;
- fixed a prompt and an error message.
2022-01-23 12:53:08 +01:00
cage 67090fa681 - [kami] added a window with details of teh file (permissions, size etc.). 2022-01-22 15:17:33 +01:00
cage c7132f3ccc - [kamid] using the path of the uri when mounting a filesystem. 2022-01-22 13:33:41 +01:00
cage b7af742cb0 - added 'kami-open-url'. 2022-01-15 19:05:08 +01:00
cage 38b74b782b - [kami] removed harmful 'when-let*' that was eating some directory entries. 2022-01-14 21:05:18 +01:00
cage 5ba28e1b4f - [kami] increased download buffer-size;
- [kami] actually supersede a file when uploading;
- ensured the uploaded file is seleted after uploading (filesystem
  explorer window).
2022-01-14 17:37:38 +01:00
cage a44e91322f - [kami] prevented reading entire file in memory when downloading. 2022-01-14 17:09:23 +01:00
cage b4ecbe49b0 - added a draft for a kami client. 2022-01-09 14:47:22 +01:00
cage c9d99addad - prepared code for kamid. 2022-01-02 16:52:23 +01:00