Commit Graph

44 Commits

Author SHA1 Message Date
ayham 661e3709fb
fix typos in drone tests
continuous-integration/drone/push Build is passing Details
2021-08-21 17:13:46 +03:00
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 98a4591d55
remove unneeded sandbox files 2021-07-19 14:01:27 +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 d32140ceb7
client now runs correctly
- server now handles basic operations correctly
- client now creates random username, email, password
2021-05-30 21:31:01 +03:00
ayham bf6a475ced
server now runs 2021-05-30 20:08:02 +03:00
ayham 1caecac757
remove bitflags for ReturnFlags.
- remove bitflags for ReturnFlags.
- replace all occurances of ReturnFlags with correct codes.
2021-05-21 13:03:02 +03:00
ayham 13e4e70511
format & add Github CI fmt checking 2021-05-19 17:51:36 +03:00
realaltffour 730a6f198a
make client now buildable 2020-08-11 14:49:29 +03:00
realaltffour cb3c614d4c
use: libtrader_init_client() 2020-08-10 17:27:26 +03:00
realaltffour f010f22b04
server: add libtrader_init_server() 2020-08-10 16:42:12 +03:00
realaltffour a80bf867bd
remove worker servers 2020-08-10 13:09:13 +03:00
realaltffour 237fd7c2fb
clean: remove warnings in acc_auth.rs 2020-08-10 08:13:31 +03:00
realaltffour b766877832
cleanup: make client build without any warnings 2020-08-10 08:06:41 +03:00
realaltffour 8e1f3098d3
sandbox: add jwt basic test 2020-08-09 12:08:58 +03:00
realaltffour efb7c20b84
account: complete acc_auth_client() 2020-08-08 18:11:34 +03:00
realaltffour f6f84eec6c
account: req_server_salt() 2020-08-08 17:39:43 +03:00
realaltffour bf62f56878
account: add acc_create_client() 2020-08-08 14:03:11 +03:00
realaltffour 0ed7fcc1f3
account: add get_server_salt() 2020-08-08 11:50:04 +03:00
realaltffour 1e70c28faf
account: get_server_hash() 2020-08-07 19:14:37 +03:00
realaltffour d2ed9c30e4
certs: manage it 2020-08-07 11:08:28 +03:00
realaltffour eeacb1b438
network: standarize lookup_ipv4() 2020-08-06 12:54:33 +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 8cbce6155d
sandbox: add enabling of sub sandboxes 2020-08-06 08:13:44 +03:00
realaltffour 025c2cbfdf
fix: tls_sandbox missing argument 2020-08-06 07:57:24 +03:00
realaltffour 2eaf2a960c
network: add gen_tls_server_config() 2020-08-06 07:48:10 +03:00
realaltffour f4d7b30597
network: tls_server now works 2020-08-05 14:36:00 +03:00
realaltffour 7c3398907f
account: add hash_usr.rs 2020-08-04 09:14:12 +03:00
realaltffour 4432e19b08
doc: add hash_email_client() 2020-08-04 06:34:27 +03:00
realaltffour 38da0bc8a6
account: add hash_email_client() 2020-08-04 06:16:34 +03:00
realaltffour 78a1fd624e
account: add documentation.
- add documentation for hash_pwd_server()
- add documentation for hash_pwd_client()
2020-08-03 20:03:34 +03:00
realaltffour 0559895031
account: add hash_pwd_server() 2020-08-03 18:56:10 +03:00
realaltffour 366a37939b
account: add hashash_pwd_client() 2020-08-03 16:44:17 +03:00
realaltffour ee20660ffd
fix: sandbox not building 2020-08-01 13:46:58 +03:00
realaltffour 77ebef7843
test: add create_company() test 2020-07-31 18:35:49 +03:00
realaltffour 00d7e03e27
add: logging system. 2020-07-29 12:30:40 +03:00
realaltffour fd5307c288
add: create_stock()
- add create_stock function.
- rename unsusued variables to be prefixed with '_' in create_company.rs
2020-07-26 10:52:19 +03:00
realaltffour 22b57e7fb7
add: get_company_from_db() 2020-07-26 10:19:50 +03:00
realaltffour 4d888a9954
add: create_company 2020-07-25 14:57:36 +03:00
realaltffour e476538035
add: StockVal
- change 'numeric' to 'bigint' in 002_table_stock
- add StockVal file
- add mod.rs file for ds/generic
- use StockVal and Company in global_state.rs
- make application buildable
2020-07-24 11:19:56 +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 2e658af71a
rust: changed project to be in rust 2020-07-20 11:52:53 +03:00