]> Entropealabs - wampex.git/shortlog
wampex.git
2025-01-06 Christopher... Merge branch 'pbkdf2-fix' into 'master' master
2025-01-06 Christopher... upgrade msgpax 4/head
2025-01-06 Christopher... update deps
2025-01-05 Christopher... fix password hashing function
2021-11-02 Christopher... add package release info
2021-09-18 Christopher... add compare_secure crypto function
2021-09-18 Christopher... fix merge conflicts
2021-09-18 Christopher... updates for erlang 24
2020-12-05 Christopher... Merge branch 'elixir-1.11-upgrade' into 'master'
2020-12-05 Chris Brodtfix credo issues found by ci
2020-12-04 Chris Brodtupdate .tools-versions to point to latest elixir 1...
2020-12-04 Chris Brodtadd .gitlab-ci.yml
2020-12-03 Chris Brodtupdates to silence elixr 1.11 warnings
2020-04-17 Christophersetting up for integration tests dev
2020-04-17 Christopherdon't use iodata
2020-04-17 Christopheruse msgpax lib
2020-04-05 Christopheradd welcome state
2020-04-02 Christopheradd publish_error
2020-04-01 Christopheradd functions and handlers for all errors
2020-04-01 Christopherupdate error handling
2020-03-25 Christopherenforce string packing
2020-03-23 Christopherpass tests struct-types
2020-03-23 Christopherremove warnings
2020-03-23 Christopherhandle functions return structs instead of tuples
2020-03-21 Christopherfix backwards args for invocation handling
2020-03-21 Christopherupdate README
2020-03-20 Christopherremove old configs router-implementation
2020-03-20 Christopherremove bondy_config
2020-03-20 Christophermoving router and client to their own repos
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