8000 Comparing 3.2.0...3.3.0 · esl/amoc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
bas 8000 e repository: esl/amoc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.2.0
Choose a base ref
...
head repository: esl/amoc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.3.0
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on May 7, 2024

  1. Remove unused table

    NelsonVides committed May 7, 2024
    Configuration menu
    Copy the full SHA
    9279382 View commit details
    Browse the repository at this point in the history
  2. Allow any term to be a coordinator name

    This comes from when the name was the name of a registered process, and
    hence the Erlang registry required it be an atom, but now it is an
    opaque term stored in a persistent term, hence allowing the flexibility
    for it to be any term allows us to create coordinators dynamically.
    
    One example of when this might be desired is when coordinating members
    of a groupchat: when the groupchat is created, a coordinator is created
    with the name of the groupchat, and the members will add themselves to
    this coordinator. This way, they can coordinate setting presences and
    messages within the namespace of that room alone.
    NelsonVides committed May 7, 2024
    Configuration menu
    Copy the full SHA
    a89e5c1 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Merge pull request #183 from esl/coordinator/arbitrary_names

    Allow any term to be a coordinator name
    DenysGonchar authored May 15, 2024
    Configuration menu
    Copy the full SHA
    887e312 View commit details
    Browse the repository at this point in the history
Loading
0