Question on dirtrav
|
|
Thedt | Date: Wednesday, 03.10.2012, 20:17 | Message # 1 |
Group: User
Messages: 6
Status: Offline
| hello i am from a clan called Jenova from a mod called lugomrod. Currently the mod doesn't have a dirtrav fix. I seen that Anti-DDos.dll has this fix, can you please tell me any thing on how you did this?
Thank you for your time and keep up the good work, Jass 3.0.0.0 is very nice .
EDIT: are we allowed to post on other parts of the forums that are not English in English?
Message edited by Thedt - Wednesday, 03.10.2012, 20:29 |
|
| |
BufferOverflow | Date: Thursday, 04.10.2012, 18:38 | Message # 2 |
Group: Developer
Messages: 47
Status: Offline
| Thedt, Aluigi has described concept earlier, but, suddenly, he hadn't released complete fix. JASS simply checking download filename. If it isn't .pk3 or not in mod folder, JASS will clear download filename, effectively rejecting download.
You can post on English everywhere, but creating topics only in English forum.
|
|
| |
Thedt | Date: Saturday, 06.10.2012, 11:19 | Message # 3 |
Group: User
Messages: 6
Status: Offline
| cl_downloadname does Jass check that?
thank you
Message edited by Thedt - Saturday, 06.10.2012, 11:20 |
|
| |
BufferOverflow | Date: Saturday, 06.10.2012, 13:19 | Message # 4 |
Group: Developer
Messages: 47
Status: Offline
| Thedt, no, it checks download on server side, not on the client. I'll never trust a client.
|
|
| |
Thedt | Date: Wednesday, 10.10.2012, 11:03 | Message # 5 |
Group: User
Messages: 6
Status: Offline
| can you give me some idea of what you did i think you targeted cl->downloadname
but when i tried it crashed
like strstr(cl->downloadname,"\..\""
thank you
can you please take the ban limit from anti-ddos to only 1 minute instead of 5 minutes? or set a cvar?
sorry if i ask to much
|
|
| |
BufferOverflow | Date: Wednesday, 10.10.2012, 20:59 | Message # 6 |
Group: Developer
Messages: 47
Status: Offline
| Thedt, show me the source, I have no telepathic abilities. Quote (Thedt) can you please take the ban limit from anti-ddos to only 1 minute instead of 5 minutes? or set a cvar? 5-minute ban is hardcoded, no cvar for it is designed. And I have reason for it
|
|
| |