Commit Graph

5456 Commits

Author SHA1 Message Date
Alexey Sokolov b3b38956a7 Rewrite how modpython loads modules
'imp' was deprecated since python 3.3.
This removes the undocumented feature of loading python C extension as
ZNC module, but adds a test that python package can be loaded.

Bump python requirements to 3.4
2020-05-23 13:32:50 +01:00
Alexey Sokolov 9a909b86b6 Appveyor: avoid the symlink 2020-05-23 13:32:10 +01:00
Alexey Sokolov 3bd7c89906 Looks like appveyor cygwin doesn't like such symlinks. Make it explicitly relative 2020-05-17 16:15:08 +01:00
Alexey Sokolov 839a7f57cb Merge branch 'master' of github.com:znc/znc 2020-05-17 14:25:00 +01:00
Alexey Sokolov 87ed28f7c4 Update comment 2020-05-17 14:24:42 +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 b6d5a331a7 Update translations from Crowdin for de_DE 2020-05-09 00:28:08 +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
Alexey Sokolov 84d8375af1 Rename configure.sh cmake wrapper to configure
Since old configure is gone
2020-05-04 07:49:03 +01: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 6e7b98e988 docker: update alpine to 3.11 2020-05-03 08:58:46 +01:00
Alexey Sokolov 7578d366d0 Merge pull request #1718 from DarthGandalf/autoconf
Remove autoconf, leave only CMake
2020-05-03 08:44:11 +01:00
Alexey Sokolov dd42fcd209 Remove autoconf, leave only CMake 2020-05-01 23:44:19 +01:00
Alexey Sokolov ff7758b573 Increase version number to 1.9.x 2020-05-01 22:20:07 +01:00
Alexey Sokolov 6f6c4d05c7 Merge branch '1.8.x' 2020-05-01 22:19:27 +01:00
Alexey Sokolov 54053c0676 Return version number to git: 1.8.x 2020-05-01 22:18:38 +01:00
Alexey Sokolov fbdee30f40 Merge branch '1.8.x' 2020-05-01 22:14:18 +01:00
Alexey Sokolov 492b4ab007 Increase the version number to 1.8.0 znc-1.8.0 2020-05-01 21:51:29 +01:00
Alexey Sokolov c00078781d ZNC 1.8.0-rc1 2020-04-26 09:39:55 +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 046915f25f Merge pull request #1717 from DarthGandalf/fixtest
Try fix flaky ZNCTest.AwayNotify
2020-04-22 09:56:48 +01:00
Alexey Sokolov 8717badcfc Try fix flaky ZNCTest.AwayNotify 2020-04-21 23:09:11 +01:00
Alexey Sokolov 8d1637e26e ZNC 1.8.0-beta1 2020-04-20 21:33:54 +01: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
Alexey Sokolov e801c49740 Test #1715 2020-04-20 20:51:07 +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 972e9adb29 Merge pull request #1714 from DarthGandalf/travis
Fixing ARM build on Travis
2020-04-11 21:39:48 +01:00
Alexey Sokolov 13e9622267 Fixing ARM build on Travis 2020-04-11 21:01:59 +01:00
Alexey Sokolov ca80ff5782 Update Crowdin config to update branch 1.8 instead of 1.7 2020-04-10 10:26:53 +01:00
Alexey Sokolov 0d2148f02f Merge branch '1.8.x' of github.com:znc/znc into 1.8.x 2020-04-10 09:59:45 +01:00
Alexey Sokolov e8cd53ce2e Make it more visible that admins have lots of privileges 2020-04-10 09:58:59 +01:00
m4luc0 89af445653 Web: fix small css errors after #1711 2020-04-05 23:38:26 +02:00
Alexey Sokolov bffeee2ee7 Merge pull request #1711 from m4luc0/1.8.x
Web: fix broken layout after text edit
2020-04-04 15:26:46 +01:00
m4luc0 c104b14514 Web: fix broken layout after text edit 2020-04-04 14:43:16 +02:00
m4luc0 3e92362986 Web: fix broken layout after text edit 2020-04-04 12:32:18 +02:00
Alexey Sokolov 430887a357 Merge branch 'master' into 1.8.x 2020-03-31 08:41:14 +01:00
Alexey Sokolov 82c4ad8362 Merge pull request #1710 from ChrisTyrrel/master
Add NoTrafficTimeout User variable to help of controlpanel.
2020-03-31 08:40:09 +01:00
Chris Tyrrel 6ac1e9e8fa Resolves #1693
Added NoTrafficTimeout User variable to the list of User variables in the controlpanel module.
2020-03-30 18:07:20 -06:00
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