J-P Nurmi
d19a040f2d
Remove flawed Add/Del/List/BindHost(s) ( close #983 )
2015-08-17 15:35:29 +02:00
J-P Nurmi
c17c8c022b
Buffer message tags and the original timestamps
2015-08-15 12:28:38 +02:00
J-P Nurmi
645fa855e0
webadmin: allow reseting chan buffer size by entering an empty value
2015-08-14 19:35:24 +02:00
Chris Tyrrel
bfab89edba
webadmin: renamed chan setting 'buffer' to 'buffersize'
...
close #1029
2015-08-14 19:03:12 +02:00
Chris Tyrrel
ae0d0937e2
controlpanel: renamed chan setting 'buffer' to 'buffersize'
...
close #1029
2015-08-14 19:03:07 +02:00
J-P Nurmi
76ac81c032
webadmin: C++11 range-based for loops
2015-08-13 19:45:08 +02:00
J-P Nurmi
fdebdac32b
modules_online: C++11 range-based for loops
2015-08-13 17:51:47 +02:00
J-P Nurmi
0188281f58
perform: C++11 range-based for loops
2015-08-13 17:51:47 +02:00
J-P Nurmi
ae1d73fc56
savebuff: C++11 range-based for loops
2015-08-13 17:51:47 +02:00
J-P Nurmi
46a0807d5b
stickychan: C++11 range-based for loops
2015-08-13 15:22:55 +02:00
J-P Nurmi
c920282fd1
sasl: C++11 range-based for loops
2015-08-13 15:21:12 +02:00
J-P Nurmi
0e0cbba158
autovoice: C++11 range-based for loops
2015-08-13 13:51:37 +02:00
J-P Nurmi
4d6be36162
autoop: C++11 range-based for loops
2015-08-13 13:48:08 +02:00
J-P Nurmi
d424048af0
autocycle: C++11 range-based for loops
2015-08-13 13:36:51 +02:00
J-P Nurmi
15a361b28e
certauth: C++11 range-based for loops
2015-08-13 13:21:08 +02:00
J-P Nurmi
ca58973802
send_raw: C++11 range-based for loops
2015-08-13 13:03:11 +02:00
J-P Nurmi
1f8de3bf39
controlpanel: C++11 range-based for loops
2015-08-13 13:00:59 +02:00
J-P Nurmi
87bd738eb6
log: C++11 range-based for loops
2015-08-13 00:46:56 +02:00
J-P Nurmi
830796745f
buffextras: C++11 range-based for loops
2015-08-13 00:39:37 +02:00
J-P Nurmi
7fb358e0df
fail2ban: fix command help syntax ( #534 )
2015-08-12 02:02:43 +02:00
J-P Nurmi
832ab84c05
fail2ban: remember timeout & attempts ( #534 )
2015-08-12 02:02:39 +02:00
Kyle Fuller
c8ac04165d
Add the pyeval module
2015-08-11 22:31:29 +01:00
J-P Nurmi
e93c37fc6b
Cleanup extra semi-colons
2015-08-07 22:00:08 +02:00
Gustavo Zacarias
9a51195e91
Add <time.h> includes where appropiate
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
2015-08-06 11:20:54 -03:00
Alexey Sokolov
4b62962d2f
Merge branch '1.6.x'
2015-08-05 00:18:34 +01:00
Alexey Sokolov
65e36c8daf
s/NULL/nullptr/ in modpython's codegen.pl
2015-08-05 00:17:22 +01:00
Alexey Sokolov
eda13bd1f0
Update codegen.pl too. See #1017
2015-08-05 00:10:58 +01:00
Alexey Sokolov
603288999b
Merge branch 'master' of github.com:znc/znc
2015-08-04 23:48:52 +01:00
Alexey Sokolov
f7ccbed99a
Merge branch '1.6.x'
2015-08-04 23:47:42 +01:00
J-P Nurmi
23fb93d1c6
webadmin: use CIRCNetwork::ClearTrustedFingerprints()
2015-08-05 00:44:52 +02:00
Alexey Sokolov
b8330296a2
Fix memory leak in modpython.
...
Update typemaps for CString from latest SWIG.
The relevant change is "free p;" -> "delete p;"
CString object itself was deleted, but its destructor wasn't called,
so it couldn't free the underlying character data.
Fix #1017
2015-08-04 23:44:48 +01:00
J-P Nurmi
b16faf5058
Merge pull request #990 from jpnurmi/reset
...
Allow reseting channel specific AutoClearChanBuffer & Buffer settings
2015-08-01 12:30:36 +02:00
J-P Nurmi
015a8f6502
Merge branch '1.6.x'
...
Conflicts:
src/Client.cpp
znc-buildmod.in
2015-07-31 23:56:04 +02:00
J-P Nurmi
2098dc1f2c
Merge pull request #992 from jpnurmi/fail2ban
...
fail2ban: configurability & commands
2015-07-31 23:32:15 +02:00
J-P Nurmi
53d9161b20
Merge pull request #998 from jpnurmi/buffer
...
Resolve #967 : separate chan & query buffer size settings
2015-07-31 22:51:03 +02:00
J-P Nurmi
da0862ddb3
Merge pull request #997 from jpnurmi/flooddetach
...
flooddetach: add nick changes - close #941
2015-07-31 22:26:03 +02:00
J-P Nurmi
0058b47d42
Fix #1007 : modules_online uses wrong ident
2015-07-28 12:27:01 +02:00
Alexey Sokolov
c336ef5ec2
Cygwin: Rename libznc.dll to cygznc-1.7.dll
...
https://cygwin.com/ml/cygwin-apps/2015-07/msg00108.html
2015-07-19 13:49:18 +01:00
J-P Nurmi
496a132e32
Resolve #967 : separate chan & query buffer size settings
2015-07-19 00:31:10 +02:00
J-P Nurmi
ed9d3deec8
savebuff: remove LEGACY_SAVEBUFF -wrapped code
...
This piece of code hasn't compiled since 2011 (cb4131e ), and has
been functionally broken since 2010 (a0c0b73 ). 12ce7f1 instructs
to use buffextras alongside savebuff.
2015-07-17 12:27:34 +02:00
J-P Nurmi
9242307ff7
Merge branch '1.6.x'
...
Conflicts:
README.md
modules/data/webadmin/tmpl/settings.tmpl
src/Query.cpp
2015-07-14 23:11:17 +02:00
J-P Nurmi
bae872f2b1
flooddetach: add nick changes - close #941
2015-07-14 19:12:29 +02:00
J-P Nurmi
c5d7b5778a
fail2ban: add BAN, UNBAN and LIST commands ( #534 )
2015-07-13 23:51:28 +02:00
J-P Nurmi
3cdaca51a6
fail2ban: make timeout & attempts configurable ( #534 )
2015-07-13 21:45:50 +02:00
Alexey Sokolov
34d9183ff1
Hint in webadmin how to delete current port
2015-07-10 20:01:12 +01:00
J-P Nurmi
0d75018157
Allow reseting channel specific AutoClearChanBuffer & Buffer settings
...
The trick is to set the value to "-" in controlpanel. Notice that
controlpanel supports wildcards, so this can be used to easily
reset all channels back to defaults if desired.
2015-07-08 22:56:18 +02:00
Alexey Sokolov
95520630a1
Merge pull request #938 from Mkaysi/sasl
...
sasl: enable all mechanisms by default
2015-07-08 09:31:56 +01:00
NuclearW
5ca8cb51ba
log: Add -timestamp option
...
Allows users to define a new timestamp as formatted by strftime through CUtils::FormatTime
Additionally -sanitize is no longer necessarily the first argument, but -timestamp and the actual timestamp must be last as it can contain spaces.
2015-06-21 14:03:51 +02:00
Alexey Sokolov
a314d3057e
Merge branch '1.6.x'
2015-06-05 08:06:15 +01:00
Alexey Sokolov
fce3d781bb
Mention ExpandString in CTCP replies in webadmin
2015-06-05 08:04:33 +01:00