Commit Graph

3511 Commits (ec28fe98377d225e2c19fb3e2e4d5757a3322d3e)
 

Author SHA1 Message Date
Waqas Hussain ec28fe9837 MUC: Make the room node be the default room name (thanks Zash). 16 years ago
Waqas Hussain 1a415139e5 Merge with trunk. 16 years ago
Waqas Hussain c1bf0e726b MUC: Fixed traceback on presence errors lacking a condition. 16 years ago
Kim Alvefur 47cddab802 MUC: Added a 'Description' property (muc#roomconfig_roomdesc) 16 years ago
Kim Alvefur 23a72d82e1 MUC: Added a 'Name' property (muc#roomconfig_roomname) 16 years ago
Waqas Hussain caf7431d14 net.xmppcomponent_listener: Fixed a possible traceback in component disconnect handling. 16 years ago
Waqas Hussain 3b1c76fc92 net.xmppcomponent_listener: Specify missing log level for a log statement. 16 years ago
Waqas Hussain c6a1139e78 net.xmppcomponent_listener, mod_component: Removed useless undocumented option 'component_address'. 16 years ago
Waqas Hussain 076aadf990 util.stanza: Make the current element <message> instead of <body> when body text is passed to st.message(). 16 years ago
Waqas Hussain 152638d87b util.events: Event handler indices are now built lazily (faster server startup for large number of hosts). 16 years ago
Waqas Hussain 191c3849e2 util.events: Create new index on handler change instead of modifying existing one (this makes util.events fully reentrant). 16 years ago
Waqas Hussain 6f95b4de93 util.events: Fixed the exposed API for adding/removing sets of event handlers. 16 years ago
Waqas Hussain af976e466d util.events: Removed dispatcher creation functions (these weren't being used). 16 years ago
Waqas Hussain 3da6413681 net.httpserver: Removed old HTTP parser, and updated to use util.httpstream. 16 years ago
Waqas Hussain a1cb56971c util.httpstream: Refactored and simplified code to improve readability. 16 years ago
Waqas Hussain d84675d6fb util.httpstream: Removed unused variables. 16 years ago
Waqas Hussain 2f8d834e0a util.httpstream: Initial commit of the new HTTP parser. 16 years ago
Matthew Wild 1793d151fb prosody.cfg.lua.dist: Small wording fix in comment (thanks darkrain) 16 years ago
Matthew Wild 36e12ad74a mod_bosh: Fix traceback when initiating a BOSH session to an unknown host 16 years ago
Matthew Wild 40fa07ecfc net.server_select: Add server.step() to run through a single iteration of the event loop 16 years ago
Matthew Wild 29d0db3fd7 prosody.cfg.lua.dist: Add mod_adhoc and mod_admin_adhoc to the default config 16 years ago
Matthew Wild ac64b6c978 s2smanager: Don't fire s2sin-destroyed for sessions that were never fully established (thanks Thomas) 16 years ago
Matthew Wild fa3d0fcbba s2smanager: Fire s2s{in,out}-destroyed when s2s connections are destroyed 16 years ago
Florian Zeitz 129b52698c mod_admin_adhoc: New module with merged functonality of mod_adhoc_cmd_admin and mod_adhoc_cmd_modules (of prosody-modules fame) 16 years ago
Florian Zeitz c6e47138c4 mod_ping: Add ad-hoc command 16 years ago
Florian Zeitz 15afe113cb mod_adhoc: remove 0.7 compat code 16 years ago
Florian Zeitz 78c3738184 mod_adhoc: Fix passing data to util.dataforms 16 years ago
Matthew Wild a0a2887bf6 mod_version: Use pposix.uname() if available and os_version_command not set 16 years ago
Matthew Wild c739eebe35 util.pposix: uname(): Fix to push nil,err in case of error 16 years ago
Matthew Wild 50b20f4af4 util.pposix: Add pposix.uname(), bump version 16 years ago
Matthew Wild c14f4168f2 util.jid: Fix parsing of JIDs with no nodepart and an @ in the resourcepart (thanks seth) 16 years ago
Matthew Wild 0c0140fa2d tests/test_util_jid.lua: Add more tests for JID splitting 16 years ago
Matthew Wild e3718ed22e util.stanza: stanza:matched_children() -> stanza:matching_tags() 16 years ago
Matthew Wild f5fcc46905 util.stanza: Add stanza:maptags() to apply a function over child tags (return nil to remove tag from stanza) 16 years ago
Matthew Wild 8bbe120e4b s2smanager: Fire s2s{in,out}-established when new s2s connections are ready 16 years ago
Matthew Wild a69205c3b9 util.stanza: Optimisation, remove useless if...then in stanza:children() iterator 16 years ago
Matthew Wild aa509f9fce util.stanza: Add stanza:matched_children(name, xmlns) [name suggestions welcome] 16 years ago
Matthew Wild fc62af2024 net.httpserver: Join multiple headers with the same name as per RFC (thanks darkhippo) 16 years ago
Matthew Wild be6148a1eb mod_bosh: Support for reading the client's real IP through HTTP proxies from X-Forwarded-For 16 years ago
Matthew Wild b465aa90b9 util.pposix, prosodyctl, mod_posix: Add initgroups() function, and bump module version. prosodyctl inits groups with the groups of prosody_user. (thanks dbb) 16 years ago
Matthew Wild e724cea395 net.http: Add http.formencode() for www-form-urlencoded from an array of fields (thanks dersd) 16 years ago
Matthew Wild fff700e7df componentmanager: Relocate disallow_s2s to its correct position (thanks darkhoptipomatus) 16 years ago
Waqas Hussain 373662e4a6 mod_saslauth, mod_auth_cyrus, util.sasl_cyrus: Moved cyrus account provisioning check out of mod_saslauth. 16 years ago
Waqas Hussain 06fbe2e853 util.sasl_cyrus: Spaces -> tabs. 16 years ago
Waqas Hussain 90ed40bac6 usermanager: Get rid unused Cyrus SASL related code. 16 years ago
Waqas Hussain 348414f595 mod_auth_internal_plain: Get rid of all checks for Cyrus SASL. 16 years ago
Waqas Hussain 5207cd874e mod_saslauth: Get rid of the sasl_backend option (use auth modules instead). 16 years ago
Waqas Hussain f17ecb66bc mod_saslauth: Get rid of most Cyrus SASL related code (use authentication='cyrus' instead). 16 years ago
Matthew Wild 049201aefb componentmanager: Support the 'disallow_s2s' option for components too (thanks darkhopatomopus) 16 years ago
Matthew Wild 5ceda8f546 net.server: Don't load configmanager if not running inside Prosody, assume server_select 16 years ago