| Commit message (Expand) | Author | Age | Files | Lines |
* | componentmanager: Removed disco#items hook, and reference to core.discomanager | Waqas Hussain | 2009-08-18 | 1 | -10/+0 |
* | mod_disco: Rearranged some lines, and added a FIXME comment | Waqas Hussain | 2009-08-18 | 1 | -2/+2 |
* | mod_disco: Removed reference to core.discomanager | Waqas Hussain | 2009-08-18 | 1 | -1/+0 |
* | mod_disco: Removed legacy IQ hooks | Waqas Hussain | 2009-08-18 | 1 | -7/+0 |
* | mod_disco: Handle disco#items queries using new APIs | Waqas Hussain | 2009-08-18 | 1 | -0/+14 |
* | mod_disco: Added identity server/im with name 'Prosody' | Waqas Hussain | 2009-08-18 | 1 | -0/+1 |
* | mod_disco: Handle disco#info queries using new APIs | Waqas Hussain | 2009-08-18 | 1 | -2/+26 |
* | modulemanager: Added module API function to get all items for a given host ba... | Waqas Hussain | 2009-08-18 | 1 | -0/+13 |
* | modulemanager: Module API functions add_item and add_feature updated to use t... | Waqas Hussain | 2009-08-18 | 1 | -0/+2 |
* | mod_pep: Added name 'Prosody' to the pubsub/pep identity | Waqas Hussain | 2009-08-18 | 1 | -1/+1 |
* | modulemanager: Changed the add_identity module API to accept an optional name... | Waqas Hussain | 2009-08-18 | 1 | -2/+2 |
* | Added: functions add_item and remove_item to add and remove items to the modu... | Waqas Hussain | 2009-08-18 | 1 | -0/+19 |
* | componentmanager: Added function to get a list of children for a given hostname | Waqas Hussain | 2009-08-18 | 1 | -0/+4 |
* | mod_register: Updated to use module:get_option instead of configmanager | Waqas Hussain | 2009-08-13 | 1 | -6/+5 |
* | mod_posix: Updated to use module:get_option instead of configmanager | Waqas Hussain | 2009-08-13 | 1 | -4/+3 |
* | mod_legacyauth: Added a FIXME | Waqas Hussain | 2009-08-13 | 1 | -1/+1 |
* | mod_legacyauth: Refactored a bit | Waqas Hussain | 2009-08-13 | 1 | -9/+2 |
* | mod_legacyauth: Updated to use module:get_option instead of configmanager | Waqas Hussain | 2009-08-13 | 1 | -2/+1 |
* | mod_legacyauth: Removed useless 'require' call on every login attempt | Waqas Hussain | 2009-08-13 | 1 | -1/+0 |
* | mod_httpserver: Set default file handler (you can now request static files as... | Matthew Wild | 2009-08-11 | 1 | -6/+36 |
* | net.httpserver: Allow overriding default request handler | Matthew Wild | 2009-08-11 | 1 | -3/+4 |
* | mod_bosh: Strip BOSH namespace from stanzas to allow for some clients which m... | Matthew Wild | 2009-08-11 | 1 | -1/+2 |
* | mod_bosh: Calculate rid difference just once | Matthew Wild | 2009-08-11 | 1 | -3/+3 |
* | mod_bosh: Basic handling of rids (more to come) | Matthew Wild | 2009-08-11 | 1 | -1/+16 |
* | mod_bosh: Correct reply when closing sessions | Matthew Wild | 2009-08-11 | 1 | -2/+1 |
* | net.httpserver: Don't log response bodies! | Matthew Wild | 2009-08-11 | 1 | -1/+1 |
* | util.iterators: Add tail() iterator, to return the last n items | Matthew Wild | 2009-08-10 | 1 | -0/+21 |
* | util.iterators: Add head() iterator, to return the first n items | Matthew Wild | 2009-08-10 | 1 | -0/+12 |
* | Merge with Tobias | Matthew Wild | 2009-08-10 | 1 | -2/+2 |
|\ |
|
| * | Moving realm at the beginning of the digest-md5 message send by the server. | Tobias Markmann | 2009-08-09 | 1 | -1/+1 |
| * | Fixing a SASL issue by always passing the realm from SASL framework init to t... | Tobias Markmann | 2009-08-08 | 1 | -1/+1 |
* | | mod_bosh: Updated to use module:get_option instead of configmanager | Waqas Hussain | 2009-08-09 | 1 | -8/+6 |
* | | mod_watchregistrations: Updated to use module:get_option instead of configman... | Waqas Hussain | 2009-08-08 | 1 | -5/+3 |
* | | mod_selftests: Mark as global | Waqas Hussain | 2009-08-08 | 1 | -1/+1 |
* | | mod_tls: Updated to use module:get_option instead of configmanager | Waqas Hussain | 2009-08-08 | 1 | -4/+1 |
* | | mod_selftests: Updated to use module:get_option instead of configmanager | Waqas Hussain | 2009-08-08 | 1 | -2/+1 |
* | | mod_welcome: Updated to use module:get_option instead of configmanager | Waqas Hussain | 2009-08-08 | 1 | -3/+1 |
* | | ejabberdsql2prosody: Removed unnecessary stanza reserialization for private s... | Waqas Hussain | 2009-08-08 | 1 | -1/+1 |
* | | ejabberdsql2prosody: Added support for offline messages | Waqas Hussain | 2009-08-08 | 1 | -0/+21 |
* | | ejabberdsql2prosody: Fix access of undefined global | Waqas Hussain | 2009-08-08 | 1 | -2/+2 |
* | | mod_version: Rewritten to use new API. Added reply caching, and fixed some is... | Waqas Hussain | 2009-08-07 | 1 | -11/+11 |
* | | mod_version: Use the module API to read configuration options instead of conf... | Waqas Hussain | 2009-08-07 | 1 | -1/+1 |
* | | Merge with albert and waqas | Matthew Wild | 2009-08-08 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Fixed: Zeros could be stripped from the version string the Makefile extracts ... | Waqas Hussain | 2009-08-08 | 1 | -1/+1 |
* | | Merge with 0.5 | Matthew Wild | 2009-08-07 | 1 | -1/+1 |
|\| |
|
| * | Fixed: Outbound subscription requests silently dropped (regression in hg:7f17... | Waqas Hussain | 2009-08-07 | 1 | -1/+1 |
* | | mod_xmlrpc: Correct stripping of filename/line number prefix in RPC method er... | Matthew Wild | 2009-08-05 | 1 | -1/+1 |
* | | mod_saslauth: Fix coding style and layout, and use of arg[] for vararg | Matthew Wild | 2009-08-05 | 1 | -7/+12 |
* | | mod_saslauth: Fix indentation | Matthew Wild | 2009-08-05 | 1 | -16/+16 |
* | | mod_saslauth: Fix traceback on attempted login for non-existent users | Matthew Wild | 2009-08-05 | 1 | -2/+6 |