Commit graph

47 commits

Author SHA1 Message Date
Mm2PL
3856920e29 prettier is shitty
thank you @pajlada
2023-02-14 20:41:23 +01:00
Mm2PL
d1bcede492 Make PluginMeta::authors a std::vector<QString> 2023-02-13 23:43:25 +01:00
Mm2PL
4387e7bd69 Rename execfile -> import 2023-02-13 12:22:53 +01:00
Mm2PL
95536f4166 Remove erroneous mention of lua loadfile 2023-02-12 22:58:08 +01:00
Mm2PL
f3ee061f7f Make load() only usable in debug mode 2023-02-12 22:46:32 +01:00
Mm2PL
a40d29a514
docs: make sure all code blocks have an appropriate language
[no ci]
2023-02-09 00:33:32 +01:00
Mm2PL
9ac0844921
FUCK OFF 2023-02-09 00:13:53 +01:00
Mm2PL
86c872d4af
Add proper support for logging from lua 2023-02-09 00:11:56 +01:00
Mm2PL
bc0d30615a
FUCK OFF PRETTIER YOU PIECE OF SHIT 2023-02-07 22:01:29 +01:00
Mm2PL
11f19ecc66
Add a info.json schema 2023-02-06 23:21:17 +01:00
Mm2PL
f080070453
Apply Nerixyz's documentation suggestion
Co-authored-by: nerix <nerixdev@outlook.de>
2023-02-06 22:47:59 +01:00
Mm2PL
bb412340db
Use lua convention for main file in package: init.lua 2023-02-04 02:23:36 +01:00
Mm2PL
733c2baa42
WHAT THE FUCK IS THIS PIECE OF SHIT LINTER 2023-02-04 01:30:40 +01:00
Mm2PL
34b7a02602
Document load() and execfile() changes 2023-02-04 01:26:27 +01:00
Mm2PL
43c3fec3f3
Fix up docs 2023-02-04 01:26:20 +01:00
Mm2PL
cf7b73f251
I hate prettier SO FUCKING MUCH 2023-02-02 21:37:42 +01:00
Mm2PL
ff49aebf08
Add a section on plugin structure 2023-02-02 19:25:28 +01:00
Mm2PL
31cb63dc9f
Add a markdown doc explaining the lua environment 2023-02-02 19:09:57 +01:00
pajlada
a0f9310062
Release v2.4.0 (#4200)
* Update make-release.md documentation

* Update changelog

* Update `com.chatterino.chatterino.appdata.xml` version

* Update `Version.hpp`

* Lint make-release.md

* Lint again
2022-11-28 21:12:06 +01:00
pajlada
d0f817a60b
Add basic benchmark (#3038)
* Add basic benchmark

* Add basic documentation for how to run and add tests/benchmarks

* Update benchmark example output

* Add changelog entry

Co-authored-by: zneix <zneix@zneix.eu>
2021-08-08 14:16:30 +02:00
pajlada
e00938dfde
Add support for CMake (buildsystem generator) (#2468)
Co-authored-by: Edgar <Edgar@AnotherFoxGuy.com>
2021-03-28 16:58:51 +02:00
fourtf
b3768abfa6 remove docs folder since most of the things moved to the wiki 2020-09-26 12:53:27 +02:00
fourtf
63a696b420
is on wiki 2020-09-26 12:49:58 +02:00
fourtf
0cd644ccf1
is on wiki 2020-09-26 12:49:47 +02:00
fourtf
085ae36539
Delete IMAGEUPLOADER.md
is on wiki
2020-09-26 12:49:32 +02:00
fourtf
91209172f8
is on wiki 2020-09-26 12:49:20 +02:00
fourtf
a1537b55b4
Update IMAGEUPLOADER.md 2020-08-22 18:09:22 +02:00
fourtf
46bcd3dc61
Update IMAGEUPLOADER.md 2020-08-22 18:09:03 +02:00
Ruben Anders
db666c4946
update recent messages env documentation (#1835) 2020-08-08 13:42:45 +02:00
pajlada
ffdf5a144c
Handle conversion of historical CLEARCHAT messages to NOTICE messages in Chatterino instead of relying on the Recent Messages API to handle it for us (#1804)
This has historically been done in the Recent Messages API, but this functionality is being moved to Chatterino instead

* Remove `clearchatToNotice=true` query parameter to the Recent Messages API
2020-07-18 14:12:11 +02:00
Paweł
682caf6b69
Add support for more image uploader services (#1741)
The list of links that have been uploaded is now also stored in the json format instead of csv
2020-07-05 14:32:10 +02:00
Mm2PL
0f9a612c55
Move over wiki documentation to repo in Markdown format (#1760)
* Change in-client regex help link to point to the github repository
2020-07-04 13:40:13 +02:00
Paweł
50d669a1af
Added possibility to change image uploader's form body with Enviroment Variables (#1709) 2020-05-30 12:30:30 +02:00
Mm2PL
916fbb2551
Fix a couple things Pajlada pointed out :)
Change `CHATTERINO2_IMAGE_PASTE_SITE_URL` to `CHATTERINO2_IMAGE_UPLOADER_URL`
Remove newline at the end of `docs/ENV.md`
2020-02-08 15:44:03 +01:00
Mm2PL
a86367f4be
Fix issues pointed out in reviews :)
Fixed PR BabyRage
2020-01-03 14:43:05 +01:00
Mm2PL
20d8da8f2d
Merge branch 'master' into git_is_pepega 2020-01-01 21:06:29 +01:00
pajlada
d5001b97f4
allow customizing twitch server parameters through environment variables (#1449) 2019-12-21 10:11:23 +01:00
Mm2PL
f6c780b2e7
Smol change in ENV.md. 2019-09-25 12:33:34 +02:00
Mm2PL
02dc0a4e1d
Reword docs slightly. 2019-09-24 18:39:15 +02:00
Mm2PL
65fab779c5
Redo all changes done before breaking the branch. 2019-09-23 19:36:52 +02:00
Ruben Anders
26b424df0e
Update ENV.md with link to recent-messages service repo 2019-09-01 23:07:19 +02:00
Rasmus Karlsson
8ba8bbeef6 Move environment variable parsing and storage to its own class
Make the Link resolver and Twitch emotes set resolver urls modifiable with
environment variables
2019-05-26 21:44:37 +02:00
Rasmus Karlsson
acf69139b9 Document current environment variables that can be used the change the Chatterino experience 2019-05-26 21:25:50 +02:00
fourtf
de3a490257 added streamview widget 2018-01-19 14:49:21 +01:00
fourtf
fef62fda80 renamed the testcases 2017-07-03 19:57:00 +02:00
TranRed
cc41783dad Test Cases (#70)
* Create general.md

* Rename general.md to TCgeneral.md

* Create TCaccountmanager.md

* Create TCtabsAndSplits.md

* Create TCchatting.md

* Create TCemotes.md

* Create TCchannelNavigation.md

* Create TCusernameTabbing.md

* Create TChighlighting.md

* Create TCappearanceSettings.md

* Create TCchatWindowNavigation.md

* Create TCchatterinoFeatures.md
2017-07-03 14:51:42 +02:00
Rasmus Karlsson
17f8cc2293 Add initial docs folders 2017-07-02 17:21:59 +02:00