Commit Graph

5221 Commits

Author SHA1 Message Date
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
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