Commit Graph

5427 Commits

Author SHA1 Message Date
Alexey Sokolov
29142359cd Fix coverage for C++ on github actions 2021-07-04 18:02:20 +01:00
Alexey Sokolov
315da8e104 Build but not push docker on pull requests 2021-07-04 17:05:42 +01:00
Alexey Sokolov
8be5e4ce62 Port updater of docs.znc.in from travis to github actions 2021-07-03 01:01:41 +01:00
Alexey Sokolov
01877fcb0f Replace github actions badge with one via shields.io for consistency 2021-07-02 23:37:14 +01:00
Alexey Sokolov
22cb2d1e31 Replace Travis badge with Github Actions 2021-07-01 21:09:12 +01:00
Alexey Sokolov
5b5085e417 Fix tarball testing in github actions after .github/ removal 2021-06-30 10:11:04 +01:00
Alexey Sokolov
c97e2b1820 Docker git version: fix versio, update alpine 2021-06-30 10:00:55 +01:00
Alexey Sokolov
71321a2be8 Remove .github/ from tarball 2021-06-30 02:50:26 +01:00
Alexey Sokolov
acda0eabe4 CI: Remove ' symbol where it shouldn't be 2021-06-30 02:47:06 +01:00
Alexey Sokolov
bcbdce2daf Setup github actions 2021-06-30 02:35:42 +01:00
Alexey Sokolov
688645413c Fix integration test after switch to libera 2021-06-18 21:20:53 +01:00
Alexey Sokolov
c80a029355 Merge pull request #1795 from csprr/patch-4
Fixed missing paragraph closing tag
2021-06-17 12:25:10 +01:00
Casper
2a733cc938 Fixed missing paragraph closing tag 2021-06-17 12:58:02 +02:00
ZNC-Jenkins
96ab99bb51 Update translations from Crowdin for bg_BG 2021-06-07 00:29:40 +00:00
Alexey Sokolov
0b8276c150 Merge pull request #1788 from DarthGandalf/debug
Hide password in PASS debug lines without : in trailing param
2021-06-05 17:47:09 +01:00
Alexey Sokolov
e7b6a771c6 Hide password in PASS debug lines without : in trailing param 2021-06-01 21:58:07 +01:00
Alexey Sokolov
15e2351d40 Switch --makeconf wizard from freenode to libera 2021-05-26 10:10:20 +01:00
ZNC-Jenkins
a933f0a69d Update translations from Crowdin for bg_BG de_DE el_GR es_ES fr_FR id_ID it_IT nl_NL pl_PL pt_BR ro_RO ru_RU 2021-05-25 00:30:49 +00:00
Kyle Fuller
9ff9fa7c64 route_replies: route TOPIC requests to client 2021-05-24 21:12:07 +01:00
Alexey Sokolov
fab835bef5 Merge pull request #1783 from satyanash/master
fix foreground message to not imply that debug mode is on
2021-05-24 02:00:20 +01:00
Alexey Sokolov
04d8a1ff6d Merge pull request #1786 from MAGICCC/master
move IRC channel to Libera.Chat
2021-05-24 01:30:20 +01:00
Peter
3c3a445a4b move IRC channel to Libera.Chat 2021-05-23 22:48:57 +02:00
Alexey Sokolov
52e20504f3 Merge pull request #1785 from DarthGandalf
Rewrite message parsing using string_view
2021-05-23 12:40:53 +01:00
Alexey Sokolov
fd71a69fab Rewrite message parsing using string_view
It's a bit too early yet to require C++17 so the implementation from
BackportCpp (string_view-standalone) is used instead.

Fixes https://crbug.com/oss-fuzz/34413 - slow message parsing on huge
messages. In real word, messages can't be that big, because CSocket
enforces a line length limit.

This can be considered a regression of 1.7.0, because before it, instead
of gathering params into a vector, code was searching 1st word in the
string, then 2nd word, then 3rd word, starting from beginning each time.
It was not very efficient, but the number of passes over the string was
limited.
2021-05-22 09:57:04 +01:00
ZNC-Jenkins
e0ffdddd47 Update translations from Crowdin for bg_BG de_DE el_GR es_ES fr_FR id_ID it_IT nl_NL pl_PL pt_BR ro_RO ru_RU 2021-04-09 00:30:38 +00:00
Alexey Sokolov
4393b9d906 Fix controlpanel output
Accidentally broken in fe8d447a60
2021-04-08 08:49:21 +01:00
ZNC-Jenkins
8296426c33 Update translations from Crowdin for fr_FR 2021-04-04 00:29:29 +00:00
ZNC-Jenkins
a646fadf67 Update translations from Crowdin for 2021-04-02 00:29:50 +00:00
satyanash
57c94b8be9 change message when staying in foreground 2021-03-29 21:30:10 +05:30
ZNC-Jenkins
f2cdc3dbd4 Update translations from Crowdin for ro_RO 2021-02-25 00:29:35 +00:00
ZNC-Jenkins
ff434423a1 Update translations from Crowdin for ro_RO 2021-02-15 00:29:04 +00:00
ZNC-Jenkins
4cc377639a Update translations from Crowdin for ro_RO 2021-02-13 00:29:23 +00:00
ZNC-Jenkins
60ea1551f1 Update translations from Crowdin for nl_NL 2021-02-06 00:29:00 +00:00
ZNC-Jenkins
f0f0224e52 Update translations from Crowdin for de_DE 2021-01-12 00:28:55 +00:00
Alexey Sokolov
d71dc0eb5f Merge pull request #1774 from MAGICCC/master
Welcome to 2021
2021-01-01 19:46:20 +00:00
MAGIC
99687b0f24 Welcome to 2021 2021-01-01 19:37:07 +01:00
Alexey Sokolov
73897da7d6 Merge branch '1.8.x' 2020-12-25 16:19:34 +00:00
Alexey Sokolov
25a88004d5 znc-buildmod: output where the module was written to 2020-12-25 16:05:04 +00:00
Alexey Sokolov
5c4b913212 Merge branch '1.8.x' of github.com:znc/znc into 1.8.x 2020-12-25 11:33:05 +00:00
Alexey Sokolov
a2d1681779 Fix znc-buildmod -v in cmake build 2020-12-25 11:32:26 +00:00
ZNC-Jenkins
732e0c83ce Update translations from Crowdin for pl_PL 2020-12-13 00:28:54 +00:00
ZNC-Jenkins
a5eee3e92d Update translations from Crowdin for pl_PL 2020-12-13 00:28:52 +00:00
ZNC-Jenkins
cf0f07eeb2 Update translations from Crowdin for fr_FR 2020-12-05 00:28:47 +00:00
ZNC-Jenkins
ebfc90e9ad Update translations from Crowdin for fr_FR 2020-12-05 00:27:15 +00:00
ZNC-Jenkins
6cd80535c0 Update translations from Crowdin for bg_BG de_DE el_GR es_ES fr_FR id_ID it_IT nl_NL pl_PL pt_BR ru_RU 2020-10-05 00:30:31 +00:00
Alexey Sokolov
7035b378a8 Merge branch 'master' of github.com:znc/znc 2020-10-04 21:08:03 +01:00
Alexey Sokolov
d505a6d4db Fix other skins for #1744 2020-10-04 21:01:15 +01:00
Alexey Sokolov
1580140b3b Merge branch 'reorder' 2020-10-04 20:40:45 +01:00
njhanley
92d04e6ad9 Allow reordering of channels in webadmin 2020-09-29 19:32:52 -04:00
njhanley
3ff5aaf49e List channels in order in webadmin 2020-09-29 19:32:52 -04:00