1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2024-12-21 23:43:54 +01:00
tinmop/src
2024-06-29 14:55:35 +02:00
..
gemini - removed uri-parser 2024-06-29 14:22:05 +02:00
gopher - prefixed all parsing rule for tour parsing to avoid clash with other rules in the code. 2024-06-19 17:50:37 +02:00
gui - removed uri-parser 2024-06-29 14:22:05 +02:00
kami - added password protected TLS key, for kami protocol. 2024-02-17 14:19:37 +01:00
tests - removed uri-parser 2024-06-29 14:22:05 +02:00
2d-utils.lisp - changed brief description of the program. 2023-10-19 17:49:54 +02:00
api-client.lisp - optimized status editing. 2024-06-28 15:02:17 +02:00
api-pleroma-entities.lisp - changed brief description of the program. 2023-10-19 17:49:54 +02:00
api-pleroma.lisp - changed brief description of the program. 2023-10-19 17:49:54 +02:00
box.lisp - changed brief description of the program. 2023-10-19 17:49:54 +02:00
bs-tree.lisp - changed brief description of the program. 2023-10-19 17:49:54 +02:00
chats-list-window.lisp - changed brief description of the program. 2023-10-19 17:49:54 +02:00
command-line.lisp - added short command line option to specify fediverse account (-F). 2024-04-06 11:16:22 +02:00
command-window.lisp - used a keyword as the value that signals that a command has been cancleled instrad of 'nil'. 2024-03-01 18:43:17 +01:00
complete-window.lisp - changed brief description of the program. 2023-10-19 17:49:54 +02:00
complete.lisp - removed uri-parser 2024-06-29 14:22:05 +02:00
conditions.lisp - changed brief description of the program. 2023-10-19 17:49:54 +02:00
config.lisp.in.in - implemented titan protocol; 2023-07-07 14:45:05 +02:00
constants.lisp - changed constant's name. 2024-06-29 13:59:59 +02:00
conversations-window.lisp - changed brief description of the program. 2023-10-19 17:49:54 +02:00
crypto-utils.lisp - changed brief description of the program. 2023-10-19 17:49:54 +02:00
date-formatter.lisp - fixed missing/wrong production rules symbols for date-formatter and keybindings. 2024-06-21 17:50:29 +02:00
db-utils.lisp - [fediverse] added command for posts local search. 2024-06-15 13:57:50 +02:00
db.lisp - ensured the colmuns are correctly quoted when performing local search. 2024-06-15 17:24:44 +02:00
emoji-matcher.lisp - fixed 'starting-emoji'. 2023-06-04 15:31:56 +02:00
emoji-shortcodes.lisp - changed brief description of the program. 2023-10-19 17:49:54 +02:00
fediverse-post-local-search.lisp - prefixed all parsing rule for gempub metadata with 'gempub-' to avoid clash with other rules in the code. 2024-06-19 15:42:10 +02:00
filesystem-tree-window.lisp - changed brief description of the program. 2023-10-19 17:49:54 +02:00
filesystem-utils.lisp - fixed error with foreign memory when calling FFI 'realpath'. 2024-06-01 17:24:33 +02:00
follow-requests.lisp - changed brief description of the program. 2023-10-19 17:49:54 +02:00
gemini-client-certificates-window.lisp - changed brief description of the program. 2023-10-19 17:49:54 +02:00
gemini-page-toc.lisp - changed brief description of the program. 2023-10-19 17:49:54 +02:00
gemini-subscription-window.lisp - changed brief description of the program. 2023-10-19 17:49:54 +02:00
gemini-viewer-metadata.lisp - changed brief description of the program. 2023-10-19 17:49:54 +02:00
gemini-viewer.lisp - removed uri-parser 2024-06-29 14:22:05 +02:00
gempub.lisp - prefixed all parsing rule for gempub metadata with 'gempub-' to avoid clash with other rules in the code. 2024-06-19 15:42:10 +02:00
gopher-window.lisp - allowed empty lines in a gopher map (thanks op!). 2024-02-19 20:49:20 +01:00
hooks.lisp - updated NEWS; 2024-04-11 15:25:48 +02:00
html-utils.lisp - removed uri-parser 2024-06-29 14:22:05 +02:00
idn.lisp
interfaces.lisp - changed brief description of the program. 2023-10-19 17:49:54 +02:00
iri-parser.lisp - removed uri-parser 2024-06-29 14:22:05 +02:00
json-rpc2.lisp - [GUI] added commands to show page's source. 2024-04-19 19:57:53 +02:00
keybindings-window.lisp - changed brief description of the program. 2023-10-19 17:49:54 +02:00
keybindings.lisp - fixed missing/wrong production rules symbols for date-formatter and keybindings. 2024-06-21 17:50:29 +02:00
line-oriented-window.lisp - [TUI] refactored quitting dialog test code in a function. 2024-03-02 16:23:05 +01:00
main-window.lisp - changed brief description of the program. 2023-10-19 17:49:54 +02:00
main.lisp - actually created empty configuration file when not already found, on program starting. 2024-04-20 16:06:31 +02:00
message-rendering-utils.lisp - added a period after sentences about polls. 2024-05-29 19:47:59 +02:00
message-window.lisp - changed brief description of the program. 2023-10-19 17:49:54 +02:00
misc-utils.lisp - fixed macro fs:do-directory; 2024-04-21 18:49:55 +02:00
modeline-window.lisp - fixed parsing rule names. 2024-06-19 17:51:50 +02:00
modules.lisp - changed brief description of the program. 2023-10-19 17:49:54 +02:00
mtree-utils.lisp - changed brief description of the program. 2023-10-19 17:49:54 +02:00
notify-window.lisp - prevented crash because of trying to close and already closed notify-window. 2024-05-16 14:17:20 +02:00
num-utils.lisp - changed brief description of the program. 2023-10-19 17:49:54 +02:00
open-attach-window.lisp - [TUI] added command to download a message's attachment ignoring the cached value (if such entry in the cache exists). 2024-02-28 20:23:11 +01:00
open-message-link-window.lisp - removed uri-parser 2024-06-29 14:22:05 +02:00
os-utils.lisp - removed dependency on osicat. 2024-04-21 15:16:46 +02:00
package.lisp - removed uri-parser 2024-06-29 14:22:05 +02:00
point-tracker.lisp - changed brief description of the program. 2023-10-19 17:49:54 +02:00
priority-queue.lisp - changed brief description of the program. 2023-10-19 17:49:54 +02:00
program-events.lisp - [fediverse] save reblogged status, if any, when fetching a status from the server. 2024-06-29 14:55:35 +02:00
queue.lisp - changed brief description of the program. 2023-10-19 17:49:54 +02:00
rb-tree.lisp - changed brief description of the program. 2023-10-19 17:49:54 +02:00
resources-utils.lisp - [TUI] added a check for configuration file to ensure equal number of usernames and server name are specified. 2024-03-17 14:11:42 +01:00
scheduled-events.lisp - [fediverse] scheduled checking for instance's announcement on boot. 2024-05-24 14:37:42 +02:00
sending-message.lisp - made space to accomodate list of attachements in sending post window. 2023-11-14 23:06:44 +01:00
software-configuration.lisp - prefixed all parsing rule for software configuration to avoid clashes with other rules in the code. 2024-06-29 14:34:34 +02:00
specials.lisp - changed brief description of the program. 2023-10-19 17:49:54 +02:00
stack.lisp - changed brief description of the program. 2023-10-19 17:49:54 +02:00
suggestions-window.lisp - changed brief description of the program. 2023-10-19 17:49:54 +02:00
tags-window.lisp - changed brief description of the program. 2023-10-19 17:49:54 +02:00
text-utils.lisp - added link to the search results page that leads to the matching posts. 2024-05-11 12:45:02 +02:00
thread-window.lisp - updated NEWS; 2024-04-11 15:25:48 +02:00
tour-mode-parser.lisp - prefixed all parsing rule for tour parsing to avoid clash with other rules in the code. 2024-06-19 17:50:37 +02:00
tui-utils.lisp - fixed test for conditional macro call. 2023-12-07 17:31:33 +01:00
ui-goodies.lisp - removed uri-parser 2024-06-29 14:22:05 +02:00
windows.lisp - refactored function to find or remove window's children. 2024-05-23 15:45:59 +02:00
x509-ffi.lisp - changed brief description of the program. 2023-10-19 17:49:54 +02:00
x509.lisp - added a dummy gemini server for debugging purposes. 2024-02-10 14:36:01 +01:00
zip-info.lisp - changed brief description of the program. 2023-10-19 17:49:54 +02:00