summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Added support for one-entry timeline.Gravatar default2022-09-292-3/+15
|
* Use SIGTRAP instead of the signal number in raise().Gravatar default2022-09-291-1/+1
|
* Added some signal control.Gravatar default2022-09-291-2/+24
|
* Replace kill(getpid()) with raise().Gravatar default2022-09-291-1/+1
|
* Simplified HTML.Gravatar default2022-09-291-40/+18
|
* More HTML work.Gravatar default2022-09-291-0/+60
|
* More HTML work.Gravatar default2022-09-291-3/+76
|
* More HTML work.Gravatar default2022-09-291-6/+8
|
* html_entry() is built in its own string and then added.Gravatar default2022-09-292-10/+16
| | | | This will be faster.
* Treat 410 Gone from actors specially.Gravatar default2022-09-281-2/+12
|
* The input queue also has retries.Gravatar default2022-09-283-12/+24
|
* If an actor cannot be retrieved, move the message back to the queue.Gravatar default2022-09-281-1/+6
|