Fix Makefile to link with Lua again
0.1.0
|
Matthew Wild |
2008-12-03 |
Fix configure to save LFLAGS, and also set proper defaults for all sensible OSes
|
Matthew Wild |
2008-12-03 |
Automated merge with http://84.46.7.57:1234
|
Matthew Wild |
2008-12-03 |
Making makefile work under OS X finally. Yeah OS X's gcc is a little bit strange.
|
Tobias Markmann |
2008-12-03 |
Using new LFLAGS variable.
|
Tobias Markmann |
2008-12-03 |
Added an error log message for this case
|
Matthew Wild |
2008-12-03 |
Quick fix for an issue that needs more looking into
|
Matthew Wild |
2008-12-03 |
Automated merge with http://waqas.ath.cx/
|
Matthew Wild |
2008-12-03 |
Fix for handling latin1 encoded hostnames in SASL
|
Waqas Hussain |
2008-12-03 |
Fix GPL'ing MIT/X licensed code :)
|
Matthew Wild |
2008-12-03 |
Update HACKERS
|
Matthew Wild |
2008-12-03 |
Fill blank with URL
|
Matthew Wild |
2008-12-03 |
Remove stray merge marker
|
Matthew Wild |
2008-12-03 |
Merge from waqas
|
Matthew Wild |
2008-12-03 |
config and data directories taken from path, and quoted to allow spaces in path
|
Waqas Hussain |
2008-12-03 |
Converted prosody.cfg.lua.dist to use windows end-of-lines
|
Waqas Hussain |
2008-12-03 |
Fix license (left some boilerplate in)
|
Matthew Wild |
2008-12-03 |
and the C files too
|
Matthew Wild |
2008-12-03 |
Insert copyright/license headers
|
Matthew Wild |
2008-12-03 |
Fix port number in mod_console instructions
|
Matthew Wild |
2008-12-03 |
lxmppd -> Prosody
|
Matthew Wild |
2008-12-03 |
Fix macosx ostype target
|
Matthew Wild |
2008-11-30 |
Fix debian ostype target
|
Matthew Wild |
2008-11-30 |
Change sed usage back into one sed script for incompetent versions of sed
|
Matthew Wild |
2008-11-30 |
Use install to strip symbols
|
Matthew Wild |
2008-11-30 |
'install' libs to util before top-level make install
|
Matthew Wild |
2008-11-30 |
Potential fixes for building on Mac OSX
|
Matthew Wild |
2008-11-30 |
No need for the placeholder file in tests/ because the directory is no longer empty
|
Matthew Wild |
2008-11-30 |
Add test for latin1toutf8 (which passes)
|
Matthew Wild |
2008-11-30 |
Converting latin encoded responsed to utf-8 when needed.
|
Tobias Markmann |
2008-11-30 |
Automerge with waqas.
|
Tobias Markmann |
2008-11-30 |
Automated merge with h-h.
|
Tobias Markmann |
2008-11-30 |
Remove that idn stuff for realm because it's either an ugly hack that the password_handler isn't ready for or something worse.
|
Tobias Markmann |
2008-11-30 |
Added function latin1toutf8 to sasl.lua, for processing non-utf8 responses
|
Waqas Hussain |
2008-11-30 |
Makefile fix for creating datadir in correct place on install
|
Matthew Wild |
2008-11-30 |
Installation improvements (auto-creation of data directories)
|
Matthew Wild |
2008-11-30 |
Don't overwrite config on make install if it already exists
|
Matthew Wild |
2008-11-30 |
Path fix for auto-creating directories
|
Waqas Hussain |
2008-11-30 |
Merge from waqas
|
Matthew Wild |
2008-11-30 |
Auto-create data directories on start
|
Waqas Hussain |
2008-11-30 |
Merge with Tobias
|
Matthew Wild |
2008-11-30 |
idna-to-unicode so password_handler looks for the right domain.
|
Tobias Markmann |
2008-11-30 |
Do idna-to-ascii to the realm we send first in Digest-MD5.
|
Tobias Markmann |
2008-11-29 |
Yet another fix for the makefile :)
|
Matthew Wild |
2008-11-30 |
Fix missing prosody.cfg.lua.install
|
Matthew Wild |
2008-11-29 |
Don't write to prosody.cfg.lua from Makefile. Much apologies to poor albert :(
|
Matthew Wild |
2008-11-29 |
Add -fPIC to util-src/Makefile
|
Matthew Wild |
2008-11-29 |
Another automatic merge, this gets annoying."
|
Tobias Markmann |
2008-11-29 |
Fixed the ejabberd importer to work with the pipe sign "|" as a separator in erlang lists
|
Waqas Hussain |
2008-11-29 |
Autocommit.
|
Tobias Markmann |
2008-11-29 |
Automated merge.
|
Tobias Markmann |
2008-11-29 |
Automated merge.
|
Tobias Markmann |
2008-11-29 |
Make ejabberd2prosody.lua a little more cross-platform :)
|
Matthew Wild |
2008-11-29 |
Make ejabberd2prosody.lua eecutable
|
Matthew Wild |
2008-11-29 |
Automated merge with http://waqas.ath.cx/
|
Matthew Wild |
2008-11-29 |
ejabberd db dump importer for Prosody
|
Waqas Hussain |
2008-11-29 |
More Makefile improvements (install the certificates, and update the config on install to find them)
|
Matthew Wild |
2008-11-29 |
Update Makefile to set correct paths on install with Debian package
|
Matthew Wild |
2008-11-29 |
Add some example certificates and update the config to point to them
|
Matthew Wild |
2008-11-29 |
Add COPYING, remove LICENSE
|
Matthew Wild |
2008-11-29 |