1
0
Fork 0
tinmop/src
cage 8230056152 - [gemini] made fetching of favicon opt-in
by default tinmop  will not fetch favicon.txt  anymore, this feature
  must be enabled by user using a configuration directive.
2021-02-21 12:23:01 +01:00
..
gemini - [gemini] removed useless 'unwind-protect' (and simplified code) from 'gemini-client:request'. 2021-02-09 20:15:57 +01:00
tests - removed dependency from libidn2 2021-01-31 13:08:34 +01: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 - added version 2 of get chat list endpoint. 2021-02-19 16:34:38 +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 - fixed chat list windows items. 2020-09-10 20:21:07 +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 - [gemini] complete URL on command line matching substring in any position, not only at the start of the URL. 2021-02-10 20:34:08 +01: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 - changed position and (configurable) colors for chat window; 2020-09-09 21:13:57 +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 - added hook '*after-saving-message*. 2021-02-06 12:29:31 +01:00
emoji-shortcodes.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
filesystem-utils.lisp - added exit handler to clean temporary files. 2020-09-12 11:16:15 +02:00
follow-requests.lisp - exposed to the UI 'refresh-chats'; 2020-12-08 11:31:21 +01:00
gemini-client-certificates-window.lisp - [gemini] implemented a draft of a client authentication (via TLS certificates). 2020-10-23 20:57:17 +02:00
gemini-subscription-window.lisp - [gemini] fixed purging and refreshing posts from subscribed gemlog 2021-01-18 20:16:47 +01: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] made fetching of favicon opt-in 2021-02-21 12:23:01 +01:00
hooks.lisp - added hook '*after-saving-message*. 2021-02-06 12:29:31 +01:00
html-utils.lisp - [gemini] 2021-01-08 18:21:43 +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 IRI and URI parser; 2020-12-25 18:23:32 +01: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] 2021-01-10 11:35:28 +01:00
main-window.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
main.lisp - added some more tests for checking missing values from configuration files. 2021-01-16 13:17:15 +01:00
message-rendering-utils.lisp - added feature to allow users ro configure symbols rendered for each toot visibility level in main window. 2021-01-24 16:15:42 +01:00
message-window.lisp - [gemini] added a command to refresh a page; 2020-12-29 12:36:22 +01:00
misc-utils.lisp - improved a bit rendering of text in message window. 2021-02-18 19:43:27 +01: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 - allowed users (via caonfiguration directive) to use (or not) cache when opening a link with a custom program. 2021-02-13 12:37:37 +01:00
open-message-link-window.lisp - added configuration directive to use a specific program to open a 2021-02-10 17:43:40 +01:00
os-utils.lisp - respected arguments of a program when opening a link. 2021-02-10 18:02:06 +01:00
package.lisp - [gemini] made fetching of favicon opt-in 2021-02-21 12:23:01 +01: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 - prevented crash when sending message to command did not worked. 2021-02-02 20:44:18 +01: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 - Added optional mentions before sending a message. 2020-09-18 16:32:04 +02:00
software-configuration.lisp - [gemini] made fetching of favicon opt-in 2021-02-21 12:23:01 +01: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 - prevented crash truncating the scaled width of tags window. 2021-01-24 14:53:43 +01:00
text-utils.lisp - made 'text-utils:strim-blanks' returns nil and not "NIL" when input is null; 2021-01-24 12:20:18 +01:00
thread-window.lisp - changed db-nil-p 2021-01-23 15:40:51 +01:00
tui-utils.lisp - fixed append. 2021-02-18 20:03:34 +01:00
ui-goodies.lisp - [gemini] fixed canceling subscription to gemlogs. 2021-01-28 16:14:00 +01:00
uri-parser.lisp - fixed IRI and URI parser; 2020-12-25 18:23:32 +01: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