Commit Graph

20 Commits

Author SHA1 Message Date
Tindy X
3ea4cad55d Fix build error 2023-07-03 14:35:59 +08:00
Tindy X
deb73c5669 Enhancements
Fix support for generating Loon configs.
Refactor libraries.
2023-07-03 13:52:52 +08:00
Howard Wu
4205dee94a Stay at curl 7.88.1 until we adapt it (#590)
curl 7 -> 8 is a breaking change
2023-03-22 14:58:42 +08:00
Howard Wu
c90d7a66db Fix build (#563)
ref ToruNiina/toml11/commit/22db720ad55c3470c4d036ae74be35e68c761845
2023-01-12 21:25:50 +08:00
Tindy X
f9713b43b9 Enhancements
Add support for SOCKS5 nodes in Quantumult X configs.
Fix GHA Windows build error.
2022-08-05 18:38:13 +08:00
Tindy X
4639ee483e Bugs fix
Fix build error.
Fix max_allowed_download_size option has no effect (#409).
Clean up codes.
2021-12-06 19:12:02 +08:00
Tindy X
08d00dd3d7 Update build scripts 2021-12-06 18:34:09 +08:00
Tindy X
9797197c85 Add support for using TOML as configuration file format
Add basic support for trojan-grpc nodes.
Refactor codes.
2021-09-20 17:02:13 +08:00
Tindy X
6e01e542fb Fix build scripts 2021-03-24 02:56:03 +08:00
Tindy X
b3942ecc2d Update build scripts 2021-03-24 02:38:27 +08:00
Tindy X
de288d7622 Add missing build dependencies 2021-03-23 18:15:01 +08:00
Tindy X
3d67406af6 Complete refactor of project file structure
Fix incorrect handing of default node parameters in SSD subscription.
Fix unable to parse some Clash rule-providers (#289).
Fix not filtering inline comments in some Surge rulesets. (#285)
Add Cron task options.
Add clean context option for persisting a JS context across the whole request.
Replace JS engine with QuickJS.
2021-03-23 18:09:00 +08:00
菜姬
28f4877885 Fix GitHub Action build (#308)
* fix duktape build

* fix macos and windows build
2021-02-17 01:42:37 +08:00
Tindy X
069d1c00f6 Fix linking error 2020-11-03 20:01:15 +08:00
Tindy X
f7352abe17 Fix order of libraries 2020-10-24 02:51:04 +08:00
Tindy X
af4594e449 Fix dependency problem 2020-10-24 01:43:01 +08:00
Tindy X
575134379f Add missing libraries 2020-10-24 01:30:13 +08:00
Tindy X
c0b62062d9 Use Node JS for building duktape library (#248)
* Use Node JS for building duktape library

* Remove Python 2 dependency

* Inherit PATH from environment in Actions

Remove build cache of the msys2 installation in Travis CI.

* Remove old command
2020-09-19 03:05:26 +08:00
Tindy X
372140c53b Optimize codes 2020-09-08 17:27:54 +08:00
Tindy X
abe03cebeb Add Windows Autobuild CI (#244)
* Add Windows x64 CI

* Add missing dependency

* Fix rapidjson build

* Add Windows build to Travis CI

Add Windows x86 build to GitHub Actions

* Fix mingw32-make not found

* Fix subsystem on Actions

Fix install prefix on Travis CI.

* Use MINGW_PREFIX instead of /usr

* Clean up scripts

Add Windows x86 build to Travis CI.
2020-09-07 20:08:19 +08:00