Manuel Freiholz

Results 40 issues of Manuel Freiholz

Add a plugin API. Change all providers to plugins.

Feature

Actually all classes which are used getting included in the `/data/config.inc.php` file. Better way would be to use an custom class loader. Probably requires a new structure of source files.

Feature

On WIN32 only, of course. The appender should log everything to Visual Studio's output window, which is available in attached state. See `OutputDebugStringA()`: https://learn.microsoft.com/en-us/windows/win32/api/debugapi/nf-debugapi-outputdebugstringa

enhancement

It should be optional (build option) to include an high performance time.

enhancement

Ideas: - Semaphores - Lock file Its currently only useful for all kind of FileAppenders, if multiple processes try to log into the same file.

enhancement

This Appender should be able to wrap arround any other appender, but keeps LogEvents in memory instead of direct logging it with the wrapped Appender.

enhancement

Keeps log events in a FIFO Queue, which makes it possible to access latest events directly from memory. The size of the queue should be configurable, e.g. 10 MB /...

enhancement

Write XML/JSON or any other custom format via socket.

enhancement

Add the possibility to share desktop with other participants. Instead of showing the screen inside the basic webcam video frame, it should show a notification or some kind of icon...

enhancement

This issue covers two topics: - how to select server - how to select correct conference room ## Server selection **Current state** There are two options: - Join now (uses...

discussion