Make packet hooks unloadable

Archive of the older Feature Request Forum Posts

Moderator: POL Developer

Locked
User avatar
tekproxy
Forum Regular
Posts: 352
Joined: Thu Apr 06, 2006 5:11 pm

Make packet hooks unloadable

Post by tekproxy »

If making packet hooks unloadable is difficult, then forget about it until much later, but if you think it would be easy, it would speed up the development process so I didn't have to restart the server so many times. I noticed Racalc mentioned this in a TODO somewhere and thought it was a good idea and maybe it was forgotten.
User avatar
CWO
POL Expert
Posts: 1159
Joined: Sat Feb 04, 2006 5:49 pm

Post by CWO »

well for now I just use Start_Script or if its critical to the script (meaning something is being done with the packet) I do Run_Script_To_Completion. This way I can unload whatever I want.
User avatar
tekproxy
Forum Regular
Posts: 352
Joined: Thu Apr 06, 2006 5:11 pm

Post by tekproxy »

That's also what I do :). The main reason I mentioned it was because I saw it in a To do somewhere and thought it was a good idea that may have been forgotten. If it was pushed to the side for more important things (and there are many), then I understand, but if it would be simple to implement (a few lines of code in the core), then it would be nice.
MuadDib
Former Developer
Posts: 1091
Joined: Sun Feb 12, 2006 9:50 pm

Post by MuadDib »

hehe, it requires a LOT of work unfortunately :(
Locked