aboutsummaryrefslogtreecommitdiff
path: root/plugins/socks.lua
Commit message (Collapse)AuthorAgeFilesLines
* Make Lua even greaterPřemysl Janouch2017-01-291-16/+4
|
* Make Lua code great againPřemysl Janouch2017-01-291-6/+6
|
* Aborting units -> stopping unitsPřemysl Janouch2015-05-131-2/+2
|
* Get rid of "All rights reserved"Přemysl Janouch2015-05-131-1/+0
|
* Introduce Lua API version checkingPřemysl Janouch2015-01-211-0/+2
|
* Comment out the SOCKS4A scannerPřemysl Janouch2015-01-211-5/+6
| | | | It can't really detect if the server really supports SOCKS4A.
* Implement a Lua 5.3 plugin loader pluginPřemysl Janouch2015-01-181-0/+99
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.