1
0
Fork 0
tinmop/src
cage c5ccfa2d26 - [gemini] omitted default port when building URI. 2021-04-24 16:12:14 +02:00
..
gemini - [gemini] omitted default port when building URI. 2021-04-24 16:12:14 +02:00
tests - trimmed square brackets from ip literal when parsing an IRI. 2021-04-16 14:15:41 +02:00
api-client.lisp - fixed crash when starting the program without a configuration file. 2021-02-20 18:28:49 +01:00
api-pleroma-entities.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
api-pleroma.lisp - fixed chat api; 2021-03-14 13:26:06 +01:00
box.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
bs-tree.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
chats-list-window.lisp - discouraged use of slot 'rows' for 'row-oriented-widget', used API instead. 2021-04-08 15:13:31 +02:00
command-line.lisp - Added a command line switch to load a module. 2020-12-31 15:36:10 +01:00
command-window.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
complete-window.lisp - changed ':draw-border' to ':border' to track the new croatoan API. 2021-02-19 17:38:39 +01:00
complete.lisp - fixed crash when 'contains-clsr' is called 2021-04-03 11:14:58 +02:00
conditions.lisp - [gemini] rewritten gemini-viewer:request using gemini-client:request-dispatch machinery; 2021-02-07 13:50:52 +01:00
config.lisp.in - [gemini] starting using certificates; 2020-10-11 18:22:07 +02:00
config.lisp.in.in - [gemini] starting using certificates; 2020-10-11 18:22:07 +02:00
constants.lisp - [gemini] starting using certificates; 2020-10-11 18:22:07 +02:00
conversations-window.lisp - discouraged use of slot 'rows' for 'row-oriented-widget', used API instead. 2021-04-08 15:13:31 +02:00
crypto-utils.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
date-formatter.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
db-utils.lisp - changed db-nil-p 2021-01-23 15:40:51 +01:00
db.lisp - fixed test for deciding if a pair timeline/folder must be renumbered. 2021-03-21 14:36:47 +01:00
emoji-shortcodes.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
filesystem-utils.lisp - used 'mkstemps' intead of 'mkstemp' as the latter does not supports 2021-04-23 21:25:28 +02:00
follow-requests.lisp -[gemtext] added metadata to header lines; 2021-04-13 17:02:30 +02:00
gemini-client-certificates-window.lisp - discouraged use of slot 'rows' for 'row-oriented-widget', used API instead. 2021-04-08 15:13:31 +02:00
gemini-subscription-window.lisp - discouraged use of slot 'rows' for 'row-oriented-widget', used API instead. 2021-04-08 15:13:31 +02:00
gemini-viewer-metadata.lisp -[gemini] added urls to history if document is loaded from cached content too. 2021-01-03 11:28:54 +01:00
gemini-viewer.lisp - [gemini] ensured tail call when downloading a non-text file. 2021-04-10 19:15:06 +02:00
hooks.lisp - rewritten rendering of text in message window 2021-04-10 13:52:56 +02:00
html-utils.lisp - [gemini] added feature: loading local gemini files from command line (switch: '-o'). 2021-03-27 09:19:13 +01:00
idn.lisp - removed dependency from libidn2 2021-01-31 13:08:34 +01:00
interfaces.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
iri-parser.lisp - fixed 'make-gemini-iri', was building wrong IRI with ipv6 address as host. 2021-04-16 14:44:22 +02:00
keybindings-window.lisp - changed ':draw-border' to ':border' to track the new croatoan API. 2021-02-19 17:38:39 +01:00
keybindings.lisp - shown a message when user's searching for commands retuns no results. 2021-01-17 20:37:26 +01:00
line-oriented-window.lisp - [gemini] added feature to toggle preformatted block on/off; 2021-04-11 15:19:45 +02:00
main-window.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
main.lisp - exit from the program, without launching the debugger, when the 2021-04-10 21:14:20 +02:00
message-rendering-utils.lisp - discouraged use of slot 'rows' for 'row-oriented-widget', used API instead. 2021-04-08 15:13:31 +02:00
message-window.lisp - fixed end position for 'visible-rows' 2021-04-21 16:36:45 +02:00
misc-utils.lisp - [gemini] started coloring preformatted block. 2021-04-05 12:01:30 +02:00
modeline-window.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
modules.lisp - added missing call to format. 2020-12-28 15:21:53 +01:00
mtree-utils.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
notify-window.lisp - changed ':draw-border' to ':border' to track the new croatoan API. 2021-02-19 17:38:39 +01:00
num-utils.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
open-attach-window.lisp - fixed RE in 'open-attach-window:get-extension'; 2021-04-10 14:42:16 +02:00
open-message-link-window.lisp - discouraged use of slot 'rows' for 'row-oriented-widget', used API instead. 2021-04-08 15:13:31 +02:00
os-utils.lisp - [gemini] allowed exploring directory using relative path; 2021-03-28 14:33:56 +02:00
package.lisp - optimized module 'rewrite-message-urls.lisp'. 2021-04-21 16:29:50 +02:00
point-tracker.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
priority-queue.lisp - removed debug code. 2020-10-06 20:17:30 +02:00
program-events.lisp - rewritten rendering of text in message window 2021-04-10 13:52:56 +02:00
queue.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
rb-tree.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
resources-utils.lisp - create an empty config file if the user did not provided oopne, instread of printing an error and exit. 2021-01-13 17:28:23 +01:00
scheduled-events.lisp - added scheduling of purging of old gemlog's posts; 2021-01-11 19:36:43 +01:00
sending-message.lisp - discouraged use of slot 'rows' for 'row-oriented-widget', used API instead. 2021-04-08 15:13:31 +02:00
software-configuration.lisp - fixed RE in 'open-attach-window:get-extension'; 2021-04-10 14:42:16 +02:00
specials.lisp - [gemini] added a draft for gemlog subscriptions. 2021-01-09 16:27:40 +01:00
stack.lisp - fixed 'stack-raise-to-top' 2020-09-19 19:13:45 +02:00
suggestions-window.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
tags-window.lisp - discouraged use of slot 'rows' for 'row-oriented-widget', used API instead. 2021-04-08 15:13:31 +02:00
text-utils.lisp - quote meta characters when matching for RE, searching for a common prefix from a bag of strings. 2021-04-16 18:34:27 +02:00
thread-window.lisp - rewritten rendering of text in message window 2021-04-10 13:52:56 +02:00
tui-utils.lisp - added 'remove-corrupting-utf8-chars' to clean up rendered text from trouble characters. 2021-04-13 18:32:48 +02:00
ui-goodies.lisp - [gemini] added feature to toggle preformatted block on/off; 2021-04-11 15:19:45 +02:00
uri-parser.lisp - fixed, again fs:dirp; 2021-04-01 20:33:29 +02:00
windows.lisp - changed ':draw-border' to ':border' to track the new croatoan API. 2021-02-19 17:38:39 +01:00
x509-ffi.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
x509.lisp - fixed segmentation fault whit FFI code (x509 certificate dump). 2020-12-09 10:44:04 +01:00