Alexey Sokolov
960b76d2ea
Use FindPython3 in addition to pkg-config
2019-08-08 21:56:45 +01:00
ZNC-Jenkins
51e82fc7e8
Update translations from Crowdin for pt_BR
2019-08-06 00:27:46 +00:00
ZNC-Jenkins
8c0ecbee1f
Update translations from Crowdin for it_IT
2019-07-30 00:27:47 +00:00
ZNC-Jenkins
412aeb1dd0
Update translations from Crowdin for it_IT
2019-07-27 00:27:03 +00:00
ZNC-Jenkins
0e5dee55e6
Update translations from Crowdin for it_IT
2019-07-26 00:27:12 +00:00
ZNC-Jenkins
33abd0debf
Update translations from Crowdin for it_IT
2019-07-25 00:27:23 +00:00
ZNC-Jenkins
33c6966b40
Update translations from Crowdin for fr_FR it_IT nl_NL
2019-07-18 00:29:50 +00:00
ZNC-Jenkins
43ffa91e20
Update translations from Crowdin for it_IT
2019-07-17 00:27:25 +00:00
ZNC-Jenkins
f936690a73
Update translations from Crowdin for it_IT
2019-07-16 00:27:06 +00:00
ZNC-Jenkins
2502b61ecf
Update translations from Crowdin for it_IT
2019-07-15 21:45:00 +00:00
Alexey Sokolov
eb904c4545
Merge branch '1.7.x'
2019-07-15 21:09:15 +01:00
ZNC-Jenkins
68783f7c14
Update translations from Crowdin for it_IT
2019-07-14 01:08:54 +00:00
ZNC-Jenkins
b7cd68249d
Update translations from Crowdin for it_IT
2019-07-14 01:08:35 +00:00
ZNC-Jenkins
0b2be5245c
Update translations from Crowdin for bg_BG de_DE es_ES fr_FR id_ID it_IT nl_NL pt_BR ru_RU
2019-07-13 00:27:49 +00:00
Alexey Sokolov
b5e5c75683
Merge branch '1.7.x'
2019-07-12 08:44:55 +01:00
Alexey Sokolov
61f5ca2bc0
Modtcl: install .tcl files when building with CMake
...
Thanks to Patrick Matthäi for report.
2019-07-12 08:43:18 +01:00
Alexey Sokolov
0ad4e51b39
Fix merge conflict
2019-07-12 08:24:58 +01:00
Alexey Sokolov
c56a4093d5
Merge branch '1.7.x'
2019-07-05 20:10:32 +01: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
ZNC-Jenkins
a657f1933c
Update translations from Crowdin for it_IT
2019-06-25 00:28:09 +00:00
ZNC-Jenkins
aa4e6c53ab
Update translations from Crowdin for it_IT
2019-06-25 00:27:38 +00:00
ZNC-Jenkins
ad69c372ff
Update translations from Crowdin for it_IT
2019-06-24 00:27:24 +00:00
ZNC-Jenkins
6929a0b2e2
Update translations from Crowdin for it_IT
2019-06-24 00:26:40 +00:00
ZNC-Jenkins
adcf389a88
Update translations from Crowdin for bg_BG fr_FR
2019-06-22 00:27:01 +00:00
ZNC-Jenkins
42222a379c
Update translations from Crowdin for de_DE es_ES id_ID nl_NL pt_BR ru_RU
2019-06-21 22:17:23 +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
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
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
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
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
8d309bbb3d
Merge branch '1.7.x'
2019-03-30 16:17:59 +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
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
0ab205ccfa
Merge pull request #1628 from dgw/welcome-to-2019
...
Welcome to 2019
2019-01-08 22:50:58 +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
ZNC-Jenkins
72c5f57bb7
Update translations from Crowdin for pt_BR
2018-12-11 00:26:14 +00:00
ZNC-Jenkins
a51dd892e6
Update translations from Crowdin for de_DE es_ES fr_FR id_ID nl_NL pt_BR ru_RU
2018-12-10 00:27:10 +00:00
ZNC-Jenkins
6115bc8d34
Update translations from Crowdin for de_DE es_ES fr_FR id_ID nl_NL ru_RU
2018-12-10 00:26:34 +00:00
Alexey Sokolov
61a4e6e9d9
Merge branch '1.7.x'
2018-12-09 15:46:11 +00:00
Alexey Sokolov
7445e4b8dd
Fix adding the last allowed network in webadmin.
...
Close #1584
2018-12-09 15:44:18 +00:00
ZNC-Jenkins
a1aca29427
Update translations from Crowdin for fr_FR
2018-11-02 00:26:18 +00:00