| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_console: Keep global variable assignments sandboxed by default. | Waqas Hussain | 2010-11-04 | 1 | -1/+1 |
* | mod_posix: Remove redundant import of logger.setwriter() | Matthew Wild | 2010-11-04 | 1 | -2/+0 |
* | mod_saslauth: Allow restarting SASL negotiation from scratch. | Waqas Hussain | 2010-11-02 | 1 | -1/+10 |
* | mod_saslauth: Separated processing of <auth/> and <response/> elements, and r... | Waqas Hussain | 2010-11-02 | 1 | -25/+26 |
* | mod_saslauth: Moved SASL mechanism selection and CDATA handling into separate... | Waqas Hussain | 2010-11-02 | 1 | -16/+20 |
* | mod_saslauth: Handle SASL <abort/> properly. | Waqas Hussain | 2010-11-02 | 1 | -1/+6 |
* | mod_bosh: Don't add a Content-Type header to the HTTP OPTIONS reply. | Waqas Hussain | 2010-10-22 | 1 | -1/+4 |
* | Monster whitespace commit (beware the whitespace monster). | Waqas Hussain | 2010-10-16 | 14 | -59/+59 |
* | mod_posix: Updated to use the new events API. | Waqas Hussain | 2010-10-16 | 1 | -2/+2 |
* | mod_saslauth: Updated to use the new events API. | Waqas Hussain | 2010-10-16 | 1 | -10/+18 |
* | mod_dialback: Fixed indentation. | Waqas Hussain | 2010-10-16 | 1 | -5/+5 |
* | mod_dialback: Updated to use the new events API. | Waqas Hussain | 2010-10-16 | 1 | -15/+31 |
* | mod_compression: Updated to use the new events API. | Waqas Hussain | 2010-10-16 | 1 | -54/+60 |
* | mod_component: Updated to use the new events API. | Waqas Hussain | 2010-10-16 | 1 | -5/+10 |
* | mod_register: Updated to use the new events API. | Waqas Hussain | 2010-10-16 | 1 | -68/+68 |
* | mod_legacyauth: Limit authentication to unauthenticated client connections. | Waqas Hussain | 2010-10-16 | 1 | -0/+5 |
* | mod_legacyauth: Updated to use the new events API. | Waqas Hussain | 2010-10-16 | 1 | -42/+43 |
* | mod_roster: Cleaned up some unused variables and global accesses. | Waqas Hussain | 2010-10-16 | 1 | -1/+2 |
* | mod_roster: Updated to use the new events API. | Waqas Hussain | 2010-10-16 | 1 | -101/+98 |
* | mod_saslauth: Improved logging a bit. | Waqas Hussain | 2010-10-16 | 1 | -2/+2 |
* | mod_saslauth: Updated to use the new events API. | Waqas Hussain | 2010-10-16 | 1 | -15/+14 |
* | mod_private: Updated to use the new events API. Smaller, more robust. | Waqas Hussain | 2010-10-16 | 1 | -42/+34 |
* | Merge hoelzro->trunk | Matthew Wild | 2010-10-15 | 1 | -12/+15 |
|\ |
|
| * | Alter mod_offline to respect negative priority resources | Robert Hoelz | 2010-10-15 | 1 | -12/+15 |
* | | Merge hoelzro->trunk | Matthew Wild | 2010-10-15 | 1 | -16/+19 |
|\| |
|
| * | Don't send offline messages to resource with negative priorities | Robert Hoelz | 2010-10-15 | 1 | -16/+19 |
* | | MUC: Use util.dataforms to generate forms | Kim Alvefur | 2010-10-12 | 1 | -42/+66 |
* | | MUC: fix timezone support when sending history | Kim Alvefur | 2010-10-12 | 1 | -1/+1 |
|/ |
|
* | mod_adhoc: Answer disco#info for node=xmlns_cmd | Florian Zeitz | 2010-10-01 | 1 | -13/+23 |
* | MUC: Make the room node be the default room name (thanks Zash). | Waqas Hussain | 2010-09-28 | 2 | -3/+3 |
* | Merge with trunk. | Waqas Hussain | 2010-09-27 | 1 | -1/+45 |
|\ |
|
| * | MUC: Added a 'Description' property (muc#roomconfig_roomdesc) | Kim Alvefur | 2010-09-26 | 1 | -2/+28 |
| * | MUC: Added a 'Name' property (muc#roomconfig_roomname) | Kim Alvefur | 2010-09-24 | 1 | -1/+19 |
* | | MUC: Fixed traceback on presence errors lacking a condition. | Waqas Hussain | 2010-09-27 | 1 | -1/+1 |
|/ |
|
* | net.xmppcomponent_listener, mod_component: Removed useless undocumented optio... | Waqas Hussain | 2010-09-21 | 1 | -2/+2 |
* | mod_bosh: Fix traceback when initiating a BOSH session to an unknown host | Matthew Wild | 2010-09-10 | 1 | -3/+3 |
* | mod_admin_adhoc: New module with merged functonality of mod_adhoc_cmd_admin a... | Florian Zeitz | 2010-09-02 | 1 | -0/+601 |
* | mod_ping: Add ad-hoc command | Florian Zeitz | 2010-09-02 | 1 | -0/+12 |
* | mod_adhoc: remove 0.7 compat code | Florian Zeitz | 2010-09-01 | 1 | -3/+1 |
* | mod_adhoc: Fix passing data to util.dataforms | Florian Zeitz | 2010-09-01 | 1 | -2/+2 |
* | mod_version: Use pposix.uname() if available and os_version_command not set | Matthew Wild | 2010-08-31 | 1 | -8/+16 |
* | util.pposix: Add pposix.uname(), bump version | Matthew Wild | 2010-08-31 | 1 | -1/+1 |
* | mod_bosh: Support for reading the client's real IP through HTTP proxies from ... | Matthew Wild | 2010-08-28 | 1 | -2/+19 |
* | util.pposix, prosodyctl, mod_posix: Add initgroups() function, and bump modul... | Matthew Wild | 2010-08-28 | 1 | -1/+1 |
* | mod_saslauth, mod_auth_cyrus, util.sasl_cyrus: Moved cyrus account provisioni... | Waqas Hussain | 2010-08-23 | 2 | -17/+19 |
* | mod_auth_internal_plain: Get rid of all checks for Cyrus SASL. | Waqas Hussain | 2010-08-23 | 1 | -7/+0 |
* | mod_saslauth: Get rid of the sasl_backend option (use auth modules instead). | Waqas Hussain | 2010-08-23 | 1 | -5/+0 |
* | mod_saslauth: Get rid of most Cyrus SASL related code (use authentication='cy... | Waqas Hussain | 2010-08-23 | 1 | -25/+2 |
* | mod_bosh: Don't adjust rid when creating a session, as this is no longer nece... | Matthew Wild | 2010-08-22 | 1 | -1/+1 |
* | mod_adhoc: Answer disco#info (This is a MUST in XEP-0050) | Florian Zeitz | 2010-08-22 | 1 | -0/+25 |