- Mar 22, 2008
-
-
psychon authored
If you do /names #chan when you are not in #chan, you never got the reply. Thanks to Xaquseg for reporting. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@990 726aef4b-f618-498e-8847-2d620e286838
-
- Mar 18, 2008
-
-
imaginos authored
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@989 726aef4b-f618-498e-8847-2d620e286838
-
imaginos authored
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@988 726aef4b-f618-498e-8847-2d620e286838
-
imaginos authored
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@987 726aef4b-f618-498e-8847-2d620e286838
-
- Mar 17, 2008
-
-
imaginos authored
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@986 726aef4b-f618-498e-8847-2d620e286838
-
imaginos authored
decided to restore the config checking during rehash to original state. I came to what i figure is a good compromise which is to allow global modules to have config lines that are prefixed with 'GM:', thus allowing core config checking and allowing global modules to do their own config checking git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@985 726aef4b-f618-498e-8847-2d620e286838
-
imaginos authored
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@984 726aef4b-f618-498e-8847-2d620e286838
-
imaginos authored
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@983 726aef4b-f618-498e-8847-2d620e286838
-
imaginos authored
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@982 726aef4b-f618-498e-8847-2d620e286838
-
imaginos authored
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@981 726aef4b-f618-498e-8847-2d620e286838
-
imaginos authored
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@980 726aef4b-f618-498e-8847-2d620e286838
-
imaginos authored
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@979 726aef4b-f618-498e-8847-2d620e286838
-
imaginos authored
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@978 726aef4b-f618-498e-8847-2d620e286838
-
imaginos authored
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@977 726aef4b-f618-498e-8847-2d620e286838
-
- Mar 04, 2008
-
-
psychon authored
Thanks to JamesOff (:P) for reporting. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@976 726aef4b-f618-498e-8847-2d620e286838
-
- Mar 01, 2008
-
-
psychon authored
The ~/.znc/configs/backups/ directory quickly got quite big, so we don't do that but instead only save on backup as ~/.znc/configs/znc.conf-backup git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@975 726aef4b-f618-498e-8847-2d620e286838
-
psychon authored
Thanks to SilverLeo for this patch. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@974 726aef4b-f618-498e-8847-2d620e286838
-
psychon authored
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@973 726aef4b-f618-498e-8847-2d620e286838
-
psychon authored
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@972 726aef4b-f618-498e-8847-2d620e286838
-
psychon authored
Oh and also use $prefix instead of @prefix@ where possible. This makes reading znc-config nicer IMHO. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@971 726aef4b-f618-498e-8847-2d620e286838
-
psychon authored
Modperl was broken for quite some time and no one noticed... The modperlFLAGS include the path to some static lib which will be linked in. For this to work, we need to already have used one of its symbols. Now, if the linker first sees this DynaLoader.a and then our object file, there are no references to any symbol from it yet and thus he drops it. The fix is easy: The modperlFLAGS need to be after modperl.cpp on the command line. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@970 726aef4b-f618-498e-8847-2d620e286838
-
- Feb 29, 2008
-
-
psychon authored
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@969 726aef4b-f618-498e-8847-2d620e286838
-
psychon authored
Csocket closed the sockets before openssl could send the close alert. This fixes that. Why am I always finding bugs in this code? :( git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@968 726aef4b-f618-498e-8847-2d620e286838
-
psychon authored
This fixes a bug where Csocket would do busy reads and writes on sockets it got from listening sockets through accept(). git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@967 726aef4b-f618-498e-8847-2d620e286838
-
- Feb 21, 2008
-
-
psychon authored
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@966 726aef4b-f618-498e-8847-2d620e286838
-
- Feb 19, 2008
-
-
psychon authored
This fixes those warnings. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@965 726aef4b-f618-498e-8847-2d620e286838
-
psychon authored
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@964 726aef4b-f618-498e-8847-2d620e286838
-
psychon authored
This gives us some useful warnings, but it first needs some fixing... (See next commit) git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@963 726aef4b-f618-498e-8847-2d620e286838
-
- Feb 18, 2008
-
-
prozacx authored
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@962 726aef4b-f618-498e-8847-2d620e286838
-
- Feb 17, 2008
-
-
psychon authored
Thanks to SilverLeo for this patch. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@961 726aef4b-f618-498e-8847-2d620e286838
-
psychon authored
Thanks to SilverLeo for this patch. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@960 726aef4b-f618-498e-8847-2d620e286838
-
- Feb 16, 2008
-
-
psychon authored
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@959 726aef4b-f618-498e-8847-2d620e286838
-
psychon authored
This fixes some trailing whitespaces and space/tab mixups I found. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@958 726aef4b-f618-498e-8847-2d620e286838
-
- Feb 15, 2008
-
-
psychon authored
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@957 726aef4b-f618-498e-8847-2d620e286838
-
- Feb 11, 2008
-
-
psychon authored
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@956 726aef4b-f618-498e-8847-2d620e286838
-
psychon authored
CLockFile::Close() only closed the fd if we didn't call fork() or are the father. Fix this. This also fixes rehashing for --disable-debug. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@955 726aef4b-f618-498e-8847-2d620e286838
-
- Feb 10, 2008
-
-
psychon authored
This patch is from SilverLeo once again. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@954 726aef4b-f618-498e-8847-2d620e286838
-
psychon authored
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@953 726aef4b-f618-498e-8847-2d620e286838
-
psychon authored
This fixes an endless loop on rehash. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@952 726aef4b-f618-498e-8847-2d620e286838
-
psychon authored
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@951 726aef4b-f618-498e-8847-2d620e286838
-