summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed hide() to store the object id, not its md5.Gravatar default2022-11-241-2/+9
|
* Fixed muted filenames.Gravatar default2022-11-242-1/+14
|
* New function object_children().Gravatar default2022-11-241-0/+19
|
* Use the new hide API.Gravatar default2022-11-245-50/+24
|
* New API for hidden threads.Gravatar default2022-11-242-0/+34
|
* Stop dropping messages with hidden parents.Gravatar default2022-11-241-11/+0
|
* Added debug info for child index updates.Gravatar default2022-11-241-0/+2
|
* In object_add(), update the parent's children index even if the parent isn't ↵Gravatar default2022-11-241-4/+2
| | | | here.
* Backport from xs.Gravatar default2022-11-245-6/+9
|
* Refuse to store objects that are already here.Gravatar default2022-11-241-0/+6
|
* Function object_del() also deletes the indexes.Gravatar default2022-11-241-2/+17
|
* Don't create an actors/ subdirectory in add user.Gravatar default2022-11-241-1/+1
|
* Also check for a non-empty in_reply_to in object_add().Gravatar default2022-11-241-3/+5
|
* Function object_add() also update the parent's children index.Gravatar default2022-11-241-1/+23
|
* Renamed listfile functions to index.Gravatar default2022-11-242-115/+115
|
* Don't search explicitly for Person in actor_get().Gravatar default2022-11-231-2/+2
| | | | Some actors are of type Service.
* Added listfile prototypes to snac.h.Gravatar default2022-11-231-0/+5
|
* Some tweaks to the new listfile functions.Gravatar default2022-11-231-9/+10
|
* More listfile functions.Gravatar default2022-11-231-4/+62
|
* New function list_del_md5().Gravatar default2022-11-231-0/+38
|
* New function object_get_by_md5().Gravatar default2022-11-231-4/+11
|
* Renamed _object_fn_by_id() to _object_fn().Gravatar default2022-11-231-5/+5
|
* New function list_add_md5().Gravatar default2022-11-231-0/+19
|
* New function object_del().Gravatar default2022-11-231-0/+15
|
* Deleted purge of old actors directory.Gravatar default2022-11-231-9/+0
|
* New db_layout 2.2.Gravatar default2022-11-232-2/+36
|
* actor_get() and actor_add() now use the object database.Gravatar default2022-11-232-49/+23
|
* Version 2.12 RELEASED.2.12Gravatar default2022-11-231-1/+1
|
* Disabled call to object_add() from actor_add() temporarily.Gravatar default2022-11-231-1/+1
|
* Added calls to flock() in object functions.Gravatar default2022-11-231-1/+6
|
* Updated dependencies.Gravatar default2022-11-231-8/+9
|
* Moved db_upgrade() to its source file.Gravatar default2022-11-233-68/+80
|
* More logging in db_upgrade().Gravatar default2022-11-231-4/+8
|
* New generic object functions.Gravatar default2022-11-231-0/+76
|
* New db_layout 2.1.Gravatar default2022-11-231-8/+19
|
* New function db_upgrade().Gravatar default2022-11-233-8/+65
|
* Updated TODO.Gravatar default2022-11-231-0/+2
|
* In msg_note(), also add the in_reply_to author as a tag.Mention.Gravatar default2022-11-221-6/+21
|
* Increased max grampa levels.Gravatar default2022-11-221-1/+1
|
* Backport from xs (new xs_set() API).Gravatar default2022-11-213-33/+55
|
* Changed debug level to grampa max_levels reached.Gravatar default2022-11-211-1/+1
|
* In _timeline_write(), limit the number of grampa levels updated.Gravatar default2022-11-211-0/+9
|
* Don't hide messages (and their children) if it's already hidden.Gravatar default2022-11-211-1/+5
|
* In timeline_hide(), also hide the children.Gravatar default2022-11-211-1/+10
|
* Merge branch 'master' of /home/angel/git/snac2Gravatar default2022-11-201-0/+6
|\
| * Updated RELEASE_NOTES.Gravatar default2022-11-201-0/+6
| |
* | Also log the hidden parent of a dropped message.Gravatar default2022-11-201-1/+1
|/
* Backport from xs.Gravatar default2022-11-202-6/+85
|
* Deleted the link at the end of each RSS entry.Gravatar default2022-11-201-4/+0
|
* More RSS tweaks.Gravatar default2022-11-201-14/+5
|