Results 22 issues of Patrick

http://dev.arma3.com/post/sitrep-00109 > Since Arma 2: Operation Arrowhead it is possible to expand the game's functionality via custom DLL extensions. These offer powerful features to the creative mod(e) out there, but...

security

Probably not a good idea in general but adding the ability to turn off logging might marginally improve performance on low end systems.

enhancement

It would be great to get some community supplied translations of the readme file for various languages.

Apparently callExtension support will be added to Linux servers in the future. Once this is implemented, it would be great to try to compile it via Mono.

enhancement

-Use of prepared procedures would help mitigate this. Add this to the readme. -While it's explained in the readme NOT to use the root user and that there are no...

security

Performance of queries seems to be sporadic according to some. Delays of up to 5 seconds have been reported. Check to see if this is just the type of query...

For some SQL statements like "UPDATE", there is no return value. However, the server side still has to wait for the return value. One option would be to add another...

enhancement
question

Return results seem to be double encapsulated. e.g.: ``` [["1234"]] ``` Look into this to see if it's an issue with Arma2NET or the plugin.

bug

Would this be the best solution?

bug
question