Commit Graph

2052 Commits (51549fe050a1aec00284d1e2599c93010bc763c2)

Author SHA1 Message Date
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
Florian Zeitz 1d833bb807 Remove all trailing whitespace 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
Kim Alvefur a316833b30 mod_admin_telnet, mod_s2s: Fix reporting of certificate chain validation details 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 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
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
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
Matthew Wild 7fa95071ed Remove plugins/storage/sqlbasic.lib.lua, which seems obsolete 13 years ago
Matthew Wild 26511c10d4 mod_storage_sql2: Remove from 0.9 13 years ago
Kim Alvefur 298aef6be7 mod_storage_sql2: Support XML serialization for stanzas. 13 years ago
Kim Alvefur 1e1834a4ec mod_storage_sql2: Keep available store types in a table 13 years ago
Kim Alvefur 06561ae513 mod_storage_sql2: Fix iteration over users and stores 13 years ago
Kim Alvefur 01de781b7b mod_storage_sql2: Make sure the user field is not NULL 13 years ago
Matthew Wild 98ce253063 mod_component: Local imports for some functions, including xpcall 13 years ago
Matthew Wild b4da24a9cb mod_bosh: pcall() core_process_stanza per stanza, to bring in line with other listeners. This ensures that stanzas following a traceback-causing stanza in a request will still be processed (as would happen on normal c2s). 13 years ago
Matthew Wild 28d174b045 mod_bosh: Only pass stanza to core_process_stanza if it wasn't dropped by filters 13 years ago
Matthew Wild fb9838c64b mod_component: xpcall() stanza processing, as per other listeners, preventing potentially harmful 'top-level errors' 13 years ago
Florian Zeitz 94bc9e826d mod_admin_adhoc: Fix node of the "Get List of Online Users" command 13 years ago
Kim Alvefur fdacf5cb34 mod_http_files: Put the MIME type map in a global shared table instead of per-host 13 years ago
Kim Alvefur 74d66c5aef mod_s2s: Add missing global hook for read-timeout 13 years ago
Kim Alvefur 12877796b2 mod_storage_sql2: Use correct variable (Thanks SkyBlue and Florob) 13 years ago
Kim Alvefur d2d4d4d35f mod_admin_telnet: Refactor s2s:show() 13 years ago
Kim Alvefur 908b47d907 mod_admin_telnet: Generate session names the same way as in s2smanager 13 years ago
Kim Alvefur 5b49a37360 mod_admin_telnet: Refactor s2s:close and s2s:closeall 13 years ago
Kim Alvefur e9956722e5 mod_register: Fix indentation 13 years ago
Kim Alvefur 3122b6ee6e mod_admin_telnet: Refactor s2s:showcert() 13 years ago
Matthew Wild 34fd62b3ff mod_s2s/s2sout.lib: Remove unused variables and imports 13 years ago
Matthew Wild 5a6094750b mod_s2s/s2sout.lib: Remove reference to undefined global 13 years ago
Matthew Wild f538d14ed4 mod_s2s/s2sout.lib: Use new util.net.local_addresses() to fetch local interface addresses 13 years ago
Matthew Wild 28e1592c0c mod_s2s/s2sout.lib: Only attempt to create an IPv6 socket if LuaSocket supports IPv6 13 years ago
Kim Alvefur 7c51e9ec71 mod_tls: Remove debug statement 13 years ago
Florian Zeitz 7507b21e6a mod_pep: When a client supplies no id on a published item, reflect our generated id back to it 13 years ago