1
0
Fork 0
tinmop/src
cage 1eeed9538e - [gemini] download of non gemini documents happens in a concurrent
way (in a different thread)
- [gemini] prevent links to be appended even when user is opening a new document;
- [gemini] added a notification when download of a gemini document has terminated.
2020-07-26 13:29:24 +02:00
..
gemini - [gemini] download of non gemini documents happens in a concurrent 2020-07-26 13:29:24 +02:00
tests - gemini client works (but missing client authorization using certificates). 2020-06-22 14:03:06 +02:00
api-client.lisp - do not climb the thread (probably colud be changed by a command line switch in the future) 2020-06-12 18:10:01 +02:00
api-pleroma.lisp - moved pleroma specific API to i package :api-pleroma; 2020-06-07 11:50:36 +02:00
box.lisp - initial commit. 2020-05-08 15:45:43 +02:00
bs-tree.lisp - initial commit. 2020-05-08 15:45:43 +02:00
command-line.lisp - [gemini] made some elements of page rendering customizable 2020-07-08 18:38:17 +02:00
command-window.lisp - changed function name 'draw-keybinding-mode' to 'draw-string-mode'; 2020-05-09 21:58:12 +02:00
complete-window.lisp - initial commit. 2020-05-08 15:45:43 +02:00
complete.lisp - added command 'open-gemini-address'. 2020-06-28 12:36:59 +02:00
conditions.lisp - added a draft for gemini client. 2020-06-19 11:40:20 +02:00
config.lisp.in - initial commit. 2020-05-08 15:45:43 +02:00
constants.lisp - added opening links command when focus is on the gemini window; 2020-06-23 16:27:43 +02:00
conversations-window.lisp - forsed refresh of conversation window when change conversation's name; 2020-05-10 19:19:35 +02:00
crypto-utils.lisp - initial commit. 2020-05-08 15:45:43 +02:00
date-formatter.lisp - initial commit. 2020-05-08 15:45:43 +02:00
db-utils.lisp - initial commit. 2020-05-08 15:45:43 +02:00
db.lisp - [gemini] the parser has been modified to renders (in a separate 2020-07-26 12:07:26 +02:00
emoji-shortcodes.lisp - initial commit. 2020-05-08 15:45:43 +02:00
filesystem-utils.lisp - changed function name: 'temporary-filename' to 'temporary-file'. 2020-06-23 13:12:35 +02:00
follow-requests.lisp - initial commit. 2020-05-08 15:45:43 +02:00
gemini-viewer.lisp - [gemini] download of non gemini documents happens in a concurrent 2020-07-26 13:29:24 +02:00
hooks.lisp - added more parameters for each function that could be added to 2020-06-27 10:50:40 +02:00
html-utils.lisp - [gemini] the parser has been modified to renders (in a separate 2020-07-26 12:07:26 +02:00
interfaces.lisp - initial commit. 2020-05-08 15:45:43 +02:00
keybindings-window.lisp - initial commit. 2020-05-08 15:45:43 +02:00
keybindings.lisp - gemini client works (but missing client authorization using certificates). 2020-06-22 14:03:06 +02:00
line-oriented-window.lisp - [gemini] the parser has been modified to renders (in a separate 2020-07-26 12:07:26 +02:00
main-window.lisp - initial commit. 2020-05-08 15:45:43 +02:00
main.lisp - [gemini] made some elements of page rendering customizable 2020-07-08 18:38:17 +02:00
message-rendering-utils.lisp - do not mentions people that do not appears in the current thread. 2020-07-19 13:27:40 +02:00
message-window.lisp - [gemini] the parser has been modified to renders (in a separate 2020-07-26 12:07:26 +02:00
misc-utils.lisp - [gemini] download of non gemini documents happens in a concurrent 2020-07-26 13:29:24 +02:00
modeline-window.lisp - initial commit. 2020-05-08 15:45:43 +02:00
modules.lisp - updated manpage; 2020-05-09 13:53:09 +02:00
mtree-utils.lisp - tried to fix mentioning of non local user in reply. 2020-07-18 13:03:58 +02:00
notify-window.lisp - correctly enqueued multiple "update timeline" commands. 2020-07-06 16:11:34 +02:00
num-utils.lisp - initial commit. 2020-05-08 15:45:43 +02:00
open-attach-window.lisp - added a window to browse the links that a message contains. 2020-05-17 17:47:33 +02:00
open-message-link-window.lisp - gemini client works (but missing client authorization using certificates). 2020-06-22 14:03:06 +02:00
os-utils.lisp - initial commit. 2020-05-08 15:45:43 +02:00
package.lisp - [gemini] download of non gemini documents happens in a concurrent 2020-07-26 13:29:24 +02:00
point-tracker.lisp - initial commit. 2020-05-08 15:45:43 +02:00
priority-queue.lisp - initial commit. 2020-05-08 15:45:43 +02:00
program-events.lisp - [gemini] download of non gemini documents happens in a concurrent 2020-07-26 13:29:24 +02:00
queue.lisp - initial commit. 2020-05-08 15:45:43 +02:00
rb-tree.lisp - initial commit. 2020-05-08 15:45:43 +02:00
resources-utils.lisp - updated manpage; 2020-05-09 13:53:09 +02:00
sending-message.lisp - initial commit. 2020-05-08 15:45:43 +02:00
software-configuration.lisp - [gemini] made some elements of page rendering customizable 2020-07-08 18:38:17 +02:00
specials.lisp - added a window to browse the links that a message contains. 2020-05-17 17:47:33 +02:00
stack.lisp - gemini client works (but missing client authorization using certificates). 2020-06-22 14:03:06 +02:00
suggestions-window.lisp - initial commit. 2020-05-08 15:45:43 +02:00
tags-window.lisp - initial commit. 2020-05-08 15:45:43 +02:00
text-utils.lisp - collected gemini links too. 2020-06-23 16:50:15 +02:00
thread-window.lisp - do not climb the thread (probably colud be changed by a command line switch in the future) 2020-06-12 18:10:01 +02:00
tui-utils.lisp - [gemini] 2020-07-04 11:15:55 +02:00
ui-goodies.lisp - do not mentions people that do not appears in the current thread. 2020-07-19 13:27:40 +02:00
windows.lisp - used correct function when ignoring an account; 2020-05-16 20:01:41 +02:00
x509-ffi.lisp - gemini client works (but missing client authorization using certificates). 2020-06-22 14:03:06 +02:00
x509.lisp - gemini client works (but missing client authorization using certificates). 2020-06-22 14:03:06 +02:00