| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | ||
| * | Send notification emails through the queue. | 2022-10-21 | 3 | -21/+54 | ||
| * | Version 2.06 RELEASED.2.06 | 2022-10-21 | 1 | -1/+1 | ||
| * | Fixed typo. | 2022-10-21 | 1 | -1/+1 | ||
| * | Don't notify about admirations of things by others. | 2022-10-21 | 1 | -14/+20 | ||
| * | Rewritten notify() to write the message in bulk. | 2022-10-21 | 1 | -23/+43 | ||
| * | Updated RELEASE_NOTES. | 2022-10-21 | 1 | -0/+2 | ||
| * | Added email notification address to web interface. | 2022-10-21 | 1 | -0/+11 | ||
| * | New function notify(). | 2022-10-21 | 1 | -4/+80 | ||
| * | Updated TODO. | 2022-10-20 | 1 | -1/+5 | ||
| * | Updated README. | 2022-10-20 | 1 | -2/+0 | ||
| * | Updated LICENSE. | 2022-10-20 | 2 | -1/+3 | ||
| * | Updated TODO. | 2022-10-20 | 1 | -0/+2 | ||
| * | Updated TODO. | 2022-10-20 | 1 | -1/+5 | ||
| * | Links in created Notes now include a target=_blank. | 2022-10-20 | 1 | -1/+1 | ||
| * | Better 'Delete' message logging. | 2022-10-20 | 3 | -5/+12 | ||
| * | Updated RELEASE_NOTES. | 2022-10-19 | 1 | -0/+2 | ||
| * | Don't read this actor with actor_get(). | 2022-10-19 | 1 | -0/+3 | ||
| * | Updated README. | 2022-10-19 | 1 | -0/+2 | ||
| * | Rewritten queue() using xs_glob(). | 2022-10-18 | 1 | -18/+14 | ||
| * | xs_base64_dec() can now be used as a string, so do it. | 2022-10-18 | 1 | -5/+1 | ||
| * | Backport from xs. | 2022-10-18 | 2 | -14/+25 | ||
| * | Backport from xs. | 2022-10-17 | 2 | -20/+12 | ||
| * | Added some forgotten fclose() calls. | 2022-10-17 | 1 | -0/+3 | ||
| * | Updated documentation. | 2022-10-17 | 1 | -1/+3 | ||
| * | Updated RELEASE_NOTES. | 2022-10-17 | 1 | -0/+2 | ||
| * | Updated TODO. | 2022-10-17 | 1 | -2/+2 | ||
| * | Also process Emojis in the post content. | 2022-10-17 | 1 | -0/+22 | ||
| * | Emoji must be img, not urls. | 2022-10-17 | 1 | -1/+2 | ||
| * | Process :shortnames: in user names. | 2022-10-17 | 1 | -1/+20 | ||
| * | Updated documentation. | 2022-10-17 | 1 | -0/+4 | ||
| * | Updated RELEASE_NOTES. | 2022-10-17 | 2 | -3/+3 | ||