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 |
Merfe from Tobias
|
Matthew Wild |
2008-11-29 |
Apply IDNA to ASCII on hostnames.
|
Tobias Markmann |
2008-11-29 |
Forced merge.
|
Tobias Markmann |
2008-11-29 |
Use unsigned int instead of uint because uint is already in use on OS X.
|
Tobias Markmann |
2008-11-28 |
To use free you should include stdlib.h rather than malloc.h according to man page of free() and various C reference websites.
|
Tobias Markmann |
2008-11-28 |
Do idna_to_ascii when building own response.
|
Tobias Markmann |
2008-11-28 |
Fix for loading connlisteners when running without CFG_SOURCEDIR
|
Matthew Wild |
2008-11-29 |
Also look for binary modules in the parent directory when running tests
|
Matthew Wild |
2008-11-29 |
Automated merge with http://waqas.ath.cx/
|
Matthew Wild |
2008-11-29 |
Moved incoming c2s presence handling from stanza_router to presencemanager
|
Waqas Hussain |
2008-11-29 |
Update Makefile to now pass config paths to prosody. Update prosody, modulemanager and connectionlisteners to obey these paths.
|
Matthew Wild |
2008-11-29 |
Fix for configmanager when config file can't be found
|
Matthew Wild |
2008-11-29 |
Rename and update config. Update Makefile for this change.
|
Matthew Wild |
2008-11-29 |
More Makefile improvements
|
Matthew Wild |
2008-11-29 |
Add a top-level Makefile and ./configure script. Update util-src Makefile for this.
|
Matthew Wild |
2008-11-29 |
Removing pull_from_master.sh. Use hg fetch instead.
|
Matthew Wild |
2008-11-29 |
Load prosody instead of main.lia in mod_console
|
Waqas Hussain |
2008-11-29 |
Make prosody executable
|
Matthew Wild |
2008-11-29 |
Automated merge with http://waqas.ath.cx/
|
Matthew Wild |
2008-11-29 |
Added a FIXME
|
Waqas Hussain |
2008-11-29 |
Improved the regexp used to parse the client response a bit. Authenticating with non-ascii realm values now works.
|
Waqas Hussain |
2008-11-29 |