bickelj
bickelj
volga629 can you try running jicofo in a way similar to what is below? ``` nohup /bin/bash /full/path/to/jicofo/dist/linux/jicofo-linux-x64-1/jicofo.sh --domain=my.example.com --secret=YOURSECRET2 --user_domain=auth.my.example.com --user_name=focus --user_password=YOURSECRET3 >/var/log/jitsi/jicofo.log 2>>/var/log/jitsi/jicofo.err & ``` Assumes you are...
As far as ant goes, https://github.com/jitsi/jicofo/pull/69 was created. My approach for building latest versions of libjitsi / jitsi-videobridge / jicofo is this (as of today): 1) get a copy of...
I think there is an issue around https://github.com/swaldman/c3p0/blob/c3p0-0.9.5.3/src/java/com/mchange/v2/c3p0/codegen/JdbcProxyGenerator.java#L1142 and https://github.com/swaldman/c3p0/blob/c3p0-0.9.5.3/src/java/com/mchange/v2/c3p0/codegen/JdbcProxyGenerator.java#L1143 regarding the contract of isWrapperFor and unwrap. The isWrapperFor method generated should follow the guidelines at https://docs.oracle.com/en/java/javase/11/docs/api/java.sql/java/sql/Wrapper.html#isWrapperFor(java.lang.Class) by calling isWrapperFor...
On a fresh clone at cee80ed75b8a2388bf6eab7467b318c75f398146 npm was unhappy (node versions v16.19.0 and v18.12.1): ``` $ npm install npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR!...
@felixmosh :shrug: I see I only did 2 of 4 tasks, but I don't know what documentation or tests would need to change, which is why I left them undone.
Since firefox already gives great feedback on Bad connection or on an invalid certificate, I have found these settings to work great and provide the type of discrimination I'm looking...
I had a similar thought to KOLANICH, maybe the three "components" would be: confidentiality, integrity, and authenticity. The problem is in the details of how to: 1) scale those ideas...