Commit graph

3048 commits

Author SHA1 Message Date
Mm2PL
6cf2996af2 Reformat src/controllers/plugins/Plugin.cpp 2023-02-13 12:26:04 +01:00
Mm2PL
4387e7bd69 Rename execfile -> import 2023-02-13 12:22:53 +01:00
Mm2PL
6e67890152 Thank you clang-format for at least having a diff 2023-02-13 00:15:20 +01:00
Mm2PL
3ece8c8ed1 Merge remote-tracking branch 'origin/master' into feature/lua_scripting 2023-02-12 23:40:56 +01:00
Mm2PL
d7ac6d65fb absolute include path 2023-02-12 23:14:46 +01:00
Mm2PL
be487a4976 Rename LuaApi -> LuaAPI (p2) 2023-02-12 23:08:17 +01:00
Mm2PL
32580cd1c3 Rename LuaApi -> LuaAPI (p1) 2023-02-12 23:05:50 +01:00
Mm2PL
9e92a795c3 Fucking off-by-one error 2023-02-12 22:48:09 +01:00
Mm2PL
f3ee061f7f Make load() only usable in debug mode 2023-02-12 22:46:32 +01:00
nerix
e377c30192
Add Crashpad Support on Windows (#4351)
* feat: crashpad on windows

* feat: inline it

* feat: more crashpad

* chore: remove qBreakpad

* fix: add mention to crashpad

* refactor: version string

* feat: add crashpad module

* refactor: build crashpad from source

* fix: minor adjustments

* chore: add changelog entry

* fix: formatting and include

* fix: format

* build: use flags similar to release profile

* ci: build with crashpad on windows

* ci: recurse submodules

* ci: always include crashpad

* fix: try 7z

for some reason zstd just doesn't run

* fix: wrong path for symbols

* fix: copy

pls don't build

* ci: use new cache key

* fix: missing pragma

* ci: add workflow without crashpad

* docs: elevate changelog entry

* fix: add link to cmake issue

* fix: windows include issue

Someone (crashpad) includes Windows.h before winsock2.h

* fix: working directory

* fix: another working directory
2023-02-12 20:36:58 +01:00
nerix
c9a9e44e1f
Add HTTP & SOCKS5 proxy support (#4321)
This can be configured using the `CHATTERINO2_PROXY_URL` environment variable.
The behaviour is similar to curl's CURLOPT_PROXY
2023-02-11 23:16:51 +00:00
Daniel Sage
cf80ae8434
Disable ImageExpirationPool during testing (#4363)
* Disable ImageExpirationPool during testing

* Update CHANGELOG.md

---------

Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2023-02-11 19:20:46 +00:00
nerix
5179567334
Use QEnterEvent for QWidget::enterEvent on Qt 6 (#4365)
* fix: use concrete QEnterEvent on Qt 6

* chore: add changelog entry
2023-02-11 18:13:29 +01:00
Mm2PL
d5d4335587
Experiment 2023-02-11 12:57:22 +01:00
Mm2PL
6b476f2826
Update docs 2023-02-11 12:57:16 +01:00
Sam Heybey
1d3ca0bfa3
Use AssocQueryString instead of directly querying the registry (#4362)
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2023-02-10 21:21:09 -05:00
Mm2PL
87605077cb
Remove unused PluginController::callEvery{,WithArgs} 2023-02-11 00:06:46 +01:00
Mm2PL
d38187f794
Remove sending part of the multipart emoji workaround (#4361) 2023-02-09 16:45:53 +01:00
nerix
829c48d79a
Attempt to catch std::bad_function_call when adding a channel point reward (#4360)
* fix: attempt to catch std::bad_function_call

* chore: add changelog entry

* fix: spelling mistake

Co-authored-by: Leon Richardt <git@leon.dev>

---------

Co-authored-by: Leon Richardt <git@leon.dev>
2023-02-09 00:43:52 +01:00
Mm2PL
86c872d4af
Add proper support for logging from lua 2023-02-09 00:11:56 +01:00
Mm2PL
b1031c7211
Add lua::{peek,push} support for enums with magic_enum 2023-02-08 23:57:59 +01:00
Mm2PL
da05115506
Add lua::toString which converts value to a string 2023-02-08 23:57:32 +01:00
Mm2PL
d945663162
Add lua::{peek,push} support for std::string 2023-02-08 23:56:27 +01:00
Mm2PL
0a9fa2fe09
Clean up header generation code 2023-02-08 00:38:04 +01:00
Mm2PL
1cd1822fcc
don't break the whole feature by attempting to clean up logging 2023-02-08 00:36:45 +01:00
Mm2PL
c4ec7b8e27
diff cleanup 2023-02-08 00:31:56 +01:00
Mm2PL
f12b964f59
Use Plugin destructor to call lua_close in most cases
reloading still needs manual closing
2023-02-08 00:03:01 +01:00
Mm2PL
26a5a24eea
Add missing #ifdef CHATTERINO_HAVE_PLUGINS 2023-02-07 23:00:17 +01:00
Mm2PL
0f0481955d
Tell clang-tidy that L is a fine name for a local pointer 2023-02-07 22:00:07 +01:00
Mm2PL
2cf18fbf93
Clean up includes in PluginController.{c,h}pp 2023-02-07 21:57:07 +01:00
Mm2PL
09fed407d2
Remove useless new line in src/CMakeLists.txt 2023-02-07 21:54:27 +01:00
Mm2PL
123dc87681
Add missing new line in CommandController.cpp 2023-02-07 21:52:00 +01:00
Mm2PL
ffa6729ede
Remove unused include in CommandController.cpp 2023-02-07 21:51:39 +01:00
Mm2PL
456c7f80a8
Rename constant C2LIB -> c2lib 2023-02-07 21:50:30 +01:00
Mm2PL
55d8a31b49
Get rid of REPLACEMENT_CHARACTER constant 2023-02-07 21:49:47 +01:00
Mm2PL
8e67327abc
Clean up NOLINT comments 2023-02-07 21:49:37 +01:00
Mm2PL
d4bdcc7da2
Add all the missing .path() calls 2023-02-07 21:42:03 +01:00
Mm2PL
ef70112386
Fix double plugin initialization problem 2023-02-07 21:41:00 +01:00
Mm2PL
9b231dc3e9
Improve chatterino.lua logs + remove . and .. from plugin search 2023-02-07 21:39:37 +01:00
Mm2PL
e9aa136bbe
Validate info.json harder and show what's wrong 2023-02-07 00:34:03 +01:00
Mm2PL
df9c269d6d
Use target_compile_definitions for -DCHATTERINO_HAVE_PLUGINS 2023-02-06 22:46:32 +01:00
nerix
0c74ab17ed
Refactor 7TV EventAPI (#4342)
* refactor: remove file prefix

* refactor: put eventapi into a namespace

* refactor: support multiple conditions

* fix: handle ack

* docs: add changelog entry

* fix: unsubscribe in destructor

* fix: naming of parameter

* fix: namespaces

* chore: casing

* fix: missing namespace

---------

Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2023-02-04 13:42:52 +01:00
Mm2PL
1040fbc5e4
Add an icon for the plugins tab
I used this one: https://github.com/microsoft/fluentui-system-icons/tree/main/assets/Plug%20Disconnected/SVG
and modified it to be dark theme compatible
2023-02-04 13:21:29 +01:00
Mm2PL
44e7505483
ApiChatterino -> LuaApi 2023-02-04 12:46:43 +01:00
Mm2PL
bb412340db
Use lua convention for main file in package: init.lua 2023-02-04 02:23:36 +01:00
Mm2PL
4030439766
Rename ApiChatterino -> LuaApi 2023-02-04 02:23:16 +01:00
Mm2PL
98e2e61296
Begone stupid include 2023-02-04 01:57:52 +01:00
Mm2PL
d9440650a6
Clean up diff 2023-02-04 01:55:13 +01:00
Mm2PL
760ec89e07
Check for invalid utf8 better 2023-02-04 01:25:58 +01:00
Mm2PL
e331e49310
Replace Lua loadfile/dofile with execfile() 2023-02-04 01:25:45 +01:00