| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Added listfile prototypes to snac.h. | 2022-11-23 | 1 | -0/+5 | ||
| | | ||||||
| * | actor_get() and actor_add() now use the object database. | 2022-11-23 | 1 | -2/+2 | ||
| | | ||||||
| * | Version 2.12 RELEASED.2.12 | 2022-11-23 | 1 | -1/+1 | ||
| | | ||||||
| * | New function db_upgrade(). | 2022-11-23 | 1 | -0/+1 | ||
| | | ||||||
| * | Version 2.11 RELEASED.2.11 | 2022-11-18 | 1 | -1/+1 | ||
| | | ||||||
| * | New function enqueue_output_to_actor(). | 2022-11-18 | 1 | -0/+1 | ||
| | | ||||||
| * | Fixed Follow bug, introduced by latest sharedInbox change. | 2022-11-18 | 1 | -0/+1 | ||
| | | ||||||
| * | Queue messages to inboxes instead of actors. | 2022-11-17 | 1 | -1/+1 | ||
| | | ||||||
| * | Call sanitize() as soon as possible. | 2022-11-16 | 1 | -2/+2 | ||
| | | ||||||
| * | Version 2.10 RELEASED. | 2022-11-13 | 1 | -1/+1 | ||
| | | ||||||
| * | Some formatting refactoring. | 2022-11-13 | 1 | -1/+1 | ||
| | | ||||||
| * | Version 2.09 RELEASED.2.09 | 2022-11-09 | 1 | -1/+1 | ||
| | | ||||||
| * | New 'Hide' button. | 2022-11-04 | 1 | -0/+1 | ||
| | | ||||||
| * | Version 2.08 RELEASED.2.08 | 2022-11-03 | 1 | -1/+1 | ||
| | | ||||||
| * | More work in the people page. | 2022-11-02 | 1 | -0/+1 | ||
| | | ||||||
| * | Be more aggressive in HTML sanitization. | 2022-10-28 | 1 | -0/+2 | ||
| | | ||||||
| * | Version 2.07 RELEASED.2.07 | 2022-10-26 | 1 | -1/+1 | ||
| | | ||||||
| * | Fixed a nasty macro expansion bug. | 2022-10-26 | 1 | -2/+1 | ||
| | | ||||||
| * | New function srv_free(). | 2022-10-25 | 1 | -0/+1 | ||
| | | ||||||
| * | Send notification emails through the queue. | 2022-10-21 | 1 | -0/+1 | ||
| | | ||||||
| * | Version 2.06 RELEASED.2.06 | 2022-10-21 | 1 | -1/+1 | ||
| | | ||||||
| * | Better 'Delete' message logging. | 2022-10-20 | 1 | -1/+1 | ||
| | | ||||||
| * | New function purge_all(). | 2022-10-17 | 1 | -0/+1 | ||
| | | ||||||
| * | Version 2.05 RELEASED.2.05 | 2022-10-16 | 1 | -1/+1 | ||
| | | ||||||
| * | Attachments are now starting to get real. | 2022-10-16 | 1 | -1/+2 | ||
| | | ||||||
| * | Version 2.04 RELEASED.2.04 | 2022-10-14 | 1 | -1/+1 | ||
| | | ||||||
| * | Version 2.03 RELEASED.2.03 | 2022-10-10 | 1 | -1/+1 | ||
| | | ||||||
| * | Media can be attached to notes. | 2022-10-10 | 1 | -1/+1 | ||
| | | | | | | The web interface limits this (by now) to only one attachment, given the URL. | |||||
| * | Version 2.02 RELEASED.2.02 | 2022-10-07 | 1 | -1/+1 | ||
| | | ||||||
| * | New command-line option purge. | 2022-10-04 | 1 | -0/+2 | ||
| | | ||||||
| * | New function adduser(). | 2022-10-04 | 1 | -0/+1 | ||
| | | ||||||
| * | New function initdb(). | 2022-10-04 | 1 | -0/+2 | ||
| | | ||||||
| * | Version 2.01 RELEASED.2.01 | 2022-10-03 | 1 | -1/+1 | ||
| | | ||||||
| * | The history is shown at the bottom of the local timeline. | 2022-10-02 | 1 | -0/+1 | ||
| | | ||||||
| * | An 'Update' message is set to everyone when data is changed. | 2022-10-02 | 1 | -0/+2 | ||
| | | ||||||
| * | Use the time functions of xs_time.h. | 2022-10-02 | 1 | -4/+0 | ||
| | | ||||||
| * | Implemented 'Delete'. | 2022-10-01 | 1 | -0/+1 | ||
| | | ||||||
| * | New web action 'Unfollow'. | 2022-10-01 | 1 | -0/+2 | ||
| | | ||||||
| * | New MUTE web action. | 2022-10-01 | 1 | -0/+1 | ||
| | | ||||||
| * | Use doubles instead of floats. | 2022-09-30 | 1 | -3/+3 | ||
| | | ||||||
| * | Timeline is cached. | 2022-09-30 | 1 | -0/+5 | ||
| | | ||||||
| * | New function check_signature() (incomplete). | 2022-09-29 | 1 | -0/+1 | ||
| | | ||||||
| * | Added support for one-entry timeline. | 2022-09-29 | 1 | -0/+1 | ||
| | | ||||||
| * | The input queue also has retries. | 2022-09-28 | 1 | -1/+1 | ||
| | | ||||||
| * | New function ftime(). | 2022-09-28 | 1 | -0/+1 | ||
| | | ||||||
| * | More HTML work. | 2022-09-28 | 1 | -0/+2 | ||
| | | ||||||
| * | New function static_get(). | 2022-09-28 | 1 | -0/+2 | ||
| | | ||||||
| * | New function html_msg_icon(). | 2022-09-28 | 1 | -0/+3 | ||
| | | ||||||
| * | Added dummy HTTP handlers for html. | 2022-09-28 | 1 | -0/+3 | ||
| | | ||||||
| * | The outbox returns now some entries. | 2022-09-28 | 1 | -1/+3 | ||
| | | ||||||