Commit Graph

5071 Commits

Author SHA1 Message Date
Alexey Sokolov 2c951bcac1 Merge branch 'master' of github.com:znc/znc 2019-06-15 02:28:30 +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
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
ZNC-Jenkins 2dfafe47a3 Update translations from Crowdin for de_DE fr_FR 2019-01-10 00:26:31 +00:00
ZNC-Jenkins a6256e522a Update translations from Crowdin for de_DE es_ES fr_FR id_ID nl_NL pt_BR ru_RU 2019-01-09 00:27:15 +00:00
ZNC-Jenkins d6e3ab0b9c Update translations from Crowdin for es_ES id_ID nl_NL pt_BR ru_RU 2019-01-09 00:26:42 +00:00
Alexey Sokolov 82bfa2be66 Merge pull request #1625 from Zarthus/fix_1624
ctcp: Distinguish Channel CTCP Requests and Replies
2019-01-08 22:53:21 +00:00
Alexey Sokolov 0ab205ccfa Merge pull request #1628 from dgw/welcome-to-2019
Welcome to 2019
2019-01-08 22:50:58 +00:00
Alexey Sokolov 6079c01d2f Merge pull request #1627 from pierlon/refactor/normalize-username
Normalize variable "sUserName" to "sUsername"
2019-01-08 22:50:45 +00:00
dgw 8d5427cf9b Welcome to 2019
What are we going to do today, Brain?

The same thing we do every year, Pinky: Update all the copyright
headers!

[Skip CI]
2019-01-01 17:05:05 -06:00
Pierre Gordon 6af027c5dd Normalize methods with 'UserName' to 'Username' 2019-01-01 16:19:27 -05:00
Pierre Gordon 812b27c268 Normalize variable "sUserName" to "sUsername"
Fixes #1546
2019-01-01 12:31:33 -05:00
Alexey Sokolov 481fdb5a2c Merge branch '1.7.x' 2019-01-01 12:53:11 +00:00
Alexey Sokolov 70a221addd Add more details to DNS error logs. See #1626 2019-01-01 12:51:51 +00:00
Jos Ahrens d15b838504 ctcp: Distinguish Channel CTCP Requests and Replies
Fixes #1624
2018-12-24 09:12:05 +00:00
ZNC-Jenkins 72c5f57bb7 Update translations from Crowdin for pt_BR 2018-12-11 00:26:14 +00:00