Software /
code /
prosody
Graph
-
net.http.parser: Fix traceback on invalid URL in status line.Fri, 08 Feb 2013 00:18:40 +0500, by Waqas Hussain
-
Merge 0.9->trunkSun, 03 Feb 2013 15:52:27 +0100, by Kim Alvefur
-
mod_pubsub, util.pubsub: Add delete actionThu, 31 Jan 2013 18:41:01 +0100, by Kim Alvefur
-
portmanager: Make sure foo_ports is a tableThu, 31 Jan 2013 15:48:55 +0100, by Kim Alvefur
-
mod_pubsub: More strict checks for node and idsThu, 31 Jan 2013 15:33:41 +0100, by Kim Alvefur
-
mod_pubsub: Broadcast items correctly on new subscriptionsMon, 28 Jan 2013 01:06:05 +0100, by Kim Alvefur
-
mod_component: Look for the correct xmlns (thanks NebuK)Sun, 27 Jan 2013 17:11:45 +0100, by Kim Alvefur
-
util.pubsub: Fix nil access error in get_subscriptions.Sat, 26 Jan 2013 03:54:18 +0500, by Waqas Hussain
-
mod_pubsub: require usermanager.Sat, 26 Jan 2013 03:50:13 +0500, by Waqas Hussain
-
mod_pubsub: Fix nil access error.Sat, 26 Jan 2013 03:49:45 +0500, by Waqas Hussain
-
mod_pubsub, util.pubsub: Don't send purge notifications in an <items/> elementFri, 25 Jan 2013 01:32:14 +0100, by Florian Zeitz
-
util.xmppstream: Include error stanza in error message if no error handler is available.Sat, 26 Jan 2013 03:39:18 +0500, by Waqas Hussain
-
ejabberd2prosody.lua: Don't make assumptions about file name.Fri, 25 Jan 2013 00:36:17 +0100, by Kim Alvefur
-
ejabberd2prosody.lua: Replace util.logger with a dummy before requiring util.serializationThu, 24 Jan 2013 21:48:45 +0100, by Kim Alvefur
-
mod_pubsub: Ignore subscription options for now, fixes traceback due to missing formThu, 24 Jan 2013 16:36:48 +0100, by Kim Alvefur
-
mod_s2s: Don't try to close sessions that were destroyed before timeoutThu, 24 Jan 2013 00:59:32 +0100, by Kim Alvefur
-
s2smanager: Generate session names used for logging the same way everywhereThu, 24 Jan 2013 00:58:17 +0100, by Kim Alvefur
-
mod_pubsub, util.pubsub: Implement the purge actionThu, 24 Jan 2013 00:58:03 +0100, by Kim Alvefur
-
mod_pubsub: Advertise autocreate_on_publish correctly.Wed, 23 Jan 2013 22:41:18 +0100, by Kim Alvefur
-
Merge 0.9->trunkTue, 22 Jan 2013 08:30:38 +0500, by Waqas Hussain
-
mod_auth_internal_plain, mod_auth_internal_hashed: No need to nodeprep here.Tue, 22 Jan 2013 08:26:08 +0500, by Waqas Hussain
-
util.sasl.{plain,scram,digest-md5}: nodeprep username before passing to callbacks, so callbacks don't have to.Tue, 22 Jan 2013 08:21:05 +0500, by Waqas Hussain
-
net.http.server: Properly handle persistent connectionsSat, 12 Jan 2013 17:26:50 +0100, by Florian Zeitz
-
util.http: New module for HTTP helper functionsSat, 12 Jan 2013 16:55:39 +0100, by Florian Zeitz
-
mod_component: Make listener private (thanks Ge0rG)Thu, 17 Jan 2013 21:57:35 +0100, by Kim Alvefur
-
mod_presence: Put a timestamp on presence we store for probesFri, 11 Jan 2013 19:38:29 +0100, by Kim Alvefur
-
prosodyctl, prosody: Pass the selected config file from prosodyctl to prosodyWed, 09 Jan 2013 22:01:52 +0100, by Kim Alvefur
-
prosodyctl: Pop arg items after use. Fixes #306Wed, 09 Jan 2013 20:40:44 +0100, by Kim Alvefur
-
MUC: Don't reply to errors (thanks iron)Wed, 09 Jan 2013 17:56:40 +0100, by Kim Alvefur
-
prosodyctl, prosody.cfg.lua.dist, certs/Makefile: Use .crt as suffix for certificates everywhere (thanks jasperixla)Tue, 08 Jan 2013 21:20:00 +0100, by Kim Alvefur
-
prosodyctl: Load LFS and util.openssl when actually needed (fixes unhelpful warnings if no LuaSec installed)Tue, 08 Jan 2013 13:33:35 +0100, by Kim Alvefur
-
net.http.parser: Abort if no status line is received.Tue, 08 Jan 2013 13:33:01 +0100, by Kim Alvefur
-
util.openssl: Cleanup; remove some unused variables.Mon, 07 Jan 2013 04:07:25 +0100, by Kim Alvefur
-
net.server_select: Remove useless duplicated settimeout() callMon, 07 Jan 2013 02:21:03 +0100, by Kim Alvefur
-
net.server_select: Fix global accessMon, 07 Jan 2013 02:20:43 +0100, by Kim Alvefur
-
certmanager: Fix nil index if no LuaSec availableMon, 07 Jan 2013 02:17:07 +0100, by Kim Alvefur
-
net.server_event: Optimize socket write buffers (don't do buf=buf..newdata).Sun, 06 Jan 2013 04:55:53 +0500, by Waqas Hussain
-
Merge 0.9->trunkSat, 29 Dec 2012 19:13:42 +0100, by Kim Alvefur
-
net.server: Don't return anything from config-reloaded hook, fixes logrotate heisenbugSat, 29 Dec 2012 19:09:23 +0100, by Kim Alvefur
-
Merge 0.9->trunkFri, 28 Dec 2012 15:14:11 +0100, by Kim Alvefur
-
core.certmanager: Add support for LuaSec 0.5. Also compat with MattJs luasec-hgFri, 28 Dec 2012 15:00:43 +0100, by Kim Alvefur
-
prosody, mod_c2s, mod_s2s: Move closing of c2s and s2s sessions to respective pluginsFri, 28 Dec 2012 14:33:47 +0100, by Kim Alvefur
-
net.server_select: Pause servers while they are fullFri, 28 Dec 2012 14:33:27 +0100, by Kim Alvefur
-
net.server_select: Add pause and resume methodsFri, 28 Dec 2012 14:33:27 +0100, by Kim Alvefur
-
mod_admin_telnet: Stop processing lines when session is closedFri, 28 Dec 2012 14:32:22 +0100, by Kim Alvefur
-
net.server_event: Destroy interfaces immediately, fixes reopening of servers.Fri, 28 Dec 2012 14:26:21 +0100, by Kim Alvefur
-
net.server_event: Remove comments about not closing event handlers from within callbacks, fixed in luaeventFri, 28 Dec 2012 14:25:11 +0100, by Kim Alvefur
-
Merge 0.9->trunkFri, 28 Dec 2012 12:50:55 +0000, by Matthew Wild
-
mod_s2s: Remove connection from sessions table as soon as we learn it is disconnected. Fixes a connection/session leak.Fri, 28 Dec 2012 12:47:44 +0000, by Matthew Wild
-
Merge 0.9->trunkFri, 28 Dec 2012 03:03:56 +0100, by Kim Alvefur
-
core.loggingmanager: Don't create file log rules from [level] = "*sink" style configThu, 27 Dec 2012 20:44:58 +0100, by Kim Alvefur
-
Merge 0.9->trunkWed, 26 Dec 2012 20:35:40 +0100, by Kim Alvefur
-
mod_admin_telnet: Add info about port commands to helpWed, 26 Dec 2012 02:46:49 +0100, by Kim Alvefur
-
mod_http_files: Fix sending Content-Type for index filesSun, 23 Dec 2012 17:04:44 +0100, by Kim Alvefur
-
mod_http_files: Allow passing a string to serve()Sun, 23 Dec 2012 11:17:44 +0100, by Kim Alvefur
-
net.dns: Close voided sockets, so they don't stay in net.serverSat, 22 Dec 2012 14:20:12 +0100, by Kim Alvefur
-
net.dns: Clean up query list when a server is marked downSat, 22 Dec 2012 12:06:36 +0000, by Matthew Wild
-
mod_http_files: Expose function other modules can use to combine their routes with file paths to serveFri, 21 Dec 2012 20:40:29 +0100, by Kim Alvefur
-
mod_http_files: Work with non-wildcard-routes. Key cache on the original HTTP path.Fri, 21 Dec 2012 20:34:40 +0100, by Kim Alvefur
-
mod_http_files: Replace file listing with an event, allowing a different plugin to generate itFri, 21 Dec 2012 20:08:33 +0100, by Kim Alvefur
-
mod_http_files: Export function can be used by other modules to serve files. Don't serve files by default unless http_files_dir is setFri, 21 Dec 2012 17:54:43 +0100, by Kim Alvefur
-
mod_http_files: Rename config options and variable namesFri, 21 Dec 2012 17:22:19 +0100, by Kim Alvefur
-
mod_http_files: Log the error if we can't open or read a fileFri, 21 Dec 2012 16:10:45 +0100, by Kim Alvefur
-
net.http.parser: Skip url.parse when we don't have a full URL (also fixes traceback on paths starting with '//').Fri, 21 Dec 2012 13:37:39 +0500, by Waqas Hussain
-
Merge 0.9->trunkFri, 21 Dec 2012 09:04:54 +0100, by Kim Alvefur
-
mod_http_files: Escape paths in redirectsFri, 21 Dec 2012 09:04:02 +0100, by Kim Alvefur
-
mod_http_files: Only match on modification date when if-none-match is not presentFri, 21 Dec 2012 08:27:14 +0100, by Kim Alvefur
-
mod_http_files: Only serve cached data if etag is unchanged.Fri, 21 Dec 2012 08:25:09 +0100, by Kim Alvefur
-
mod_http_files: Make sure file extensions are not nil or empty stringFri, 21 Dec 2012 08:19:58 +0100, by Kim Alvefur
-
mod_http_files: Avoid a bunch of table lookupsFri, 21 Dec 2012 08:14:33 +0100, by Kim Alvefur
-
mod_http_files: No use in closing a file handle if we couldn't open itFri, 21 Dec 2012 08:10:07 +0100, by Kim Alvefur
-
Merge 0.9->trunkSun, 16 Dec 2012 14:36:44 +0100, by Kim Alvefur
-
util.datamanager: Don't escape the name of a storeSun, 16 Dec 2012 14:36:24 +0100, by Kim Alvefur
-
Merge 0.9->trunkSun, 16 Dec 2012 08:37:14 +0100, by Kim Alvefur
-
mod_http_files: Compare If-Modified-Since to last modification dateSun, 16 Dec 2012 08:34:50 +0100, by Kim Alvefur
-
mod_http_files: Fix caching the stringified directory indexSun, 16 Dec 2012 08:17:28 +0100, by Kim Alvefur
-
Merge 0.9->trunkSat, 15 Dec 2012 05:35:43 +0100, by Kim Alvefur
-
MergeSat, 15 Dec 2012 05:34:30 +0100, by Kim Alvefur
-
util.datamanager: Remove unused variableFri, 14 Dec 2012 14:25:58 +0100, by Kim Alvefur
-
util.datamanager: Remove dead code pathFri, 14 Dec 2012 14:21:32 +0100, by Kim Alvefur
-
Merge 0.9->trunkSat, 15 Dec 2012 07:12:32 +0500, by Waqas Hussain
-
MUC: Support invite messages when stanza type is explicitly set to "normal" or to an unknown value.Sat, 15 Dec 2012 07:08:54 +0500, by Waqas Hussain
-
util.sasl.plain: Reduce some code.Sat, 15 Dec 2012 07:06:45 +0500, by Waqas Hussain
-
Merge 0.9->trunkTue, 11 Dec 2012 23:41:02 +0100, by Kim Alvefur
-
mod_http_files: Generate simple directory index.Tue, 11 Dec 2012 23:40:30 +0100, by Kim Alvefur
-
mod_http_files: Have mimetypes in a shared table. Get mimetypes from /etc/mime.types if exists.Tue, 11 Dec 2012 23:21:25 +0100, by Kim Alvefur
-
mod_http_files: Cache data read from disk in a weak tableTue, 11 Dec 2012 23:02:06 +0100, by Kim Alvefur
-
mod_http_files: Add Last-Modified headerTue, 11 Dec 2012 22:30:50 +0100, by Kim Alvefur
-
mod_http_files: Add ETag and check If-None-Match to allow client-side cacheTue, 11 Dec 2012 22:30:13 +0100, by Kim Alvefur
-
mod_http_files: Return 404 faster if file does not existTue, 11 Dec 2012 22:26:41 +0100, by Kim Alvefur
-
mod_http_files: Configurable number of index files to check forTue, 11 Dec 2012 22:14:55 +0100, by Kim Alvefur
-
Merge 0.9->trunkSun, 09 Dec 2012 12:39:49 +0100, by Kim Alvefur
-
mod_http: Fix path length patternSun, 09 Dec 2012 12:20:55 +0100, by Kim Alvefur
-
mod_auth_anonymous: Implement user iteration APISun, 09 Dec 2012 12:19:08 +0100, by Kim Alvefur
-
mod_c2s: Check if TLS compression is usedSun, 09 Dec 2012 11:50:09 +0100, by Kim Alvefur
-
mod_admin_telnet: Improve wording when listing usersSun, 09 Dec 2012 11:44:45 +0100, by Kim Alvefur
-
MergeTue, 04 Dec 2012 20:11:41 +0000, by Matthew Wild
-
portmanager: Return first service with the specified name from get_service() (instead of the array of possible services) (thanks xnyhps)Tue, 04 Dec 2012 20:08:44 +0000, by Matthew Wild
-
Merge 0.9->trunk.Mon, 03 Dec 2012 10:04:34 +0500, by Waqas Hussain
-
util.xml: Fix module name.Mon, 03 Dec 2012 10:01:46 +0500, by Waqas Hussain
-
net.http.parser: Fix syntax error introduced in c5edb08fc7cb.Mon, 03 Dec 2012 10:01:06 +0500, by Waqas Hussain
-
Merge 0.9->trunk.Mon, 03 Dec 2012 06:07:00 +0500, by Waqas Hussain
-
plugins/storage/xmlparse.lib.lua: Delete.Mon, 03 Dec 2012 05:50:39 +0500, by Waqas Hussain
-
plugins/storage/mod_xep0227: Use util.xml.Mon, 03 Dec 2012 05:49:05 +0500, by Waqas Hussain
-
tools/migration/migrator/jabberd14: Use util.xml.Mon, 03 Dec 2012 05:44:48 +0500, by Waqas Hussain
-
tools/openfire2prosody: Use util.xml.Mon, 03 Dec 2012 05:42:17 +0500, by Waqas Hussain
-
tools/jabberd14sql2prosody: Use util.xml.Mon, 03 Dec 2012 05:41:18 +0500, by Waqas Hussain
-
tools/ejabberdsql2prosody: Use util.xml.Mon, 03 Dec 2012 05:34:46 +0500, by Waqas Hussain
-
util.template: Use util.xml.Mon, 03 Dec 2012 05:33:56 +0500, by Waqas Hussain
-
util.xml: Initial commit; exposes parse(), which is now the canonical way to convert a string to a stanza.Mon, 03 Dec 2012 05:32:51 +0500, by Waqas Hussain
-
Merge 0.9->trunk.Sat, 01 Dec 2012 00:31:33 +0500, by Waqas Hussain
-
sessionmanager: Log the actual error message when roster loading fails.Fri, 30 Nov 2012 09:05:51 +0500, by Waqas Hussain
-
MUC: Expose create_room(jid).Fri, 30 Nov 2012 08:57:58 +0500, by Waqas Hussain
-
mod_storage_sql: Return actual error string on commit failure.Fri, 30 Nov 2012 08:50:03 +0500, by Waqas Hussain
-
Merge 0.9->trunkThu, 29 Nov 2012 07:38:24 +0500, by Matthew Wild
-
net.http.parser: Collapse multiple consecutive slashes in a path to a single slashThu, 29 Nov 2012 07:38:00 +0500, by Matthew Wild
-
MergeThu, 29 Nov 2012 07:17:31 +0500, by Matthew Wild
-
Merge 0.9->trunkThu, 29 Nov 2012 07:16:45 +0500, by Matthew Wild
-
mod_http: Fix pattern and slightly improve efficiency and memory usage of wildcard HTTP handlersThu, 29 Nov 2012 07:15:04 +0500, by Matthew Wild
-
Merge 0.9->trunkSun, 25 Nov 2012 05:12:46 +0100, by Kim Alvefur
-
mod_admin_adhoc: Remove unused formSun, 25 Nov 2012 05:12:13 +0100, by Kim Alvefur
-
Merge 0.9->trunkFri, 23 Nov 2012 17:17:02 +0100, by Kim Alvefur
-
net.server: Fix when no network_settings set and using libeventFri, 23 Nov 2012 17:16:22 +0100, by Kim Alvefur
-
Merge 0.9->trunkFri, 23 Nov 2012 01:51:53 +0100, by Kim Alvefur
-
net.server: Make server_* configurable in the config file.Fri, 23 Nov 2012 01:51:30 +0100, by Kim Alvefur
-
net.server_select: Better names for config options (thanks MattJ)Fri, 23 Nov 2012 01:51:30 +0100, by Kim Alvefur
-
Merge 0.9->trunkThu, 22 Nov 2012 21:57:35 +0000, by Matthew Wild
-
muc: Make max_history_messages simply a service-wide config option, and don't store it per-room (rooms still have their own history_message, but this is a global limit)Thu, 22 Nov 2012 21:57:06 +0000, by Matthew Wild
-
Merge with a merge (or something)Thu, 22 Nov 2012 21:02:27 +0000, by Matthew Wild
-
Merge 0.9->trunkThu, 22 Nov 2012 21:01:00 +0000, by Matthew Wild
-
modulemanager: Set module.reloading when a module is reloading, and when loading make the saved state available in module.saved_state (if any)Thu, 22 Nov 2012 20:59:20 +0000, by Matthew Wild
-
Merge 0.9->trunkThu, 22 Nov 2012 20:42:12 +0100, by Kim Alvefur
-
mod_http: Make module:http_url() aware of http_hostThu, 22 Nov 2012 20:40:06 +0100, by Kim Alvefur
-
Merge 0.9->trunkThu, 22 Nov 2012 19:38:42 +0000, by Matthew Wild
-
mod_bosh: Add 'Connection: keep-alive' headerThu, 22 Nov 2012 19:37:30 +0000, by Matthew Wild
-
mod_bosh: Add support for stanza filters to BOSH sessions (needed by some plugins)Thu, 22 Nov 2012 19:35:50 +0000, by Matthew Wild
-
mod_admin_telnet: Refactor so that command processing is performed in a separate function (usable from other modules)Thu, 22 Nov 2012 18:32:27 +0000, by Matthew Wild
-
mod_bosh: Add bosh_max_wait config option, to limit the amount of time a client can request for the server to hold open requestsThu, 22 Nov 2012 18:24:09 +0000, by Matthew Wild
-
Merge 0.9->trunkThu, 22 Nov 2012 17:42:14 +0000, by Matthew Wild
-
mod_http: Rename variable for clarityThu, 22 Nov 2012 17:38:53 +0000, by Matthew Wild
-
Merge 0.9->trunkThu, 15 Nov 2012 14:07:53 -0500, by Matthew Wild
-
util.pubsub: Add item-published eventThu, 15 Nov 2012 13:24:44 -0500, by Matthew Wild
-
mod_http: Add 'http_host' option to change the HTTP virtual host that this host is accessible at (e.g. allows mapping a host to '127.0.0.1')Thu, 15 Nov 2012 13:24:10 -0500, by Matthew Wild
-
mod_bosh: Share sessions and inactive_sessions tablesThu, 15 Nov 2012 13:18:41 -0500, by Matthew Wild
-
Merge 0.9 -> trunkSun, 11 Nov 2012 23:48:38 +0100, by Kim Alvefur
-
mod_posix: Log a message explaining that we are detaching from the consoleSun, 11 Nov 2012 23:44:56 +0100, by Kim Alvefur
-
util.pposix: Prevent FDs 0, 1 and 2 from being assigned to connectionsSat, 10 Nov 2012 23:41:53 +0100, by Kim Alvefur
-
mod_posix: Remove console and stdout logging sinks before daemonizingSat, 10 Nov 2012 23:39:22 +0100, by Kim Alvefur
-
Merge 0.9 -> trunkWed, 24 Oct 2012 19:56:22 +0200, by Kim Alvefur
-
mod_s2s: Detect TLS compressionWed, 24 Oct 2012 19:05:56 +0200, by Kim Alvefur
-
Merge 0.9 -> trunkSun, 14 Oct 2012 22:53:41 +0200, by Kim Alvefur
-
mod_presence: Fix indentationSun, 14 Oct 2012 21:04:46 +0200, by Kim Alvefur
-
mod_pep: Remove unused importsSun, 14 Oct 2012 21:03:52 +0200, by Kim Alvefur
-
mod_motd: Don't trigger on directed presence or stanzas from s2s.Sat, 13 Oct 2012 15:21:59 +0200, by Kim Alvefur
-
mod_admin_telnet: user:list(): Allow filtering the set of usersFri, 12 Oct 2012 18:49:22 +0200, by Kim Alvefur
-
mod_admin_telnet: user:list() check that the given host existsFri, 12 Oct 2012 18:33:24 +0200, by Kim Alvefur
-
Merge 0.9->trunkMon, 01 Oct 2012 20:15:39 +0100, by Matthew Wild
-
mod_register: Fire event to allow blocking user registrationMon, 01 Oct 2012 21:07:20 +0200, by Florian Zeitz
-
Merge 0.9->trunkSat, 29 Sep 2012 17:07:50 +0100, by Matthew Wild
-
moduleapi: Revert previous commit and add comment, it's meant to be this waySat, 29 Sep 2012 17:07:08 +0100, by Matthew Wild
-
Merge 0.9->trunkSat, 29 Sep 2012 10:47:37 +0100, by Matthew Wild
-
moduleapi: Fix require of modulemanager (thanks mva!)Sat, 29 Sep 2012 10:46:03 +0100, by Matthew Wild
-
Merge 0.9 -> trunk (like this?)Sat, 29 Sep 2012 01:05:17 +0200, by Kim Alvefur
-
mod_admin_telnet: Fix copypaste error in user section of helpFri, 28 Sep 2012 11:59:37 +0200, by Kim Alvefur
-
mod_admin_telnet: Add support for listing usersFri, 21 Sep 2012 17:26:54 +0200, by Kim Alvefur
-
usermanager: Add support for iterating over accountsFri, 21 Sep 2012 17:26:25 +0200, by Kim Alvefur
-
mod_auth_internal_{plain,hashed}: Add support for iterating over accountsFri, 21 Sep 2012 17:26:12 +0200, by Kim Alvefur
-
storagemanager: Support for iterating over usersFri, 21 Sep 2012 17:24:44 +0200, by Kim Alvefur
-
mod_storage_sql: Add support for iterating over users with data in a storeFri, 21 Sep 2012 17:24:06 +0200, by Kim Alvefur
-
mod_storage_internal, datamanager: Add support for iterating over users with data in a storeFri, 21 Sep 2012 17:23:08 +0200, by Kim Alvefur
-
prosodyctl: Fix copypaste errorWed, 19 Sep 2012 23:29:25 +0200, by Kim Alvefur
-
prosodyctl: Set stricter umask while generating key (thanks darkrain)Wed, 19 Sep 2012 23:26:38 +0200, by Kim Alvefur
-
prosodyctl: Abort if unable to load util.pposixWed, 19 Sep 2012 23:25:10 +0200, by Kim Alvefur
-
prosodyctl: Set $HOME to data path. Fixes issue with openssl and random state (Thanks Florob)Wed, 19 Sep 2012 23:24:40 +0200, by Kim Alvefur
-
storagemanager: Remove unused variableWed, 19 Sep 2012 16:40:38 +0200, by Kim Alvefur
-
storagemanager: Fix argument (Thanks Maranda)Wed, 19 Sep 2012 16:39:19 +0200, by Kim Alvefur
-
mod_admin_adhoc: Add commands for activating and deactivating hostsWed, 19 Sep 2012 15:12:18 +0200, by Kim Alvefur
-
configure, Makefile: Allow runtime to be overridden.Fri, 28 Sep 2012 12:04:07 +0200, by Kim Alvefur
-
MUC: Fix traceback caused by faulty logic precedence. (thanks waqas, nulani)Tue, 25 Sep 2012 22:03:35 +0200, by Kim Alvefur
-
Merge 0.9->trunkSun, 23 Sep 2012 01:13:08 +0500, by Waqas Hussain
-
prosodyctl: Make sure hosts[*].modules always exists.Sun, 23 Sep 2012 01:11:20 +0500, by Waqas Hussain
-
prosodyctl: Fix copypaste errorWed, 19 Sep 2012 23:29:25 +0200, by Kim Alvefur
-
prosodyctl: Set stricter umask while generating key (thanks darkrain)Wed, 19 Sep 2012 23:26:38 +0200, by Kim Alvefur
-
prosodyctl: Abort if unable to load util.pposixWed, 19 Sep 2012 23:25:10 +0200, by Kim Alvefur
-
prosodyctl: Set $HOME to data path. Fixes issue with openssl and random state (Thanks Florob)Wed, 19 Sep 2012 23:24:40 +0200, by Kim Alvefur
-
storagemanager: Remove unused variableWed, 19 Sep 2012 16:40:38 +0200, by Kim Alvefur
-
storagemanager: Fix argument (Thanks Maranda)Wed, 19 Sep 2012 16:39:19 +0200, by Kim Alvefur
-
mod_admin_adhoc: Add commands for activating and deactivating hostsWed, 19 Sep 2012 15:12:18 +0200, by Kim Alvefur
-
prosody, prosodyctl: chdir() to data directory on startupWed, 19 Sep 2012 12:39:21 +0100, by Matthew Wild
-
Merge 0.9->trunkWed, 19 Sep 2012 12:14:08 +0100, by Matthew Wild
-
mod_storage_sql: Remove obsolete commentWed, 19 Sep 2012 12:09:27 +0100, by Matthew Wild
-
storagemanager: Remove usage of 'core' when calling configmanager.get()Wed, 19 Sep 2012 12:08:33 +0100, by Matthew Wild
-
storagemanager, datamanager, mod_storage_{internal,sql}: Replace list_stores() with an iterator versionMon, 17 Sep 2012 05:42:10 +0200, by Kim Alvefur
-
storagemanager: Add purge() for purging user data from all backends in useSun, 16 Sep 2012 02:18:07 +0200, by Kim Alvefur
-
mod_admin_telnet: Fix user:*, correct names, docs, do validationSat, 15 Sep 2012 23:00:59 +0200, by Kim Alvefur
-
Merge 0.9->trunkThu, 13 Sep 2012 18:49:25 +0100, by Matthew Wild
-
mod_legacyauth: Fix for sending error response to unauthed s2s connectionsThu, 13 Sep 2012 18:48:35 +0100, by Matthew Wild
-
Merge 0.9->trunkThu, 13 Sep 2012 18:32:24 +0100, by Matthew Wild
-
configmanager: Fix include of relative files via Include directive in configThu, 13 Sep 2012 18:31:34 +0100, by Matthew Wild
-
hostmanager, modulemanager: Ensure hosts[*].modules always exists.Thu, 13 Sep 2012 00:32:12 +0500, by Waqas Hussain
-
mod_storage_*: Don't explicitly set driver name, to ease copying/renaming modules.Wed, 12 Sep 2012 23:46:10 +0500, by Waqas Hussain
-
core.storagemanager, mod_storage_*: "data-driver" -> "storage-provider", to allow using module:provides().Wed, 12 Sep 2012 23:41:28 +0500, by Waqas Hussain
-
mod_{admin_telnet,c2s,component,http,net_multiplex,s2s}: Use module:provides() instead of module:add_item().Wed, 12 Sep 2012 22:22:31 +0500, by Waqas Hussain
-
Merge 0.9->trunkWed, 12 Sep 2012 22:03:57 +0500, by Waqas Hussain
-
util.datamanager: Make the util.pposix dependency optional.Wed, 12 Sep 2012 22:03:06 +0500, by Waqas Hussain
-
mod_auth_*: Use module:provides().Wed, 12 Sep 2012 21:41:51 +0500, by Waqas Hussain
-
mod_auth_internal_hashed: Get rid of useless wrapper function new_hashpass_provider.Wed, 12 Sep 2012 21:40:00 +0500, by Waqas Hussain
-
mod_auth_{internal_plain,cyrus,anonymous}: Get rid of useless wrapper function new_default_provider.Wed, 12 Sep 2012 21:32:12 +0500, by Waqas Hussain
-
Merge 0.9->trunkMon, 10 Sep 2012 23:17:06 +0100, by Matthew Wild
-
mod_dialback: Correctly check if a connection was destroyed (thanks iron)Wed, 05 Sep 2012 16:51:16 +0200, by Kim Alvefur
-
mod_s2s: Check that an SRV reply isn't empty.Mon, 03 Sep 2012 04:22:40 +0200, by Kim Alvefur
-
storagemanager: Fix argumentsFri, 31 Aug 2012 17:31:35 +0200, by Kim Alvefur
-
storagemanager: Fix indentationFri, 31 Aug 2012 17:22:03 +0200, by Kim Alvefur
-
tools/jabberd14sql2prosody: Initial commit. Accounts, rosters, vCards, subscriptions and offline messages supported (thanks halfdan for all the testing).Tue, 28 Aug 2012 05:52:30 +0500, by Waqas Hussain
-
Merge 0.9->trunkTue, 28 Aug 2012 05:12:25 +0500, by Waqas Hussain
-
util.datetime: Fix timestamp parsing pattern.Tue, 28 Aug 2012 05:08:18 +0500, by Waqas Hussain
-
Merge 0.9->trunkSun, 26 Aug 2012 23:57:12 +0100, by Matthew Wild
-
s2smanager: missing return on session.send function.Sun, 26 Aug 2012 22:54:10 +0000, by Marco Cirillo
-
Merge 0.9->trunkSun, 26 Aug 2012 19:58:59 +0100, by Matthew Wild
-
util.datamanager: Ignore errors if the file is gone after removing itSun, 26 Aug 2012 20:53:40 +0200, by Kim Alvefur
-
util.prosodyctl: Use usermanager to delete users instead of unsetting their passwordSat, 25 Aug 2012 01:33:01 +0200, by Kim Alvefur
-
prosodyctl: Use util.prosodyctl.deluserSat, 25 Aug 2012 01:32:26 +0200, by Kim Alvefur
-
mod_admin_adhoc: Use usermanager.delete_user to delete usersSat, 25 Aug 2012 01:31:49 +0200, by Kim Alvefur
-
mod_roster: When an user is deleted, unsubscribe from their contactsSat, 25 Aug 2012 01:31:05 +0200, by Kim Alvefur
-
mod_register: Hijack the session close call to send the final iq reply when deletingSat, 25 Aug 2012 01:29:38 +0200, by Kim Alvefur
-
mod_c2s: When a user gets deleted, drop all their sessionsSat, 25 Aug 2012 01:28:38 +0200, by Kim Alvefur
-
mod_register: Remove all account cleanupSat, 25 Aug 2012 01:27:23 +0200, by Kim Alvefur
-
util.datamanager: Collect errors when deleting all stores of a user, but ignore "no such file"Sat, 25 Aug 2012 01:21:41 +0200, by Kim Alvefur
-
core.usermanager: Don't close sessions ourselves when deleting users. Instead, fire an event that modules can hook.Sat, 25 Aug 2012 01:20:13 +0200, by Kim Alvefur
-
mod_http: Rework how module:http_url() builds the url.Tue, 21 Aug 2012 21:10:54 +0200, by Kim Alvefur
-
mod_http: Don't produce paths with double / if a module is set to serve /Tue, 21 Aug 2012 21:03:20 +0200, by Kim Alvefur
-
tools/xep227toprosody.lua: Update childtags calls, replace some with ipairsTue, 21 Aug 2012 18:03:40 +0200, by Kim Alvefur
-
util.stanza: Use ipairs instead of childtags (behavior changed in 92c86e11fd44)Tue, 21 Aug 2012 15:33:07 +0200, by Kim Alvefur
-
tools/openfire2prosody: Initial commit.Sat, 11 Aug 2012 06:14:12 +0500, by Waqas Hussain
-
Merge 0.9->trunkFri, 10 Aug 2012 16:32:40 +0100, by Matthew Wild
-
portmanager: Support 'local_interfaces' config option (default for private listeners like components, telnet, etc.) (thanks mva)Fri, 10 Aug 2012 16:31:51 +0100, by Matthew Wild
-
MUC: Fix a traceback caused by private IQ result and error stanzas where the encoded id can't be processed.Thu, 09 Aug 2012 07:17:25 +0500, by Waqas Hussain
-
util.array: Accept an iterator to the array constructorWed, 08 Aug 2012 11:49:31 +0100, by Matthew Wild
-
mod_legacyauth: Remove unused variableTue, 07 Aug 2012 17:01:07 +0200, by Kim Alvefur
-
mod_legacyauth: Return an error if username or resource fails stringprep (thanks iron)Tue, 07 Aug 2012 17:00:12 +0200, by Kim Alvefur
Scroll all the way down to load more.