ZNC-Jenkins
902c35e22e
Update translations from Crowdin for nl_NL
2020-06-06 00:28:12 +00:00
ZNC-Jenkins
d6131a5779
Update translations from Crowdin for bg_BG de_DE es_ES fr_FR id_ID it_IT nl_NL pt_BR ru_RU
2020-06-01 00:27:15 +00:00
Alexey Sokolov
dff01490ca
Merge branch '1.8.x'
2020-05-31 11:49:10 +01:00
Alexey Sokolov
6cce5fe08d
Check for m_pNetwork being not null in several more places
...
I don't know whether these are crasheable, but now they will definitely
be not.
2020-05-31 11:46:05 +01:00
Alexey Sokolov
2390ad111b
Fix null pointer dereference in echo-message
...
The bug was introduced while fixing #1705 . If a client did not enable
echo-message, and doesn't have a network, it crashes.
Thanks to LunarBNC for reporting this
2020-05-31 11:45:40 +01:00
ZNC-Jenkins
c16c343da9
Update translations from Crowdin for pt_BR
2020-05-11 00:26:30 +00:00
ZNC-Jenkins
68d14c12fe
Update translations from Crowdin for pt_BR
2020-05-10 00:26:30 +00:00
ZNC-Jenkins
d224630d63
Update translations from Crowdin for pt_BR
2020-05-08 00:27:39 +00:00
ZNC-Jenkins
5fd7584e7c
Update translations from Crowdin for pt_BR
2020-05-08 00:27:21 +00:00
ZNC-Jenkins
686f498280
Update translations from Crowdin for pt_BR
2020-05-07 00:27:20 +00:00
ZNC-Jenkins
eae518cf12
Update translations from Crowdin for pt_BR
2020-05-07 00:27:16 +00:00
ZNC-Jenkins
ab43f31e6c
Update translations from Crowdin for bg_BG de_DE es_ES fr_FR id_ID it_IT nl_NL pt_BR ru_RU
2020-05-04 00:27:26 +00:00
Alexey Sokolov
dd42fcd209
Remove autoconf, leave only CMake
2020-05-01 23:44:19 +01:00
ZNC-Jenkins
efe640085a
Update translations from Crowdin for bg_BG es_ES fr_FR id_ID it_IT nl_NL pt_BR ru_RU
2020-04-24 00:27:14 +00:00
Alexey Sokolov
eca46d4a97
Merge branch 'master' into 1.8.x
2020-04-20 21:10:39 +01:00
Alexey Sokolov
3d7fe3e436
Merge branch 'htmlstring'
2020-04-20 20:51:25 +01:00
ZNC-Jenkins
a21d40028c
Update translations from Crowdin for bg_BG de_DE es_ES fr_FR id_ID it_IT nl_NL pt_BR ru_RU
2020-04-18 22:07:16 +00:00
ZNC-Jenkins
37eb36ade8
Update translations from Crowdin for bg_BG de_DE es_ES fr_FR id_ID it_IT nl_NL pt_BR ru_RU
2020-04-18 22:07:05 +00:00
Disconnect3d
0e2ea2fa6c
Fix incorrect html entities parsing in ZNCString.cpp
...
This PR fixes wrong size argument passed to `strncasecmp` function when it was invoked to check if the string contains HTML entities.
2020-04-13 16:01:47 +02:00
Alexey Sokolov
d229761821
Fix echo-message for *status
...
Close #1705
2020-03-29 08:45:10 +01:00
Alexey Sokolov
f3d7922499
Update copyright in files which were missing in the previous update
2020-01-05 11:37:51 +00:00
MAGIC
9081aa971d
Welcome to 2020
2020-01-02 00:36:05 +01:00
ZNC-Jenkins
c005c6fcb4
Update translations from Crowdin for pt_BR
2019-12-31 00:26:42 +00:00
ZNC-Jenkins
d3011c6eb1
Update translations from Crowdin for bg_BG de_DE es_ES fr_FR id_ID it_IT nl_NL ru_RU
2019-12-30 00:26:36 +00:00
Alexey Sokolov
c0e71184be
Backport SSL changes from asio branch ( #1639 ).
...
This shouldn't change any behavior.
2019-12-29 13:03:52 +00:00
ZNC-Jenkins
a9aa3d00b4
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:06 +00:00
ZNC-Jenkins
e6dcaf0604
Update translations from Crowdin for pt_BR
2019-11-15 00:27:35 +00:00
ZNC-Jenkins
c4ab513484
Update translations from Crowdin for bg_BG de_DE es_ES fr_FR id_ID it_IT nl_NL pt_BR ru_RU
2019-11-08 00:26:42 +00:00
Alexey Sokolov
16c849daac
Fix crash when parsing incorrect channel modes sent by server.
...
Sometimes certain servers don't send a argument for modes which it
declared as ones which need an argument.
No released version is affected.
Close #1684
2019-11-07 08:36:41 +00:00
Alexey Sokolov
fa9fff618e
Merge branch '1.7.x'
2019-11-01 08:24:36 +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
ea82c76e9d
Update translations from Crowdin for pt_BR
2019-10-10 00:27:42 +00:00
ZNC-Jenkins
743a91ec21
Update translations from Crowdin for fr_FR
2019-09-04 00:26:56 +00:00
ZNC-Jenkins
dbea05b1be
Update translations from Crowdin for fr_FR
2019-09-03 00:27:20 +00:00
ZNC-Jenkins
a79257a9aa
Update translations from Crowdin for fr_FR pt_BR
2019-08-14 00:26:45 +00:00
ZNC-Jenkins
b8a6723aab
Update translations from Crowdin for de_DE
2019-08-13 00:27:30 +00:00
ZNC-Jenkins
b31cb679da
Update translations from Crowdin for bg_BG de_DE es_ES id_ID it_IT nl_NL ru_RU
2019-08-13 00:26:38 +00:00
Alexey Sokolov
773f4789a2
Style fix: use const Csock* in for-each loop
2019-08-12 08:20:15 +01:00
ZNC-Jenkins
9216abe5a7
Update translations from Crowdin for bg_BG de_DE es_ES fr_FR id_ID it_IT nl_NL pt_BR ru_RU
2019-08-09 00:27:48 +00:00
Aspen (linudaemon)
95369455fc
Rework MODE/RPL_CHANMODEIS handling for trailing args ( #1661 )
...
Some servers may send a colon even if the last parameter doesn't need it, currently this leads to issues with permission/mode tracking, as the core doesn't handle the colon properly.
This fix replaces reconstructing the parameter string with just passing a vector of the relevant parameters to CChan::SetModes() and adds overrides for CChan::SetModes() and CChan::ModeChange() that accept the vector instead.
Clean up uses of old CModeMessage::GetModes()
2019-08-08 21:54:49 +01:00
ZNC-Jenkins
d339b797d4
Update translations from Crowdin for pt_BR
2019-08-06 00:28:12 +00:00
ZNC-Jenkins
51e82fc7e8
Update translations from Crowdin for pt_BR
2019-08-06 00:27:46 +00:00
ZNC-Jenkins
bff2cc0fd3
Update translations from Crowdin for it_IT
2019-07-30 00:28:39 +00:00
ZNC-Jenkins
8c0ecbee1f
Update translations from Crowdin for it_IT
2019-07-30 00:27:47 +00:00
ZNC-Jenkins
364fc4eede
Update translations from Crowdin for it_IT
2019-07-27 00:27:31 +00:00
ZNC-Jenkins
412aeb1dd0
Update translations from Crowdin for it_IT
2019-07-27 00:27:03 +00:00
ZNC-Jenkins
6439b5830c
Update translations from Crowdin for ru_RU
2019-07-21 00:27:55 +00:00
ZNC-Jenkins
b27fd99d65
Update translations from Crowdin for ru_RU
2019-07-21 00:27:14 +00:00
ZNC-Jenkins
291395584d
Update translations from Crowdin for fr_FR it_IT nl_NL
2019-07-18 00:30:38 +00:00