Well, server side plugins sorta already exist with the server API (it has functions inside of it which are called when events happen like uponSuccessfulLoad, uponFailedLoad, uponAnyOtherMessage, uponAnyMessage, serverParallel, and uponLoad). I never thought about server side scripting... That would be a cool thing to do. This could be implemented by the redirect function returning a value when a server script is redirected too, and the server side script could have the arguments supplied probably by the '...'. If the user visits the server scripting page, it could just say that it doesn't exist, or the server page could have an onVisit function which could redirect to the homepage or some other page of the website (specified by the programmer).
Ok, list of things to implement (probably forgetting something

):
- Plugins
- Plugins API
- Server side scripting
1lann and I started to set up a public wiki on Firewolf on GitHub recently, so once it's mostly finished, we might add a link to the OP for people to get help from (the rdnt://help page is slightly useless because its not very in depth

)