summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-30Show the preferredUsername in name is "".default
2022-09-30Add a date to a Follow message if it doesn't include one.default
2022-09-30Also show Follow messages in the timeline.default
2022-09-30Backport from xs.default
2022-09-30Use doubles instead of floats.default
2022-09-30Timeline is cached.default
2022-09-30Likes and Boosts can be done from the web interface.default
2022-09-30Posts can be done from the web interface.default
2022-09-30Fixed check_signature().default
2022-09-29More work in check_signature() (non-working).default
2022-09-29New function check_signature() (incomplete).default
2022-09-29Backport from xs.default
2022-09-29Added support for one-entry timeline.default
2022-09-29Use SIGTRAP instead of the signal number in raise().default
2022-09-29Added some signal control.default
2022-09-29Replace kill(getpid()) with raise().default
2022-09-29Simplified HTML.default
2022-09-29More HTML work.default
2022-09-29More HTML work.default
2022-09-29More HTML work.default
2022-09-29html_entry() is built in its own string and then added.default
This will be faster.
2022-09-28Treat 410 Gone from actors specially.default
2022-09-28The input queue also has retries.default
2022-09-28If an actor cannot be retrieved, move the message back to the queue.default
2022-09-28Process 'Update' + 'Person'.default
2022-09-28Process 'Undo' + 'Follow'.default
2022-09-28Added the score for local posts.default
2022-09-28New function ftime().default
2022-09-28More HTML work.default
2022-09-28Better coping with timeouts.default
2022-09-28More HTML work.default
2022-09-28More HTML work.default
2022-09-28More HTML work.default
2022-09-28Got xs_set.h from xs.default
2022-09-28New function html_top_controls().default
2022-09-28More HTML work.default
2022-09-28New function static_get().default
2022-09-28Delete dangling local timeline entry in timeline_admire().default
2022-09-28'Announce' messages also try to bring the announced actor.default
2022-09-28New function html_msg_icon().default
2022-09-28New function login() (untested).default
2022-09-28Added dummy HTTP handlers for html.default
2022-09-28Check for muted actors in Announce messages.default
2022-09-28Delete the _snac field in outbox.default
2022-09-28The outbox returns now some entries.default
2022-09-27Timeline pages are also served.default
2022-09-27Call process_tags() from msg_note().default
2022-09-27New function process_tags() (untested).default
2022-09-27New variable USER_AGENT.default
2022-09-27Rewrite not_really_markdown() with xs_regex_split().default