Commit Graph

2879 Commits

Author SHA1 Message Date
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
blackwind 4f942134f8 Added [GetClientCount]. Correct file this time. 2012-04-16 07:50:22 -06:00
blackwind f377197a47 Added [GetClientCount]. 2012-04-16 07:47:49 -06:00
blackwind f65cc2731a Escaped crypt module token. 2012-04-16 06:37:26 -06:00
blackwind 2df8c9ebe8 puthelp is no longer restricted to channels. 2012-04-16 06:31:53 -06:00
blackwind 9b0ac1ab19 Added support for bind msg/msgm. 2012-04-16 05:12:25 -06:00
blackwind 100cb2c7e3 Added support for bind msg/msgm. 2012-04-16 05:11:40 -06:00
Alexey Sokolov c48a686f2b Put version info to config during --makeconf
This fixes erroneous message
"Found old config from ZNC < 0.203. Saving a backup of it." when
creating new config.
2012-04-15 10:09:36 +07:00
Alexey Sokolov f557d4b805 Rename away/autoaway module to awaystore.
Now it at least tries to explain what it does...
2012-04-15 00:06:26 +07:00
Alexey Sokolov f027be9576 Remove = from output of nickserv ViewCommands
It was very confusing. People tried to use SetCommand with = too...
2012-04-15 00:05:07 +07:00
Alexey Sokolov dc8cdd40de Make debug lines a bit smaller.
Well, a byte actually, not bit...
2012-04-14 19:07:11 +07:00
Alexey Sokolov 4e16e9f80e Fix debug output of identfile. 2012-04-14 12:47:46 +07:00
Alexey Sokolov b496b282b2 Argh, commited wrong stuff... 2012-04-13 02:52:18 +07:00
Alexey Sokolov 87a79f83d9 Fix XML errors on network page in webadmin.
Thanks to thread for reporting it.
2012-04-13 02:49:18 +07:00