about summary refs log tree commit diff
path: root/app/lib/command_tag/processor.rb
AgeCommit message (Expand)Author
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] Run setup handlers in sort orderFire 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[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] Include cc in visibilities listFire Demon
2020-08-30[Feature, Privacy, Command Tags] Add support for addressing listsFire Demon
2020-08-30[Command Tags] Add support for persistent variablesFire Demon
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] 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 bet...Fire Demon
2020-08-30[Command Tags] Simplify tag processing and add support for return value templ...Fire Demon
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 hashta...Fire Demon
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] Do not convert body text to list / Parse and replace command t...Fire Demon
2020-08-30[Privacy] Improve handling of mixed permissionsFire Demon
2020-08-30[Bug, Command Tags] Match multi-line blocks non-greedilyFire Demon
2020-08-30[Privacy, Command Tags] Set semiprivate flag on mixed-privacy postsFire Demon
2020-08-30[Command Tags] Handle representing code blocks for all content typesFire Demon
2020-08-30[Command Tags, Revise] Use %%...%% for templates instead of {%...%}Fire Demon
2020-08-30[Command Tags] Fix parsing of of multi-line argument; add support for variabl...Fire Demon
2020-08-30[Command Tags] Add helper methods for parsing post visibility and domainsFire Demon
2020-08-30[Command Tags] Preload statement handlersFire Demon
2020-08-30[Bug] Pass text command arguments as array instead of using splat operatingFire Demon
2020-08-30[Feature, Federation, Port: hometown@b3e6597] Support locally cached inline i...Darius Kazemi
2020-08-30[Convenience] Parse command tags at the end of lines containing only mentions...Fire Demon
2020-08-30[Convenience] Add convenience variable for current conversationFire Demon
2020-08-30[Convenience] Treat colons and dots as underscores and ignore consecutive wor...Fire Demon
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