summaryrefslogtreecommitdiff
path: root/html.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Ensure the login information is null-terminated.Gravatar default2022-10-041-1/+6
|
* Deleted debugging code.Gravatar default2022-10-031-6/+0
|
* Renamed cached file _timeline.html to timeline.html_ to exclude it from globs.Gravatar default2022-10-031-5/+5
|
* Added history support.Gravatar default2022-10-021-0/+6
|
* The history is shown at the bottom of the local timeline.Gravatar default2022-10-021-0/+29
|
* Implemented local timeline cache.Gravatar default2022-10-021-4/+18
|
* An 'Update' message is set to everyone when data is changed.Gravatar default2022-10-021-0/+5
|
* User data can be modified from the web interface.Gravatar default2022-10-021-0/+35
|
* Minor tweak.Gravatar default2022-10-021-4/+6
|
* Implemented 'Delete'.Gravatar default2022-10-011-0/+13
|
* 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
|
* New web action 'Unfollow'.Gravatar default2022-10-011-1/+15
|
* New web action 'Follow'.Gravatar default2022-10-011-0/+8
|
* New MUTE web action.Gravatar default2022-10-011-6/+27
|
* Show the preferredUsername in name is "".Gravatar default2022-09-301-1/+1
|
* Also show Follow messages in the timeline.Gravatar default2022-09-301-4/+16
|
* Timeline is cached.Gravatar default2022-09-301-4/+17
|
* 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
|
* Added support for one-entry timeline.Gravatar default2022-09-291-3/+14
|
* 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-291-7/+9
| | | | This will be faster.
* Added the score for local posts.Gravatar default2022-09-281-1/+13
|
* New function ftime().Gravatar default2022-09-281-0/+6
|
* More HTML work.Gravatar default2022-09-281-20/+47
|
* Better coping with timeouts.Gravatar default2022-09-281-1/+1
|
* More HTML work.Gravatar default2022-09-281-36/+45
|
* More HTML work.Gravatar default2022-09-281-1/+92
|
* More HTML work.Gravatar default2022-09-281-0/+24
|
* Got xs_set.h from xs.Gravatar default2022-09-281-0/+1
|
* New function html_top_controls().Gravatar default2022-09-281-12/+103
|
* More HTML work.Gravatar default2022-09-281-3/+37
|
* New function static_get().Gravatar default2022-09-281-1/+41
|
* New function html_msg_icon().Gravatar default2022-09-281-1/+146
|
* New function login() (untested).Gravatar default2022-09-281-0/+24
|
* Added dummy HTTP handlers for html.Gravatar default2022-09-281-0/+18
|
* Rewrite not_really_markdown() with xs_regex_split().Gravatar default2022-09-271-55/+39
|
* Backport from xs.Gravatar default2022-09-271-3/+3
|
* Disabled URL replacement by now because it's not infinite-loop-safe.Gravatar default2022-09-271-2/+9
|
* More work in not_really_markdown().Gravatar default2022-09-271-2/+58
|
* Use xs_replace_i() in some places.Gravatar default2022-09-271-4/+1
|
* Started function not_really_markdown().Gravatar default2022-09-271-0/+65
|
* [html.c] new file.Gravatar default2022-09-271-0/+9