| Age | Commit message (Collapse) | Author |
|
correct network thread termination
downloads model skeleton
filters model skeleton
empty download info tabwindow
main window layout
initial server data requests (settings, modules, downloads)
protocol:
renamed most of ui_* messages to download_ui* as it more precise
reworked ui related proto part
added download related messages (should be sufficient for now)
some work on event subscription part
bit of work on module related messages
added more top level messages (most of defined messages may be used now)
|
|
basic connection state display
initial server message handler
|
|
server-session init bug fixed
bit of trace log
client-qt:
bit of trace log
|
|
some initial work on authentification part
client-qt:
some initial work on authentification part
|
|
|
|
thinking about subscriptions
server:
CLIENT_AUTH_REQUEST partially implemented
|
|
setting for port
|
|
socket wraper to work with both ssl and plain connection
server:
socket wraper to work with both ssl and plain connection
bit of config related changes
ssl support (untested)
|
|
renamed some vars to avoid collision with openssl
client-qt:
implemented ssl support
some work on connect_widget
|
|
removed login field in auth_info
added password hash algorithm selection support to auth_info
client-qt:
basic implementation of connect widget (working)
|
|
|
|
|
|
bits of log
client-qt:
implemented basic message dispatcher
ability to send message
(all untested)
|
|
now we have working boost.asio inside qt gui app, thats already something
|
|
working on basic ui
|
|
license added
|
|
implementing network io
client-qt:
implementing network io
|
|
|
|
|
|
|
|
|
|
|
|
|
|
изменено: server/src/main.cpp
изменено: server/udm-server.cbp
|
|
moved on_modules_loaded call to later stage so modules actually can call other modules without race condition and exceptions
implemented default metadata_storage basic settings //TODO: per module metadata storage
modules:
finished flat metadata module base implementation
set,get,remove now working and tested via core, via modules
|
|
|
|
|
|
|
|
|
|
implemented get_module_settings
|
|
|
|
|
|
|
|
basic program options support
abitilty to print installed modules info
started config support implementation
|
|
working module prototype
|
|
|
|
|
|
|
|
|
|
|
|
|
|
implementing initial structures
qt-client:
project skeleton
docs:
diagram fixes
|
|
|
|
|
|
|