net.http: Removed old HTTP parser, and updated to use util.httpstream.
[prosody.git] / plugins /
2010-11-04 Waqas HussainMUC: Use events for hooking stanzas instead of the...
2010-11-04 Waqas Hussainmod_proxy65: Removed useless checks from the event...
2010-11-04 Waqas Hussainmod_proxy65: Use "iq/host" event for hooking stanzas...
2010-11-04 Waqas Hussainmod_console: Keep global variable assignments sandboxed...
2010-11-04 Matthew Wildmod_posix: Remove redundant import of logger.setwriter()
2010-11-02 Waqas Hussainmod_saslauth: Allow restarting SASL negotiation from...
2010-11-02 Waqas Hussainmod_saslauth: Separated processing of <auth/> and ...
2010-11-02 Waqas Hussainmod_saslauth: Moved SASL mechanism selection and CDATA...
2010-11-02 Waqas Hussainmod_saslauth: Handle SASL <abort/> properly.
2010-10-22 Waqas Hussainmod_bosh: Don't add a Content-Type header to the HTTP...
2010-10-16 Waqas HussainMonster whitespace commit (beware the whitespace monster).
2010-10-16 Waqas Hussainmod_posix: Updated to use the new events API.
2010-10-16 Waqas Hussainmod_saslauth: Updated to use the new events API.
2010-10-16 Waqas Hussainmod_dialback: Fixed indentation.
2010-10-16 Waqas Hussainmod_dialback: Updated to use the new events API.
2010-10-16 Waqas Hussainmod_compression: Updated to use the new events API.
2010-10-16 Waqas Hussainmod_component: Updated to use the new events API.
2010-10-16 Waqas Hussainmod_register: Updated to use the new events API.
2010-10-16 Waqas Hussainmod_legacyauth: Limit authentication to unauthenticated...
2010-10-16 Waqas Hussainmod_legacyauth: Updated to use the new events API.
2010-10-16 Waqas Hussainmod_roster: Cleaned up some unused variables and global...
2010-10-16 Waqas Hussainmod_roster: Updated to use the new events API.
2010-10-16 Waqas Hussainmod_saslauth: Improved logging a bit.
2010-10-16 Waqas Hussainmod_saslauth: Updated to use the new events API.
2010-10-15 Waqas Hussainmod_private: Updated to use the new events API. Smaller...
2010-10-15 Matthew WildMerge hoelzro->trunk
2010-10-15 Matthew WildMerge hoelzro->trunk
2010-10-15 Robert HoelzAlter mod_offline to respect negative priority resources
2010-10-15 Robert HoelzDon't send offline messages to resource with negative...
2010-10-12 Kim AlvefurMUC: Use util.dataforms to generate forms
2010-10-12 Kim AlvefurMUC: fix timezone support when sending history
2010-10-01 Florian Zeitzmod_adhoc: Answer disco#info for node=xmlns_cmd
2010-09-28 Waqas HussainMUC: Make the room node be the default room name (thank...
2010-09-27 Waqas HussainMerge with trunk.
2010-09-27 Waqas HussainMUC: Fixed traceback on presence errors lacking a condi...
2010-09-26 Kim AlvefurMUC: Added a 'Description' property (muc#roomconfig_roo...
2010-09-24 Kim AlvefurMUC: Added a 'Name' property (muc#roomconfig_roomname)
2010-09-21 Waqas Hussainnet.xmppcomponent_listener, mod_component: Removed...
2010-09-10 Matthew Wildmod_bosh: Fix traceback when initiating a BOSH session...
2010-09-02 Florian Zeitzmod_admin_adhoc: New module with merged functonality...
2010-09-02 Florian Zeitzmod_ping: Add ad-hoc command
2010-09-01 Florian Zeitzmod_adhoc: remove 0.7 compat code
2010-09-01 Florian Zeitzmod_adhoc: Fix passing data to util.dataforms
2010-08-31 Matthew Wildmod_version: Use pposix.uname() if available and os_ver...
2010-08-31 Matthew Wildutil.pposix: Add pposix.uname(), bump version
2010-08-28 Matthew Wildmod_bosh: Support for reading the client's real IP...
2010-08-28 Matthew Wildutil.pposix, prosodyctl, mod_posix: Add initgroups...
2010-08-23 Waqas Hussainmod_saslauth, mod_auth_cyrus, util.sasl_cyrus: Moved...
2010-08-23 Waqas Hussainmod_auth_internal_plain: Get rid of all checks for...
2010-08-23 Waqas Hussainmod_saslauth: Get rid of the sasl_backend option (use...
2010-08-23 Waqas Hussainmod_saslauth: Get rid of most Cyrus SASL related code...
2010-08-22 Matthew Wildmod_bosh: Don't adjust rid when creating a session...
2010-08-22 Florian Zeitzmod_adhoc: Answer disco#info (This is a MUST in XEP...
2010-08-22 Florian Zeitzmod_adhoc: Code restructuring
2010-08-16 Kim Alvefurmod_auth_internal_hashed: Fix deleting users
2010-08-12 Florian Zeitzmod_privacy: Fix typo causing <active/> to never be...
2010-08-14 Matthew Wildmod_console: Add host:* commands to help (thanks Zash)
2010-08-07 Matthew Wildmod_bosh: Fix to properly ignore repeated requests
2010-08-06 Matthew Wildmod_bosh: Small change to use variable instead of hard...
2010-08-06 Matthew Wildmod_bosh: Much improve session:close() for BOSH session...
2010-08-06 Matthew Wildmod_bosh: Add error callback for xmlhandlers, to handle...
2010-08-03 Waqas HussainMUC: Fixed: Unavilable presence was not being broadcast...
2010-08-03 Waqas HussainMUC: Return correct error to non-members attempting...
2010-08-03 Matthew Wildmod_bosh: Remove dependency on eventmanager
2010-08-02 Waqas Hussainstorage/mod_ejabberd: Reorganized some code.
2010-08-02 Waqas Hussainmod_auth_*: Fixed copyright headers.
2010-08-01 Kim Alvefurmod_version: Leave out the os element if hide_os_type...
2010-08-01 Kim Alvefurmod_version: Make the command used to get OS version...
2010-07-31 Waqas Hussainmod_saslauth: Fixed a nil global access.
2010-07-31 Waqas Hussainmod_saslauth: Check for unencrypted PLAIN auth in mod_s...
2010-07-31 Waqas Hussainmod_saslauth: Move mandatory encryption enforcement...
2010-07-31 Waqas Hussainstorage/mod_ejabberd (and associated library): Initial...
2010-07-31 Waqas Hussainstorage/mod_xep0227: Initial commit.
2010-07-25 Waqas Hussainmod_message: Discard headline messages sent to offline...
2010-07-25 Waqas Hussainmod_console: Override dofile() in the console environme...
2010-07-25 Waqas Hussainmod_console: Added support for multiple arguments to...
2010-07-22 Matthew Wildmod_tls: Remove extraneous flag to starttls() for s2sou...
2010-07-21 Matthew Wildusermanager, mod_auth_internal_hashed, mod_legacyauth...
2010-07-20 Waqas Hussainmod_register: Drop useless depencency on datamanager.
2010-07-20 Waqas HussainMUC: Store the nick (full room JID) which set the subje...
2010-07-18 Waqas Hussainmod_saslauth: Got rid of undocumented and useless ...
2010-07-17 Waqas HussainMerge with trunk.
2010-07-17 Waqas Hussainmod_auth_internal_hashed: Fixed SCRAM-SHA-1 mechanism...
2010-07-17 Matthew WildMUC: No need to call is_admin twice now, global admins...
2010-07-17 Waqas Hussainmod_saslauth: Cleaned up unused requires.
2010-07-17 Waqas Hussainmod_saslauth: A little cleanup for anonymous_login.
2010-07-16 Matthew WildMerge Zash->trunk
2010-07-16 Kim Alvefurmod_proxy65: Use util.jid.compare() and remove some...
2010-07-14 Waqas HussainSASL: Simplified sasl_handler:mechanisms() to return...
2010-07-14 Waqas HussainMUC: Fixed a traceback introduced in hg:bdc325ce9fbc.
2010-07-13 Matthew Wildmod_httpserver: Serve index.html if a request is made...
2010-07-12 Matthew Wildmod_saslauth: Rename variable 'aret' to 'ok' as per...
2010-07-11 Waqas Hussainmod_disco: Reflect requested 'node' attribute in the...
2010-07-11 Waqas Hussainmod_disco: Respond to disco#info to the correct caps...
2010-07-11 Waqas Hussainmod_disco: Cache disco#info reply and caps hash for...
2010-07-09 Florian Zeitzmod_adhoc: Add capability to pass data to forms
2010-07-09 Matthew Wildmod_pep: Use util.caps
2010-07-09 Matthew Wildmod_disco: Support for putting the server's caps hash...
2010-07-09 Matthew Wildmod_posix: Some (perhaps temporary) changes to re-lock...
2010-07-09 Brian Cullymod_posix: Truncate the pidfile before writing to ensur...
next