SystemRage / py-kms

KMS Server Emulator written in Python
The Unlicense
2.04k stars 618 forks source link

kmsbase keeps only one ApplicationID #50

Closed rafnunes777 closed 3 years ago

rafnunes777 commented 4 years ago

First, I'd like to thank you very much. I'd like to suggest you to make a tiny modification on kmsBase.py to allow KMSServer keeping all kms requests of different software instead only the last one. I modified line 196 to: cur.execute("SELECT * FROM clients WHERE clientMachineId=:clientMachineId AND applicationId=:appId;", infoDict) I hope it helps.

simonmicro commented 3 years ago

Hello

Do you realy think that is instresting, we all havent problem, all working, translate you code for all human, meen: why are you modifid this string 196. LOG you problem, no say, LOG you problem.

...what are you trying to say? :confused:

First, I'd like to thank you very much. I'd like to suggest you to make a tiny modification on kmsBase.py to allow KMSServer keeping all kms requests of different software instead only the last one. I modified line 196 to: cur.execute("SELECT * FROM clients WHERE clientMachineId=:clientMachineId AND applicationId=:appId;", infoDict) I hope it helps.

I guess you are in the wrong repo. py-kms has no kmsBase.py file - but https://github.com/dabear/kms-server has. Please close this issue when I'm right :grinning: .

rafnunes777 commented 3 years ago

Sorry! My mistake. Thank you for your time and patience.

On Sat, Sep 26, 2020 at 8:45 AM Simonmicro notifications@github.com wrote:

Hello

Do you realy think that is instresting, we all havent problem, all working, translate you code for all human, meen: why are you modifid this string 196. LOG you problem, no say, LOG you problem.

...what are you trying to say? 😕

First, I'd like to thank you very much. I'd like to suggest you to make a tiny modification on kmsBase.py to allow KMSServer keeping all kms requests of different software instead only the last one. I modified line 196 to: cur.execute("SELECT * FROM clients WHERE clientMachineId=:clientMachineId AND applicationId=:appId;", infoDict) I hope it helps.

I guess you are in the wrong repo. py-kms has no kmsBase.py file - but https://github.com/dabear/kms-server has. Please close this issue when I'm right 😀 .

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/SystemRage/py-kms/issues/50#issuecomment-699484587, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOKA6YMGNWYPGHCVJJJOYELSHXH4ZANCNFSM4KISWYIQ .

--

Rafael Nunes nunes.rafael@gmail.com

rafnunes777 commented 3 years ago

My mistake. Sorry.