about summary refs log tree commit diff
path: root/app/lib/command_tag
AgeCommit message (Collapse)Author
2020-09-01[Future, Privacy] Add sticky domain permissions flagFire Demon
2020-08-31[Command Tags] Add privacy alias for community visibilityFire Demon
2020-08-30[Performance] Cache results of formattingFire Demon
2020-08-30[Bug, Command Tags] Avoid processing deleted statusesFire Demon
2020-08-30[Feature] Support Misskey-compatible boosts with attached content notesFire Demon
2020-08-30[Command Tags] Run module init handlers even if no command tags in postFire Demon
2020-08-30[Command Tags] Move shutdown handler for variables module to end of sorted listFire Demon
2020-08-30[Command Tags] Init variables module before footer moduleFire Demon
2020-08-30[Command Tags] Run setup handlers in sort orderFire Demon
2020-08-30[Bug, Command Tags] Shift arguments when passing "i am"/"we are" alias to ↵Fire Demon
"footer" handler
2020-08-30[Command Tags] Remove footer from post when deleting default or current ↵Fire Demon
signature
2020-08-30[Command Tags] Handle signed alias for footersFire Demon
2020-08-30[Command Tags] Handle "i am"/"we are" aliases for footersFire Demon
2020-08-30[Command Tags] Remove flanking blank space from footerFire Demon
2020-08-30[Command Tags] Allow setting default and signature alias in one statementFire Demon
2020-08-30[Feature] Post signaturesFire Demon
2020-08-30[Command Tags] Clean up on errorFire Demon
2020-08-30[Command Tags] Handle escaping command sigil in argumentsFire Demon
2020-08-30[Feature] Full article supportFire Demon
2020-08-30[Feature] Add support for unlisted and out-of-body tagsFire Demon
2020-08-30[Command Tags] Add #!notify toggle to allow toggling whether or not a post ↵Fire Demon
should be locally delivered to timelines/notifications
2020-08-30[Command Tags] Add support for interpreting arbitary blocks of command statementFire Demon
2020-08-30[Command Tags] Unpublish status before destroyingFire Demon
2020-08-30[Bug, Command Tags] Do not set publish flag on status before passing to ↵Fire Demon
PublishStatusService
2020-08-30[Privacy, Command Tags] Add advanced deletesFire Demon
2020-08-30[Bug, Command Tags] Include cc in visibilities listFire Demon
2020-08-30[Bug] Remove & from includesFire Demon
2020-08-30[Feature, Privacy, Command Tags] Add support for addressing listsFire Demon
2020-08-30[Bug, Command Tags] Remove stray ?Fire Demon
2020-08-30[Command Tags] Add support for persistent variablesFire Demon
2020-08-30[Command Tags] Allow using #!publish with currrent roar if it contains a ↵Fire Demon
body beyond mentions and hashtags
2020-08-30[Command Tags] Move blank post check to utility methodFire Demon
2020-08-30[Command Tags] Make startup and shutdown calls to all modulesFire Demon
2020-08-30[Bug, Command Tags] Strip end markers out of multi-line text blocksFire Demon
2020-08-30[Bug, Command Tags] Use the "all" qualifier in return value templatesFire Demon
2020-08-30[Command Tags] Use return template with code commandFire Demon
2020-08-30[Command Tags] Alias "p" to visibility commandsFire Demon
2020-08-30[Privacy] Add support for matching unmatched domains with * glob in ↵Fire Demon
per-domain permissions
2020-08-30[Command Tags] Add abbreviations for truthy/falsy wordsFire Demon
2020-08-30[Command Tags] Add colon to make delimiter syntax clearerFire Demon
2020-08-30[Command Tags] Add support for strings and interpolation in templates; escapesFire Demon
2020-08-30[Bug, Command Tags] Only skip invalid templates rather than all templatesFire Demon
2020-08-30[Command Tags] Require templates to have at least one non-blank character ↵Fire Demon
between sigils
2020-08-30[Command Tags] Simplify tag processing and add support for return value ↵Fire Demon
templates
2020-08-30[Command Tags] Skip processing if no prefix in bodyFire Demon
2020-08-30[Bug, Command Tags] Consider body blank if left with only mentions and ↵Fire Demon
hashtags to prevent accidental mentions
2020-08-30[Command Tags] Add support for module initializationFire Demon
2020-08-30[Command Tags] Simplify filtering of statement handler namesFire Demon
2020-08-30[Command Tags] Add commands for appending, prepending, and replacing body textFire Demon
2020-08-30[Command Tags] Do not convert body text to list / Parse and replace command ↵Fire Demon
tags in a single pass