Commit Graph

43 Commits

Author SHA1 Message Date
ff225070e4
add drone ci support
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
2021-07-30 07:04:54 +03:00
3b0ed67242
fix comments in client/*/authorization.rs 2021-07-16 13:23:03 +03:00
8e1dd7c9ca
fix comemnts in client/creation.rs 2021-07-16 13:16:50 +03:00
d63f711a33
fix comments in retrieval_portfolio.rs 2021-07-16 13:10:22 +03:00
cd138d9225
fix comments in retrieval_transaction.rs 2021-07-16 13:05:01 +03:00
3adab64b59
fix comments in client/initalizer.rs 2021-07-14 23:12:14 +03:00
95b4f7789a
fix comment gen_tls_client_config 2021-07-14 23:08:46 +03:00
30aa9720ae
fix comments in get/req_server_salt.rs 2021-07-14 23:07:46 +03:00
1efc7aea8f
fix comments get_server_salt.rs 2021-07-14 22:58:29 +03:00
bd35323627
cargo fmt 2021-06-02 17:01:26 +03:00
713bfdb6ff
do all todos 2021-06-02 16:49:32 +03:00
ca7c91216b
cargo fmt 2021-06-01 19:04:28 +03:00
66af765def
make 'src/common' actually common
- delete no longer needed lookup_ipv4
- delete no longer needed path_exists
- move gen_tls_client_config from common to client
- move gen_tls_server_config from common to server
2021-06-01 18:59:07 +03:00
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
a965957bcb
apply cargo fmt 2021-05-31 17:41:21 +03:00
9a554e85c2
remove client build warnings 2021-05-31 17:39:01 +03:00
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
bf6a475ced
server now runs 2021-05-30 20:08:02 +03:00
7ac3ad79dc
client now builds 2021-05-26 09:30:52 +03:00
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
fb65b03de3
use ReturnFlags & fix assert_msg? 2021-05-21 11:10:37 +03:00
fa883738be
fix all TODO 2021-05-20 19:55:38 +03:00
a4593f6b88
cargo fmt apply 2021-05-20 17:42:18 +03:00
a3c29e5374
swap error strings with ReturnFlags 2021-05-20 15:07:08 +03:00
ff47da67c0
fix assert_msg() & add custom checking 2021-05-20 09:57:25 +03:00
13e4e70511
format & add Github CI fmt checking 2021-05-19 17:51:36 +03:00
realaltffour
51444cf079
clean: errors in client/initializer.rs 2020-08-31 07:04:16 +03:00
realaltffour
0620c7b8cc
chnge: params for wait_and_read_branched() in creation.rs 2020-08-19 06:13:14 +03:00
realaltffour
7a990ff89b
remove: message_builder error return 2020-08-19 06:09:02 +03:00
realaltffour
e50a4435d2
add: impl io::Write for TlsConnection 2020-08-18 15:37:55 +03:00
realaltffour
6803fa5769
add: retrieval_portfolio() 2020-08-16 17:53:06 +03:00
realaltffour
321246b464
end all warning for unused macro imports 2020-08-15 20:04:53 +03:00
realaltffour
50d276430d
add: portfolio retrieval 2020-08-15 19:53:02 +03:00
realaltffour
e97893ea3e
add: basic infrastructure for retrieval_portfolio function 2020-08-15 13:34:02 +03:00
realaltffour
805c488230
chnge: from i64 to f64 for stocks 2020-08-14 11:06:46 +03:00
realaltffour
b9d73ee6bd
add: acc_auth() server side 2020-08-13 12:40:29 +03:00
realaltffour
5ebf00ce0b
fix: creation.rs not using data 2020-08-12 09:14:17 +03:00
realaltffour
b1de0394fa
chnge: use json for authorization 2020-08-12 09:12:06 +03:00
realaltffour
52202f0d41
add: register() 2020-08-12 06:41:02 +03:00
realaltffour
730a6f198a
make client now buildable 2020-08-11 14:49:29 +03:00
realaltffour
0b2f6176c6
minimal libtrader builds 2020-08-11 13:47:29 +03:00
realaltffour
b35db43fae
organize common/ 2020-08-11 13:27:25 +03:00
realaltffour
5ce8e86085
rework file hierarchy 2020-08-11 13:16:25 +03:00