Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CMakeLists.txt: declare compatibility with 3.27 | Přemysl Eric Janouch | 2023-08-01 | 1 | -1/+1 |
| | | | | Sadly, the 3.5 deprecation warning doesn't go away after this. | ||||
* | Try harder to find ncursesw | Přemysl Eric Janouch | 2023-07-24 | 1 | -5/+5 |
| | |||||
* | CMakeLists.txt: link properly | Přemysl Eric Janouch | 2023-07-04 | 1 | -1/+1 |
| | |||||
* | Fix plugin search path on Nix | Přemysl Eric Janouch | 2023-06-29 | 1 | -0/+1 |
| | | | | | Even its non-full GNUInstallDirs paths are absolute, which is apparently allowed. | ||||
* | Bump minimum CMake version and termo | Přemysl Eric Janouch | 2020-10-29 | 1 | -36/+31 |
| | | | | And some related cleanup or unification. | ||||
* | Allow Lua 5.4 | Přemysl Eric Janouch | 2020-09-28 | 1 | -3/+3 |
| | | | | It seems to build, and this entire thing is experimental anyway. | ||||
* | Name change | Přemysl Eric Janouch | 2020-09-28 | 1 | -2/+2 |
| | |||||
* | Relicense to 0BSD, update mail address | Přemysl Janouch | 2018-06-24 | 1 | -1/+1 |
| | | | | | | | | | 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. | ||||
* | CMakeLists.txt: fix variable name | Přemysl Janouch | 2018-06-24 | 1 | -2/+2 |
| | |||||
* | Fix packaging, update README | Přemysl Janouch | 2016-03-11 | 1 | -2/+3 |
| | |||||
* | Fix build without Lua | Přemysl Janouch | 2015-10-01 | 1 | -1/+5 |
| | |||||
* | Compile in Lua support opportunistically | Přemysl Janouch | 2015-10-01 | 1 | -6/+5 |
| | |||||
* | Fix library searching | Přemysl Janouch | 2015-08-06 | 1 | -3/+4 |
| | |||||
* | Bump liberty | premysl | 2015-08-06 | 1 | -0/+6 |
| | | | | Pulling in kqueue support. | ||||
* | Fix BSD build | Přemysl Janouch | 2015-08-06 | 1 | -3/+12 |
| | |||||
* | Move to liberty | Přemysl Janouch | 2015-02-28 | 1 | -1/+1 |
| | |||||
* | Tiny fixes | Přemysl Janouch | 2015-02-12 | 1 | -1/+1 |
| | |||||
* | Make sure to install Lua plugins if enabled | Přemysl Janouch | 2015-02-09 | 1 | -0/+5 |
| | |||||
* | Make sure to link with libcrypto | Přemysl Janouch | 2015-02-08 | 1 | -1/+1 |
| | | | | Archlinux seems to have removed -lcrypto from libssl.pc. | ||||
* | Fix Lua detection | Přemysl Janouch | 2015-01-21 | 1 | -1/+3 |
| | |||||
* | Implement a Lua 5.3 plugin loader plugin | Přemysl Janouch | 2015-01-18 | 1 | -1/+5 |
| | | | | | | | | | 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. | ||||
* | Rewrite to use CMake | Přemysl Janouch | 2015-01-17 | 1 | -0/+125 |
Now the project is at least installable. Added a LICENSE file. Likely about to implement Lua plugins. |