Commit Graph

36 Commits

Author SHA1 Message Date
ayham edf212de7e
add basic test running
continuous-integration/drone/push Build is failing Details
does not add actual test
2021-08-21 08:50:18 +03:00
ayham 27e68e3eeb
convert to argon2 church
continuous-integration/drone/push Build is passing Details
- convert to argon2
- make hahsing actually works
- fix minute stuff with bincode conversion
- sloppy code
- works
2021-08-19 10:51:26 +03:00
ayham 4f420925cf
big rewrite of basic components
continuous-integration/drone/push Build is failing Details
- rewrite of Message structure
- rewrite of method of handling Messages
- rewirte of handle_data
- rewrite of JWT file structures
- build but does not actually work
- next step is to conver to a more generic password (also email) hashing
  library, the kind of password_hash
2021-08-13 09:00:23 +03:00
ayham f2c4d46ffe
improve logging substantially
- remove simple_logger
- add fern logging
- remove no longer applicable gen_log.rs
- add address based logging
	- every spawned task that handles a client logs their address
	- main task/runtime has address 0.0.0.0:0
- add pretty colored logging
- remove /var/log requirement
2021-06-01 12:12:28 +03:00
ayham 375a9a24c4
fix minimal build 2021-05-30 21:47:27 +03:00
ayham bf6a475ced
server now runs 2021-05-30 20:08:02 +03:00
ayham 7ac3ad79dc
client now builds 2021-05-26 09:30:52 +03:00
ayham 924603e43e
server now runs (hopefully) 2021-05-24 13:53:43 +03:00
ayham 17d2a0e93e
add minimal server loop using tokio 2021-05-23 18:09:56 +03:00
ayham 53411dc9c7
make hybrid as default features 2021-05-23 07:08:53 +03:00
ayham 1a9c7ae937
fix return_flags codes 2021-05-19 15:37:52 +03:00
realaltffour ea0b5efdaa
add: error table 2020-08-30 06:21:31 +03:00
realaltffour 52202f0d41
add: register() 2020-08-12 06:41:02 +03:00
realaltffour 0b2f6176c6
minimal libtrader builds 2020-08-11 13:47:29 +03:00
realaltffour 858866e557
add: server side account_create() incomplete 2020-08-11 12:38:27 +03:00
realaltffour a80bf867bd
remove worker servers 2020-08-10 13:09:13 +03:00
realaltffour eb54e24dbf
account: add jwt sessions 2020-08-09 11:31:56 +03:00
realaltffour 1e70c28faf
account: get_server_hash() 2020-08-07 19:14:37 +03:00
realaltffour 8746ccdba9
bump version to 0.4 2020-08-07 12:48:01 +03:00
realaltffour c2d997422d
fix: fix the fix of Cargo.toml 2020-08-06 13:36:09 +03:00
realaltffour 6f29fce712
re-add: default features 2020-08-06 13:17:48 +03:00
realaltffour 7d3ebbc505
network: add tls_client_sandbox.rs 2020-08-06 12:50:24 +03:00
realaltffour 7ae26ae04c
network: add tls_client.rs 2020-08-06 09:49:27 +03:00
realaltffour 9d446a9f59
network: add basic tls_connection impl 2020-08-05 09:57:56 +03:00
realaltffour aada938639
parser: add message_builder() 2020-08-04 20:13:46 +03:00
realaltffour 6924019e9e
docs: fix examples being run 2020-08-03 20:49:11 +03:00
realaltffour 366a37939b
account: add hashash_pwd_client() 2020-08-03 16:44:17 +03:00
realaltffour d8a0a213a2
add: gen_log() 2020-07-31 10:40:34 +03:00
realaltffour 7f30b78cf0
clean: make PositionType converatable to bool 2020-07-30 13:31:23 +03:00
realaltffour b73bc5e798
fix: fadd missing defaults 2020-07-29 21:54:27 +03:00
realaltffour 00d7e03e27
add: logging system. 2020-07-29 12:30:40 +03:00
realaltffour 3806697864
add: GlobalState 2020-07-23 16:07:25 +03:00
realaltffour cdb781afdf
db: add sandbox deployment & fix master deployment 2020-07-20 11:53:02 +03:00
realaltffour ee7055be03
db: add postgres dep 2020-07-20 11:53:01 +03:00
realaltffour 73a3a20524
ds: add stock definition 2020-07-20 11:52:55 +03:00
realaltffour 2e658af71a
rust: changed project to be in rust 2020-07-20 11:52:53 +03:00