1
0
Fork 0
Commit Graph

147 Commits

Author SHA1 Message Date
cage 05f19fd5c4 - updated version;
- updated NEWS.org.
2020-12-30 12:50:40 +01:00
cage 3739a75763 - updated version. 2020-12-29 14:21:28 +01:00
cage 2679d83457 - increased version;
- fixed typo.
2020-12-14 14:42:02 +01:00
cage 13fdc439a8 - added IRI parser. 2020-12-13 15:27:55 +01:00
cage 5f8c9d422e - added minimal wrapping of libidn2;
- added library checks (libidn2 and libssl) to configure scripts;
- removed commented reference to quri.
2020-12-12 14:49:31 +01:00
cage 2205ab5152 - updated version. 2020-12-11 11:46:11 +01:00
cage 4bd55eac50 - fixed segmentation fault whit FFI code (x509 certificate dump). 2020-12-09 10:44:04 +01:00
cage c2f4128e89 - increased version. 2020-11-01 18:05:07 +01:00
cage 2b59ef1157 - increased version. 2020-10-25 20:31:14 +01:00
cage 664e8212ce - replaced quri with an internal parser;
- [gemini] the client passes the torture test again;

- fixed event test.
2020-10-25 19:58:05 +01:00
cage 269a08718c - [gemini] implemented a draft of a client authentication (via TLS certificates). 2020-10-23 20:57:17 +02:00
cage 2e48d63eb9 - increased version. 2020-10-02 15:57:08 +02:00
cage e5b6f3b0cd - increased version. 2020-10-01 17:00:07 +02:00
cage acf8579fc5 - increased version. 2020-09-19 19:23:15 +02:00
cage 69ac16b5ce - increased version. 2020-09-12 11:36:20 +02:00
cage b2b3e65431 - posting on chats works;
- fixed ordering  in db:all-chat-messages (message-id was  not a valid
  column name);
- added scheduled events;
- minor changes in labels.
2020-09-06 14:42:16 +02:00
cage 75d81ec708 - chats can be fetched, via UI, and printed on window. 2020-09-05 17:02:00 +02:00
cage c56a4156e2 - increased version. 2020-08-30 15:45:30 +02:00
cage 4941c21d94 - [gemini] added slot 'status-stream'.
This will allow to enqueue multiple documents download.
2020-08-29 10:53:52 +02:00
cage 89202f1a48 - increased version. 2020-08-28 18:01:30 +02:00
cage 3effe7486f - increased version. 2020-08-19 18:05:31 +02:00
cage ac2337243c - increased version. 2020-07-26 16:38:11 +02:00
cage eaca87e044 - increased version. 2020-07-26 15:31:33 +02:00
cage 254cd94720 - [gemini] the parser has been modified to renders (in a separate
thread) the contents of a gemini  file parsed so far without waiting
  for the whole document to be read from the socket.

  This  feature should  prevent blocking  the client  when the  server
  never close the socket (i.e. for streamed contents).
2020-07-26 12:07:26 +02:00
cage c27f36696d - increased version. 2020-07-17 20:30:28 +02:00
cage 63f12331c6 - increased version. 2020-07-15 16:16:37 +02:00
cage 848c543b1f - increased version. 2020-07-13 17:33:23 +02:00
cage 923cd09d15 - increased version. 2020-07-08 18:53:11 +02:00
cage c84de306c8 - [gemini] made some elements of page rendering customizable
using 'gemini-page-theme'  class some elements of  the rendered page
  (header prefix, bullet and so on) can be customized.

  users can use configuration files directive to change the appearance of said elements
  (both character and color or font variants);

- removed unused argument from command line switch: '-m'.
2020-07-08 18:38:17 +02:00
cage 49214475ab - [gemini]
- using quri instead of puri library because the first has a better handling
    of UTF-8;
  - using binary stream instead of ASCII.
2020-07-04 11:15:55 +02:00
cage aa6ea83761 - increased version. 2020-06-29 12:44:29 +02:00
cage f861d80b8c - [gemini] percent encoded query. 2020-06-23 15:22:28 +02:00
cage c513429dc8 - logged changes and increased version. 2020-06-22 14:05:48 +02:00
cage 9461c0ea70 - gemini client works (but missing client authorization using certificates). 2020-06-22 14:03:06 +02:00
cage ffdd960673 - added a draft for gemini client. 2020-06-19 11:40:20 +02:00
cage 24379a7420 - added a draft of a parser for gemini files. 2020-06-14 16:46:28 +02:00
cage b5630522d7 - increased version. 2020-06-13 13:08:00 +02:00
cage 964307a20d - increased version. 2020-06-11 17:37:37 +02:00
cage 7ad3f70ff6 - increased version. 2020-06-07 12:23:12 +02:00
cage 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.
2020-06-07 11:50:36 +02:00
cage fd3f1b617b - rearranged compilation order to prevent warning about command line
switch;
- rearranged order of packages.
2020-05-30 10:11:10 +02:00
cage 9309f2f5f1 - increased version. 2020-05-18 19:34:35 +02:00
cage 10371380e0 - increased version number. 2020-05-17 17:53:35 +02:00
cage 07b13b40d2 - added a window to browse the links that a message contains. 2020-05-17 17:47:33 +02:00
cage 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.
2020-05-09 21:58:12 +02:00
cage a1970cab39 - shown the reblogged data when does make sense. 2020-05-08 18:14:06 +02:00
cage c56a5b86ca - initial commit. 2020-05-08 15:45:43 +02:00