]> Entropealabs - wampex_router.git/shortlog
wampex_router.git
2020-03-25 Christopherupdate types for Authentication behaviour, don't error...
2020-03-24 Christophermoves authentication out of wampex_router
2020-03-23 Christophertests pass
2020-03-23 Christopheruse struct types throughout
2020-03-22 Christophermake database configurable with env vars
2020-03-21 Christopherupdate wamp lib
2020-03-21 Christophermove realm sepcific logic to it's own module
2020-03-21 Christophermove sessions to their own supervisor under realms
2020-03-21 Christopheruser Peer instead of User
2020-03-21 Christophershard proxies based on realm
2020-03-21 Christopherupdate README
2020-03-21 Christopherupdate README
2020-03-21 Christopherupdate README
2020-03-21 Christopherupdate client version for testing
2020-03-20 Christophermove configs to router namespace router-implementation
2020-03-20 Christopherremove bondy_config
2020-03-20 Christopheradds cockroach backed Realms and Users, internal Admin...
2020-03-19 Christopheradds moduledoc with create table command
2020-03-19 Christopheradds initial support for CockroachDB persistent store
2020-03-18 Christopherhandle binary or list for subscribed message handling
2020-03-18 Christopheradds unsubscribe and removes subscriptions on session...
2020-03-18 Christopherbigger keys
2020-03-18 Christopherauth updates
2020-03-18 Christopherparse array of ws protocols
2020-03-17 Christopherexpose replica and quorum
2020-03-17 Christopherhandle call errors
2020-03-17 Christopherdon't filter all of the invocations
2020-03-17 Christopheradds some logging around rpc calls
2020-03-17 Christopherproperly return pong
2020-03-17 Christopherinvocations couldbe gone by the time we yield, also...
2020-03-17 Christopherupdate cluster_kv to git version
2020-03-17 Christopheruse keyspace for ClusterKV
2020-03-17 Christopherinitial router authentication
2020-03-16 Christopheruse send_to_peer, default error value
2020-03-16 Christopherbetter handling of errors and aborts
2020-03-16 Christopherinitial broker support
2020-03-15 Christopherrouted RPC working
2020-03-15 Christopherinitial router session code and state machine in place
2020-03-10 Christopherupdate commit hash in README
2020-03-10 Christophermove files around to allow for Wampex.Server namespace
2020-02-22 Christopherupdate states and resources, use module variables
2020-02-21 Christopherlink to session.json
2020-02-21 Christopherremovemove call cancel from auth section
2020-02-21 Christopherlist supported basic and advanced features
2020-02-21 Christopheradds support for call cancel and progressive results
2020-02-21 Christopherclean up Role interface
2020-02-21 Christophermake sure to keep exiting requests when checking for...
2020-02-21 EntropealabsMerge branch 'authentication' into 'master'
2020-02-21 Christopherimprove test coverage, when session dies take everythin...
2020-02-21 Christopheradds bondy config and readme about running bondy locally
2020-02-20 Christopher... change transition event to established
2020-02-20 Christopher... adds authentication, will also queue messages until...
2020-02-20 Christopherinitial support for authentication
2020-02-19 Christopher... adds error for aborts
2020-02-19 Christopher... use structs as interface to role functions
2020-02-18 Christopherfix typo in readme
2020-02-18 Christopheruse latest tag in readme example
2020-02-18 Christopheradd type specs to realm struct
2020-02-18 Christopherfix roles typo
2020-02-18 Christopherupdate README with new Session creation struct
2020-02-18 Christopherremove Session.new, just instantiate a struct
2020-02-18 Christophertypo
2020-02-18 Christophernote about documentation
2020-02-18 Christopheradd note about PubSub
2020-02-18 Christopherno docs yet
2020-02-18 Christopherupdate readme and docs
2020-02-18 EntropealabsAdd LICENSE
2020-02-18 Christopherchange wampex start_link interface
2020-02-18 Christopheradd image of state machine
2020-02-18 Christopherremove invalid creds flow for now
2020-02-18 Christophertweaking specs for docs
2020-02-18 Christophermore specs to the roles
2020-02-18 Christophermore tests, alias for running all tests, coveralls...
2020-02-18 Christophersome integration tests
2020-02-17 Christophermove more logging to debug logging. don't track cast_se...
2020-02-17 Christopherenumerate all result types, remove uneccessary states...
2020-02-17 Christopheradds Registry based dispatch for invocations and subscr...
2020-02-17 Christopheradds msgpack support
2020-02-17 Christopherinitial handling of all incoming messages
2020-02-17 Christophersupervisor structure
2020-02-16 Christopherupdate session state machine
2020-02-16 Christopherinitial prototype