Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Automated merge with http://waqas.ath.cx/ | Matthew Wild | 2008-12-04 | 2 | -7/+15 | |
|\ | ||||||
| * | Added tag 0.1.0 for changeset c157c1412bda | Matthew Wild | 2008-12-03 | 0 | -0/+0 | |
| | | ||||||
| * | Fix Makefile to link with Lua againvault/0.1.00.1.0 | Matthew Wild | 2008-12-03 | 1 | -2/+2 | |
| | | ||||||
| * | Fix configure to save LFLAGS, and also set proper defaults for all sensible OSes | Matthew Wild | 2008-12-03 | 2 | -2/+4 | |
| | | ||||||
| * | Automated merge with http://84.46.7.57:1234 | Matthew Wild | 2008-12-03 | 4 | -866/+851 | |
| |\ | ||||||
| * | | Making makefile work under OS X finally. Yeah OS X's gcc is a little bit ↵ | Tobias Markmann | 2008-12-03 | 1 | -5/+10 | |
| | | | | | | | | | | | | strange. | |||||
| * | | Using new LFLAGS variable. | Tobias Markmann | 2008-12-03 | 1 | -1/+2 | |
| | | | ||||||
* | | | Change modules to use the new add_feature module API method. | Waqas Hussain | 2008-12-04 | 10 | -12/+12 | |
| | | | | | | | | | | | | This also fixes the bug causing disco features being added to every disco reply for every host. | |||||
* | | | Added function add_feature to modules API (for adding disco features) | Waqas Hussain | 2008-12-04 | 1 | -1/+11 | |
| | | | ||||||
* | | | Reorder the disco info elements to place always included elements first | Waqas Hussain | 2008-12-04 | 1 | -14/+15 | |
| |/ |/| | ||||||
* | | Added an error log message for this case | Matthew Wild | 2008-12-03 | 1 | -0/+4 | |
| | | ||||||
* | | Quick fix for an issue that needs more looking into | Matthew Wild | 2008-12-03 | 1 | -3/+5 | |
| | | ||||||
* | | Automated merge with http://waqas.ath.cx/ | Matthew Wild | 2008-12-03 | 4 | -866/+841 | |
|\ \ | ||||||
| * | | Fix GPL'ing MIT/X licensed code :) | Matthew Wild | 2008-12-03 | 1 | -860/+838 | |
| |/ | ||||||
| * | Update HACKERS | Matthew Wild | 2008-12-03 | 1 | -4/+2 | |
| | | ||||||
| * | Fill blank with URL | Matthew Wild | 2008-12-03 | 1 | -1/+1 | |
| | | ||||||
| * | Remove stray merge marker | Matthew Wild | 2008-12-03 | 1 | -1/+0 | |
| | | ||||||
* | | Fix for handling latin1 encoded hostnames in SASL | Waqas Hussain | 2008-12-03 | 2 | -3/+4 | |
|/ | ||||||
* | Merge from waqas | Matthew Wild | 2008-12-03 | 63 | -78/+1149 | |
|\ | ||||||
| * | Fix license (left some boilerplate in) | Matthew Wild | 2008-12-03 | 2 | -62/+0 | |
| | | ||||||
| * | and the C files too | Matthew Wild | 2008-12-03 | 2 | -0/+40 | |
| | | ||||||
| * | Insert copyright/license headers | Matthew Wild | 2008-12-03 | 55 | -1/+1094 | |
| | | ||||||
| * | Fix port number in mod_console instructions | Matthew Wild | 2008-12-03 | 1 | -1/+1 | |
| | | ||||||
| * | lxmppd -> Prosody | Matthew Wild | 2008-12-03 | 2 | -3/+3 | |
| | | ||||||
| * | Fix macosx ostype target | Matthew Wild | 2008-11-30 | 1 | -0/+2 | |
| | | ||||||
| * | Fix debian ostype target | Matthew Wild | 2008-11-30 | 1 | -0/+2 | |
| | | ||||||
| * | Change sed usage back into one sed script for incompetent versions of sed | Matthew Wild | 2008-11-30 | 1 | -6/+4 | |
| | | ||||||
| * | Use install to strip symbols | Matthew Wild | 2008-11-30 | 1 | -2/+1 | |
| | | ||||||
| * | 'install' libs to util before top-level make install | Matthew Wild | 2008-11-30 | 1 | -2/+1 | |
| | | ||||||
* | | config and data directories taken from path, and quoted to allow spaces in path | Waqas Hussain | 2008-12-03 | 1 | -3/+3 | |
| | | ||||||
* | | Converted prosody.cfg.lua.dist to use windows end-of-lines | Waqas Hussain | 2008-12-03 | 1 | -78/+78 | |
|/ | ||||||
* | Potential fixes for building on Mac OSX | Matthew Wild | 2008-11-30 | 2 | -4/+31 | |
| | ||||||
* | No need for the placeholder file in tests/ because the directory is no ↵ | Matthew Wild | 2008-11-30 | 1 | -1/+0 | |
| | | | | longer empty | |||||
* | Add test for latin1toutf8 (which passes) | Matthew Wild | 2008-11-30 | 2 | -0/+76 | |
| | ||||||
* | Converting latin encoded responsed to utf-8 when needed. | Tobias Markmann | 2008-11-30 | 1 | -0/+7 | |
| | ||||||
* | Automerge with waqas. | Tobias Markmann | 2008-11-30 | 2 | -3/+18 | |
|\ | ||||||
| * | Added function latin1toutf8 to sasl.lua, for processing non-utf8 responses | Waqas Hussain | 2008-11-30 | 1 | -0/+16 | |
| | | ||||||
| * | Makefile fix for creating datadir in correct place on install | Matthew Wild | 2008-11-30 | 1 | -3/+2 | |
| | | ||||||
* | | Automated merge with h-h. | Tobias Markmann | 2008-11-30 | 4 | -26/+65 | |
|\| | ||||||
| * | Installation improvements (auto-creation of data directories) | Matthew Wild | 2008-11-30 | 3 | -18/+33 | |
| | | ||||||
| * | Don't overwrite config on make install if it already exists | Matthew Wild | 2008-11-30 | 1 | -1/+1 | |
| | | ||||||
| * | Path fix for auto-creating directories | Waqas Hussain | 2008-11-30 | 1 | -1/+1 | |
| | | ||||||
| * | Merge from waqas | Matthew Wild | 2008-11-30 | 1 | -1/+25 | |
| |\ | ||||||
| | * | Auto-create data directories on start | Waqas Hussain | 2008-11-30 | 1 | -1/+25 | |
| | | | ||||||
| * | | Merge with Tobias | Matthew Wild | 2008-11-30 | 1 | -2/+3 | |
| |\ \ | ||||||
| * | | | Yet another fix for the makefile :) | Matthew Wild | 2008-11-30 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Fix missing prosody.cfg.lua.install | Matthew Wild | 2008-11-29 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Don't write to prosody.cfg.lua from Makefile. Much apologies to poor albert :( | Matthew Wild | 2008-11-29 | 1 | -3/+3 | |
| | | | | ||||||
| * | | | Add -fPIC to util-src/Makefile | Matthew Wild | 2008-11-29 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Remove that idn stuff for realm because it's either an ugly hack that the ↵ | Tobias Markmann | 2008-11-30 | 1 | -2/+2 | |
| |/ / |/| | | | | | | | | password_handler isn't ready for or something worse. |