| 2025-01-06 |
Christopher... | Merge branch 'pbkdf2-fix' into 'master' master |
commit | commitdiff | tree | snapshot |
| 2025-01-06 |
Christopher... | upgrade msgpax 4/head |
commit | commitdiff | tree | snapshot |
| 2025-01-06 |
Christopher... | update deps |
commit | commitdiff | tree | snapshot |
| 2025-01-05 |
Christopher... | fix password hashing function |
commit | commitdiff | tree | snapshot |
| 2021-11-02 |
Christopher... | add package release info |
commit | commitdiff | tree | snapshot |
| 2021-09-18 |
Christopher... | add compare_secure crypto function |
commit | commitdiff | tree | snapshot |
| 2021-09-18 |
Christopher... | fix merge conflicts |
commit | commitdiff | tree | snapshot |
| 2021-09-18 |
Christopher... | updates for erlang 24 |
commit | commitdiff | tree | snapshot |
| 2020-12-05 |
Christopher... | Merge branch 'elixir-1.11-upgrade' into 'master' |
commit | commitdiff | tree | snapshot |
| 2020-12-05 |
Chris Brodt | fix credo issues found by ci |
commit | commitdiff | tree | snapshot |
| 2020-12-04 |
Chris Brodt | update .tools-versions to point to latest elixir 1... |
commit | commitdiff | tree | snapshot |
| 2020-12-04 |
Chris Brodt | add .gitlab-ci.yml |
commit | commitdiff | tree | snapshot |
| 2020-12-03 |
Chris Brodt | updates to silence elixr 1.11 warnings |
commit | commitdiff | tree | snapshot |
| 2020-04-17 |
Christopher | setting up for integration tests dev |
commit | commitdiff | tree | snapshot |
| 2020-04-17 |
Christopher | don't use iodata |
commit | commitdiff | tree | snapshot |
| 2020-04-17 |
Christopher | use msgpax lib |
commit | commitdiff | tree | snapshot |
| 2020-04-05 |
Christopher | add welcome state |
commit | commitdiff | tree | snapshot |
| 2020-04-02 |
Christopher | add publish_error |
commit | commitdiff | tree | snapshot |
| 2020-04-01 |
Christopher | add functions and handlers for all errors |
commit | commitdiff | tree | snapshot |
| 2020-04-01 |
Christopher | update error handling |
commit | commitdiff | tree | snapshot |
| 2020-03-25 |
Christopher | enforce string packing |
commit | commitdiff | tree | snapshot |
| 2020-03-23 |
Christopher | pass tests struct-types |
commit | commitdiff | tree | snapshot |
| 2020-03-23 |
Christopher | remove warnings |
commit | commitdiff | tree | snapshot |
| 2020-03-23 |
Christopher | handle functions return structs instead of tuples |
commit | commitdiff | tree | snapshot |
| 2020-03-21 |
Christopher | fix backwards args for invocation handling |
commit | commitdiff | tree | snapshot |
| 2020-03-21 |
Christopher | update README |
commit | commitdiff | tree | snapshot |
| 2020-03-20 |
Christopher | remove old configs router-implementation |
commit | commitdiff | tree | snapshot |
| 2020-03-20 |
Christopher | remove bondy_config |
commit | commitdiff | tree | snapshot |
| 2020-03-20 |
Christopher | moving router and client to their own repos |
commit | commitdiff | tree | snapshot |
| 2020-03-20 |
Christopher | adds cockroach backed Realms and Users, internal Admin... |
commit | commitdiff | tree | snapshot |
| 2020-03-19 |
Christopher | adds moduledoc with create table command |
commit | commitdiff | tree | snapshot |
| 2020-03-19 |
Christopher | adds initial support for CockroachDB persistent store |
commit | commitdiff | tree | snapshot |
| 2020-03-18 |
Christopher | handle binary or list for subscribed message handling |
commit | commitdiff | tree | snapshot |
| 2020-03-18 |
Christopher | adds unsubscribe and removes subscriptions on session... |
commit | commitdiff | tree | snapshot |
| 2020-03-18 |
Christopher | bigger keys |
commit | commitdiff | tree | snapshot |
| 2020-03-18 |
Christopher | auth updates |
commit | commitdiff | tree | snapshot |
| 2020-03-18 |
Christopher | parse array of ws protocols |
commit | commitdiff | tree | snapshot |
| 2020-03-17 |
Christopher | expose replica and quorum |
commit | commitdiff | tree | snapshot |
| 2020-03-17 |
Christopher | handle call errors |
commit | commitdiff | tree | snapshot |
| 2020-03-17 |
Christopher | don't filter all of the invocations |
commit | commitdiff | tree | snapshot |
| 2020-03-17 |
Christopher | adds some logging around rpc calls |
commit | commitdiff | tree | snapshot |
| 2020-03-17 |
Christopher | properly return pong |
commit | commitdiff | tree | snapshot |
| 2020-03-17 |
Christopher | invocations couldbe gone by the time we yield, also... |
commit | commitdiff | tree | snapshot |
| 2020-03-17 |
Christopher | update cluster_kv to git version |
commit | commitdiff | tree | snapshot |
| 2020-03-17 |
Christopher | use keyspace for ClusterKV |
commit | commitdiff | tree | snapshot |
| 2020-03-17 |
Christopher | initial router authentication |
commit | commitdiff | tree | snapshot |
| 2020-03-16 |
Christopher | use send_to_peer, default error value |
commit | commitdiff | tree | snapshot |
| 2020-03-16 |
Christopher | better handling of errors and aborts |
commit | commitdiff | tree | snapshot |
| 2020-03-16 |
Christopher | initial broker support |
commit | commitdiff | tree | snapshot |
| 2020-03-15 |
Christopher | routed RPC working |
commit | commitdiff | tree | snapshot |
| 2020-03-15 |
Christopher | initial router session code and state machine in place |
commit | commitdiff | tree | snapshot |
| 2020-03-10 |
Christopher | update commit hash in README |
commit | commitdiff | tree | snapshot |
| 2020-03-10 |
Christopher | move files around to allow for Wampex.Server namespace |
commit | commitdiff | tree | snapshot |
| 2020-02-22 |
Christopher | update states and resources, use module variables |
commit | commitdiff | tree | snapshot |
| 2020-02-21 |
Christopher | link to session.json |
commit | commitdiff | tree | snapshot |
| 2020-02-21 |
Christopher | removemove call cancel from auth section |
commit | commitdiff | tree | snapshot |
| 2020-02-21 |
Christopher | list supported basic and advanced features |
commit | commitdiff | tree | snapshot |
| 2020-02-21 |
Christopher | adds support for call cancel and progressive results |
commit | commitdiff | tree | snapshot |
| 2020-02-21 |
Christopher | clean up Role interface |
commit | commitdiff | tree | snapshot |
| 2020-02-21 |
Christopher | make sure to keep exiting requests when checking for... |
commit | commitdiff | tree | snapshot |
| 2020-02-21 |
Entropealabs | Merge branch 'authentication' into 'master' |
commit | commitdiff | tree | snapshot |
| 2020-02-21 |
Christopher | improve test coverage, when session dies take everythin... |
commit | commitdiff | tree | snapshot |
| 2020-02-21 |
Christopher | adds bondy config and readme about running bondy locally |
commit | commitdiff | tree | snapshot |
| 2020-02-20 |
Christopher... | change transition event to established |
commit | commitdiff | tree | snapshot |
| 2020-02-20 |
Christopher... | adds authentication, will also queue messages until... |
commit | commitdiff | tree | snapshot |
| 2020-02-20 |
Christopher | initial support for authentication |
commit | commitdiff | tree | snapshot |
| 2020-02-19 |
Christopher... | adds error for aborts |
commit | commitdiff | tree | snapshot |
| 2020-02-19 |
Christopher... | use structs as interface to role functions |
commit | commitdiff | tree | snapshot |
| 2020-02-18 |
Christopher | fix typo in readme |
commit | commitdiff | tree | snapshot |
| 2020-02-18 |
Christopher | use latest tag in readme example |
commit | commitdiff | tree | snapshot |
| 2020-02-18 |
Christopher | add type specs to realm struct |
commit | commitdiff | tree | snapshot |
| 2020-02-18 |
Christopher | fix roles typo |
commit | commitdiff | tree | snapshot |
| 2020-02-18 |
Christopher | update README with new Session creation struct |
commit | commitdiff | tree | snapshot |
| 2020-02-18 |
Christopher | remove Session.new, just instantiate a struct |
commit | commitdiff | tree | snapshot |
| 2020-02-18 |
Christopher | typo |
commit | commitdiff | tree | snapshot |
| 2020-02-18 |
Christopher | note about documentation |
commit | commitdiff | tree | snapshot |
| 2020-02-18 |
Christopher | add note about PubSub |
commit | commitdiff | tree | snapshot |
| 2020-02-18 |
Christopher | no docs yet |
commit | commitdiff | tree | snapshot |
| 2020-02-18 |
Christopher | update readme and docs |
commit | commitdiff | tree | snapshot |
| 2020-02-18 |
Entropealabs | Add LICENSE |
commit | commitdiff | tree | snapshot |
| 2020-02-18 |
Christopher | change wampex start_link interface |
commit | commitdiff | tree | snapshot |
| 2020-02-18 |
Christopher | add image of state machine |
commit | commitdiff | tree | snapshot |
| 2020-02-18 |
Christopher | remove invalid creds flow for now |
commit | commitdiff | tree | snapshot |
| 2020-02-18 |
Christopher | tweaking specs for docs |
commit | commitdiff | tree | snapshot |
| 2020-02-18 |
Christopher | more specs to the roles |
commit | commitdiff | tree | snapshot |
| 2020-02-18 |
Christopher | more tests, alias for running all tests, coveralls... |
commit | commitdiff | tree | snapshot |
| 2020-02-18 |
Christopher | some integration tests |
commit | commitdiff | tree | snapshot |
| 2020-02-17 |
Christopher | move more logging to debug logging. don't track cast_se... |
commit | commitdiff | tree | snapshot |
| 2020-02-17 |
Christopher | enumerate all result types, remove uneccessary states... |
commit | commitdiff | tree | snapshot |
| 2020-02-17 |
Christopher | adds Registry based dispatch for invocations and subscr... |
commit | commitdiff | tree | snapshot |
| 2020-02-17 |
Christopher | adds msgpack support |
commit | commitdiff | tree | snapshot |
| 2020-02-17 |
Christopher | initial handling of all incoming messages |
commit | commitdiff | tree | snapshot |
| 2020-02-17 |
Christopher | supervisor structure |
commit | commitdiff | tree | snapshot |
| 2020-02-16 |
Christopher | update session state machine |
commit | commitdiff | tree | snapshot |
| 2020-02-16 |
Christopher | initial prototype |
commit | commitdiff | tree | snapshot |
|