- Jul 03, 2010
-
-
psychon authored
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/tags/REL_0.092@2058 726aef4b-f618-498e-8847-2d620e286838
-
psychon authored
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/branches/0.090_fixes@2057 726aef4b-f618-498e-8847-2d620e286838
-
- Jul 02, 2010
-
-
psychon authored
Update to latest Csocket This fixes a bug where the wrong errno value was used for SockError(). This also fixes a busy loop caused by broken c-ares timeout handling on our side. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/branches/0.090_fixes@2053 726aef4b-f618-498e-8847-2d620e286838
-
psychon authored
Fix a NULL pointer dereference with traffic stats When something requested traffic statistics while there was an unauthenticated connection to ZNC, there was a NULL pointer dereference. Fix this by making the code saner and removing all NULL pointer dereferences. ;) Thanks to various people who reported this. A special thank you goes to Woet who helped debugging this. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/branches/0.090_fixes@2051 726aef4b-f618-498e-8847-2d620e286838
-
psychon authored
GetAnonConnectionCount(): Bugfix The function counted almost all sockets, but it's only supposed to count inbound ones which aren't identified client sockets. Do this by adding a check for "socket is really inbound" in there. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/branches/0.090_fixes@2050 726aef4b-f618-498e-8847-2d620e286838
-
psychon authored
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/branches/0.090_fixes@2049 726aef4b-f618-498e-8847-2d620e286838
-
- Jun 06, 2010
-
-
psychon authored
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/tags/REL_0.090@2008 726aef4b-f618-498e-8847-2d620e286838
-
psychon authored
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2007 726aef4b-f618-498e-8847-2d620e286838
-
- May 29, 2010
-
-
cflakes authored
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2006 726aef4b-f618-498e-8847-2d620e286838
-
cflakes authored
Fixed display error with tables that extend further than they are supposed to due to long unbreakable contents. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2005 726aef4b-f618-498e-8847-2d620e286838
-
- May 22, 2010
-
-
cflakes authored
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2004 726aef4b-f618-498e-8847-2d620e286838
-
cflakes authored
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2003 726aef4b-f618-498e-8847-2d620e286838
-
- May 21, 2010
-
-
psychon authored
Didn't do anything and certainly wasn't helpful at all. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2002 726aef4b-f618-498e-8847-2d620e286838
-
- May 20, 2010
-
-
psychon authored
If znc was compiled with "--disable-run-from-source" it will check if a file called "znc-uninstalled.pc" exists in the directory the znc binary is in. If there is such a file, it will print a warning that "--enable-run-from-source" is most likely missing. Idea partly by SilverLeo, thanks. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2001 726aef4b-f618-498e-8847-2d620e286838
-
- May 18, 2010
-
-
psychon authored
That directory was removed in r1997 so trying to install it might be rather tricky (in fact, it failed and caused 'make install' to abort). git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2000 726aef4b-f618-498e-8847-2d620e286838
-
psychon authored
He's been a great help for some time already and has contributed lots of patches and ideas. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1999 726aef4b-f618-498e-8847-2d620e286838
-
- May 17, 2010
-
-
psychon authored
When one joined to a channel after someone else's autoop already sent a challenge, the other autoop will forget it sent a challange and happily generate a new one. This might cause bogous "incorrect password" messages. Patch by DarthGandalf, bug found by SilverLeo (I think...). git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1998 726aef4b-f618-498e-8847-2d620e286838
-
psychon authored
Instead of having the template files and images in /usr/share/znc/www/<mod>/, modules now get to use /usr/share/znc/<mod>/tmpl/ and files/ for this purpose. This puts those directories for static data to good use again and might even fix some bugs (after all, the code for that dir is older and more tested than the new code for www/). git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1997 726aef4b-f618-498e-8847-2d620e286838
-
psychon authored
It's only used in WebModules.cpp and in contrast to the other #defines from main.h, this one is not set in configure by default. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1996 726aef4b-f618-498e-8847-2d620e286838
-
psychon authored
It's not used and needs to go. Now! git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1995 726aef4b-f618-498e-8847-2d620e286838
-
- May 16, 2010
-
-
cflakes authored
so it's useful for even more people. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1994 726aef4b-f618-498e-8847-2d620e286838
-
psychon authored
It was looking for the webskins directory in the wrong spot. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1993 726aef4b-f618-498e-8847-2d620e286838
-
cflakes authored
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1992 726aef4b-f618-498e-8847-2d620e286838
-
- May 15, 2010
-
-
cflakes authored
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1991 726aef4b-f618-498e-8847-2d620e286838
-
cflakes authored
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1990 726aef4b-f618-498e-8847-2d620e286838
-
cflakes authored
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1989 726aef4b-f618-498e-8847-2d620e286838
-
cflakes authored
Keeps users from doing --makeconf as root and then wondering why ZNC complains when they try to start it up. --makepass and --makepem still work as root. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1988 726aef4b-f618-498e-8847-2d620e286838
-
- May 14, 2010
-
-
cflakes authored
<psychon> someone should commit the one-liner which makes the CListener created by webadmin always be CListener::ACCEPT_HTTP <psychon> since that's the old behavior anyway git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1987 726aef4b-f618-498e-8847-2d620e286838
-
cflakes authored
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1986 726aef4b-f618-498e-8847-2d620e286838
-
- May 13, 2010
-
-
cflakes authored
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1985 726aef4b-f618-498e-8847-2d620e286838
-
psychon authored
This patch makes webadmin automatically open its own listening port if it gets a port number on the command line. It also handles -noircport etc. Basically, it handles everything. ;) git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1984 726aef4b-f618-498e-8847-2d620e286838
-
psychon authored
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1983 726aef4b-f618-498e-8847-2d620e286838
-
psychon authored
The file hierarchy standard wants that! git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1982 726aef4b-f618-498e-8847-2d620e286838
-
psychon authored
When one now finishes a web request with PAGE_DONE, the code actively calls Close(CLT_AFTERWRITE) which one previously had to call explicitly. This means there is finally a difference between PAGE_DONE and PAGE_DEFERRED. ;) git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1981 726aef4b-f618-498e-8847-2d620e286838
-
psychon authored
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1980 726aef4b-f618-498e-8847-2d620e286838
-
- May 10, 2010
-
-
psychon authored
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1979 726aef4b-f618-498e-8847-2d620e286838
-
psychon authored
When deleting a note via /#-<key> or listening the available notes via /#?, the code somehow managed to add a note. Also, this fixes checking for empty notes. Found by tomaw, thanks. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1978 726aef4b-f618-498e-8847-2d620e286838
-
psychon authored
This is what each option does: Listen on ipv4 and ipv6: Listener, Listen6 Listen on ipv4 only: Listener4, Listen4, Listen Listen on ipv6 only: Listener6 Removed: ListenPort (not used since at least 0.047) (ZNC will only ever use Listener* by itself) This was done to preserve the old meaning of "Listen" and "Listen6", so that user configs don't break after update. Thanks to DarthGandalf for thinking about and implementing this. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1977 726aef4b-f618-498e-8847-2d620e286838
-
- May 09, 2010
-
-
cflakes authored
method (UserPortCommand). This removes some previous dupe code (HI BRIAN) and prepares for web only/IRC only port support. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1976 726aef4b-f618-498e-8847-2d620e286838
-
cflakes authored
- Added some comments - Fixed some places where iconv_close may have been called two times on the same handle which apparently crashed some implementations. Woops. Thanks to x-demon for noticing. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1975 726aef4b-f618-498e-8847-2d620e286838
-