Commit graph

9965 commits

Author SHA1 Message Date
Kim Alvefur
43bb3d5756 util.hashes: Add test vectors from RFC 6070 for PBKDF2 (aka SCRAM Hi())
Number 4 is disabled by default beacuse of how long time it takes
2019-04-19 14:12:28 +02:00
Kim Alvefur
70bbc77e68 Merge 0.11->trunk 2019-04-19 13:21:00 +02:00
Kim Alvefur
53f4351d9a util.hmac: Ignore long hex lines in tests 2019-04-19 13:17:49 +02:00
Kim Alvefur
7ef028d8d4 util.hashes: Use HMAC function provided by OpenSSL (fixes #1345) 2019-04-19 13:12:00 +02:00
Kim Alvefur
86b34563eb util.ip: Add missing netmask for 192.168/16 range (fixes #1343) 2019-04-14 02:06:20 +02:00
Kim Alvefur
94880142e9 net.dns: Close resolv.conf handle when done (fixes #1342) 2019-04-13 18:16:28 +02:00
Kim Alvefur
d008744344 util.hmac: Generate test cases from RFC 4231 2019-04-11 00:41:48 +02:00
Kim Alvefur
df0fbd0514 util.hmac: Expose hmac-sha-512 too
All these are provided by util.hashes so why not?
2019-04-19 12:47:49 +02:00
Kim Alvefur
2ab687396c util.hmac: Reflow code 2019-04-19 12:46:24 +02:00
Kim Alvefur
e70c9f1828 util.hashes: Remove redundant semicolon 2019-04-19 12:41:38 +02:00
Kim Alvefur
0bcc500e3f Merge 0.11->trunk 2019-04-14 02:11:52 +02:00
Kim Alvefur
b8f3a149da util.poll: Minimize scope of methods
File scope is enough
2019-04-13 23:55:34 +02:00
Kim Alvefur
0b0621b660 Merge 0.11->trunk 2019-04-13 18:23:02 +02:00
Kim Alvefur
92bb509c8a mod_http_files: Try to determine which module using serve() needs updating 2019-04-05 18:18:23 +02:00
Kim Alvefur
cb2eedde50 mod_http_files: Use net.http.files 2019-04-05 17:12:19 +02:00
Kim Alvefur
3ea6ca7195 net.http.files: Make into standalone library 2019-04-05 17:09:03 +02:00
Kim Alvefur
6f6ac91056 net.http.files: Copy of mod_http_files
The intent is to make it easier to reuse and simplify mod_http_files.
Currently modules will use the serve() function exported by
mod_http_files in order to serve their own files. This makes it unclear
whether mod_http_files should be doing anything on its own. Moving the
logic into a separate module should help here, as well as make re-use
outside of prosody easier.
2019-04-05 16:10:51 +02:00
Kim Alvefur
392eac3c62 util.session: Fix session id not include unauthed forever 2019-04-03 17:20:57 +02:00
Kim Alvefur
049663349e CONTRIBUTING: Add a short file referencing the online doc/contributing page 2019-04-03 01:09:21 +02:00
Kim Alvefur
085e172897 README: Add link to current issue tracker 2019-04-03 01:03:23 +02:00
Kim Alvefur
10705cd053 README: Remove mailing list where issue tracker changes went in the Google Code days 2019-04-03 01:02:36 +02:00
Kim Alvefur
e632119ffa mod_limits: Fix typo 2019-04-02 21:22:20 +02:00
Kim Alvefur
1b534392de mod_limits: Allow configuring a list of unrestricted JIDs (fixes #1323) 2019-04-02 20:38:51 +02:00
Kim Alvefur
a6571e3ef3 mod_limits: Fix indentation
Appears to have been messed up in 60e113f3682f
2019-04-02 21:17:28 +02:00
Kim Alvefur
ce1056dc43 .luacheckrc: Correct indentation of 'exclude_files' list 2019-04-01 21:15:47 +02:00
marc0s
643032e8b3 doc/coding_style: apply consistent semi-colon usage
Make all "good" statements in the coding style document use consistent
statement-separator semi-colon
2019-03-30 18:44:34 +01:00
Kim Alvefur
e7fce52802 core.s2smanager: Fix previous commit (Thanks Martin) 2019-03-30 09:04:33 +01:00
Kim Alvefur
ae1009d110 core.sessionmanager: Use util.session to create sessions 2019-03-29 23:05:08 +01:00
Kim Alvefur
1ec8b45104 core.s2smanager: Use util.session to create sessions 2019-03-29 22:40:53 +01:00
Kim Alvefur
281c3a42c8 core.s2smanager: Spread out session tables over multiple lines
Improves readability
2019-03-29 22:37:12 +01:00
Kim Alvefur
cb800a7c5d core.s2smanager: Rename variable to be same in two functions 2019-03-29 22:45:54 +01:00
Kim Alvefur
e1d1f3d4f7 Merge 0.11->trunk 2019-03-28 17:28:20 +01:00
Kim Alvefur
c422e8f134 net.server_epoll: Skip delayed continuation read on paused connections
This should prevent #1333 in cases where LuaSockets buffer is "dirty",
i.e. contains more data after a read, where it gets resumed with a
short delay.
2019-03-28 12:52:55 +01:00
Kim Alvefur
e34e8e845d net.server_epoll: Handle LuaSec wantread/wantwrite conditions before callbacks (fixes #1333)
This prevents the :set(true) call from resuming a connection that was
paused in the onincoming callback.
2019-03-28 12:31:14 +01:00
Matthew Wild
36ad587977 moduleapi: Log suppressed status priority and message when not overriding 2019-03-26 17:22:56 +00:00
Matthew Wild
3616d69edb moduleapi: Remove overly-verbose debug logging on module status change 2019-03-26 17:22:25 +00:00
Matthew Wild
28322869e8 mod_posix: Remove unnecessary import of util.format (thanks luacheck and buildbot) 2019-03-26 14:59:42 +00:00
Matthew Wild
2ab785fd9f loggingmanager, mod_posix: Move syslog to core, fixes #541 (in a way) 2019-03-26 14:48:21 +00:00
Matthew Wild
e5d74b77ae util.queue: Update :items() to consistently use private data directly
It will perform better this way, and we were accessing private variables already within the iterator.

Replaces 3eea63a68e0f
2019-03-26 13:54:14 +00:00
Matthew Wild
de72422137 Backed out changeset 3eea63a68e0f
Commit included intended changes to loggingmanager
2019-03-26 13:51:06 +00:00
Matthew Wild
e1b559853f util.stanza: Fix :top_tag() handling of namespaced attributes 2019-03-25 14:37:43 +00:00
Kim Alvefur
096ebc3bcf mod_csi_simple: Include queue size in debug messages 2019-03-25 15:20:28 +01:00
Matthew Wild
5074566d79 mod_csi_simple: Fix type in function name 2019-03-25 10:32:39 +00:00
Kim Alvefur
ba9e505924 mod_csi_simple: Improve debug logs by mentioing why the buffer gets flushed 2019-03-24 22:01:36 +01:00
Kim Alvefur
684a26f5be mod_csi_simple: Add some debug logging 2019-03-24 20:53:49 +01:00
Kim Alvefur
e887ed5cad mod_csi_simple: Disable optimizations on unload and re-enable on load 2019-03-24 20:43:15 +01:00
Kim Alvefur
1e77bb6ed2 mod_csi_simple: Separate out functions to enable/disable optimizations
This allows reusing this logic outside the events. Letting the functions
be module globals makes it easier to access from eg the telnet console.
2019-03-24 20:41:25 +01:00
Kim Alvefur
6c89a86e0d mod_csi_simple: Remove old "pump" queue/buffer method, handled in net.server now 2019-03-24 20:22:01 +01:00
Kim Alvefur
e8f72c6d4f net.server_select: Fix write pause/resume functions
Nothing would happen if the write buffer was empty.

Also simplified the code because it took too long to understand what
`if _sendlistlen ~= tmp then` did.
2019-03-24 20:12:22 +01:00
Kim Alvefur
20eaa5d17b net.server_event: Allow writing into buffer of write-locked connections
Check for 'nointerface' flag instead, whatever that means.
2019-03-24 19:07:39 +01:00