Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2012-02-22 | Added a CriticalSection to cPlugin_NewLua. Lua plugins are not threadsafe but they ARE accessed by multiple threads, this can create some hard to find errors, but I fixed it now :P | faketruth | 1 | -0/+2 |
2012-02-01 | Added all current hooks to the new plugin structure. | faketruth | 1 | -7/+19 |
2012-01-28 | Converted entire Core plugin including WebAdmin interface to new plugin method/system/thingy and sexyfied it. | faketruth | 1 | -0/+8 |
2012-01-27 | Converted all of the Core plugin to the new plugin structure, except for the WebAdmin part | faketruth | 1 | -5/+12 |
2012-01-26 | Working on a new plugin design with Lua. While retaining backwards compatibility of course... | faketruth | 1 | -0/+20 |