Commit Graph

5786 Commits (51549fe050a1aec00284d1e2599c93010bc763c2)
 

Author SHA1 Message Date
Matthew Wild 51549fe050 util.debug: Fixes to make coroutine tracebacks work properly 13 years ago
Kim Alvefur a10c051fb2 mod_auth_internal_hashed: Log calls to provider methods and be consistent with mod_auth_internal_plain 13 years ago
Kim Alvefur 31c364ad7f mod_auth_internal_hashed: Use logger setup by moduleapi instead of going for util.logger directly 13 years ago
Kim Alvefur 6ee727dd25 mod_auth_internal_hashed: Remove this 'initializing' message too 13 years ago
Kim Alvefur 69adf36132 mod_auth_internal_plain: Remove "initializing" log message, hostmanager logs this too 13 years ago
Kim Alvefur 692e6d1221 mod_auth_internal_plain: Log a debug message when changing password to be consistent with the other methods 13 years ago
Kim Alvefur 5dc7169a08 mod_auth_internal_plain: Remove redundant hostname from log messages 13 years ago
Kim Alvefur 8717f83b21 mod_dialback: Change level of some log statements to be more appropriate 13 years ago
Kim Alvefur e350fb8478 util.pposix: Fix overflow in rlimit argument conversion (thanks gcc, now be quiet please) 13 years ago
Florian Zeitz 1d833bb807 Remove all trailing whitespace 13 years ago
Kim Alvefur 96ec63e3c3 Merge 0.9->trunk 13 years ago
Kim Alvefur a6f6a0568f util.hashes: Silence compiler warning about pointer signedness 13 years ago
Matthew Wild 5383602429 mod_c2s: Add session:sleep() and session:wake() to pause a session (e.g. while waiting for an external event). Needs a gallon or two of testing. 13 years ago
Matthew Wild 96466999c1 mod_disco: Check for host type == 'local' ('normal' never existed) 13 years ago
Matthew Wild c8e0c8a63b moduleapi: module:get_host_type() now returns 'global' for * and 'local' for non-components 13 years ago
Kim Alvefur 132f38d70a Merge 0.9->trunk 13 years ago
Kim Alvefur a316833b30 mod_admin_telnet, mod_s2s: Fix reporting of certificate chain validation details 13 years ago
Kim Alvefur 22ad7256ba util.hashes: Correct argument order 13 years ago
Kim Alvefur bb9aa809b1 mod_s2s: Improve policy check 13 years ago
Kim Alvefur 47ec51ca07 mod_s2s: Log certificate identity validation result 13 years ago
Kim Alvefur 6b7b6e0e7b mod_storage_sql2: Do an early return and drop an indentation level 13 years ago
Kim Alvefur 0c6c0e9c29 mod_c2s, mod_s2s: Log a message that stream encryption has been enabled with some details 13 years ago
Kim Alvefur 7204bd3a23 mod_register: Use more specific get_option variants 13 years ago
Florian Zeitz df20900907 mod_adhoc: Add local_user permission 13 years ago
Florian Zeitz c24241a389 mod_adhoc: Use mod_disco for disco handling 13 years ago
Florian Zeitz 81410b7371 mod_adhoc: Sort commands by node. This guarantees the order remains the same across restarts etc. 13 years ago
Kim Alvefur 0f421f9b7c Merge 0.9->trunk 13 years ago
Kim Alvefur 14d72bec0f adhoc.lib: Don't build error reply from reply stanza 13 years ago
Kim Alvefur aa15ed7020 mod_c2s: Change default of tcp_keepalives to true, and make it individually configurable through c2s_tcp_keepalives 13 years ago
Kim Alvefur 935cf8ba76 Merge 0.9->trunk 13 years ago
Kim Alvefur 4b01c2691b net.server_event: Pass ondrain handler from listener 13 years ago
Kim Alvefur 74b83382ab net.http.server: Fix Keep-Alive requests with HTTP 1.0 13 years ago
Matthew Wild e5f6bd8c4c Merge 0.9->trunk 13 years ago
Matthew Wild 6575f3a4e9 util.net: Fix compilation on Windows (outputs an empty list of addresses for now) (tested only in my head) 13 years ago
Matthew Wild a4810c029e Merge 0.9->trunk 13 years ago
Matthew Wild 8dd5866eda util.net: Include missing header needed for successful compiltion on FreeBSD 13 years ago
Matthew Wild 3df683edb7 util.events: Remove varargs, event handlers can now only accept a single parameter 13 years ago
Matthew Wild cab180216b mod_bosh, mod_c2s: No longer fire stream-features globally (nobody uses it, and shared modules make it easy for global modules to hook per-host now) 13 years ago
Matthew Wild 71ab938d53 rostermanager, mod_groups: Change roster-load event to pass an event table for consistency 13 years ago
Matthew Wild 7a8fd288b5 Merge 0.9->trunk 13 years ago
Matthew Wild 2840e0726a certmanager: Set our own default cipher string, which includes only ciphers regarded as 'HIGH' strength (by OpenSSL). In particular this disables RC4. 13 years ago
Kim Alvefur f7acbbc783 util.sql: Do lazy fetching of affected/rowcount 13 years ago
Kim Alvefur 051779d694 Backed out changeset 3c57c2281087 13 years ago
Kim Alvefur c41f00e53f util.sql: Don't fetch row count of result sets for queries that don't have result sets 13 years ago
Kim Alvefur 3d9b1be698 mod_storage_sql2: Add archive store with append and find methods 13 years ago
Kim Alvefur 8a80110435 mod_storage_sql2: Create an additional table `prosodyarchive` for chronological collections 13 years ago
Kim Alvefur 06e7d7b489 util.sql: Set charset and collation for MySQL when creating tables 13 years ago
Matthew Wild 7fa95071ed Remove plugins/storage/sqlbasic.lib.lua, which seems obsolete 13 years ago
Matthew Wild cda9b9c8f8 Merge 0.9->trunk 13 years ago
Matthew Wild 26511c10d4 mod_storage_sql2: Remove from 0.9 13 years ago