Commit graph

538 commits

Author SHA1 Message Date
Matthew Wild
d1d7509f31 Fix Makefile to link with Lua again 2008-12-03 20:00:17 +00:00
Matthew Wild
87703412c1 Fix configure to save LFLAGS, and also set proper defaults for all sensible OSes 2008-12-03 19:55:57 +00:00
Matthew Wild
fd7b0786e5 Automated merge with http://84.46.7.57:1234 2008-12-03 19:34:41 +00:00
Tobias Markmann
d2d44b512b Making makefile work under OS X finally. Yeah OS X's gcc is a little bit strange. 2008-12-03 20:32:03 +01:00
Tobias Markmann
f202e25009 Using new LFLAGS variable. 2008-12-03 19:43:59 +01:00
Matthew Wild
11538c72c6 Added an error log message for this case 2008-12-03 18:06:04 +00:00
Matthew Wild
396d493b18 Quick fix for an issue that needs more looking into 2008-12-03 18:01:56 +00:00
Matthew Wild
96a4cbc2a7 Automated merge with http://waqas.ath.cx/ 2008-12-03 17:24:20 +00:00
Waqas Hussain
7ec231373f Fix for handling latin1 encoded hostnames in SASL 2008-12-03 22:08:49 +05:00
Matthew Wild
00fd43edfd Fix GPL'ing MIT/X licensed code :) 2008-12-03 16:44:03 +00:00
Matthew Wild
317c091f63 Update HACKERS 2008-12-03 16:20:58 +00:00
Matthew Wild
dcf6ae4791 Fill blank with URL 2008-12-03 16:07:15 +00:00
Matthew Wild
b70b5a847d Remove stray merge marker 2008-12-03 16:01:58 +00:00
Matthew Wild
e9c064e355 Merge from waqas 2008-12-03 15:09:58 +00:00
Matthew Wild
1c20002637 Fix license (left some boilerplate in) 2008-12-03 14:59:27 +00:00
Waqas Hussain
f1a9c23909 config and data directories taken from path, and quoted to allow spaces in path 2008-12-03 19:57:08 +05:00
Waqas Hussain
254c2d85bd Converted prosody.cfg.lua.dist to use windows end-of-lines 2008-12-03 19:56:05 +05:00
Matthew Wild
72f6ff8408 and the C files too 2008-12-03 14:45:03 +00:00
Matthew Wild
0c5cc83112 Insert copyright/license headers 2008-12-03 14:39:07 +00:00
Matthew Wild
ea64d41fdd Fix port number in mod_console instructions 2008-12-03 13:06:23 +00:00
Matthew Wild
dde71f5941 lxmppd -> Prosody 2008-12-03 13:02:23 +00:00
Matthew Wild
8349294988 Fix macosx ostype target 2008-11-30 19:59:28 +00:00
Matthew Wild
c26a933765 Fix debian ostype target 2008-11-30 19:58:41 +00:00
Matthew Wild
2751ce1517 Change sed usage back into one sed script for incompetent versions of sed 2008-11-30 19:58:22 +00:00
Matthew Wild
464b5d6c0f Use install to strip symbols 2008-11-30 19:36:30 +00:00
Matthew Wild
8edf67c555 'install' libs to util before top-level make install 2008-11-30 19:31:43 +00:00
Matthew Wild
da2f3ee85a Potential fixes for building on Mac OSX 2008-11-30 19:02:00 +00:00
Matthew Wild
3d39b70324 No need for the placeholder file in tests/ because the directory is no longer empty 2008-11-30 18:59:29 +00:00
Matthew Wild
a52274f5e6 Add test for latin1toutf8 (which passes) 2008-11-30 18:57:23 +00:00
Tobias Markmann
93aceeb147 Converting latin encoded responsed to utf-8 when needed. 2008-11-30 17:34:47 +01:00
Tobias Markmann
e18e2e4b2d Automerge with waqas. 2008-11-30 17:18:31 +01:00
Waqas Hussain
8932fbc85c Added function latin1toutf8 to sasl.lua, for processing non-utf8 responses 2008-11-30 20:58:48 +05:00
Matthew Wild
939c5b324d Makefile fix for creating datadir in correct place on install 2008-11-30 14:30:22 +00:00
Tobias Markmann
81ff9d3a9f Automated merge with h-h. 2008-11-30 15:18:45 +01:00
Matthew Wild
90aca9cd5c Installation improvements (auto-creation of data directories) 2008-11-30 04:22:43 +00:00
Tobias Markmann
ae8f24b0bf Remove that idn stuff for realm because it's either an ugly hack that the password_handler isn't ready for or something worse. 2008-11-30 02:26:37 +01:00
Matthew Wild
72a0f04a67 Don't overwrite config on make install if it already exists 2008-11-30 01:16:55 +00:00
Waqas Hussain
1f61290ffd Path fix for auto-creating directories 2008-11-30 06:14:41 +05:00
Matthew Wild
5595358cb0 Merge from waqas 2008-11-30 01:02:12 +00:00
Waqas Hussain
a59958809c Auto-create data directories on start 2008-11-30 06:01:37 +05:00
Matthew Wild
95fb20f64d Merge with Tobias 2008-11-30 00:38:41 +00:00
Tobias Markmann
d69635ec56 idna-to-unicode so password_handler looks for the right domain. 2008-11-30 01:35:40 +01:00
Matthew Wild
bf2042e1fa Yet another fix for the makefile :) 2008-11-30 00:33:58 +00:00
Tobias Markmann
9535a107ff Do idna-to-ascii to the realm we send first in Digest-MD5. 2008-11-30 00:44:23 +01:00
Matthew Wild
7d497c2cfc Fix missing prosody.cfg.lua.install 2008-11-29 22:55:16 +00:00
Matthew Wild
b45c3b6424 Don't write to prosody.cfg.lua from Makefile. Much apologies to poor albert :( 2008-11-29 22:28:11 +00:00
Matthew Wild
e6c50bbe65 Add -fPIC to util-src/Makefile 2008-11-29 22:20:59 +00:00
Tobias Markmann
4bed2a5772 Another automatic merge, this gets annoying." 2008-11-29 22:11:21 +01:00
Waqas Hussain
48e386d5de Fixed the ejabberd importer to work with the pipe sign "|" as a separator in erlang lists 2008-11-30 02:08:37 +05:00
Tobias Markmann
1e28e938c7 Autocommit. 2008-11-29 21:13:12 +01:00