about summary refs log tree commit diff
path: root/app/lib/command_tag
AgeCommit message (Collapse)Author
2020-08-30[Command Tags] Preload statement handlersFire Demon
2020-08-30[Federation] Add backend support for ActivityPub object titlesFire Demon
2020-08-30[Bug] Pass text command arguments as array instead of using splat operatingFire Demon
2020-08-30[Revise] Rename StatusTools to ParentStatusTools for next commitFire Demon
2020-08-30[Feature, Federation, Port: hometown@b3e6597] Support locally cached inline ↵Darius Kazemi
images [+ Monsterfork additions] Changes added by Monsterfork: - Do not limit to only Articles - Reuse existing media; retroactively using more-detailed descriptions - Also scrub carrige returns between tags - Handle download failures - Attach to statuses and keep track of inlined media - Handle local edits Co-authored-by: Fire Demon <firedemon@creature.cafe>
2020-08-30[Convenience] Parse command tags at the end of lines containing only ↵Fire Demon
mentions and/or hashtags
2020-08-30[Feature] Add additional aliases for (un)hidingFire Demon
2020-08-30[Feature] Add text commands and various aliases for thread (un)hiding: ↵Fire Demon
#!hide, #!unhide, #!hide_thread, #!unhide_thread
2020-08-30[Convenience] Add convenience variable for current conversationFire Demon
2020-08-30[Convenience] Treat colons and dots as underscores and ignore consecutive ↵Fire Demon
word separators when translating command tags to method names
2020-08-30[Bug] Purge cached status when processing command tags and editsFire Demon
2020-08-30[Feature] Add command tags; add #!edit and #!publish commands for mobile usersFire Demon