Alexey Sokolov
80acaa7c16
Add ShowBindHost command.
2012-07-19 01:08:16 +07:00
Alexey Sokolov
38b9525ad3
Fix webadmin to deny setting bindhost not from list.
2012-07-19 01:00:11 +07:00
Alexey Sokolov
cebc093254
Per-network bind hosts.
...
Fix #147
2012-07-19 00:59:41 +07:00
Alexey Sokolov
7951a50200
Use loadmod --type=type syntax for modules.
...
See github issue #171
2012-07-18 22:15:51 +07:00
Alexey Sokolov
fca5eebe53
Fix presense and help of module arguments.
...
See github issue #192
2012-07-17 09:14:02 +07:00
Kyle Fuller
373490f2d1
Don't try and unload ourself, we can't do this
...
Closes #194
2012-07-17 00:42:18 +01:00
Kyle Fuller
9be208c242
Drop znc-config, change znc-buildmod so it doesn't need znc-config
...
This fixes issues where znc-buildmod was grabbing a different ZNC installation
from path.
2012-07-04 22:21:37 +01:00
Alexey Sokolov
2858ab4b26
Add more control codes and comments.
2012-07-05 00:29:30 +07:00
Kyle Fuller
a53d997586
Only prepend the timestamps with \0F if they use formatting
...
This fixes a bug with fish implementation and append timestamps
2012-07-04 16:09:02 +01:00
Kyle Fuller
d1e4550663
route_replies: MAP can result in ERR_NOPRIVILEGES, WHOWAS can contain ERR_WASNOSUCHNICK
2012-07-04 15:07:13 +01:00
Kyle Fuller
114fabfebe
Add flood protection settings to *admin
...
Closes #158
2012-07-04 03:42:57 +01:00
Kyle Fuller
619436736b
*admin: Add {Get,Set}Network command
2012-07-04 03:30:00 +01:00
Kyle Fuller
4ae6cb3061
DETACH: Don't show Detached from <channel>
2012-07-04 02:21:31 +01:00
Alexey Sokolov
3f4d5ff615
Merge branch 'master' of github.com:znc/znc
2012-07-02 13:20:51 +07:00
Alexey Sokolov
1f9b20a938
Rearrange messages to user during installation.
...
To make installation process more like step-by-step guide.
2012-07-02 13:19:00 +07:00
Kyle Fuller
981963a41e
Don't send our password required notice until after CAP negotiation
2012-06-28 21:15:12 +01:00
Kyle Fuller
bb73c600e4
bNoChange in On{,De}{Op,Voice} wast incorrect
...
Fixes #128
2012-06-28 21:03:04 +01:00
Alexey Sokolov
6cddfe8454
Merge branch 'master' of github.com:znc/znc
2012-06-28 19:00:24 +07:00
Alexey Sokolov
0e89334741
Load cyrusauth for old configs instead of saslauth.
2012-06-28 18:59:31 +07:00
Kyle Fuller
8f6b5977aa
Don't show Buffer playback/complete messages with server-time
2012-06-24 21:25:41 +01:00
Alexey Sokolov
76e1d417f7
saslauth -> cyrusauth
2012-06-21 08:02:08 +07:00
Kyle Fuller
63ab3c099d
Rename --enable-sasl to --enable-cyrus to help confusion
...
Many people think --enable-sasl was needed for the sasl module
2012-06-18 04:51:58 +01:00
Alexey Sokolov
674d2139dc
Fix help text for modtcl's argument.
2012-06-16 16:39:19 +07:00
Alexey Sokolov
601b9a4cc6
Fix: Log module accepts arguments.
...
Thanks to tm512 for reporting that webadmin doesn't know that.
2012-06-16 16:35:05 +07:00
Alexey Sokolov
50294714e6
Warn about SIGHUP in man page.
2012-06-11 09:03:40 +07:00
Kyle Fuller
eb59be7905
Use standard HTML table elements instead of custom classes
...
Fixes #169
2012-06-08 13:51:45 +01:00
Alexey Sokolov
11435c3f6d
Merge branch 'master' of github.com:znc/znc
2012-06-05 22:33:44 +07:00
Alexey Sokolov
2d884ad7c3
Make user Buffer setting a bit less confusing.
2012-06-05 22:32:19 +07:00
Kyle Fuller
283fe7a72b
Send a 464 ERR_PASSWDMISMATCH to clients which do not supply a password
...
"Returned to indicate a failed attempt at registering a connection for
which a password was required and was either not given or incorrect."
2012-06-02 13:31:49 +01:00
Alexey Sokolov
8231abfe55
Check for all module types on startup.
...
Instead of only global ones.
2012-06-01 09:39:17 +07:00
Torsten Landschoff
4ca8b50e45
Fix building modpython with swig #174
2012-05-30 09:49:42 +01:00
Alexey Sokolov
fa0132900e
Tell user what's going on before potential crash.
...
Custom modules compiled for older ZNC can crash ZNC.
Because now ZNC checks for list of available modules on startup in order
to check whether it's installed or not, it can crash right on startup.
Now it outputs nice message about checking for modules before that.
See github issue #172
2012-05-27 13:02:05 +07:00
Kyle Fuller
cab14055de
Merge the sasl module from znc-contrib
2012-05-20 23:47:46 +01:00
Kyle Fuller
a2f0f8dcdb
saslauth: Fix an incompatibility with older versions of GCC
...
Reported by KindOne
2012-05-16 19:43:03 +01:00
Kyle Fuller
623ba081b3
rfc1459 states that PART can take multiple channels
...
Parameters: <channel>{,<channel>}
Fixes #175
2012-05-14 19:38:51 +01:00
Kyle Fuller
faf503712e
saslauth: Allow creating new users on first login
2012-05-14 19:04:45 +01:00
Kyle Fuller
2a4940f23e
saslauth: Cleanup module, don't refuse logins if we can't provide them
2012-05-14 19:04:45 +01:00
Alexey Sokolov
27f42d1118
Rename (non-) KeepBuffer to AutoClearChanBuffer.
...
It should be a less confusing name...
2012-05-09 22:32:12 +07:00
Alexey Sokolov
ef54786d88
Don't use sprintf().
...
Thanks to fred for reporting.
2012-05-09 13:00:23 +07:00
Alexey Sokolov
ca650a5eb2
Use fabs() instead of abs() for double.
...
Again thanks to fred.
2012-05-06 10:29:05 +07:00
Alexey Sokolov
1d3ea7c68b
Check for AI_ADDRCONFIG existence in ./configure
...
Thanks to fred for reporting this.
2012-05-06 10:18:23 +07:00
Alexey Sokolov
ff0a8bc94e
Fix compilation of timestamps in -D
...
On some architectures time_t is not the same as long int.
Thanks to fred for reporting this.
2012-05-04 22:44:31 +07:00
Alexey Sokolov
368d06679e
Clarify a message in configure.ac a bit.
2012-05-01 15:19:35 +07:00
Alexey Sokolov
5fbf528a49
Fix Save button of global settings in webadmin.
...
In HTML one <form> can't be inside another one...
In XHTML it works...
Thanks to skydrome for reporting this.
Also I tried to fix listeners editor, as they used nested forms too...
But it seems that I messed up the whole table.
Let someone more skilled in HTML fix this broken layout.
At least buttons themselves work now.
2012-04-20 10:48:26 +07:00
Alexey Sokolov
59fcc33c48
Merge branch 'master' of github.com:znc/znc
2012-04-19 23:10:20 +07:00
Alexey Sokolov
543402cbe2
Delay switch to XHTML until user encodings are implemented...
...
Webadmin is broken now with non-UTF8 channel names and usernames.
2012-04-19 21:38:51 +07:00
SilverLeo
2f46afa4ec
Merge pull request #168 from blackwind/master
...
modtcl: Add support for bind msg/msgm
2012-04-18 08:56:59 -07:00
blackwind
1da11b0b2b
Fixed [GetClientCount].
2012-04-18 09:43:44 -06:00
Alexey Sokolov
6bf774d853
Use INET6_ADDRSTRLEN instead of magic number 40.
...
Also 40 is too small, the string can be longer.
2012-04-18 21:34:23 +07:00
blackwind
4786b743cd
Updated [ProcessKick] to eggdrop spec, removed bind types that weren't actually supported, and removed default variable for [::bind], as this served no purpose.
2012-04-18 04:11:03 -06:00