Commit Graph

5084 Commits

Author SHA1 Message Date
Jos Ahrens 207d47f1da TrustPKI: Better wording in webadmin 2019-06-30 08:01:09 +00:00
ZNC-Jenkins 65bce1c51f Update translations from Crowdin for bg_BG de_DE es_ES fr_FR id_ID it_IT nl_NL pt_BR ru_RU 2019-06-26 00:26:40 +00:00
Alexey Sokolov ebbe9f2592 crowdin: don't claim that I translated everything 2019-06-25 23:45:30 +01:00
ZNC-Jenkins aa4e6c53ab Update translations from Crowdin for it_IT 2019-06-25 00:27:38 +00:00
ZNC-Jenkins 6929a0b2e2 Update translations from Crowdin for it_IT 2019-06-24 00:26:40 +00:00
ZNC-Jenkins 01917ff748 Update translations from Crowdin for bg_BG de_DE es_ES fr_FR id_ID nl_NL pt_BR ru_RU 2019-06-21 22:17:21 +00:00
Alexey Sokolov 5c885f82b7 Merge pull request #1662 from girst/listify-tables
listify two-column tables
2019-06-21 21:52:29 +01:00
Alexey Sokolov 67370e5e27 Merge branch '1.7.x' 2019-06-21 21:49:30 +01:00
Indjov b0a00e96cd Create bg-BG
Bulgarian Languages

Close #1668
2019-06-21 21:48:33 +01:00
Alexey Sokolov e75b9c3b50 Return version number to 1.7.x 2019-06-21 21:35:15 +01:00
Alexey Sokolov e661cdf9a3 ZNC 1.7.4 znc-1.7.4 2019-06-21 21:31:06 +01:00
Alexey Sokolov 2c951bcac1 Merge branch 'master' of github.com:znc/znc 2019-06-15 02:28:30 +01:00
Alexey Sokolov d1997d6a73 ZNC 1.7.4-rc1 znc-1.7.4-rc1 2019-06-15 02:12:29 +01:00
Alexey Sokolov ac66d48430 Merge branch '1.7.x' 2019-06-15 02:02:42 +01:00
Alexey Sokolov 8de9e376ce Fix remote code execution and privilege escalation vulnerability.
To trigger this, need to have a user already.

Thanks for Jeriko One <jeriko.one@gmx.us> for finding and reporting this.

CVE-2019-12816
2019-06-15 02:00:42 +01:00
Alexey Sokolov 3bced9a9f1 Send "Connected!" message to the correct nick to client.
Fix #1665
2019-06-12 08:14:20 +01:00
Alexey Sokolov d17cdc700d Merge pull request #1651 from Zarthus/remove_partyline
modules: Remove partyline
2019-06-11 23:40:07 +01:00
Jos Ahrens 05e9675e85 modules: Remove partyline
Fixes #1632
Closes #1301 as wontfix
Closes #1058 as wontfix
Closes #386 as wontfix
Closes #362 as wontfix
Closes #302 as wontfix
2019-05-31 11:45:52 +00:00
Alexey Sokolov 13450c7fcb Merge pull request #1653 from Zarthus/remove_q
modules: Remove Q
2019-05-30 01:08:21 +01:00
girst fe8d447a60 listify two-column tables
excluded are the Q and partyline modules, as they are deprecated. There
are some tables that have more than two columns, but could likely be
easily modified, but this will be attempted at a later time.
2019-05-29 18:49:18 +02:00
Alexey Sokolov e528b5f2d6 Merge pull request #1660 from jesopo/master
Support both ERR_NOSUCHNICK and ERR_NOSUCHCHANNEL for *route_replies NAMES
2019-05-29 08:27:12 +01:00
Alexey Sokolov 724ec2fc1d Merge pull request #1659 from glguy/route_replies_freenode
route_replies: Update to support freenode
2019-05-29 08:25:46 +01:00
Alexey Sokolov 32d7b03f33 Merge pull request #1657 from girst/set-table-style
ListStyle (compact) replacement for two-column tables
2019-05-29 08:21:26 +01:00
jesopo efa7543dfa Support both ERR_NOSUCHNICK and ERR_NOSUCHCHANNEL for *route_replies NAMES 2019-05-22 10:12:10 +01:00
Eric Mertens 51f15d5bac route_replies: Update to support freenode 2019-05-19 11:19:28 -07:00
girst 3988cfef98 ListStyle (compact) replacement for two-column tables
by calling CTable::SetStyle(CTable::ListStyle) one can switch from the
bulky and unreadable-on-narrow-devices-or-nonmonospaced-fonts tables to
a more compact list style of output. The first "column" will be bolded
for better visibility and seperated with a colon from the second.

This is currently designed to replace two column tables only.
2019-05-19 14:03:41 +02:00
MalaGaM @ ARTiSPRETiS d7c5eecfe5 Update modtcl -> adding GetServerName function and network varia… (#1658)
Update modtcl -> adding GetServerName function and network variable with network name value.

Modification to have the variable ::network such as an eggdrop.

Example usage:
<MalaGaM> return $network
<*modtcl> artis
<MalaGaM> return $::network
<*modtcl> artis
<MalaGaM> return [GetServerName]
<*modtcl> artis
2019-05-19 08:33:23 +01:00
Alexey Sokolov 09a514ba02 Merge branch '1.7.x' 2019-04-21 23:35:30 +01:00
Jos Ahrens 4f446552a3 modules: Remove Q
Q can be replaced with the perform module, and will still be available
as a third-party module for those who use the module and QuakeNet.

In general, the Q module only targets a single network not everyone may
use, the additional support and maintenance burden is not worth it.

References #786
Closes #1636 as wontfix
Closes #554 as wontfix
2019-04-20 08:41:43 +00:00
Alexey Sokolov 96481995e1 Appveyor: try to fix build 2019-04-19 18:09:32 +01:00
Alexey Sokolov 0370efe830 Merge branch '1.7.x' 2019-04-19 12:15:14 +01:00
Alexey Sokolov 964747e6b4 Increase znc-buildmod timeout in the test.
For some slow systems 30s is too small.
2019-04-19 12:13:44 +01:00
Alexey Sokolov 8d309bbb3d Merge branch '1.7.x' 2019-03-30 16:17:59 +00:00
Alexey Sokolov 9966bea961 Return version back to 1.7.x 2019-03-30 14:41:01 +00:00
Alexey Sokolov be1b6bcd4c Increase version number to 1.7.3 znc-1.7.3 2019-03-30 14:36:01 +00:00
Alexey Sokolov 6b03fac6c1 ZNC 1.7.3-rc1 znc-1.7.3-rc1 2019-03-22 00:31:10 +00:00
Alexey Sokolov 64613bc8b6 Don't crash if user specified invalid encoding.
This is CVE-2019-9917
2019-03-22 00:22:00 +00:00
Alexey Sokolov 458ce602aa Merge branch '1.7.x' 2019-02-13 08:11:42 +00:00
Alexey Sokolov 46544d9067 Update docker submodule
Fix https://github.com/znc/znc-docker/issues/20 and
https://github.com/znc/znc-docker/issues/12 for git image
2019-02-13 08:10:43 +00:00
ZNC-Jenkins 06778a81f2 Update translations from Crowdin for pt_BR 2019-01-28 00:27:34 +00:00
ZNC-Jenkins 91af796c4d Update translations from Crowdin for pt_BR 2019-01-28 00:27:19 +00:00
Alexey Sokolov a0ff9be7c9 Merge branch '1.7.x' 2019-01-27 10:07:06 +00:00
Alexey Sokolov 855ab8c55d Revert version number to 1.7.x 2019-01-27 09:37:10 +00:00
Alexey Sokolov 5cde1eb3c1 Increase the version number to 1.7.2 znc-1.7.2 2019-01-27 09:17:35 +00:00
DjLegolas 733564bf43 Automatically discover DESC value in make-tarball.sh
Close #1634
2019-01-25 19:21:10 +00:00
Alexey Sokolov b04755ce97 Merge branch '1.7.x' of github.com:znc/znc into 1.7.x 2019-01-18 23:51:06 +00:00
Alexey Sokolov 2ed4d1b664 ZNC 1.7.2-rc1 znc-1.7.2-rc1 2019-01-12 09:08:16 +00:00
ZNC-Jenkins b697fbebdc Update translations from Crowdin for de_DE 2019-01-11 00:27:13 +00:00
ZNC-Jenkins e415d9f58c Update translations from Crowdin for de_DE 2019-01-11 00:26:42 +00:00
Alexey Sokolov bc3093ce50 Merge branch '1.7.x' 2019-01-10 22:10:33 +00:00