Jorge Oliveira
Jorge Oliveira
Issue #40 proposed adding SSL support. It should be possible when IRC Library is updated. A new version is available here: https://github.com/meebey/SmartIrc4net This issue will now be used to track...
Also introduce better logic for session handling. Please consider for merging or cherry-pick any changes you consider important. Thanks!
Post handlers are not replaced when Apache SAPI is used. I think this must be due module start order being Zend > Modules > SAPI (unconfirmed). The fix for this...
Duplicated code there. See line 1017. Thanks ``` /* Nuke a partial output... */ c->msgcurr = 0; c->msgused = 0; c->iovused = 0; add_msghdr(c); /* Nuke a partial output... */...
str2long processes each 4 bytes into a 32 bit integer without checking for any possible remainder. This causes strings with, let's say for example, 142 chars to be processed only...
In a custom application using lib-jitsi-meet I am encountering this error sometimes after conference has been left.  This has to do with a timeout not being cleared AFAIK