uu1101
46975cd9f1
Use absolute URIs in Redirect
...
Although most browsers seem to accept relative redirects, it is not
allowed by HTTP/1.1.
This commit changes relative URIs to absolute ones when redirecting.
2014-02-16 12:45:10 +01:00
uu1101
4376b373d8
Prepend URIPrefix to web interface links
...
Prefix links in templates with URIPrefix and add the input field to the
Listener editor.
The URIPrefix is provided as a top-level template variable. All URIs
have been changed to have the prefix prepended.
2014-02-16 12:45:10 +01:00
uu1101
88c85b0396
Add URIPrefix listener option
2014-02-16 12:45:09 +01:00
Wuggingston Wugsalot
d2cd657cfe
Minor cosmetic changes
...
Refactored difficult-to-grok code involved with displaying alias
Fixed crash on alias error when a user isn't associated with a network
2014-01-31 17:11:22 -05:00
Alexey Sokolov
55c299fec6
Support encodings in *controlpanel
2014-01-27 00:27:07 +00:00
Alexey Sokolov
60b2f559dc
Fix alias mod to compile with old compilers
2014-01-25 17:08:31 +00:00
Alexey Sokolov
366158d907
Add charset to version info
2014-01-25 13:50:07 +00:00
Alexey Sokolov
cfc1227171
Drop old charset module
...
It didn't work well with webadmin
2014-01-25 13:50:07 +00:00
Kuba Niewiarowski
1587103d36
Disable autocomplete password on add_edit_user.tpml
...
Autocomplete should be desabled because in default web browsers fill this resoulting "Invalid user settings" message when for example user changes skin.
2014-01-23 01:58:45 +01:00
Wuggingston Wugsalot
18a02abfd3
Added alias module for ZNC-side command interception and processing
2014-01-18 21:38:58 +00:00
Alexey Sokolov
be6094a464
Merge commit 'refs/pull/445/head' of github.com:znc/znc
2014-01-18 17:27:07 +00:00
Andrew Northall
0f8441fdff
Channel name cannot contain space
2014-01-18 03:24:23 +00:00
Alexey Sokolov
4e2c5e78f0
Merge pull request #449 from dgw/ircline-nickserv
...
ircline.org nickserv message support
2014-01-17 13:25:46 -08:00
Alexey Sokolov
d05e069bd4
Fix modperl build on MacOS X
...
.so is not the right extension for shared objects there
2014-01-17 21:09:03 +00:00
Alexey Sokolov
14e3bac2c1
Merge pull request #448 from dgw/patch-1
...
Add identify prompt for StarChat.net
2014-01-17 12:23:16 -08:00
Falk Seidel
f19b4caa43
Welcome to 2014 - year 10 with ZNC
2013-12-31 10:10:55 +01:00
dgw
4747c0760a
ircline.org nickserv message support
...
Makes sure ZNC understands when NickServ at ircline.org (N) asks
the user to identify. Addresses #364
2013-12-19 13:57:46 +04:00
dgw
e379a7a81a
Add identify prompt for StarChat.net
...
Apparently StarChat.net uses a very old (?) or obscure NickServ
service that doesn't send any of the more common prompts for ID.
(It also doesn't support nick grouping, more's the pity.)
2013-12-17 16:38:18 -05:00
Andrew Northall
d138cda8f4
Add AddChan/DelChan command to controlpanel module
2013-12-11 01:03:07 +00:00
Alexey Sokolov
9e0597fd07
Merge pull request #432 from dgw/out-of-networks-err-sp
...
Tweak wording of "out of networks" errors
2013-11-21 09:50:51 -08:00
dgw
2b3d40a501
tweak wording of "out of networks" errors
2013-11-21 13:07:17 +04:00
Chris Dennett
054e873bec
Added SSL (+) and port in networks list for connected servers.
2013-11-17 16:34:32 +00:00
Andrew Northall
5f660f37c2
Add the ability to set and retrieve MaxNetworks
2013-11-16 20:04:17 +00:00
Alexey Sokolov
62c843f8cf
Merge branch 'master' of github.com:znc/znc
2013-11-14 22:40:56 +04:00
Alexey Sokolov
bfd1edc740
Don't generate .pyc files ourself
...
It's good for cross-compilation, because in that case binaries produced
by CXX are not runnable.
2013-11-14 22:39:34 +04:00
Alexey Sokolov
2a7bc29fcc
Fix new OnAdd/DeleteNetwork hooks for perl/python
2013-11-09 10:17:34 +04:00
Vincent Bernat
459afe11e8
awaystore: ping when requesting to come back
...
When using the `back` command, also call `Ping()`. Otherwise, we will
be marked away in less than a minute.
2013-11-04 23:13:30 +01:00
Alexey Sokolov
66eba26e1c
Merge commit 'refs/pull/408/head' of github.com:znc/znc
2013-11-04 22:18:30 +04:00
Alexey Sokolov
79b33ea15d
Merge pull request #388 from Lunatrius/master
...
Add detached only support to the watch module.
2013-11-04 09:41:51 -08:00
KindOne
d173219ef8
Correct typo in controlpanel.
...
This typo was created in commit 853ddc5c2a
2013-10-30 23:32:23 -04:00
Corn Flakes
76d67e006e
Merge pull request #418 from akihiro/master
...
Fix: Converted raw string include NULL character in charset module
2013-10-27 08:20:43 -07:00
Hiroaki Mizuguchi
d3a7283d0b
Fix: Converted raw string include NULL character in charset module
2013-10-26 09:35:20 +00:00
Alexey Sokolov
11efcee422
Merge commit 'refs/pull/422/head' of github.com:znc/znc
2013-10-20 17:42:45 +04:00
Ingmar Runge
b5c898eaff
modules: add OnAddNetwork, OnDeleteNetwork hooks.
2013-10-18 20:35:21 +02:00
Thomas Ward
5b34d39690
controlpanel.cpp: Modify the message for when you attempt to delete the currently active network
2013-10-12 20:20:05 -04:00
Toon Schoenmakers
98ceafb1ba
Replaced the GetNick().Equals() with NickEquals() where possible
...
Signed-off-by: Toon Schoenmakers <nighteyes1993@gmail.com >
2013-10-10 22:35:49 +02:00
KindOne
e73f056cf1
Correct double output in controlpanel.
2013-09-25 16:40:24 -04:00
Alexey Sokolov
04b2d8fabf
Merge commit 'refs/pull/396/head' of github.com:znc/znc
2013-09-07 12:31:14 +04:00
Alexey Sokolov
958e9ad61c
ControlPanel: support network module manipulation
...
Fix #380
2013-09-07 12:28:39 +04:00
dgw
974e8548ae
Fix Azzurra NickServ auth
...
Azzurra uses an unusual IDENTIFY prompt. Check for it in addition to
the existing list of possibilities.
2013-09-02 03:44:54 +04:00
Alexey Sokolov
894e0a2f18
Return old fakeonline module as modules_online
...
It was accidentally dropped in 0.207 because of the confusing name,
it looked too much like antiidle module.
Instead, this module tells broken clients like Colloquy that *status and
*module are "online". Otherwise those clients require user to always
prepend messages to *module with "/msg *module", even if the window of
*module's query is active.
Also fix the module to support network modules
2013-09-01 22:21:11 +04:00
Alexey Sokolov
7454331ea3
cyrusauth: Fix user creation
2013-08-29 09:11:06 +04:00
KindOne
47799abb0b
modules/sasl.cpp: correct typo.
2013-08-29 08:58:19 +04:00
Alexey Sokolov
1da2ca00f9
cyrusauth: Fix error message in case of failure
2013-08-29 08:25:34 +04:00
dgw
3e1a2d9ea7
Implement permission inheritance in log module
...
Quick-and-dirty matching of permissions when new log directories are
created. Currently gets tripped up by the umask with some perms.
2013-08-21 00:50:15 +04:00
Lunatrius
88f826ddc4
Add detached only support to the watch module.
2013-08-18 15:04:17 +02:00
Alexey Sokolov
cec2fa66be
Don't create folders with \ in log module
...
Also don't try to write files with ? in filename
Fix #377
2013-08-18 15:20:07 +04:00
Sam Dodrill
f7e3b34ccc
modules/notify_connect: Fixed syntax on attach/detach messages to be more consistent
2013-08-12 18:49:14 -07:00
multihunter
ff099097aa
Remove unneeded SetSkinName() from webadmin
...
SetSkinName() was called two times in GetNewUser interface.
Removed the first call because "skin" is a combo box and can't be empty.
2013-08-04 01:23:34 +04:00
Alexey Sokolov
755c604a7c
A bit more debug output on modperl
2013-07-01 20:42:58 +04:00