| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | GPL->MIT! | Matthew Wild | 2009-01-30 | 12 | -156/+24 |
* | util.dependencies: Not finding our own libraries is fatal | Matthew Wild | 2009-01-22 | 1 | -0/+2 |
* | util.dependencies: Show useful messages when our own libraries are not found,... | Matthew Wild | 2009-01-22 | 1 | -0/+13 |
* | util.datamanager: Small fix for clearer logging of data path | Matthew Wild | 2009-01-16 | 1 | -1/+1 |
* | util/jid: string prepping functions added: prepped_split and prep | Waqas Hussain | 2009-01-15 | 1 | -0/+33 |
* | util/logger: setwriter now returns the old writer on success | Waqas Hussain | 2009-01-14 | 1 | -1/+3 |
* | Automated merge with http://waqas.ath.cx:8000/ | Matthew Wild | 2009-01-13 | 1 | -1/+10 |
|\ |
|
| * | Add child_with_ns() method to stanza elements, and fix child_with_name() to i... | Matthew Wild | 2009-01-11 | 1 | -1/+7 |
| * | Automated merge with http://waqas.ath.cx:8000/ | Matthew Wild | 2009-01-09 | 1 | -0/+3 |
| |\ |
|
| | * | Restore fix for missing last_add on deserialized stanzas. Thanks to tsing for... | Matthew Wild | 2009-01-09 | 1 | -0/+3 |
* | | | datamanager: Change log message from type "warn" to "debug" when loading a fi... | Waqas Hussain | 2009-01-13 | 1 | -2/+2 |
* | | | sasl: Set realm to be the current realm when the client didn't send a realm, ... | Waqas Hussain | 2009-01-10 | 1 | -3/+3 |
|/ / |
|
* / | sasl: Don't fail for realm="" | Waqas Hussain | 2009-01-09 | 1 | -3/+3 |
|/ |
|
* | Added util.multitable.set | Waqas Hussain | 2008-12-27 | 1 | -5/+17 |
* | Automated merge with http://waqas.ath.cx:8000/ | Matthew Wild | 2008-12-25 | 1 | -0/+1 |
|\ |
|
| * | Second merge from waqas | Matthew Wild | 2008-12-16 | 1 | -1/+1 |
| |\ |
|
| * \ | Merge from waqas | Matthew Wild | 2008-12-16 | 1 | -0/+1 |
| |\ \ |
|
| | * | | Optimized stanza_mt.__tostring (called when doing tostring(stanza)) | Waqas Hussain | 2008-12-10 | 1 | -11/+26 |
* | | | | Moved directory auto-creation to datamanager | Waqas Hussain | 2008-12-25 | 1 | -7/+25 |
| |_|/
|/| | |
|
* | | | Fixed URL encoding to generate %0x instead of %x | Waqas Hussain | 2008-12-16 | 1 | -1/+1 |
|/ / |
|
* | | 0.1 -> 0.2 | Matthew Wild | 2008-12-10 | 14 | -34/+16 |
* | | New, faster, stanza serialization | Matthew Wild | 2008-12-10 | 1 | -12/+26 |
|/ |
|
* | Removed the unnecessary idna.to_ascii applied to the DIGEST-MD5 disgest-uri r... | Waqas Hussain | 2008-12-08 | 1 | -2/+2 |
* | Return error when the given realm value does not match the sent realm value. ... | Waqas Hussain | 2008-12-08 | 1 | -1/+5 |
* | Latin1 support for SASL DIGEST-MD5 (second, and possibly final commit) | Waqas Hussain | 2008-12-08 | 1 | -4/+3 |
* | Latin1 support for SASL DIGEST-MD5 (initial commit) | Waqas Hussain | 2008-12-07 | 1 | -1/+34 |
* | Make it possible to set custom output handler for logger | Matthew Wild | 2008-12-06 | 1 | -3/+15 |
* | Datamanager logs data_path | Matthew Wild | 2008-12-06 | 1 | -0/+1 |
* | Small fix for multitable | Matthew Wild | 2008-12-06 | 1 | -1/+1 |
* | MultiTable: Remove all empty sub-tables when elements are removed | Waqas Hussain | 2008-12-05 | 1 | -1/+11 |
* | util.multitable - A table with multiple key for each entry | Waqas Hussain | 2008-12-05 | 1 | -0/+84 |
* | Changed util.datamanager to use util.serialization | Waqas Hussain | 2008-12-05 | 1 | -44/+5 |
* | Added module util.serialization | Waqas Hussain | 2008-12-04 | 1 | -0/+81 |
* | Reorder the disco info elements to place always included elements first | Waqas Hussain | 2008-12-04 | 1 | -14/+15 |
* | Automated merge with http://waqas.ath.cx/ | Matthew Wild | 2008-12-03 | 1 | -1/+1 |
|\ |
|
| * | Fill blank with URL | Matthew Wild | 2008-12-03 | 1 | -1/+1 |
* | | Fix for handling latin1 encoded hostnames in SASL | Waqas Hussain | 2008-12-03 | 1 | -1/+2 |
|/ |
|
* | Insert copyright/license headers | Matthew Wild | 2008-12-03 | 12 | -1/+234 |
* | 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 | 1 | -0/+16 |
|\ |
|
| * | Added function latin1toutf8 to sasl.lua, for processing non-utf8 responses | Waqas Hussain | 2008-11-30 | 1 | -0/+16 |
* | | Remove that idn stuff for realm because it's either an ugly hack that the pas... | Tobias Markmann | 2008-11-30 | 1 | -2/+2 |
|/ |
|
* | idna-to-unicode so password_handler looks for the right domain. | Tobias Markmann | 2008-11-30 | 1 | -1/+2 |
* | Do idna-to-ascii to the realm we send first in Digest-MD5. | Tobias Markmann | 2008-11-30 | 1 | -1/+1 |
* | Apply IDNA to ASCII on hostnames. | Tobias Markmann | 2008-11-29 | 1 | -1/+1 |
* | Forced merge. | Tobias Markmann | 2008-11-29 | 2 | -7/+11 |
|\ |
|
| * | Added a FIXME | Waqas Hussain | 2008-11-29 | 1 | -1/+1 |
| * | Improved the regexp used to parse the client response a bit. Authenticating w... | Waqas Hussain | 2008-11-29 | 1 | -1/+1 |
| * | Fixed logging in datamanager | Waqas Hussain | 2008-11-29 | 1 | -3/+1 |
| * | Added option core.data_path | Waqas Hussain | 2008-11-28 | 1 | -3/+9 |