Posted
about 4 years
ago
by
ab
TSynDictionary uses TDynArrayHashed internally for the keys, and TDynArray for the values.It is thread-safe, and features an optional timeout to deprecate old entries, and has a lot of low-level methods, including advanced searches or serialization.
|
Posted
about 4 years
ago
by
ab
Did you search a little bit? It is explained in the doc and source code of TAuthUser.When you set the password, you can use not the property but directly this method:procedure TAuthUser.SetPassword(const aPasswordPlain, aHashSalt: RawUtf8;
|
Posted
about 4 years
ago
by
ab
Nice solution!Please try https://synopse.info/fossil/info/1b83fb28f4
|
Posted
about 4 years
ago
by
ab
I have added ZIP64 support to mormot.core.zip.pas - i.e. mORMot 2.Check https://github.com/synopse/mORMot2/comm … c599fe7d58This is a huge rewrite of the functions, because ZIP64 is really a tricky/hacky format to implement.A picture is always better to understand it - so thanks to https://blog.yaakov.online/zip64-go-big-or-go-home/ for its help!
|
Posted
about 4 years
ago
by
L_VV
Arnaud, now everything compiles without errors Through FPCupDeluxe, Lazarus is successfully updated to the trunk version.The full "Clean Up and Build" is also executed without errors, even with an open project using mORMot2.Thank you very much!
|
Posted
about 4 years
ago
by
ab
It may be the case.Check the logs, especially the IP address.
|
Posted
about 4 years
ago
by
kitty80
Do you mean TextPositioning parameter in RenderMetaFile function?I've tried using RenderMetaFile with the full parameter set, adjusting the 2 kerning parameters, but none of them works as I expected.
|
Posted
about 4 years
ago
by
sakura
ab wrote:1. You need to download the latest static from https://github.com/synopse/mORMot2/rele … ite.3.34.1
I thought, I did :-o Only unpacked, but forgot to move...
ab wrote:2. TExecutable is not serializable for sure.It was never meant to.There
|
Posted
about 4 years
ago
by
mdbs99
So, Zeos will require mormot always?I wouldn't say always, but if Zeos needs mORMot, this code should be provided from a package.
|
Posted
about 4 years
ago
by
songshuang
I'm building on mormot.net.async.pas's network architecture.The main changed in mormot.net.async.pas is:The function of checking idle put in a single thread. because you put it to after ProcessWrite(30000) line,when a client is onlie ,Checking idle
|