Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MVP for message tags #355

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from

Commits on Mar 6, 2022

  1. Add STAG server cap

    edk0 committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    3fbc71d View commit details
    Browse the repository at this point in the history
  2. msgbuf: Add msgbuf_get_tag

    edk0 committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    b91b2d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45e4589 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    daa62dd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8cf482b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ad42cac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1ff42b9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d10b701 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Configuration menu
    Copy the full SHA
    5f018ae View commit details
    Browse the repository at this point in the history
  2. m_message: proper tag propagation

    This introduces an handler to accept or not the propagation of a tag.
    Basic sketch API is provided for modules to hook for providing their own
    policy for specific tag propagation.
    RaitoBezarius committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    cd36b6a View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2022

  1. message-tags: facility to manipulate client-tags

    It provides for hook facilities to client-only tags:
    
    - messages can be dropped silently ;
    - messages can be edited ;
    - messages can be stripped from a client-only tag
    RaitoBezarius committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    d25e9ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4841da7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    945f9d9 View commit details
    Browse the repository at this point in the history