mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2026-01-26 01:44:18 +01:00
* aktivate verbose mode
verbose messages are logged as the normal ones instead of being silently dropped
* wxLogXXX from threads
only the GUI wxApp called wxLog::FlushActive() in idle time. wxAppConsole doesn't
show LogMessages from Threads.
|
||
|---|---|---|
| .. | ||
| ircDDBGateway.vcxproj | ||
| ircDDBGateway.vcxproj.filters | ||
| IRCDDBGatewayApp.cpp | ||
| IRCDDBGatewayApp.h | ||
| IRCDDBGatewayAppD.cpp | ||
| IRCDDBGatewayAppD.h | ||
| IRCDDBGatewayDefs.h | ||
| IRCDDBGatewayFrame.cpp | ||
| IRCDDBGatewayFrame.h | ||
| IRCDDBGatewayLogRedirect.cpp | ||
| IRCDDBGatewayLogRedirect.h | ||
| IRCDDBGatewayStatusData.cpp | ||
| IRCDDBGatewayStatusData.h | ||
| IRCDDBGatewayThread.cpp | ||
| IRCDDBGatewayThread.h | ||
| IRCDDBGatewayThreadHelper.cpp | ||
| IRCDDBGatewayThreadHelper.h | ||
| Makefile | ||
| MakefileGUI | ||