util.pposix, prosodyctl, mod_posix: Add initgroups() function, and bump module version. prosodyctl inits groups with the groups of prosody_user. (thanks dbb)
|
Matthew Wild |
Sat, 28 Aug 2010 14:31:48 +0100 |
net.http: Add http.formencode() for www-form-urlencoded from an array of fields (thanks dersd)
|
Matthew Wild |
Fri, 27 Aug 2010 18:33:45 +0100 |
componentmanager: Relocate disallow_s2s to its correct position (thanks darkhoptipomatus)
|
Matthew Wild |
Tue, 24 Aug 2010 23:27:58 +0100 |
mod_saslauth, mod_auth_cyrus, util.sasl_cyrus: Moved cyrus account provisioning check out of mod_saslauth.
|
Waqas Hussain |
Mon, 23 Aug 2010 16:54:56 +0500 |
util.sasl_cyrus: Spaces -> tabs.
|
Waqas Hussain |
Mon, 23 Aug 2010 16:42:27 +0500 |
usermanager: Get rid unused Cyrus SASL related code.
|
Waqas Hussain |
Mon, 23 Aug 2010 16:33:49 +0500 |
mod_auth_internal_plain: Get rid of all checks for Cyrus SASL.
|
Waqas Hussain |
Mon, 23 Aug 2010 16:31:44 +0500 |
mod_saslauth: Get rid of the sasl_backend option (use auth modules instead).
|
Waqas Hussain |
Mon, 23 Aug 2010 16:28:06 +0500 |
mod_saslauth: Get rid of most Cyrus SASL related code (use authentication='cyrus' instead).
|
Waqas Hussain |
Mon, 23 Aug 2010 16:22:58 +0500 |
componentmanager: Support the 'disallow_s2s' option for components too (thanks darkhopatomopus)
|
Matthew Wild |
Mon, 23 Aug 2010 01:18:52 +0100 |
net.server: Don't load configmanager if not running inside Prosody, assume server_select
|
Matthew Wild |
Mon, 23 Aug 2010 01:06:13 +0100 |
mod_bosh: Don't adjust rid when creating a session, as this is no longer necessary and causes a log message ('rid too large') to be erroneously printed, fixes #203
|
Matthew Wild |
Sun, 22 Aug 2010 21:36:04 +0100 |
sessionmanager, s2smanager: Give resting sessions a pass-through filter, fixes #202
|
Matthew Wild |
Sun, 22 Aug 2010 21:23:37 +0100 |
net.server_select, net.server_event: Remove set_mode() call from server.link()... it can cause the last chunk of data to be discarded if shorter than buffersize (thanks to Zash for the debugging)
|
Matthew Wild |
Sun, 22 Aug 2010 21:12:22 +0100 |
mod_adhoc: Answer disco#info (This is a MUST in XEP-0050)
|
Florian Zeitz |
Sun, 22 Aug 2010 20:53:40 +0200 |