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
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
njhanley
99b33eade9
Add MoveChan and SwapChans commands
2020-09-29 19:32:45 -04:00
ZNC-Jenkins
1b96a06719
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-09-28 00:29:28 +00:00
Alexey Sokolov
2b469f874b
Merge pull request #1756 from kylef/sasl-908
...
Don't forward 908 numeric to client
2020-09-27 17:13:20 +01:00
ZNC-Jenkins
a2d26af441
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-09-25 00:29:30 +00:00
ZNC-Jenkins
998e00feab
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-09-25 00:29:29 +00:00
Alexey Sokolov
15dfa8c1fd
Merge branch '1.8.x'
2020-09-24 10:12:00 +01:00
Alexey Sokolov
b80d674cfc
Update default SSL settings from Mozilla recommmendations
...
Disable TLSv1.0 and TLSv1.1 by default
Ref #1758
2020-09-24 10:10:43 +01:00
ZNC-Jenkins
1b8654fe45
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-09-23 00:28:55 +00:00
Alexey Sokolov
d4bfd143b4
Fix path in systemd service (which shouldn't be here at all)
...
https://bugs.gentoo.org/743856
2020-09-22 10:20:47 +01:00
Alexey Sokolov
47e633b267
Don't load modperl as a python module
...
Close #1757
2020-09-17 23:08:19 +01:00
Alexey Sokolov
38081d5aed
WIP fix autotop
2020-09-17 22:33:29 +01:00
Kyle Fuller
f9fc9b4044
sasl: don't forward 908 numeric to clienT
2020-09-11 18:44:10 +01:00
Alexey Sokolov
65eff7a4f9
Merge branch '1.8.x'
2020-09-08 20:27:35 +01:00
Alexey Sokolov
eeea60f5d9
Dockerfile: upgrade Alpine to 3.12
2020-09-08 19:45:57 +01:00
ZNC-Jenkins
73cf99c60c
Update translations from Crowdin for pl_PL
2020-09-08 00:28:54 +00:00
ZNC-Jenkins
127688b792
Update translations from Crowdin for pl_PL
2020-09-08 00:28:53 +00:00
Alexey Sokolov
a11866feb9
Use 1.8.x again
2020-09-08 00:01:10 +01:00
Alexey Sokolov
bf253640d3
Increase the version number to 1.8.2
znc-1.8.2
2020-09-07 23:57:31 +01:00
ZNC-Jenkins
f1b56b74e2
Update translations from Crowdin for pl_PL
2020-09-07 00:29:58 +00:00
ZNC-Jenkins
7fa213a0d4
Update translations from Crowdin for pl_PL
2020-09-07 00:28:32 +00:00
njhanley
dbd47b2418
Show channel indexes in ListChans command
2020-09-03 00:27:15 -04:00
njhanley
926d140a47
Respect order of subconfigs in znc.conf
2020-09-03 00:27:15 -04:00