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

rework of the gen_mod module, part #1 #3104

Merged
merged 8 commits into from
May 5, 2021
Merged

Commits on May 4, 2021

  1. Configuration menu
    Copy the full SHA
    75ee0e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d87fc7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da688e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12e1075 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    10787ed View commit details
    Browse the repository at this point in the history
  6. adding mongoose_subdomain_utils

    some notes to the changes:
    * mod_event_pusher_push:maybe_enable_node/5:
       - first of all, previous implementation had problems with federation pub-sub servers.
       - also, having dynamic domains enabled, it might be too expensive to get all the domains.
       - and that dynamic domains are added in the lazy manner to the routing table
    * rework of the virtual_pubsub_hosts option processing/validation:
       - @hosts@ template was a bit confusing, people were asking about the difference to @host@ template all the time.
       - it is still possible to configure manually all the sub-hosts, if there's such a need.
       - now processing of the virtual_pubsub_hosts is done in the same way as other host templates
       - there is no need in storing separate normalized_virtual_pubsub_hosts option, so we can remove gen_mod:set_module_opt/4 call
    DenysGonchar committed May 4, 2021
    Configuration menu
    Copy the full SHA
    d536d35 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    88c1b5a View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. Configuration menu
    Copy the full SHA
    928be17 View commit details
    Browse the repository at this point in the history