Commit Graph

5619 Commits (d431f7e1ec80f4ecef0935aeaff6044e76185da2)
 

Author SHA1 Message Date
Kim Alvefur d431f7e1ec mod_posix: Make sure that 'pidfile' is a string 12 years ago
Kim Alvefur 6af9beaccf prosodyctl: Verify that 'pidfile' is a string, show friendly error otherwise 12 years ago
Matthew Wild 56339d76da prosodyctl: Remove nonsensical warning 12 years ago
Matthew Wild 318fd416c9 prosodyctl: Improve JID splitting and normalization for adduser/passwd/deluser 12 years ago
Matthew Wild fa962495db configmanager: nameprep VirtualHost and Component names 12 years ago
Matthew Wild 57a4449fce net.server_select/event: Switch sender mode to *a when reading, to make sure we get all available data 12 years ago
Kim Alvefur c3ee155f3b mod_admin_telnet: Fix dns:(add,set)nameservers() 12 years ago
Matthew Wild 7ff1520d7d net.dns: Remove unused obsolete code 12 years ago
Matthew Wild 4ed07e7947 net.dns: Ensure all pending requests get notified of a timeout when looking up a record (fix for d122420542fb) 12 years ago
Kim Alvefur 01b960044e mod_register: get_child_text! (thanks Lloyd) 12 years ago
Kim Alvefur 7ef57da047 net.dns: Fix duplicated cache insertions by limiting outstanding queries per name to one 12 years ago
Kim Alvefur 608509a8b5 net.adns: Add missing local declaration 12 years ago
Kim Alvefur 42475293d1 tools/ejabberd2prosody.lua: Fix JID building, node-less jids became @hostname in some cases 12 years ago
Kim Alvefur 57940a8351 mod_c2s: Fix traceback if c2s stream sent to component 12 years ago
Kim Alvefur eeacb3cb6f configmanager: Delay importing LuaFileSystem until needed by an Include line 12 years ago
Kim Alvefur 92ed3576fc util.pposix: Fix error reporting from really old Linux fallocate() that did not use errno for some reason (thanks pro) 12 years ago
Kim Alvefur 15b883a2f5 util.pposix: Fix error reporting from posix_fallocate, it doesn't use errno (thanks pro) 12 years ago
Kim Alvefur ef460cbd97 util.dataforms: Add support for XEP-0221: Data Forms Media Element 12 years ago
Kim Alvefur 70b5195b4f tools/jabberd14sql2prosody: Fix package.path (thanks daurnimator) 12 years ago
Kim Alvefur 1f74845db7 prosody: Check dependencies later in the startup sequence 12 years ago
Waqas Hussain 32b9b7ff47 util.dependencies: Check for Lua 5.1. We don't currently support any other versions. LuaJIT identifies as 5.1. 12 years ago
Matthew Wild b18ab54899 mod_admin_telnet: muc:*: Fix nil index error when a room JID is passed with a non-existent host 12 years ago
Matthew Wild ae885de6a2 util.xmppstream: Also disable CharacterData merging after stream restarts 12 years ago
Matthew Wild 507456f883 util.xmppstream: Disable LuaExpat's buffering (if possible) 12 years ago
Matthew Wild 9abb4eb9dc Tagging 0.9.4 12 years ago
Matthew Wild bf6183e2bb Merge 12 years ago
Waqas Hussain f701f760d1 MUC: Fixed traceback when a JID not in a room requested a role change for an occupant. 12 years ago
Matthew Wild c6ca0a459d Merge 12 years ago
Kim Alvefur cf7efc33b2 net.server_{select,event}: Add compat code for supporting the same client port API on connections 12 years ago
Kim Alvefur a1784f1aa0 Backed out changeset a5b5bce71a11 12 years ago
Matthew Wild 7f2a6a29b6 Makefile: Change sed regex to be compatible with FreeBSD's odd sed, and change / to | to allow paths to be used in RUNWITH (thanks Ben) 12 years ago
Matthew Wild 36a19e92a7 util.dependencies: Log error when LuaExpat is not capable of enforcing stanza size limits 12 years ago
Matthew Wild 16a37370eb util.xmppstream: Implement stanza size limiting, default limit 10MB 12 years ago
Matthew Wild 5273af7c22 portmanager: Make maximum read size configurable, and default to 4KB 12 years ago
Kim Alvefur d495e6ca50 net.server_event: Rename conn:port() -> conn:clientport() to match server_select 12 years ago
Kim Alvefur e4ea0b094a prosodyctl: Show real error if certificate config file can't be opened 12 years ago
Kim Alvefur 461da4b3b6 modulemanager: Load mod_saslauth on components by default 12 years ago
Kim Alvefur 8e115ce876 mod_saslauth: Only do c2s SASL on normal VirtualHosts 12 years ago
Kim Alvefur f666a0d934 mod_http_files: Strip path separator from end of paths, was broken on Windows (thanks Junne) 12 years ago
Kim Alvefur ebf052523a util.pluginloader: Always use path separator from package.config (thanks Junne) 12 years ago
Kim Alvefur 4ee0ced8eb mod_http: Fix http_external_url setting without an explicit port 12 years ago
Kim Alvefur c9cc08e80d mod_http: Use hostname from the correct context (thanks gryffus) 12 years ago
Waqas Hussain 9b804fffc8 tools/ejabberd2prosody: Don't throw an error if XML CDATA is null ([] in Erlang, instead of a string or being missing). 12 years ago
Kim Alvefur 33e2b639ba mod_compression: Only allow compression on authenticated streams 12 years ago
Waqas Hussain 23a72948e9 mod_auth_anonymous: Fixed a traceback in listing all users (issue#396). 12 years ago
Kim Alvefur bc6f1c6085 mod_admin_telnet: Prep jids for user:create() etc. 12 years ago
Kim Alvefur 5e2d0c3ba7 mod_s2s: Log a warning if no local addresses are found, as this breaks s2sout 12 years ago
Kim Alvefur f41583535f mod_motd: Strip indentation only, leave multiple newlines 12 years ago
Kim Alvefur 6712a42066 tools/ejabberd2prosody: Handle new room member format. 12 years ago
Waqas Hussain 611b2eb4ed tools/ejabberd2prosody: Disable generating a config, as the format it generates is completely out of date. 12 years ago