freechat/tui/src
shockrah 894a5bae34 - Removing more behavior from the cache for complexity reduciton
+ Cache is no longer contained in app structure
This should let us later throw this into an Arc<Mutex<>> for better
async support.
! Also more cache access safety is being done on the front end because the cahe doesn't guarantee much on access
Perhaps some convenience wrappers would make this look nicer(with inline)

!!! Main needs a lot of flattening
It's technically not much of a problem since most of the code behind 1/2 match's
which really just bloat the hell out of indentation making it look bad when its not _that_ bad.
However it still bugs me so I should probably do something about that(also (inline))
2021-04-14 22:44:57 -07:00
..
util FULL REWORK AND PORT TO TERMION 2021-03-17 20:39:42 -07:00
api_types.rs - Removing more behavior from the cache for complexity reduciton 2021-04-14 22:44:57 -07:00
cache.rs - Removing more behavior from the cache for complexity reduciton 2021-04-14 22:44:57 -07:00
command.rs - Adding listhost + listchan command variants 2021-04-05 17:00:59 -07:00
common.rs + Handful of useful macros/functions that are used basically everywhere 2021-04-04 14:15:06 -07:00
config.rs - Removing network control from the cache 2021-04-11 17:39:54 -07:00
log.rs really simple debugger logger, will remove at some point but it has use right now 2021-04-09 21:55:04 -07:00
main.rs - Removing more behavior from the cache for complexity reduciton 2021-04-14 22:44:57 -07:00
net.rs - Removing more behavior from the cache for complexity reduciton 2021-04-14 22:44:57 -07:00