1
0
Fork 0

Commit Graph

  • 88f285e87e - logged changes. cage 2020-06-23 16:30:10 +0200
  • 8959776ae4 - added opening links command when focus is on the gemini window; - removed spaces from beginning of "about" message. cage 2020-06-23 16:27:43 +0200
  • d8ea5093f7 - removed trim in preformatted text. cage 2020-06-23 16:21:26 +0200
  • f523047e81 - logged changes. cage 2020-06-23 15:53:47 +0200
  • 28917208d6 - added a command line option to retrieve a gemini URL. cage 2020-06-23 15:51:43 +0200
  • f861d80b8c - [gemini] percent encoded query. cage 2020-06-23 15:22:28 +0200
  • adb83bf462 - logged changes. cage 2020-06-23 13:17:04 +0200
  • a69bc4f6cb - used 'notify' instead of error message. cage 2020-06-23 13:13:59 +0200
  • a683c2aecd - changed function name: 'temporary-filename' to 'temporary-file'. cage 2020-06-23 13:12:35 +0200
  • 080c954d54 - logged changes. cage 2020-06-23 11:49:20 +0200
  • cf7a19dd04 - allowed the user to bypas TOFU exception; - fixed TOFU check. cage 2020-06-23 11:47:21 +0200
  • c513429dc8 - logged changes and increased version. cage 2020-06-22 14:05:48 +0200
  • 9461c0ea70 - gemini client works (but missing client authorization using certificates). cage 2020-06-22 13:58:04 +0200
  • ffdd960673 - added a draft for gemini client. cage 2020-06-19 11:40:20 +0200
  • b38b7eac25 Merge branch 'master' into gemini-client cage 2020-06-14 17:10:50 +0200
  • ae60831b42 - prevented crash that happened when using an invalid regular expression to complete input. There was no reason to use regular expression there but valid reasons to not use them. ;) cage 2020-06-14 17:09:43 +0200
  • 24379a7420 - added a draft of a parser for gemini files. cage 2020-06-14 16:46:28 +0200
  • b5630522d7 - increased version. cage 2020-06-13 13:08:00 +0200
  • fe2500fae5 - logging changes. cage 2020-06-13 13:05:26 +0200
  • 45a56fcf11 - prevent adding duplicate entries in +table-pagination-status+ cage 2020-06-13 13:02:23 +0200
  • 0f8c0802c9 - logging changes. cage 2020-06-13 12:49:37 +0200
  • 4dc58c1a3c - preventing writing a notification window that completerd his life cycle. cage 2020-06-13 12:44:52 +0200
  • ff8813a5aa - increased version. cage 2020-06-12 18:51:35 +0200
  • a192595439 - made expanding thread command non blocking. cage 2020-06-12 18:44:22 +0200
  • de1ce6321b - logging changes. cage 2020-06-12 18:31:27 +0200
  • 387cd85c0a - do not climb the thread (probably colud be changed by a command line switch in the future) when fetching messages. - configurable color for root of rendered trees. cage 2020-06-12 18:10:01 +0200
  • a04c42b5ef - updated 'configure'. cage 2020-06-12 14:53:20 +0200
  • f9bd21ddb5 - logging changes. cage 2020-06-11 17:44:27 +0200
  • 964307a20d - increased version. cage 2020-06-11 17:37:37 +0200
  • 93950ca530 - fixed skipping of ignored users cage 2020-06-11 17:28:39 +0200
  • 0895409af5 - logging changes. cage 2020-06-07 13:04:08 +0200
  • 5f7c6a1f45 - remove duplicated urls in messages that are a reblog; - fixed swapped docstrings; - updated configure. cage 2020-06-07 13:00:19 +0200
  • ff4c271497 - updated documentation. cage 2020-06-07 12:38:25 +0200
  • 7ad3f70ff6 - increased version. cage 2020-06-07 12:23:12 +0200
  • 667639e248 - updated italian translation. cage 2020-06-07 12:16:41 +0200
  • b7203e6ef0 - logging changes. cage 2020-06-07 12:14:24 +0200
  • f20376adbf - printed an error to the user when trying to vote for a message that does not contains a poll. cage 2020-06-07 12:12:36 +0200
  • e6553c067e - logging changes. cage 2020-06-07 11:55:37 +0200
  • 70b9918704 - moved pleroma specific API to i package :api-pleroma; - renamed function: 'text-utils:left-padding-suffix' to 'text-utils:left-padding-prefix'; - rendered the choice index for poll's choicehs; - shown if a poll allows multiple choiches. cage 2020-06-07 11:50:36 +0200
  • 9802d6f034 - logging changes. cage 2020-05-31 16:51:10 +0200
  • 4f522225a4 - added voting to polls; - fixed poll's rendering. cage 2020-05-31 16:49:26 +0200
  • cc6bbd691b - prevented skipping code when a poll has not expired. cage 2020-05-31 14:18:44 +0200
  • 976f154bc2 - logging changes. cage 2020-05-31 12:51:35 +0200
  • ab50276605 - added rendering of polls. cage 2020-05-31 12:47:48 +0200
  • d33af4ecbe - updated italian translation. cage 2020-05-30 12:05:08 +0200
  • dae9cad39b - logging changes. cage 2020-05-30 11:56:24 +0200
  • 32727cf0ae - [breaking changes] changed table for attachments; - fixed bug that prevented statuses missing attachments when the status was reblogged. cage 2020-05-30 11:53:17 +0200
  • fd3f1b617b - rearranged compilation order to prevent warning about command line switch; - rearranged order of packages. cage 2020-05-30 10:11:10 +0200
  • de8a0fe8d4 - logging changes cage 2020-05-30 10:01:39 +0200
  • 9895843b21 - added optional notification of statuses mentioning the user; - protected reblogged timeline from accidental deletiion; - added the posiibility to force expanding of a message tree. cage 2020-05-30 09:53:12 +0200
  • 8ab80a1f40 - fixed error in manpage. cage 2020-05-24 19:17:28 +0200
  • e8fdbbf88f - clarifing that this client is pleroma-only at the moment. cage 2020-05-24 19:15:14 +0200
  • f3d1436455 - removed useless switch. cage 2020-05-20 16:32:05 +0200
  • fa00c7a6ac - logging changes. cage 2020-05-19 20:41:45 +0200
  • 5df777a804 - fixed renumbering of 'message-index' of status. cage 2020-05-19 20:27:04 +0200
  • c39fe07a34 - fixed command line long option. cage 2020-05-19 18:37:54 +0200
  • bccd4bfde4 - fixed typo. cage 2020-05-18 20:47:33 +0200
  • 9309f2f5f1 - increased version. cage 2020-05-18 19:34:35 +0200
  • 3e7108219e - updated docs. cage 2020-05-18 19:32:55 +0200
  • 1548229b28 - added the reset of timeline pagination from command line. cage 2020-05-18 19:16:52 +0200
  • 38411e1a19 - prevented disappearing of text in a reblogged toot when the parent status has empty 'content' field or has no attachments. cage 2020-05-17 22:29:43 +0200
  • d86c1a6455 - changed README contents. cage 2020-05-17 22:28:50 +0200
  • 4b32f77883 - updated NEWS and ChangeLog. cage 2020-05-17 18:03:16 +0200
  • 10371380e0 - increased version number. cage 2020-05-17 17:53:35 +0200
  • 57b92e2b83 - updated translation. cage 2020-05-17 17:50:48 +0200
  • a0daf6f01a - added missing file. cage 2020-05-17 17:49:43 +0200
  • 07b13b40d2 - added a window to browse the links that a message contains. cage 2020-05-17 17:47:33 +0200
  • 9f6adf02c4 - used correct function when ignoring an account; - changed button label when asking for opening authorization url: from 'OK' to 'Cancel'. cage 2020-05-16 20:01:41 +0200
  • a746aef322 - updated documentations. cage 2020-05-16 19:13:33 +0200
  • de216342e0 - Fixed duplicated section and link in README. cage 2020-05-16 15:26:23 +0200
  • 36d098e8be - added disclaimer. cage 2020-05-16 15:24:29 +0200
  • 7429764445 - updated documentations. cage 2020-05-16 14:57:48 +0200
  • 1f01b55211 - added missing filename in Makefile.am. cage 2020-05-16 14:31:07 +0200
  • 149b39e93b - always load a shared configuration file; - updated documentation. cage 2020-05-16 13:45:07 +0200
  • b1a2023738 - fixed default system dir where looking for configuration files. cage 2020-05-16 13:04:13 +0200
  • 2faf32800b - made the program exits without invoke the debugger if the main configuration file is not found; - update documentation. cage 2020-05-16 11:24:11 +0200
  • 9f155920ab - fixed file name. cage 2020-05-15 19:30:37 +0200
  • 2bd7c213f2 - added NEWS.org, modified Changelog. cage 2020-05-15 19:12:02 +0200
  • f4c4afb476 - added a command to download the latest toots from a server. cage 2020-05-15 19:03:51 +0200
  • 11bdf47b6c - added user mention on top of a reply message. cage 2020-05-15 17:39:23 +0200
  • 6adf19fa38 - updated italian translation. cage 2020-05-15 16:53:42 +0200
  • 7640da7d60 - added 'about' help window. cage 2020-05-15 16:44:06 +0200
  • cd9b66d2be - hardcoded executable name. cage 2020-05-15 16:14:12 +0200
  • 7f9b2c6d88 - fixed MAKEFILE.am; - changed sxl-composer package name. cage 2020-05-15 16:12:40 +0200
  • 37e8e49abf - prevent skipping of messages for subscribed tags; - changed keys for tags window. cage 2020-05-14 20:23:40 +0200
  • bc4d42d847 - added notify error when updating timelines fails. cage 2020-05-14 18:14:28 +0200
  • dbdc2d9590 - changed class name from 'update-timeline-event' to 'save-timeline-in-db-event'. cage 2020-05-14 16:49:05 +0200
  • c975074667 - changed function name 'id->user' to 'user-id->user'. cage 2020-05-14 16:36:55 +0200
  • 5f00107808 - prevented skipping of statuses when updatig timeline (so i hope); - added the possibility to update a timeline going backward; - added two new key to delete a status and move to next or previous one. cage 2020-05-14 16:32:01 +0200
  • 9a5509eabe - using 'q' to quit the program as key; - added a module to move to a message and open it at the same time. cage 2020-05-12 19:48:09 +0200
  • 907bcc1cf1 - prevented crash when the same message was deleted in two differents folder or timeline (the unique key for table of ignored status is (:status-id :folder :timeline)). cage 2020-05-12 19:23:48 +0200
  • 7c7066fdfb - added the file 'compare_version.awk' to dist. cage 2020-05-11 21:46:13 +0200
  • 2a2342dfd9 - check for 'open' as an alternative to 'xdg-open'; - fixed test in 'configure.ac' (wrong variable). cage 2020-05-11 21:01:42 +0200
  • 680de087da - added instruction to clone croatoan. cage 2020-05-11 20:43:13 +0200
  • bcebe8a1a0 - remove 'config.lisp' when making target 'dist'. cage 2020-05-11 20:35:56 +0200
  • 4b53837da2 - added Acknowledgment to README. cage 2020-05-10 19:29:59 +0200
  • 0ee9393478 - forsed refresh of conversation window when change conversation's name; - fixed sn italian translation sentence; - fixed typo. cage 2020-05-10 19:19:35 +0200
  • 0cae9364c3 - checked for windows visibility before drawing. cage 2020-05-10 16:56:15 +0200
  • f64f45c5d1 - shown an error dialog window when the credential to log on the instance are no more valids; - close a menu dialog window after an entry was choosen. cage 2020-05-10 11:21:19 +0200
  • b229787044 - changed function name 'draw-keybinding-mode' to 'draw-string-mode'; - prevented an info or error message on the command line to overlap with prompt when asking for user input and, in particular, when asking for message attachment. - prevented crash when trying to expand a null string; - clear send-message-window before deleteing an attach from the list; - added an info when a status is ready to be sent; - using a stack to sort drawing order of windows. cage 2020-05-09 21:58:12 +0200