Jorge Oliveira

Results 6 issues of 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...

help wanted
enhancement

Also introduce better logic for session handling. Please consider for merging or cherry-pick any changes you consider important. Thanks!

bug
enhancement
windows

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...

windows

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. ![image](https://user-images.githubusercontent.com/416945/147852260-155f1435-dd47-467d-9ba6-63b6e2fb51f1.png) This has to do with a timeout not being cleared AFAIK

bug
stale