5018 Commits

Author SHA1 Message Date
ZNC-Jenkins
ad056e6283 Update translations from Crowdin for de_DE es_ES pt_BR 2020-04-19 00:18:08 +00:00
ZNC-Jenkins
b5a868efff Update translations from Crowdin for it_IT 2020-01-07 00:27:14 +00:00
ZNC-Jenkins
4df9ff8031 Update translations from Crowdin for it_IT 2020-01-06 00:27:18 +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
065e15931a Update translations from Crowdin for fr_FR 2019-11-26 00:27:19 +00:00
Alexey Sokolov
f6327b8294 Fix in-source cmake build.
When doing sequence "cmake .; make; cmake ." the second cmake failed
because targets translation_foo and po_foo were defined twice (where foo
is some module). One of those targets came from foo.cpp, but another one
from foo.so, because we use GLOB to gather list of modules.
2019-11-23 10:16:02 +00:00
ZNC-Jenkins
357bcc187d Update translations from Crowdin for pt_BR 2019-11-15 00:28:09 +00:00
Alexey Sokolov
33a6f7420d Merge pull request #1690 from DarthGandalf/travis
Update Travis configs
2019-11-06 08:26:14 +00:00
Alexey Sokolov
1de18ed4ca Travis: remove new xcode image for now 2019-11-06 01:30:06 +00:00
Alexey Sokolov
9c1a7c3c99 Travis: update linux builds
* Use bionic 18.04 instead of trusty 14.04
* Add ARM
* Remove several workarounds which are not needed anymore
2019-11-06 01:29:45 +00:00
Alexey Sokolov
d9dbae2321 Travis: remove xcode8.3, add xcode11.2 2019-11-06 00:00:35 +00:00
Alexey Sokolov
c106d430eb Fix my recent fix and pass the parameter correctly 2019-11-06 00:00:34 +00:00
Alexey Sokolov
961881b032 Build integration test with the same compiler
Fix https://bugs.gentoo.org/699258
2019-11-05 21:01:57 +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
Alexey Sokolov
064d0c928b Re-enable IPv6 in the bleeding edge docker image
Upgrade alpine

Ref https://github.com/znc/znc-docker/issues/19
2019-10-17 22:20:15 +01:00
ZNC-Jenkins
41f59ff3bf Update translations from Crowdin for pt_BR 2019-10-10 00:28:29 +00:00
Alexey Sokolov
ff627ad941 Return version number to 1.7.x 2019-09-23 15:19:42 +01:00
Alexey Sokolov
c7f72f8bc8 ZNC 1.7.5 znc-1.7.5 2019-09-23 15:15:04 +01:00
ZNC-Jenkins
a2907dee98 Update translations from Crowdin for it_IT 2019-09-23 00:27:32 +00:00
ZNC-Jenkins
1281e1a762 Update translations from Crowdin for it_IT 2019-09-22 00:27:28 +00:00
ZNC-Jenkins
0d06fad18c Update translations from Crowdin for fr_FR 2019-09-09 00:26:55 +00:00
ZNC-Jenkins
92475d91e8 Update translations from Crowdin for bg_BG de_DE es_ES fr_FR id_ID it_IT nl_NL pt_BR ru_RU 2019-09-08 00:27:00 +00:00
Alexey Sokolov
874ecf9606 ZNC 1.7.5-rc1 znc-1.7.5-rc1 2019-09-07 21:12:33 +01:00
Alexey Sokolov
be7125fcb8 nickserv: Report success of Clear commands. 2019-09-07 20:04:23 +01:00
Alexey Sokolov
020866e768 Add it-IT 2019-09-07 11:52:11 +01:00
Alexey Sokolov
036b9d0df0 Rename nl_NL translation to nl-NL to match other languages. 2019-09-07 11:52:11 +01:00
ZNC-Jenkins
268fd32296 Update translations from Crowdin for fr_FR 2019-09-04 00:27:24 +00:00
ZNC-Jenkins
dbea05b1be Update translations from Crowdin for fr_FR 2019-09-03 00:27:20 +00:00
ZNC-Jenkins
44b1fd5561 Update translations from Crowdin for fr_FR 2019-09-02 00:27:23 +00:00
ZNC-Jenkins
08eefc6fcd Update translations from Crowdin for it_IT 2019-08-31 00:27:42 +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
ebec9857d4 Update translations from Crowdin for it_IT 2019-07-26 00:27:45 +00:00
ZNC-Jenkins
7f4a8fcde9 Update translations from Crowdin for it_IT 2019-07-25 00:28:15 +00:00
Alexey Sokolov
ab2ce3e541 Support python 3.8 (#1676)
Fix #1675
2019-07-23 22:18:23 +01:00
Alexey Sokolov
71f35b003d Add a deprecation warning to ./configure 2019-07-22 00:10:17 +01: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
573fc3ed62 Update translations from Crowdin for it_IT 2019-07-16 00:27:36 +00:00
ZNC-Jenkins
0589ed5d59 Update translations from Crowdin for it_IT 2019-07-15 21:45:02 +00:00
Alexey Sokolov
989d1ae8a4 Remove CI file which is not used anymore.
The actual version is in master branch, and it affects both branches:
master and 1.7.x
2019-07-15 21:08:12 +01:00
Alexey Sokolov
b87a3565e5 Crowdin Jenkins: Use sshagent instead of a hack 2019-07-15 08:52:39 +01:00
ZNC-Jenkins
68783f7c14 Update translations from Crowdin for it_IT 2019-07-14 01:08:54 +00: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
Alexey Sokolov
fa3d503865 crowdin: don't claim that I translated everything
(cherry picked from commit ebbe9f2592)
2019-07-12 08:44:33 +01:00
Alexey Sokolov
61f5ca2bc0 Modtcl: install .tcl files when building with CMake
Thanks to Patrick Matthäi for report.
2019-07-12 08:43:18 +01:00