- May 08, 2014
-
- Apr 19, 2014
-
-
Alexey Sokolov authored
-
Alexey Sokolov authored
(cherry picked from commit 72f171dd)
-
- Apr 14, 2014
-
-
Alexey Sokolov authored
(cherry picked from commit e8e95d77)
-
Thomas Ward authored
The ClearBindHost and ClearUserBindHost success messages do not make a distinction on whether it's a network bind host that's being cleared or whether it's a user bind host that's being cleared. I think that this should be reworded to make the distinction. (cherry picked from commit 12d81e1d)
-
Richard Schwab authored
(cherry picked from commit e77edb40)
-
Richard Schwab authored
(cherry picked from commit 530bbb5b)
-
Richard Schwab authored
(cherry picked from commit cdd16f39)
-
Uli Schlachter authored
The CChan constructor makes sure that the channel name begins with a valid channel prefix. Thus, this could change the name of the resulting channel. When you edited an irc network which already had a channel "#foo", were connected to IRC (so ZNC knows which prefixes are valid) and added a channel "foo", this would lead to a problem: Webadmin checks and sees that there is no channel "foo" yet. Webadmin creates a new CChan instance for "foo". The CChan constructor notices that "f" is not a valid channel prefix and instead calls itself "#foo". Then, CIRCNetwork::AddChan() would see that this channel already exists, delete the given channel and return false. However, webadmin didn't check this result and would continue changing settings on an already destroyed CChan instance. Fix this by checking if the channel exists after CChan had its chance to mess with the channel name. Also handle failures from CIRCNetwork::AddChan(). Fixes #528. Signed-off-by:
Uli Schlachter <psychon@znc.in> (cherry picked from commit 5e6e3be3)
-
Alexey Sokolov authored
It confuses people too much. Who wants ZNC to listen on localhost, may change settings immediately after, via webadmin or /msg *status (cherry picked from commit 6295cea2)
-
Alexey Sokolov authored
It failed to build some modules... Thanks to kay45 for reporting this (cherry picked from commit a83c8239)
-
Alexey Sokolov authored
To fix build of modpython (cherry picked from commit 591b95ed)
-
Ingmar Runge authored
(cherry picked from commit d80e989d)
-
Ingmar Runge authored
(cherry picked from commit 13040d9c)
-
Ingmar Runge authored
(cherry picked from commit b3021f91)
-
Ingmar Runge authored
(cherry picked from commit 39468f6a)
-
Ingmar Runge authored
As noted in issue 464, comparing the hex representation of the public key fingerprint should be case insensitive. (cherry picked from commit f4a7386a)
-
Alexey Sokolov authored
(cherry picked from commit 4e5a45f7)
-
Alexey Sokolov authored
It confuses people too much (cherry picked from commit 2858da4c)
-
Alexey Sokolov authored
(cherry picked from commit 225b4947)
-
Alexey Sokolov authored
Sure they want! (cherry picked from commit 05ca8493)
-
Nicolas Martyanoff authored
As described in the IRCv3 Client Capability Negotiation document (http://ircv3.org/specification/capability-negotiation-3.1). (cherry picked from commit f215ec60)
-
Kuba Niewiarowski authored
Autocomplete should be desabled because in default web browsers fill this resoulting "Invalid user settings" message when for example user changes skin. (cherry picked from commit 1587103d)
-
Uli Schlachter authored
Signed-off-by:
Uli Schlachter <psychon@znc.in> (cherry picked from commit c5f31f0a)
-
Alexey Sokolov authored
This should decrease chance of web browsers failing to connect to ZNC (cherry picked from commit f456b274)
-
Alexey Sokolov authored
.so is not the right extension for shared objects there (cherry picked from commit d05e069b)
-
Alexey Sokolov authored
Thanks to jayne for patch (cherry picked from commit a727ca6a)
-
Conor O'Gorman authored
(cherry picked from commit dd0ba1de)
-
Conor O'Gorman authored
using alternative message style otherwise ncurses/terminal codes for cursor position would seem necessary (cherry picked from commit 2d1a6329)
-
James Seward authored
Fixes e.g. tab-completing servername in irssi (cherry picked from commit 07c1628d)
-
Falk Seidel authored
(cherry picked from commit f19b4caa)
-
Chris Dennett authored
(cherry picked from commit 054e873b)
-
Andrew Northall authored
(cherry picked from commit 5f660f37)
-
Vincent Bernat authored
When using the `back` command, also call `Ping()`. Otherwise, we will be marked away in less than a minute. (cherry picked from commit 459afe11)
-
Alexey Sokolov authored
It's good for cross-compilation, because in that case binaries produced by CXX are not runnable. (cherry picked from commit bfd1edc7)
-