Commit Graph

4 Commits

Author SHA1 Message Date
Simon Rozman
3ce6ade7af Memory containing password is sanitized before dismissed now. 2015-04-09 12:53:35 +00:00
Simon Rozman
45a741d7db Gradual code migration to ATL and object-oriented approach:
- Configuration, user and session data are now internally stored as objects.
- Object wrappers for many structs and primitives added.
- Code partially rewritten to work with objects and benefit out-of-scope clean-up using object destructors.
- …And a lot more code internal changes.

Configuration, user and other data is now passed as compact BLOBs in inter-process communication greatly reducing communication payload.
2015-04-09 08:50:24 +00:00
Simon Rozman
d7310ae077 Gradual code migration to ATL and object-oriented approach 2015-04-03 09:36:07 +00:00
Simon Rozman
f4bf46a58f Gradual code migration to ATL and object-oriented approach
Code cleanup
2015-04-03 09:05:43 +00:00