Commit Graph

5211 Commits

Author SHA1 Message Date
Alexey Sokolov 640825377e Stop doing version names like -alpha1-alpha1 2020-03-29 15:38:00 +01:00
Alexey Sokolov 6295fffee5 ZNC 1.8.0-alpha1 2020-03-29 15:23:47 +01:00
Alexey Sokolov b1d4cb0ae5 Add test for sasl module 2020-03-29 13:46:59 +01:00
Alexey Sokolov 5a047d4b58 Merge commit 'refs/pull/1635/head' of github.com:znc/znc 2020-03-29 11:17:55 +01:00
Alexey Sokolov d229761821 Fix echo-message for *status
Close #1705
2020-03-29 08:45:10 +01:00
ZNC-Jenkins 6d1ef8d099 Update translations from Crowdin for bg_BG de_DE es_ES fr_FR id_ID it_IT nl_NL pt_BR ru_RU 2020-01-10 00:27:17 +00:00
Alexey Sokolov 7096884fae Merge pull request #1701 from paradix/master
watch module: changed internal buffer to query for multi-client support
2020-01-09 08:39:22 +00:00
paradix 4c11a26429 review: fixed indentation 2020-01-08 11:48:18 +01:00
paradix 7d5562a9bd review changes implemented 2020-01-08 10:20:13 +01:00
ZNC-Jenkins 57d623aee2 Update translations from Crowdin for it_IT 2020-01-07 00:26:56 +00:00
paradix af4a1dc4cc refactor: added AddCommand instead of manual handling with OnModCommand 2020-01-06 17:06:50 +01:00
ZNC-Jenkins 574ef8d53a Update translations from Crowdin for it_IT 2020-01-06 00:27:19 +00:00
Alexey Sokolov f3d7922499 Update copyright in files which were missing in the previous update 2020-01-05 11:37:51 +00:00
Alexey Sokolov 34645658ab CMake: stop requiring C compiler 2020-01-05 11:28:49 +00:00
Alexey Sokolov 5b5ab5cf83 Support python 3.9
Fix #1702
2020-01-05 11:18:44 +00:00
paradix c14445a9ec watch module: changed internal buffer to query for multi-client support 2020-01-03 22:02:21 +01:00
Alexey Sokolov 0af3c4b234 Merge pull request #1699 from MAGICCC/Welcome-to-2020
Welcome to 2020
2020-01-01 23:43:06 +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 67385eea30 Merge pull request #1697 from DarthGandalf/ssl
Backport SSL changes from asio branch (#1639).
2019-12-29 20:28:52 +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
Alexey Sokolov d3f8009519 Merge pull request #1698 from DarthGandalf/brew
Travis: try to fix osx brew error
2019-12-29 11:20:17 +00:00
Alexey Sokolov 9e3bbdcf38 Travis: try to fix osx brew error by reinstalling brew 2019-12-29 10:33:14 +00:00
ZNC-Jenkins 26409a2b42 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-24 00:27:07 +00:00
Alexey Sokolov 420a1d4bf7 Merge pull request #1670 from Zarthus/reword_trustpki
TrustPKI: Better wording in webadmin
2019-12-23 08:24:58 +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 55a5af801b Update translations from Crowdin for fr_FR 2019-11-26 00:26:43 +00:00
Alexey Sokolov 8159d643cd Merge branch '1.7.x' 2019-11-23 10:16:49 +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
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 5b8d176d13 Update travis github ssh key
Openssl on ubuntu doesn't support the old method anymore
2019-11-07 09:04:37 +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 b8b62a14ab Merge branch '1.7.x' 2019-11-06 08:46:05 +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 413f0d302f Merge branch '1.7.x' 2019-11-05 21:02:44 +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
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
Alexey Sokolov f7e3eacead Merge branch '1.7.x' 2019-10-17 22:21:50 +01: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
ZNC-Jenkins ea82c76e9d Update translations from Crowdin for pt_BR 2019-10-10 00:27:42 +00:00
Alexey Sokolov 7b6a564169 Merge branch '1.7.x' 2019-09-23 15:21:01 +01:00