| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Added some signal control. | 2022-09-29 | 1 | -2/+24 | ||
| | | ||||||
| * | Replace kill(getpid()) with raise(). | 2022-09-29 | 1 | -1/+1 | ||
| | | ||||||
| * | Simplified HTML. | 2022-09-29 | 1 | -40/+18 | ||
| | | ||||||
| * | More HTML work. | 2022-09-29 | 1 | -0/+60 | ||
| | | ||||||
| * | More HTML work. | 2022-09-29 | 1 | -3/+76 | ||
| | | ||||||
| * | More HTML work. | 2022-09-29 | 1 | -6/+8 | ||
| | | ||||||
| * | html_entry() is built in its own string and then added. | 2022-09-29 | 2 | -10/+16 | ||
| | | | | | This will be faster. | |||||
| * | Treat 410 Gone from actors specially. | 2022-09-28 | 1 | -2/+12 | ||
| | | ||||||
| * | The input queue also has retries. | 2022-09-28 | 3 | -12/+24 | ||
| | | ||||||
| * | If an actor cannot be retrieved, move the message back to the queue. | 2022-09-28 | 1 | -1/+6 | ||
| | | ||||||
| * | Process 'Update' + 'Person'. | 2022-09-28 | 2 | -2/+8 | ||
| | | ||||||
| * | Process 'Undo' + 'Follow'. | 2022-09-28 | 2 | -4/+14 | ||
| | | ||||||
| * | Added the score for local posts. | 2022-09-28 | 2 | -1/+33 | ||
| | | ||||||
| * | New function ftime(). | 2022-09-28 | 3 | -0/+16 | ||
| | | ||||||
| * | More HTML work. | 2022-09-28 | 1 | -20/+47 | ||
| | | ||||||
| * | Better coping with timeouts. | 2022-09-28 | 2 | -1/+7 | ||
| | | ||||||
| * | More HTML work. | 2022-09-28 | 1 | -36/+45 | ||
| | | ||||||
| * | More HTML work. | 2022-09-28 | 2 | -2/+94 | ||
| | | ||||||
| * | More HTML work. | 2022-09-28 | 1 | -0/+24 | ||
| | | ||||||
| * | Got xs_set.h from xs. | 2022-09-28 | 4 | -3/+101 | ||
| | | ||||||
| * | New function html_top_controls(). | 2022-09-28 | 1 | -12/+103 | ||
| | | ||||||
| * | More HTML work. | 2022-09-28 | 2 | -3/+39 | ||
| | | ||||||
| * | New function static_get(). | 2022-09-28 | 5 | -5/+77 | ||
| | | ||||||
| * | Delete dangling local timeline entry in timeline_admire(). | 2022-09-28 | 1 | -0/+2 | ||
| | | ||||||
| * | 'Announce' messages also try to bring the announced actor. | 2022-09-28 | 1 | -2/+9 | ||
| | | ||||||
| * | New function html_msg_icon(). | 2022-09-28 | 2 | -1/+149 | ||
| | | ||||||
| * | New function login() (untested). | 2022-09-28 | 1 | -0/+24 | ||
| | | ||||||
| * | Added dummy HTTP handlers for html. | 2022-09-28 | 3 | -1/+31 | ||
| | | ||||||
| * | Check for muted actors in Announce messages. | 2022-09-28 | 1 | -2/+18 | ||
| | | ||||||
| * | Delete the _snac field in outbox. | 2022-09-28 | 1 | -2/+4 | ||
| | | ||||||
| * | The outbox returns now some entries. | 2022-09-28 | 3 | -6/+37 | ||
| | | ||||||
| * | Timeline pages are also served. | 2022-09-27 | 2 | -8/+16 | ||
| | | ||||||
| * | Call process_tags() from msg_note(). | 2022-09-27 | 1 | -4/+13 | ||
| | | ||||||
| * | New function process_tags() (untested). | 2022-09-27 | 1 | -0/+52 | ||
| | | ||||||
| * | New variable USER_AGENT. | 2022-09-27 | 4 | -3/+7 | ||
| | | ||||||
| * | Rewrite not_really_markdown() with xs_regex_split(). | 2022-09-27 | 1 | -55/+39 | ||
| | | ||||||
| * | Backport from xs. | 2022-09-27 | 2 | -12/+43 | ||
| | | ||||||
| * | 'Accept' messages are processed. | 2022-09-27 | 1 | -2/+10 | ||
| | | ||||||
| * | New function msg_follow(). | 2022-09-27 | 3 | -5/+55 | ||
| | | ||||||
| * | More work in msg_note(). | 2022-09-27 | 2 | -63/+93 | ||
| | | ||||||
| * | Notes can be posted WOW!. | 2022-09-27 | 3 | -11/+97 | ||
| | | ||||||
| * | Disabled URL replacement by now because it's not infinite-loop-safe. | 2022-09-27 | 1 | -2/+9 | ||
| | | ||||||
| * | More work in not_really_markdown(). | 2022-09-27 | 4 | -4/+64 | ||
| | | ||||||
| * | Fixed bug in xs_replace_i(). | 2022-09-27 | 1 | -1/+1 | ||
| | | ||||||
| * | Use xs_replace_i() in some places. | 2022-09-27 | 3 | -10/+4 | ||
| | | ||||||
| * | Updated dependencies. | 2022-09-27 | 1 | -5/+7 | ||
| | | ||||||
| * | Backported from xs. | 2022-09-27 | 1 | -22/+14 | ||
| | | ||||||
| * | Backported xs_regex.h from xs. | 2022-09-27 | 2 | -1/+48 | ||
| | | ||||||
| * | Started command-line command 'note'. | 2022-09-27 | 1 | -0/+35 | ||
| | | ||||||
| * | Started function not_really_markdown(). | 2022-09-27 | 4 | -1/+74 | ||
| | | ||||||