| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Don't store objects other than 'Note' in timeline_request(). | 2022-11-01 | 1 | -10/+14 | ||
| | | ||||||
| * | Added rel=nofollow to the admin link. | 2022-11-01 | 1 | -1/+2 | ||
| | | ||||||
| * | More not_really_markdown() tweaks. | 2022-11-01 | 1 | -0/+1 | ||
| | | ||||||
| * | Filter out carriage returns in note post web interface. | 2022-11-01 | 1 | -3/+4 | ||
| | | ||||||
| * | Added missing user_free() when auth is needed. | 2022-11-01 | 1 | -1/+3 | ||
| | | ||||||
| * | Fixed a bug in not_really_markdown() that confused code with pre markup. | 2022-11-01 | 1 | -2/+1 | ||
| | | ||||||
| * | Another tweak to the #redir after like or boost. | 2022-11-01 | 1 | -7/+9 | ||
| | | ||||||
| * | After reacting to a post, redirection is done to the next entry instead of top. | 2022-10-31 | 1 | -4/+17 | ||
| | | | | | | This work more or less ok for level 0 entries, but it's very confusing for the others. | |||||
| * | Updated TODO. | 2022-10-31 | 1 | -3/+1 | ||
| | | ||||||
| * | Always set the referrer if it's the user. | 2022-10-31 | 1 | -2/+3 | ||
| | | ||||||
| * | Actors being followed can also be MUTED. | 2022-10-31 | 1 | -1/+2 | ||
| | | ||||||
| * | Updated TODO. | 2022-10-30 | 1 | -1/+1 | ||
| | | ||||||
| * | Updated documentation. | 2022-10-30 | 4 | -6/+6 | ||
| | | ||||||
| * | Updated README. | 2022-10-30 | 1 | -1/+5 | ||
| | | ||||||
| * | Updated documentation. | 2022-10-30 | 1 | -2/+8 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2022-10-30 | 1 | -0/+2 | ||
| | | ||||||
| * | Updated TODO. | 2022-10-30 | 1 | -2/+2 | ||
| | | ||||||
| * | Accepted for HTML tags. | 2022-10-30 | 1 | -1/+2 | ||
| | | ||||||
| * | Added support for sensitive content. | 2022-10-30 | 1 | -0/+16 | ||
| | | ||||||
| * | Also add code to the valid HTML tags. | 2022-10-28 | 1 | -1/+1 | ||
| | | ||||||
| * | Also add pre to the valid HTML tags. | 2022-10-28 | 1 | -1/+1 | ||
| | | ||||||
| * | Also use CFLAGS in the linking phase. | 2022-10-28 | 1 | -1/+1 | ||
| | | ||||||
| * | Updated TODO. | 2022-10-28 | 1 | -6/+4 | ||
| | | ||||||
| * | Accept more HTML tags. | 2022-10-28 | 1 | -1/+1 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2022-10-28 | 1 | -2/+4 | ||
| | | ||||||
| * | Also add br+slash as a valid HTML tag. | 2022-10-28 | 1 | -1/+1 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2022-10-28 | 1 | -0/+2 | ||
| | | ||||||
| * | Be more aggressive in HTML sanitization. | 2022-10-28 | 3 | -1/+55 | ||
| | | ||||||
| * | Updated TODO. | 2022-10-26 | 1 | -0/+2 | ||
| | | ||||||
| * | Version 2.07 RELEASED.2.07 | 2022-10-26 | 1 | -1/+1 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2022-10-26 | 1 | -0/+2 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2022-10-26 | 1 | -0/+4 | ||
| | | ||||||
| * | Errors (really messages) are always shown in srv_open(). | 2022-10-26 | 1 | -1/+1 | ||
| | | ||||||
| * | Backport from xs. | 2022-10-26 | 1 | -0/+2 | ||
| | | ||||||
| * | Added a forgotten user_free() in html_post_handler(). | 2022-10-26 | 1 | -0/+2 | ||
| | | ||||||
| * | Fixed a nasty macro expansion bug. | 2022-10-26 | 3 | -2/+20 | ||
| | | ||||||
| * | Minor tweaks. | 2022-10-25 | 1 | -3/+3 | ||
| | | ||||||
| * | Fixed another bug in actor_get(). | 2022-10-25 | 1 | -0/+7 | ||
| | | ||||||
| * | Some code moving to avoid false positive leaks. | 2022-10-25 | 5 | -23/+39 | ||
| | | ||||||
| * | Backport from xs. | 2022-10-25 | 2 | -6/+6 | ||
| | | ||||||
| * | Call srv_free(). | 2022-10-25 | 1 | -0/+1 | ||
| | | ||||||
| * | New function srv_free(). | 2022-10-25 | 1 | -0/+1 | ||
| | | ||||||
| * | New function srv_free(). | 2022-10-25 | 1 | -0/+8 | ||
| | | ||||||
| * | Use xs_free(). | 2022-10-25 | 1 | -5/+5 | ||
| | | ||||||
| * | Fixed leak. | 2022-10-25 | 1 | -1/+2 | ||
| | | ||||||
| * | Backport from xs. | 2022-10-25 | 8 | -51/+70 | ||
| | | ||||||
| * | Don't load unneeded actor info in html_entry(). | 2022-10-24 | 3 | -19/+16 | ||
| | | ||||||
| * | Updated dependencies. | 2022-10-22 | 1 | -2/+2 | ||
| | | ||||||
| * | Backport from xs. | 2022-10-22 | 2 | -4/+18 | ||
| | | ||||||
| * | Backport from xs. | 2022-10-22 | 2 | -20/+14 | ||
| | | ||||||