KindOne
3f48d0a01a
Remove reference for attaching queries.
...
This was added in commit 85b84078f8 from pull request 1072.
Pull request 1014 would of made this command possible, but it was never pulled.
2016-08-14 21:12:14 -04:00
Alexey Sokolov
88a8675c80
Fix bad merge
2016-07-31 12:00:32 +01:00
Alexey Sokolov
05bf1c0f5e
Merge branch '1.6.x'
2016-07-31 10:37:38 +01:00
Alexey Sokolov
dd58e369f8
Fix OnInvite in modpython and modperl.
...
They were silently not called.
Close #1283
2016-07-31 10:35:19 +01:00
Alexey Sokolov
6708233479
Add more debug output to test which often hangs on cygwin
2016-07-30 09:19:52 +01:00
Alexey Sokolov
e4194de153
Remove another line which I added only for debug...
2016-07-29 23:28:10 +01:00
Alexey Sokolov
8f61d9e182
Remove line which I added for debug...
2016-07-29 23:25:31 +01:00
Alexey Sokolov
d95e0c7365
Combine test of buildmod to single file.
2016-07-29 23:21:08 +01:00
Alexey Sokolov
847f2baf24
Fix a null pointer dereference.
...
It sometimes happened when user attaches to a channel.
No released version is affected.
Thanks to Zoddo for the report!
2016-07-29 23:13:02 +01:00
Alexey Sokolov
f1ef8c79db
Fix cygwin build
2016-07-20 00:19:19 +01:00
Alexey Sokolov
b04e274963
Merge pull request #1294 from torarnv/priv-buffer-playback-signals
...
Add OnPrivBufferStarting/Ending signals, similar to Chan buffers
2016-07-17 23:12:16 +01:00
Tor Arne Vestbø
4d5724eb0a
Add OnPrivBufferStarting/Ending signals, similar to Chan buffers
...
Allows hooking into query buffer playback before and after all the
lines of the query buffer are replayed. The EModRet return value
has no effect at the moment, but may be used in the future to e.g.
prevent playback. The Chan version of these signals use EModRet to
skip emitting the status message, but not the whole playback.
2016-07-13 15:15:56 +02:00
Uli Schlachter
56620af107
Merge pull request #1292 from dgw/issue-1291
...
[sasl] Do not try to convert entire "verbose" command to bool
2016-07-08 12:20:48 +02:00
Alexey Sokolov
b7fc670a39
Merge pull request #1290 from torarnv/fix-gettimeofday-ret
...
Fix inverted gettimeofday() return value handling
2016-07-08 10:28:23 +01:00
Uli Schlachter
9864b2716a
[sasl] Do not try to convert entire "verbose" command to bool
...
Fixes #1291
2016-07-08 02:19:41 -05:00
Tor Arne Vestbø
02bfb9eaf5
Centralize logic to get current server time
...
A few different implementations of computing the current time were
spread out through the code base, most of them using gettimeofday().
This centralizes the logic in CUtil::GetTime() for easier maintenance,
and also allows all call sites to get the benefit of the clock_gettime()
code path on systems that support it.
2016-07-06 01:16:15 +02:00
Alexey Sokolov
5dd209369d
Merge pull request #1289 from torarnv/echo-message-time
...
Don't strip timestamp when sending echo-messages
2016-07-05 21:41:01 +01:00
Tor Arne Vestbø
852c9832a0
Fix inverted gettimeofday() return value handling
...
The gettimeofday function returns 0 for success, not for failure. As a
result of the inverted logic we were losing millisecond precision when
parsing incoming messages on non-HAVE_CLOCK_GETTIME systems (macOS).
2016-07-05 18:39:53 +02:00
Tor Arne Vestbø
60e88fc19d
Don't strip timestamp when sending echo-messages
...
We preserve the time of the original message by making a copy of it,
and just changing the nick, which we then pass on to the CMessage
overload of PutClient, which converts the timestamp into a @time tag.
2016-07-05 16:24:32 +02:00
Alexey Sokolov
ff2d1e47b2
Merge pull request #1282 from Zarthus/always-send-nick-in-notice
...
Always send the users name in NOTICE when logging in.
2016-06-26 20:55:02 +01:00
Jos Ahrens
3ed914aa81
Always send the users name in NOTICE when logging in.
2016-06-20 08:06:00 +01:00
Alexey Sokolov
b7309cdaa4
Merge pull request #1280 from teward/patch-1
...
Update default SSL ciphers, using Mozilla Intermediate recommendations, 2016-06-03
2016-06-12 00:19:29 +01:00
Thomas Ward
f76ab76c4a
Update default SSL ciphers
...
Use an updated list of Default Ciphers, pulled from the same Mozilla recommendations.
This was pulled by me on June 3, 2016, thought we should update the cipherlist since it's been 5 months since it was last updated.
2016-06-03 11:40:37 -04:00
Alexey Sokolov
c5db7793d3
Merge pull request #1272 from Zarthus/patch/security-fail2ban-cmds-admin
...
fix #1271 : Disallow non-admin users to use fail2ban commands
2016-05-11 08:10:52 +01:00
Jos Ahrens
5d372c2deb
fix #1271 : Disallow non-admin users to use fail2ban commands
2016-05-10 22:21:34 +02:00
Alexey Sokolov
4435baf1ee
The previous commit should work with ./configure too
2016-05-02 00:03:29 +01:00
Alexey Sokolov
2fd14d4fb9
Explain modperl that ZNC uses UTF-8 internally
...
Thanks to jiggawattz for showing the issue
2016-05-01 23:59:11 +01:00
Alexey Sokolov
eab62b46e7
modperl: fix reloading of module which couldn't be loaded before
...
Thanks to dudz for report
2016-05-01 14:23:37 +01:00
Alexey Sokolov
23b19e53f9
Merge pull request #1261 from kylef/kylef/strip-resetfg-bg
...
Strip background colours when we reset foreground
2016-04-17 18:44:22 +01:00
Kyle Fuller
cc674b28e8
[CString.StripControls] Improve test coverage formatting
2016-04-11 22:09:46 +01:00
Kyle Fuller
032f00732a
[CString.StripControls] Srip bg colours when we reset fg
2016-04-11 22:09:40 +01:00
Alexey Sokolov
ddec5c27ba
Merge branch '1.6.x'
2016-04-01 22:16:58 +01:00
Alexey Sokolov
bb20971fff
Switch ZNC-Linker channel notification of Travis to MetaNova's server
2016-04-01 22:15:50 +01:00
Alexey Sokolov
b45617cb59
Merge pull request #1257 from staticfox/tweaks
...
Small misc cleanups
2016-04-01 00:00:41 +01:00
staticfox
249e43047d
template: Iterate over size_type
2016-03-31 10:32:57 -04:00
staticfox
8526721c52
gitignore: Ignore code made by swig and codegen.pl
2016-03-31 10:30:41 -04:00
staticfox
22e58205fc
template: Don't re-declare sEnglishes
2016-03-31 10:20:04 -04:00
Alexey Sokolov
c2d23aae2d
Merge pull request #1250 from Adam-/master+configwritetimer
...
Add config write delay configuration setting
2016-03-26 18:52:36 +00:00
Adam
2494bd722a
Change Channel SetInConfig/SetKey to use ECONFIG_DELAYED_WRITE
2016-03-26 13:34:02 -04:00
Adam
6bde0fc270
Add config write delay setting
2016-03-26 13:34:02 -04:00
Alexey Sokolov
17e0d1031e
Revert broken test of shell module...
2016-03-14 21:20:40 +00:00
Alexey Sokolov
15ae561848
Merge branch '1.6.x'
2016-03-04 22:27:51 +00:00
Alexey Sokolov
0ff90ea451
Fix error in *controlpanel when setting bindhost of another user.
...
Thanks to Kult for reporting this.
2016-03-04 22:24:46 +00:00
Alexey Sokolov
2fdbe51df5
Fix #1248 : segfault in shell module.
...
It happened when client disconnects.
2016-03-04 08:04:03 +00:00
Alexey Sokolov
9b31a077a5
Update integration test after change in webadmin
2016-02-24 23:01:39 +00:00
Alexey Sokolov
def29fe3f7
Translate strings which were hiding in webadmin.js
2016-02-24 22:25:58 +00:00
Alexey Sokolov
53fca640df
Web: don't put text of checkboxes on top of each other.
...
It was fine for English, but with other languages labels can be longer.
2016-02-24 22:07:41 +00:00
Alexey Sokolov
711e835c93
Translateable webadmin to Russian.
2016-02-24 21:34:23 +00:00
Alexey Sokolov
4a940a3a3a
Make more core strings translateable
2016-02-24 21:31:38 +00:00
Alexey Sokolov
8893b90e3a
Modules web subpages should have translateable titles
2016-02-24 21:31:38 +00:00