| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Implemented the helper thread. | 2022-10-01 | 3 | -4/+38 | ||
| | | ||||||
| * | Updated TODO. | 2022-10-01 | 1 | -0/+4 | ||
| | | ||||||
| * | Updated TODO. | 2022-10-01 | 1 | -14/+16 | ||
| | | ||||||
| * | Imported TODO from snac 1.x. | 2022-10-01 | 1 | -0/+127 | ||
| | | ||||||
| * | Also accept 'Delete' on input. | 2022-10-01 | 1 | -2/+5 | ||
| | | ||||||
| * | Implemented 'Delete'. | 2022-10-01 | 3 | -3/+40 | ||
| | | ||||||
| * | More snac-origin work. | 2022-10-01 | 1 | -6/+29 | ||
| | | ||||||
| * | Show a link in the snac-origin in level 0 entries. | 2022-10-01 | 1 | -1/+13 | ||
| | | ||||||
| * | timeline_request() also triggers an actor_request(). | 2022-10-01 | 1 | -2/+9 | ||
| | | ||||||
| * | New web action 'Unfollow'. | 2022-10-01 | 4 | -1/+49 | ||
| | | ||||||
| * | New web action 'Follow'. | 2022-10-01 | 1 | -0/+8 | ||
| | | ||||||
| * | New MUTE web action. | 2022-10-01 | 3 | -6/+35 | ||
| | | ||||||
| * | Show the preferredUsername in name is "". | 2022-09-30 | 1 | -1/+1 | ||
| | | ||||||
| * | Add a date to a Follow message if it doesn't include one. | 2022-09-30 | 1 | -3/+10 | ||
| | | ||||||
| * | Also show Follow messages in the timeline. | 2022-09-30 | 1 | -4/+16 | ||
| | | ||||||
| * | Backport from xs. | 2022-09-30 | 1 | -14/+24 | ||
| | | ||||||
| * | Use doubles instead of floats. | 2022-09-30 | 2 | -12/+12 | ||
| | | ||||||
| * | Timeline is cached. | 2022-09-30 | 3 | -5/+77 | ||
| | | ||||||
| * | Likes and Boosts can be done from the web interface. | 2022-09-30 | 1 | -0/+24 | ||
| | | ||||||
| * | Posts can be done from the web interface. | 2022-09-30 | 1 | -0/+60 | ||
| | | ||||||
| * | Fixed check_signature(). | 2022-09-30 | 1 | -7/+2 | ||
| | | ||||||
| * | More work in check_signature() (non-working). | 2022-09-29 | 1 | -0/+43 | ||
| | | ||||||
| * | New function check_signature() (incomplete). | 2022-09-29 | 3 | -1/+59 | ||
| | | ||||||
| * | Backport from xs. | 2022-09-29 | 1 | -3/+42 | ||
| | | ||||||
| * | Added support for one-entry timeline. | 2022-09-29 | 2 | -3/+15 | ||
| | | ||||||
| * | Use SIGTRAP instead of the signal number in raise(). | 2022-09-29 | 1 | -1/+1 | ||
| | | ||||||
| * | 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 | ||
| | | ||||||