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

purple: add defer_joins, use_matrix_alias and name_with_tag options #125

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Apr 4, 2019

  1. purple: add defer_joins, use_matrix_alias and name_with_tag options

    (Most of these changes are aimed at making matrix not a pain to use)
    - The `defer_joins` option on prpl accounts waits for users to be added
      to a prpl conversation before adding the bitlbee user, in the hope
      of being able to get some chat name/alias metadata before doing so.
    - (To that end, the name hint for rooms is now updated when users are
      added.)
    - The `name_with_tag` options prefixes the account tag to the name hint
      for prpl accounts, in order to namespace prpl channels somewhat.
    - The `use_matrix_alias` option is specialized for the purple-matrix
      plugin, and makes the name hint use the `matrix_alias` data item
      of the prpl conversation, instead of the title.
    eeeeeta committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    fc75fb4 View commit details
    Browse the repository at this point in the history
  2. address review commentary

    eeeeeta committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    51a6eec View commit details
    Browse the repository at this point in the history
  3. reset max nick length

    eeeeeta committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    3547d28 View commit details
    Browse the repository at this point in the history
  4. add helpstrings

    eeeeeta committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    f427c4e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0809d99 View commit details
    Browse the repository at this point in the history
  6. prpl name is 'Matrix'

    eeeeeta committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    0350b3d View commit details
    Browse the repository at this point in the history