| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Updated README. | 2022-10-04 | 1 | -1/+1 | ||
| * | Updated TODO. | 2022-10-04 | 1 | -4/+4 | ||
| * | Fixed bug. | 2022-10-04 | 1 | -1/+1 | ||
| * | New function adduser(). | 2022-10-04 | 3 | -4/+129 | ||
| * | Updated Makefile. | 2022-10-04 | 1 | -0/+10 | ||
| * | New function initdb(). | 2022-10-04 | 4 | -1/+180 | ||
| * | Updated TODO. | 2022-10-03 | 1 | -4/+4 | ||
| * | Deleted command-line commands that will not be implemented. | 2022-10-03 | 1 | -18/+0 | ||
| * | Updated RELEASE_NOTES. | 2022-10-03 | 1 | -0/+5 | ||
| * | Some documentation tweaks. | 2022-10-03 | 2 | -9/+13 | ||
| * | Imported documentation from snac 1.x. | 2022-10-03 | 7 | -0/+668 | ||
| * | Version 2.01 RELEASED.2.01 | 2022-10-03 | 2 | -83/+2 | ||
| * | Deleted debugging code. | 2022-10-03 | 1 | -6/+0 | ||
| * | Updated TODO. | 2022-10-03 | 1 | -0/+2 | ||
| * | Updated TODO. | 2022-10-03 | 1 | -0/+2 | ||
| * | Backport from xs. | 2022-10-03 | 4 | -43/+62 | ||
| * | Use xs_glob() in history_list(). | 2022-10-03 | 1 | -25/+2 | ||
| * | Renamed cached file _timeline.html to timeline.html_ to exclude it from globs. | 2022-10-03 | 1 | -5/+5 | ||
| * | Use xs_glob() in _timeline_list(). | 2022-10-03 | 1 | -26/+14 | ||
| * | Use xs_glob() in _timeline_find_fn(). | 2022-10-03 | 1 | -6/+5 | ||
| * | Use xs_glob() in follower_list(). | 2022-10-03 | 1 | -17/+13 | ||
| * | Use xs_glob() in user_list(). | 2022-10-03 | 1 | -12/+25 | ||
| * | Updated TODO. | 2022-10-02 | 1 | -2/+2 | ||
| * | Added history support. | 2022-10-02 | 1 | -0/+6 | ||
| * | Updated TODO. | 2022-10-02 | 1 | -2/+2 | ||
| * | The history is shown at the bottom of the local timeline. | 2022-10-02 | 3 | -0/+61 | ||
| * | Implemented local timeline cache. | 2022-10-02 | 2 | -6/+20 | ||
| * | An 'Update' message is set to everyone when data is changed. | 2022-10-02 | 2 | -0/+7 | ||
| * | User data can be modified from the web interface. | 2022-10-02 | 1 | -0/+35 | ||
| * | Minor tweak. | 2022-10-02 | 1 | -4/+6 | ||
| * | Use the time functions of xs_time.h. | 2022-10-02 | 5 | -29/+11 | ||
| * | Backport from xs. | 2022-10-02 | 1 | -0/+58 | ||
| * | Updated TODO. | 2022-10-02 | 1 | -2/+6 | ||
| * | Fixed crash. | 2022-10-02 | 1 | -1/+2 | ||
| * | Updated TODO. | 2022-10-01 | 1 | -0/+2 | ||
| * | Updated TODO. | 2022-10-01 | 1 | -0/+2 | ||
| * | Updated TODO. | 2022-10-01 | 1 | -0/+2 | ||
| * | Fixed crash. | 2022-10-01 | 1 | -2/+3 | ||
| * | 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 | ||