summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Deleted debugging code.Gravatar default2022-10-031-6/+0
|
* Updated TODO.Gravatar default2022-10-031-0/+2
|
* Updated TODO.Gravatar default2022-10-031-0/+2
|
* Backport from xs.Gravatar default2022-10-034-43/+62
|
* Use xs_glob() in history_list().Gravatar default2022-10-031-25/+2
|
* Renamed cached file _timeline.html to timeline.html_ to exclude it from globs.Gravatar default2022-10-031-5/+5
|
* Use xs_glob() in _timeline_list().Gravatar default2022-10-031-26/+14
|
* Use xs_glob() in _timeline_find_fn().Gravatar default2022-10-031-6/+5
|
* Use xs_glob() in follower_list().Gravatar default2022-10-031-17/+13
|
* Use xs_glob() in user_list().Gravatar default2022-10-031-12/+25
|
* Updated TODO.Gravatar default2022-10-021-2/+2
|
* Added history support.Gravatar default2022-10-021-0/+6
|
* Updated TODO.Gravatar default2022-10-021-2/+2
|
* The history is shown at the bottom of the local timeline.Gravatar default2022-10-023-0/+61
|
* Implemented local timeline cache.Gravatar default2022-10-022-6/+20
|
* An 'Update' message is set to everyone when data is changed.Gravatar default2022-10-022-0/+7
|
* User data can be modified from the web interface.Gravatar default2022-10-021-0/+35
|
* Minor tweak.Gravatar default2022-10-021-4/+6
|
* Use the time functions of xs_time.h.Gravatar default2022-10-025-29/+11
|
* Backport from xs.Gravatar default2022-10-021-0/+58
|
* Updated TODO.Gravatar default2022-10-021-2/+6
|
* Fixed crash.Gravatar default2022-10-021-1/+2
|
* Updated TODO.Gravatar default2022-10-011-0/+2
|
* Updated TODO.Gravatar default2022-10-011-0/+2
|
* Updated TODO.Gravatar default2022-10-011-0/+2
|
* Fixed crash.Gravatar default2022-10-011-2/+3
|
* Implemented the helper thread.Gravatar default2022-10-013-4/+38
|
* Updated TODO.Gravatar default2022-10-011-0/+4
|
* Updated TODO.Gravatar default2022-10-011-14/+16
|
* Imported TODO from snac 1.x.Gravatar default2022-10-011-0/+127
|
* Also accept 'Delete' on input.Gravatar default2022-10-011-2/+5
|
* Implemented 'Delete'.Gravatar default2022-10-013-3/+40
|
* More snac-origin work.Gravatar default2022-10-011-6/+29
|
* Show a link in the snac-origin in level 0 entries.Gravatar default2022-10-011-1/+13
|
* timeline_request() also triggers an actor_request().Gravatar default2022-10-011-2/+9
|
* New web action 'Unfollow'.Gravatar default2022-10-014-1/+49
|
* New web action 'Follow'.Gravatar default2022-10-011-0/+8
|
* New MUTE web action.Gravatar default2022-10-013-6/+35
|
* Show the preferredUsername in name is "".Gravatar default2022-09-301-1/+1
|
* Add a date to a Follow message if it doesn't include one.Gravatar default2022-09-301-3/+10
|
* Also show Follow messages in the timeline.Gravatar default2022-09-301-4/+16
|
* Backport from xs.Gravatar default2022-09-301-14/+24
|
* Use doubles instead of floats.Gravatar default2022-09-302-12/+12
|
* Timeline is cached.Gravatar default2022-09-303-5/+77
|
* Likes and Boosts can be done from the web interface.Gravatar default2022-09-301-0/+24
|
* Posts can be done from the web interface.Gravatar default2022-09-301-0/+60
|
* Fixed check_signature().Gravatar default2022-09-301-7/+2
|
* More work in check_signature() (non-working).Gravatar default2022-09-291-0/+43
|
* New function check_signature() (incomplete).Gravatar default2022-09-293-1/+59
|
* Backport from xs.Gravatar default2022-09-291-3/+42
|