Uli Schlachter
9c14a8603c
Fix modperl re-building
...
Make was always rebuilding modperl/ZNC.so because the Makefile was actually
describing a file modperl/ZNC."so". Fix this by getting rid of the unnecessary
pair of quotes.
Signed-off-by: Uli Schlachter <psychon@znc.in >
2012-09-23 11:18:53 +02:00
Uli Schlachter
afb4830057
Fix configure with -Werror=unused-variable
...
Signed-off-by: Uli Schlachter <psychon@znc.in >
2012-09-23 11:14:20 +02:00
Alexey Sokolov
9b2898f603
Implement setting "Max number of networks" for user.
...
Fix #226
2012-09-20 01:24:47 +07:00
Alexey Sokolov
50e6c1bfab
Fix dh-blowfish in sasl module and #230
...
Idea for the patch by psychon
2012-09-19 08:38:09 +07:00
Alexey Sokolov
48aa157024
Also I forgot to update wiki link.
2012-09-16 19:19:03 +07:00
Alexey Sokolov
9edcc716d5
*admin was renamed to controlpanel.
...
But znc --makeconf and config writer didn't know that.
2012-09-16 18:26:32 +07:00
Wulf C. Krueger
3be9c7a9db
Fix the tests for out-of-source builds.
2012-09-09 18:31:10 +07:00
Wulf C. Krueger
2c23c45cc4
Fix the tests... again.
2012-09-08 16:17:05 +07:00
Alexey Sokolov
59294ccc04
notify_connect links to wiki
...
Today our thanks go to KindOne
2012-09-07 21:10:49 +07:00
Alexey Sokolov
38ff2a9400
Add space before AppendTimestamp for colorless lines.
...
Thanks to fred for reporting it.
2012-09-07 20:22:12 +07:00
Alexey Sokolov
dbc3ca2574
Fix build of modperl
...
Thanks to Han` for reporting it
2012-09-07 09:21:04 +07:00
Alexey Sokolov
a9a869488a
Fuck those makefiles
...
It tries to run SWIG for modpython several times simultaneously.
Just force modules to be built in 1 thread for now if modpython is going
to be built.
Makefiles should be thrown away.
Also don't show warning about unused perl, fix #219
2012-09-07 00:44:20 +07:00
Alexey Sokolov
9830be786a
Add network and user to Edit channel page in webadmin.
...
This really needs #227 instead
2012-09-06 23:44:48 +07:00
Alexey Sokolov
c00cc72242
Add details to network table in webadmin.
...
Fix #222
2012-09-06 23:41:44 +07:00
Alexey Sokolov
0ed928623e
webadmin: Show username in Edit Network page.
2012-09-06 23:18:30 +07:00
Alexey Sokolov
58d61539c3
webadmin: Fix using empty value for defaults in user page for buffer size.
...
Thanks to p3k for finding it.
2012-09-06 19:15:02 +07:00
Alexey Sokolov
c4f7290333
Merge pull request #200 from wchristian/patch-1
...
note dependency on automake for github install
automake isn't enough... but whatever.
2012-09-04 18:54:20 -07:00
Alexey Sokolov
701c0f3576
Show message after installation of znc.service from $srcdir
2012-09-04 08:48:06 +07:00
Alexey Sokolov
3d280b1c58
Merge commit 'refs/pull/183/head' of github.com:znc/znc
2012-09-04 07:41:40 +07:00
Wulf C. Krueger
524ec57224
configure.ac: Move the pkg_config check upwards to allow using it earlier.
2012-09-03 20:40:42 +02:00
Alexey Sokolov
0a049664fb
Revert "Delete znc.service file for systemd."
...
This reverts commit f38b4a4511 .
Philantrop (Wulf C. Krueger, Exherbo's ZNC maintainer) convinced me that
znc.service really does belong here, to have distros' versions of this
file to be the same.
2012-09-03 23:13:55 +07:00
Alexey Sokolov
f38b4a4511
Delete znc.service file for systemd.
...
It doesn't really belong here, as only a few distros use systemd.
Also it assumed that ZNC is installed to /usr and is run under "znc"
user. Currently nothing in ZNC does anything with system users.
I shouldn't have added it in the first place.
Sorry, guys.
2012-09-03 21:04:46 +07:00
Alexey Sokolov
19d5c8a7f0
Fix Config parsing.
...
Wtf did that mean?
P.S. clang's warnings are awesome.
2012-09-03 03:01:26 +07:00
Alexey Sokolov
0bb18481f6
Link log module to wiki.
...
Thanks to KindOne for reporting it.
2012-08-30 09:09:23 +07:00
Alexey Sokolov
395499c144
Autocycle: show help on unknown command.
...
Thanks to KindOne for reporting it.
2012-08-30 09:08:20 +07:00
Alexey Sokolov
c3f3dddddc
Show loading of networks during startup.
...
Only modules and servers were shown, without explanation which networks
do they belong to.
2012-08-27 23:08:08 +07:00
Alexey Sokolov
f80ae4aad6
Various fixes of modperl and modpython.
...
Including cygwin support #216
2012-08-27 00:40:11 +07:00
Alexey Sokolov
a1e8b0867e
Fix --enable-debug on cygwin.
2012-08-26 22:28:59 +07:00
Alexey Sokolov
d9459e1537
Typo fix: awaystore needs an argument
2012-08-26 16:40:00 +07:00
Alexey Sokolov
d56c443715
Perl+python: add arguments help text.
2012-08-26 10:17:50 +07:00
Alexey Sokolov
dcf105a517
Fix modperl's list of available modules.
...
Commit 8bb7ea5370 broke it.
2012-08-26 10:15:31 +07:00
Alexey Sokolov
ee8f0b0958
Fix fred's build.
2012-08-22 23:39:30 +07:00
Alexey Sokolov
b1b92468d8
Fix out-of-tree build of modperl/modpython.
...
It was broken when compiling from tarball (where swig files already
exist), but with swig around
2012-08-20 20:54:42 +07:00
Alexey Sokolov
e806ad0f67
Merge /mnt/c/cygwin/home/Администратор/znc
2012-08-20 01:03:42 +07:00
Alexey Sokolov
628f3c8ec1
Partially fix modperl build under cygwin.
2012-08-20 00:51:36 +07:00
Alexey Sokolov
f94cb24fed
Fix SSL on cygwin.
2012-08-20 00:32:36 +07:00
Kyle Fuller
3347390cfc
CString: Don't repeat ourselves
2012-08-19 23:06:28 +07:00
Alexey Sokolov
502e5d6ace
Fix perms of codegen.pl to be +x
2012-08-19 22:13:38 +07:00
Alexey Sokolov
da336049b3
Fix linkage on cygwin.
...
ZNC_NO_NEED_TO_DO_ANYTHING_ON_MODULE_CALL_EXITER is required in
libznc.dll, but it was defined in main.cpp
Again thanks to Lizzy Eilson
2012-08-19 16:30:47 +07:00
Alexey Sokolov
39ba5f28ea
Fix errors on cygwin (more proper fix)
2012-08-19 16:14:17 +07:00
Alexey Sokolov
c06db11513
Revert "Fix few errors on cygwin."
...
This reverts commit b77e697273 .
2012-08-19 16:10:32 +07:00
Alexey Sokolov
6851242a5d
Revert "Fix also Buffer.cpp to use struct timeval"
...
This reverts commit d3840bba19 .
2012-08-19 16:10:28 +07:00
Alexey Sokolov
d3840bba19
Fix also Buffer.cpp to use struct timeval
2012-08-19 15:28:39 +07:00
Alexey Sokolov
b77e697273
Fix few errors on cygwin.
...
I hate timeval...
Thanks to Lizzy Eilson for reporting this.
2012-08-19 15:25:09 +07:00
Alexey Sokolov
b2fa3a7f61
Fix #197 and more warnings in ZNCString.cpp
2012-08-18 22:40:30 +07:00
Kyle Fuller
4059c5666f
We don't need to find the znc binary
2012-08-17 21:47:31 +07:00
Alexey Sokolov
892727ba2c
Fix more warnings and #197
2012-08-17 01:16:34 +07:00
Alexey Sokolov
395ae4fc9f
Oh, I forgot to add a back-compatibility crap.
2012-08-16 21:29:07 +07:00
Alexey Sokolov
691785fcb4
I'm tired of this :(
...
Rename admin module to controlpanel.
2012-08-16 21:24:03 +07:00
Alexey Sokolov
16f510f820
Make SilverLeo happy :P
...
By displaying info about available and required SWIGs in ./configure
2012-08-15 21:52:12 +07:00