prosody.git
2011-01-07 Matthew Wildejabberd_init.lib.lua: Remove now needless library
2011-01-07 Matthew Wildmod_storage_sql_ejabberd: Remove (moving to prosody...
2011-01-06 Matthew WildMerge 0.8->trunk
2011-01-06 Matthew Wildstoragemanager: Fix log message (s/internal/null/)
2011-01-06 Matthew Wildstoragemanager: Fix log message (s/internal/null/)
2011-01-06 Matthew Wildstoragemanager: Add new "null" provider to get used...
2011-01-06 Matthew Wildstoragemanager: Add new "null" provider to get used...
2011-01-06 Matthew Wildstoragemanager: Log host in message when loading storag...
2011-01-06 Matthew Wildstoragemanager: Log host in message when loading storag...
2011-01-06 Matthew Wildnet.server_event: Log interface and port number when...
2011-01-06 Matthew Wildnet.server_event: Log interface and port number when...
2011-01-05 Waqas Hussainmod_storage_sql: Catch Lua errors during SQL transactio...
2011-01-05 Waqas Hussainmod_storage_sql: Catch Lua errors during SQL transactio...
2011-01-05 Waqas Hussainnet.httpserver: Removed unused import and variables.
2011-01-05 Waqas Hussainnet.httpserver: Removed unused import and variables.
2011-01-05 Waqas Hussainnet.httpserver: Changed an unnecessary global access.
2011-01-05 Waqas Hussainnet.httpserver: Changed an unnecessary global access.
2011-01-05 Waqas Hussainmod_storage_sql: Removed unnecessary initialization...
2011-01-05 Waqas Hussainmod_storage_sql: Removed unnecessary initialization...
2011-01-05 Waqas Hussainnet.httpserver: Decode percent-encoded characters in...
2011-01-05 Waqas Hussainnet.httpserver: Decode percent-encoded characters in...
2011-01-05 Waqas Hussainmodulemanager: Removed an unused variable.
2011-01-05 Waqas Hussainmodulemanager: Removed an unused variable.
2011-01-05 Waqas Hussainconfigmanager: Added rawget().
2011-01-05 Waqas Hussainconfigmanager: Added rawget().
2011-01-04 Matthew Wildmod_bosh: Fix for miscalculating inactivity, causing...
2011-01-04 Matthew Wildmod_bosh: Fix for miscalculating inactivity, causing...
2011-01-04 Matthew Wildprosody, prosodyctl: Filter out relative paths from...
2011-01-04 Matthew Wildprosody, prosodyctl: Filter out relative paths from...
2011-01-04 Matthew Wildprosody, prosodyctl: Create prosody object as a local...
2011-01-04 Matthew Wildprosody, prosodyctl: Create prosody object as a local...
2011-01-04 Matthew Wildmod_register: Small code cleanup
2011-01-04 Matthew Wildmod_register: Small code cleanup
2011-01-04 Matthew Wildmod_register: Change to use new delete_user auth provid...
2011-01-04 Matthew Wildmod_register: Change to use new delete_user auth provid...
2011-01-04 Matthew Wildmod_register: Add registration_compat config option...
2011-01-04 Matthew Wildmod_register: Add registration_compat config option...
2011-01-04 Matthew Wildmod_auth_internal_*: Support for delete_user method
2011-01-04 Matthew Wildmod_auth_internal_*: Support for delete_user method
2011-01-04 Matthew Wildusermanager: Add delete_user method
2011-01-04 Matthew Wildusermanager: Add delete_user method
2011-01-04 Matthew Wildusermanager: Have methods not implemented in the active...
2011-01-04 Matthew Wildusermanager: Have methods not implemented in the active...
2011-01-04 Matthew Wildusermanager: Change dummy provider method to return...
2011-01-04 Matthew Wildusermanager: Change dummy provider method to return...
2011-01-04 Matthew Wildnet.adns: Log the DNS server that a query is sent to
2011-01-04 Matthew Wildnet.adns: Log the DNS server that a query is sent to
2011-01-03 Kim AlvefurMUC: Fix a pair of missing :up()
2011-01-03 Kim AlvefurMUC: Fix a pair of missing :up()
2010-12-29 Kim Alvefurmod_pubsub: Correctly wrap the list of subscriptions...
2010-12-29 Waqas Hussainutil.xmppstream: Optimized stanza building by bypassing...
2010-12-29 Waqas Hussainutil.sasl: Cache the calculated mechanisms set for...
2010-12-29 Waqas Hussainutil.sasl: Cache the calculated mechanisms set for...
2010-12-28 Waqas Hussainprosody: Don't add a datamanager callback when anonymou...
2010-12-28 Waqas Hussainprosody: Don't add a datamanager callback when anonymou...
2010-12-28 Waqas Hussainhostmanager: Don't set host.disallow_s2s when anonymous...
2010-12-28 Waqas Hussainhostmanager: Don't set host.disallow_s2s when anonymous...
2010-12-28 Waqas Hussainmod_saslauth: Remove special handling for SASL ANONYMOU...
2010-12-28 Waqas Hussainmod_saslauth: Remove special handling for SASL ANONYMOU...
2010-12-27 Waqas Hussainusermanager: Assume authentication="anonymous" when...
2010-12-27 Waqas Hussainusermanager: Assume authentication="anonymous" when...
2010-12-27 Waqas Hussainutil.sasl.*, mod_auth_*, mod_saslauth: Pass SASL handle...
2010-12-27 Waqas Hussainutil.sasl.*, mod_auth_*, mod_saslauth: Pass SASL handle...
2010-12-27 Waqas Hussainmod_storage_sql: Use util.json instead of util.serializ...
2010-12-27 Waqas Hussainmod_storage_sql: Use util.json instead of util.serializ...
2010-12-27 Waqas Hussainutil.json: Initial commit.
2010-12-27 Waqas Hussainutil.json: Initial commit.
2010-12-27 Waqas Hussainmod_storage_sql: Log an error on query failure.
2010-12-27 Waqas Hussainmod_storage_sql: Log an error on query failure.
2010-12-27 Waqas Hussainmod_storage_sql: Remove the subkey column from the...
2010-12-27 Waqas Hussainmod_storage_sql: Remove the subkey column from the...
2010-12-27 Waqas Hussainmod_storage_sql: Dynamically replace backquotes with...
2010-12-27 Waqas Hussainmod_storage_sql: Dynamically replace backquotes with...
2010-12-27 Waqas Hussainmod_storage_sql: Call commit() after all SQL statements...
2010-12-27 Waqas Hussainmod_storage_sql: Call commit() after all SQL statements...
2010-12-27 Waqas Hussainmod_storage_sql: Quote identifiers in SQL with backquot...
2010-12-27 Waqas Hussainmod_storage_sql: Quote identifiers in SQL with backquot...
2010-12-10 Robert HoelzDon't check priority in mod_offline
2010-12-10 Robert HoelzDon't check priority in mod_offline
2010-12-09 Robert Hoelzmod_message, mod_offline: Change message/offline/store...
2010-12-09 Robert Hoelzmod_message, mod_offline: Change message/offline/store...
2010-12-09 Robert Hoelzmod_offline: Make sure mod_offline's store handler...
2010-12-09 Robert Hoelzmod_offline: Make sure mod_offline's store handler...
2010-12-09 Robert Hoelzmod_message: Send service-unavailable if offline storag...
2010-12-09 Robert Hoelzmod_message: Send service-unavailable if offline storag...
2010-12-09 Robert Hoelzmod_presence, mod_offline: Merge message/offline/delete...
2010-12-09 Robert Hoelzmod_presence, mod_offline: Merge message/offline/delete...
2010-12-09 Robert Hoelzcore.offlinemanager, mod_message, mod_presence: Removed...
2010-12-27 Waqas Hussainmodulemanager: Auto-load mod_offline.
2010-12-26 Matthew Wildutil.pposix: Remove extraneous semicolon
2010-12-26 Matthew Wildutil.encodings: Switch comment styles to build ok as...
2010-12-26 Matthew Wildutil-src/Makefile: Change parameter order so that LDFLA...
2010-12-26 Matthew Wildutil-src/Makefile: Clean up and remove unnecessary...
2010-12-26 Matthew Wildconfigure: Don't add -llua to LDFLAGS, it's unnecessary
2010-12-24 Matthew Wildmod_saslauth: Handle session bind requests to the host...
2010-12-24 Matthew Wilds2smanager: Destroy session on immediate failure of...
2010-12-24 Matthew Wilds2smanager: Handle DNS lookup error in response handler
2010-12-24 Matthew Wilds2smanager: send_to_host(): Handle already-destroyed...
2010-12-24 Matthew Wilds2smanager: new_outgoing(): Destroy session if first...
2010-12-24 Matthew Wildnet.adns: Handle dns.query() failures, and pass error...
next