ZNC-Jenkins
ad056e6283
Update translations from Crowdin for de_DE es_ES pt_BR
2020-04-19 00:18:08 +00:00
ZNC-Jenkins
7f8fb00227
Update translations from Crowdin for bg_BG de_DE es_ES fr_FR id_ID it_IT nl_NL pt_BR ru_RU
2019-12-20 00:27:35 +00:00
ZNC-Jenkins
357bcc187d
Update translations from Crowdin for pt_BR
2019-11-15 00:28:09 +00:00
Rosen Penev
f839d258d0
Fix redefinition error under OpenSSL
...
LIBRESSL_VERSION_NUMBER is 0 when not defined, making the condition always true.
Close #1688
2019-11-01 08:23:46 +00:00
ZNC-Jenkins
41f59ff3bf
Update translations from Crowdin for pt_BR
2019-10-10 00:28:29 +00:00
ZNC-Jenkins
dbea05b1be
Update translations from Crowdin for fr_FR
2019-09-03 00:27:20 +00:00
ZNC-Jenkins
b8a6723aab
Update translations from Crowdin for de_DE
2019-08-13 00:27:30 +00:00
ZNC-Jenkins
d339b797d4
Update translations from Crowdin for pt_BR
2019-08-06 00:28:12 +00:00
ZNC-Jenkins
bff2cc0fd3
Update translations from Crowdin for it_IT
2019-07-30 00:28:39 +00:00
ZNC-Jenkins
364fc4eede
Update translations from Crowdin for it_IT
2019-07-27 00:27:31 +00:00
ZNC-Jenkins
6439b5830c
Update translations from Crowdin for ru_RU
2019-07-21 00:27:55 +00:00
ZNC-Jenkins
291395584d
Update translations from Crowdin for fr_FR it_IT nl_NL
2019-07-18 00:30:38 +00:00
ZNC-Jenkins
aa5ee8ff45
Update translations from Crowdin for bg_BG de_DE es_ES id_ID it_IT pt_BR ru_RU
2019-07-17 00:27:40 +00:00
Alexey Sokolov
b090644ac3
Improve help message about LoadMod
2019-07-16 23:25:59 +01:00
ZNC-Jenkins
0b2be5245c
Update translations from Crowdin for bg_BG de_DE es_ES fr_FR id_ID it_IT nl_NL pt_BR ru_RU
2019-07-13 00:27:49 +00:00
ZNC-Jenkins
a657f1933c
Update translations from Crowdin for it_IT
2019-06-25 00:28:09 +00:00
ZNC-Jenkins
ad69c372ff
Update translations from Crowdin for it_IT
2019-06-24 00:27:24 +00:00
ZNC-Jenkins
adcf389a88
Update translations from Crowdin for bg_BG fr_FR
2019-06-22 00:27:01 +00:00
ZNC-Jenkins
42222a379c
Update translations from Crowdin for de_DE es_ES id_ID nl_NL pt_BR ru_RU
2019-06-21 22:17:23 +00:00
Alexey Sokolov
8de9e376ce
Fix remote code execution and privilege escalation vulnerability.
...
To trigger this, need to have a user already.
Thanks for Jeriko One <jeriko.one@gmx.us > for finding and reporting this.
CVE-2019-12816
2019-06-15 02:00:42 +01:00
Alexey Sokolov
3bced9a9f1
Send "Connected!" message to the correct nick to client.
...
Fix #1665
2019-06-12 08:14:20 +01:00
Alexey Sokolov
64613bc8b6
Don't crash if user specified invalid encoding.
...
This is CVE-2019-9917
2019-03-22 00:22:00 +00:00
ZNC-Jenkins
06778a81f2
Update translations from Crowdin for pt_BR
2019-01-28 00:27:34 +00:00
ZNC-Jenkins
a6256e522a
Update translations from Crowdin for de_DE es_ES fr_FR id_ID nl_NL pt_BR ru_RU
2019-01-09 00:27:15 +00:00
Alexey Sokolov
82bfa2be66
Merge pull request #1625 from Zarthus/fix_1624
...
ctcp: Distinguish Channel CTCP Requests and Replies
2019-01-08 22:53:21 +00:00
Alexey Sokolov
70a221addd
Add more details to DNS error logs. See #1626
2019-01-01 12:51:51 +00:00
Jos Ahrens
d15b838504
ctcp: Distinguish Channel CTCP Requests and Replies
...
Fixes #1624
2018-12-24 09:12:05 +00:00
Rosen Penev
a28c5f8056
Fix compilation with LibreSSL < 2.7.0
...
LibreSSL was stubborn and did not implement all of OpenSSL 1.1 despite
advertising support for it. Fixed in 2.7.0.
Close #1623
2018-12-09 22:50:50 +00:00
Alexey Sokolov
519294a70a
Merge pull request #1620 from neheb/dep2
...
Fix compilation without deprecated APIs in OpenSSL 1.1
2018-11-26 23:01:50 +00:00
Rosen Penev
f6eb43673c
Fix compilation without deprecated APIs in OpenSSL 1.1
...
Prior commit was tested with 1.0.2. This one with 1.1.
2018-11-26 14:35:24 -08:00
ZNC-Jenkins
030bc4b37c
Update translations from Crowdin for pt_BR
2018-11-25 00:27:57 +00:00
Rosen Penev
dddcef52b9
Fix compilation without deprecated APIs in OpenSSL
...
Added a few implicit headers that don't get included anymore and switched
to OpenSSL 1.0.0's THREAD API when supported.
Close #1615
2018-11-10 18:04:03 +00:00
ZNC-Jenkins
4cda4b5c45
Update translations from Crowdin for fr_FR
2018-08-19 00:26:52 +00:00
ZNC-Jenkins
33cc6a2a2c
Update translations from Crowdin for fr_FR
2018-08-01 00:26:26 +00:00
ZNC-Jenkins
8f2269083a
Update translations from Crowdin for es_ES
2018-07-18 14:36:34 +00:00
ZNC-Jenkins
cb867d6b71
Update translations from Crowdin for de_DE id_ID nl_NL pt_BR ru_RU
2018-07-18 14:31:35 +00:00
Alexey Sokolov
a4a5aeeb17
Don't let web skin name ../../../../ access files outside of usual skins directories.
...
Thanks for Jeriko One <jeriko.one@gmx.us > for finding and reporting this.
2018-07-14 07:09:26 +01:00
Alexey Sokolov
d22fef8620
Better cleanup lines coming from network.
...
Thanks for Jeriko One <jeriko.one@gmx.us > for finding and reporting this.
2018-07-14 07:08:50 +01:00
Alexey Sokolov
a7bfbd9381
Don't let attackers inject rogue values into znc.conf
...
Because of this vulnerability, existing ZNC users could get Admin
permissions.
Thanks for Jeriko One <jeriko.one@gmx.us > for finding and reporting this.
2018-07-14 07:05:57 +01:00
ZNC-Jenkins
2058aa0fa6
Update translations from Crowdin for es_ES
2018-07-02 00:25:44 +00:00
ZNC-Jenkins
87fe01d3aa
Update translations from Crowdin for ru_RU
2018-06-19 21:24:58 +00:00
ZNC-Jenkins
3b6980cb85
Update translations from Crowdin for de_DE es_ES id_ID nl_NL pt_BR ru_RU
2018-06-19 21:04:33 +00:00
Alexey Sokolov
6d1e77bb52
Revert "transperancy: Make the user aware that DEBUG mode is enabled."
...
This reverts commit ab501767a1 .
Superceded by admindebug module
2018-06-18 00:41:18 +01:00
ZNC-Jenkins
cc3f8499a7
Update translations from Crowdin
2018-06-16 00:25:59 +00:00
ZNC-Jenkins bot
38a007d5c5
Update translations from Crowdin ( #1551 )
2018-06-15 19:34:12 +01:00
Baruch Siach
e567f4cb73
Fix build without SSL support
...
The <memory> headers is needed for unique_ptr even when SSL is not
enabled. This fixes the following build failure:
src/Utils.cpp: In static member function 'static bool CUtils::CheckCIDR(const CString&, const CString&)':
src/Utils.cpp:674:5: error: 'unique_ptr' is not a member of 'std'
std::unique_ptr<addrinfo, decltype(deleter)> aiHost(aiHostC, deleter);
^
Close #1554
2018-06-10 21:09:07 +01:00
ZNC-Jenkins bot
633e695aba
Update translations from Crowdin ( #1544 )
2018-06-04 22:38:33 +01:00
Alexey Sokolov
e531fe870a
Replace the deprecated overload of CMessage::GetParam
2018-06-01 22:22:44 +01:00
Alexey Sokolov
5b7daac2f0
Rename one of overloads of CMessage::GetParams to GetParamsColon
2018-06-01 22:22:44 +01:00
ZNC-Jenkins bot
309eafa6f7
Update translations from Crowdin ( #1540 )
2018-05-31 08:40:31 +01:00