2fb7aef9fa
MIO backend, some XMPP compliance fixes, new Win32 build, compilation fixes and more... ChangeLog: * Fixed endless loop for failed session closure * Fixed packet to non-existing users handling to be conformant to RFC 3921bis 8.1. No Such User * Fixed loop on select. Closes #125 * Added pam authpipe script * Added example pam.d/jabber file from Gentoo * Changed example localdomain names to FQDN localhost.localdomain * Fixed Win32 build * Update of Visual Studio dependent libraries * Using MIO_WOULDBLOCK for Windows. * Added db-update.sqlite * Define S_IRUSR, S_IWUSR, S_IRGRP to 0 on Windows, as we don't have unix permissions there and those variables are undefined. * JABBERD2_API for _stanza_errors[], so it is exported in Windows to DLL. * moved _mio_wnd_proc to mio_wsasync.c (better for debugging) * fixed defer_free in right structure * check socked range in _mio_wnd_proc in case we get some invalid WM_APP + sthing message * added patch from Dan Hulme zeroing structures added to free pool (thanks Dan!) * Send vacation reply only to humans (full JIDs). Fixes #186 * Updated supported protocol listing * Updated license template * Using OpenSSL implementation of SHA1 hash if OpenSSL library enabled * Added check whether -O optimization is to high. Fixes #100 * Changed contact address to list address * Added BerkeleyDB dump script * Added BerkeleyDB-2-MySQL migration script * Implemented XEP-0232: Software Information * Fixed possible crash when debug is on * Fix for session restoration packet without queued result For a full ChangeLog see: http://svn.xiaoka.com/jabberd2/tags/jabberd-2.1.23/ChangeLog
13 lines
526 B
Text
13 lines
526 B
Text
$NetBSD: patch-aa,v 1.11 2008/02/07 05:35:42 schnoebe Exp $
|
|
|
|
--- Makefile.in.orig 2008-02-03 08:23:47.000000000 -0600
|
|
+++ Makefile.in
|
|
@@ -223,7 +223,7 @@ sharedstatedir = @sharedstatedir@
|
|
sysconfdir = @sysconfdir@
|
|
target_alias = @target_alias@
|
|
EXTRA_DIST = Doxyfile.in README.win32 README.protocol contrib UPGRADE
|
|
-SUBDIRS = etc tools man mio subst sx util c2s resolver router s2s sm storage
|
|
+SUBDIRS = tools man mio subst sx util c2s resolver router s2s sm storage
|
|
all: config.h
|
|
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|
|
|