Commit graph

5345 commits

Author SHA1 Message Date
Kim Alvefur
cd8da4a60d net.dns: Make sure argument to math.randomseed does not overflow a 32 bit unsigned int. Closes #320 2013-03-05 10:04:31 +01:00
Kim Alvefur
bc1d598375 net.server_event: Remove unused local 2013-03-01 14:15:38 +01:00
Kim Alvefur
c1ca70e310 net.server_select: Optimization, clean bufferqueue when it makes sense. 2013-03-01 11:41:26 +01:00
Kim Alvefur
35a4031ce4 net.server_select: Use # operator instead of string.len 2013-03-01 11:11:05 +01:00
Waqas Hussain
7ef80d7a4c mod_proxy65: Only handle service discovery requests when no node is present in the request. 2013-02-26 23:57:44 +05:00
Waqas Hussain
8fe41d1d85 MUC: Always return <service-unavailable/> when a node is present in service discovery requests. 2013-02-26 23:56:44 +05:00
Waqas Hussain
f593ba0c19 MUC: Fix affiliation check for admins, and bring it in line with the spec (thanks Maranda). 2013-02-26 20:31:41 +05:00
Waqas Hussain
db6081d6e0 net.http.server: Ensure HTTP callbacks are never called recursively for pipelined requests. 2013-02-26 19:41:52 +05:00
Kim Alvefur
8e233c797e mod_http: Expand $host in http_paths 2013-02-18 13:12:14 +01:00
Kim Alvefur
4e9061b326 net.server_select: Limit global number of sockets passed to select. 2013-02-12 03:24:41 +01:00
Kim Alvefur
380d2bd865 net.server_select: Be less aggressive about server pause 2013-02-12 03:24:30 +01:00
Florian Zeitz
bbb26de0d5 mod_admin_adhoc: Fix 'Shut down service' command 2013-02-07 22:11:35 +01:00
Florian Zeitz
6c313762fa mod_admin_adhoc: Implement global module unloading 2013-02-07 21:14:01 +01:00
Florian Zeitz
0aef88245b mod_admin_adhoc: Implement global module reloading 2013-02-07 00:40:00 +01:00
Florian Zeitz
ca3c3c6669 mod_admin_adhoc: Fix info message for module reload/unload 2013-02-06 00:53:49 +01:00
Florian Zeitz
a08a3edf11 mod_admin_adhoc: Implement global module loading 2013-02-06 00:51:25 +01:00
Florian Zeitz
2d26dbed78 mod_admin_adhoc: Remove a TODO, our pretty_print turns out not to be helpful after all 2013-02-05 00:43:14 +01:00
Waqas Hussain
42c8d5bd24 net.http.parser: Ensure full URL in status line contains a path. 2013-02-08 00:27:59 +05:00
Waqas Hussain
4337cb5267 net.http.parser: Fix traceback on invalid URL in status line. 2013-02-08 00:18:40 +05:00
Kim Alvefur
5cfdac70c6 mod_pubsub, util.pubsub: Add delete action 2013-01-31 18:41:01 +01:00
Kim Alvefur
9f39499470 portmanager: Make sure foo_ports is a table 2013-01-31 15:48:55 +01:00
Kim Alvefur
8a6d52c931 mod_pubsub: More strict checks for node and ids 2013-01-31 15:33:41 +01:00
Kim Alvefur
9468212a73 mod_pubsub: Broadcast items correctly on new subscriptions 2013-01-28 01:06:05 +01:00
Kim Alvefur
d11b41d1dd mod_component: Look for the correct xmlns (thanks NebuK) 2013-01-27 17:11:45 +01:00
Waqas Hussain
f3f1a3c44e util.pubsub: Fix nil access error in get_subscriptions. 2013-01-26 03:54:18 +05:00
Waqas Hussain
40bfc76ff8 mod_pubsub: require usermanager. 2013-01-26 03:50:13 +05:00
Waqas Hussain
f899900fa5 mod_pubsub: Fix nil access error. 2013-01-26 03:49:45 +05:00
Florian Zeitz
4196cca0e0 mod_pubsub, util.pubsub: Don't send purge notifications in an <items/> element 2013-01-25 01:32:14 +01:00
Waqas Hussain
0767f24153 util.xmppstream: Include error stanza in error message if no error handler is available. 2013-01-26 03:39:18 +05:00
Kim Alvefur
f092adcb3c ejabberd2prosody.lua: Don't make assumptions about file name. 2013-01-25 00:36:17 +01:00
Kim Alvefur
f766f157e7 ejabberd2prosody.lua: Replace util.logger with a dummy before requiring util.serialization 2013-01-24 21:48:45 +01:00
Kim Alvefur
6132cbab48 mod_pubsub: Ignore subscription options for now, fixes traceback due to missing form 2013-01-24 16:36:48 +01:00
Kim Alvefur
255bd1e311 mod_s2s: Don't try to close sessions that were destroyed before timeout 2013-01-24 00:59:32 +01:00
Kim Alvefur
4517552d8b s2smanager: Generate session names used for logging the same way everywhere 2013-01-24 00:58:17 +01:00
Kim Alvefur
4070965899 mod_pubsub, util.pubsub: Implement the purge action 2013-01-24 00:58:03 +01:00
Kim Alvefur
6ea2c47577 mod_pubsub: Advertise autocreate_on_publish correctly. 2013-01-23 22:41:18 +01:00
Waqas Hussain
b1f22daa93 mod_auth_internal_plain, mod_auth_internal_hashed: No need to nodeprep here. 2013-01-22 08:26:08 +05:00
Waqas Hussain
c0d4c641f3 util.sasl.{plain,scram,digest-md5}: nodeprep username before passing to callbacks, so callbacks don't have to. 2013-01-22 08:21:05 +05:00
Florian Zeitz
2eddb12845 net.http.server: Properly handle persistent connections 2013-01-12 17:26:50 +01:00
Florian Zeitz
a729bf17e2 util.http: New module for HTTP helper functions 2013-01-12 16:55:39 +01:00
Kim Alvefur
1e4f3fadcd mod_component: Make listener private (thanks Ge0rG) 2013-01-17 21:57:35 +01:00
Kim Alvefur
c2d66ccab1 mod_presence: Put a timestamp on presence we store for probes 2013-01-11 19:38:29 +01:00
Kim Alvefur
79a96e236c prosodyctl, prosody: Pass the selected config file from prosodyctl to prosody 2013-01-09 22:01:52 +01:00
Kim Alvefur
c445bb3bd8 prosodyctl: Pop arg items after use. Fixes #306 2013-01-09 20:40:44 +01:00
Kim Alvefur
2f165b6ef2 MUC: Don't reply to errors (thanks iron) 2013-01-09 17:56:40 +01:00
Kim Alvefur
7855128caa prosodyctl, prosody.cfg.lua.dist, certs/Makefile: Use .crt as suffix for certificates everywhere (thanks jasperixla) 2013-01-08 21:20:00 +01:00
Kim Alvefur
2b0081486e prosodyctl: Load LFS and util.openssl when actually needed (fixes unhelpful warnings if no LuaSec installed) 2013-01-08 13:33:35 +01:00
Kim Alvefur
a6731c13d1 net.http.parser: Abort if no status line is received. 2013-01-08 13:33:01 +01:00
Kim Alvefur
8e607ca796 util.openssl: Cleanup; remove some unused variables. 2013-01-07 04:07:25 +01:00
Kim Alvefur
bea132059b net.server_select: Remove useless duplicated settimeout() call 2013-01-07 02:21:03 +01:00