aboutsummaryrefslogtreecommitdiff
path: root/plugins/lua-loader.c
Commit message (Collapse)AuthorAgeFilesLines
* Name changePřemysl Eric Janouch2020-09-281-1/+1
|
* Relicense to 0BSD, update mail addressPřemysl Janouch2018-06-241-3/+2
| | | | | | | | | I've come to the conclusion that copyright mostly just stands in the way of software development. In my jurisdiction I cannot give up my own copyright and 0BSD seems to be the closest thing to public domain. The updated mail address, also used in my author/committer lines, is shorter and looks nicer. People rarely interact anyway.
* Use readdir instead of readdir_rPřemysl Janouch2017-01-291-13/+6
| | | | To eliminate compiler warnings, we're single-threaded anyway.
* Bump libertyPřemysl Janouch2017-01-231-3/+2
|
* Aborting units -> stopping unitsPřemysl Janouch2015-05-131-7/+7
|
* Get rid of "All rights reserved"Přemysl Janouch2015-05-131-1/+0
|
* Move to libertyPřemysl Janouch2015-02-281-1/+2
|
* Introduce Lua API version checkingPřemysl Janouch2015-01-211-5/+19
|
* Implement a Lua 5.3 plugin loader pluginPřemysl Janouch2015-01-181-0/+446
Also implemented SOCKS detection in said language. There are probably going to be some bugs. The program is no longer Valgrind-clean, as that would require plugin deinitialization, in which there is very little point.