1
0
Fork 0
tinmop/src
cage 6c590dbf1a - fixed welcomebot and moved to a new directory "scripts";
Also export some symbols that this script uses, from others packages.
2020-12-28 12:12:23 +01:00
..
gemini - [gemini] percent encoding path query and fragment before perfoming the request. 2020-12-25 18:24:12 +01:00
tests - fixed IRI and URI parser; 2020-12-25 18:23:32 +01:00
api-client.lisp - improved following/unfollowing users 2020-12-21 12:11:15 +01:00
api-pleroma-entities.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
api-pleroma.lisp - removed nethod to delete notifications using old API 2020-09-27 18:19:26 +02: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 - removed nethod to delete notifications using old API 2020-09-27 18:19:26 +02:00
command-window.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
complete-window.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
complete.lisp - changed 'uri' to 'iri' where does makes sense to me. 2020-12-17 13:56:07 +01:00
conditions.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02: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 GPL comment headers. 2020-09-06 11:32:08 +02:00
db.lisp - fixed false positive for new message on subscribed tags. 2020-12-26 20:11:40 +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-viewer-metadata.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
gemini-viewer.lisp - fixed IRI and URI parser; 2020-12-25 18:23:32 +01:00
grovel-idn.lisp - removed warning for missing constants in grovel file. 2020-12-25 20:32:31 +01:00
hooks.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
html-utils.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
idn.lisp - added minimal wrapping of libidn2; 2020-12-12 14:49:31 +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 GPL comment headers. 2020-09-06 11:32:08 +02:00
keybindings.lisp - [gemini] implemented a draft of a client authentication (via TLS certificates). 2020-10-23 20:57:17 +02:00
line-oriented-window.lisp - added searching in command's help. 2020-10-03 21:08:55 +02:00
main-window.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
main.lisp - basics chats works. 2020-09-06 17:28:16 +02:00
message-rendering-utils.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
message-window.lisp - fixed keymap of messages window when switching focus or opening a toot. 2020-10-02 18:26:59 +02:00
misc-utils.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
modeline-window.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
modules.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
mtree-utils.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
notify-window.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
num-utils.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
open-attach-window.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
open-message-link-window.lisp - [gemini] fixed bug that prevented visit the same link more than once. 2020-12-21 14:35:59 +01:00
os-utils.lisp - [gemini] implemented a draft of a client authentication (via TLS certificates). 2020-10-23 20:57:17 +02:00
package.lisp - fixed welcomebot and moved to a new directory "scripts"; 2020-12-28 12:12:23 +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 - fixed swappend functions (unfollow -> follow). 2020-12-21 14:59:30 +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 - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
scheduled-events.lisp - changed position and (configurable) colors for chat window; 2020-09-09 21:13:57 +02:00
sending-message.lisp - Added optional mentions before sending a message. 2020-09-18 16:32:04 +02:00
software-configuration.lisp - [gemini] implemented a draft of a client authentication (via TLS certificates). 2020-10-23 20:57:17 +02:00
specials.lisp - [gemini] implemented a draft of a client authentication (via TLS certificates). 2020-10-23 20:57:17 +02: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 - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
text-utils.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
thread-window.lisp - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
tui-utils.lisp - [gemini] implemented a draft of a client authentication (via TLS certificates). 2020-10-23 20:57:17 +02:00
ui-goodies.lisp - added a module to share a gemini page on pleroma. 2020-12-27 14:51:59 +01:00
uri-parser.lisp - fixed IRI and URI parser; 2020-12-25 18:23:32 +01:00
windows.lisp - changed position and (configurable) colors for chat window; 2020-09-09 21:13:57 +02: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