| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 0.10->trunk | Kim Alvefur | 2014-09-02 | 7 | -44/+63 |
|\ |
|
| * | Merge 0.9->0.10 | Kim Alvefur | 2014-09-02 | 5 | -6/+22 |
| |\ |
|
| | * | net.http, net.http.server, mod_c2s, mod_s2s, mod_component, mod_admin_telnet,... | Matthew Wild | 2014-08-29 | 5 | -1/+18 |
| | * | mod_s2s: Close offending s2s streams missing an 'id' attribute with a stream ... | Kim Alvefur | 2014-09-02 | 1 | -2/+5 |
| * | | mod_dialback: Move d-w-d after to/from validation | Kim Alvefur | 2014-09-01 | 1 | -9/+9 |
| * | | mod_s2s_auth_certs: Warn about lack of certificate (Mostly jabberd14 not send... | Kim Alvefur | 2014-08-29 | 1 | -29/+32 |
* | | | mod_muc: Fix 'destroy rooms' adhoc command (Thanks Florob) | Kim Alvefur | 2014-08-31 | 1 | -1/+1 |
* | | | Merge 0.10->trunk | Matthew Wild | 2014-08-28 | 4 | -3/+12 |
|\| | |
|
| * | | Merge 0.9->0.10 | Matthew Wild | 2014-08-28 | 4 | -3/+12 |
| |\| |
|
| | * | mod_privacy: Fix to correctly sort privacy list rules by order (thanks Flow) | Matthew Wild | 2014-08-28 | 1 | -1/+1 |
| | * | mod_c2s, mod_s2s: Log received invalid stream headers | Matthew Wild | 2014-08-23 | 2 | -1/+2 |
| | * | mod_s2s: Reset stream ID when resetting stream [compliance] | Kim Alvefur | 2014-08-27 | 1 | -0/+1 |
| | * | mod_s2s: Mark stream as opened earlier for outgoing connections, fixes double... | Kim Alvefur | 2014-08-26 | 1 | -1/+2 |
| | * | mod_compression: Handle compression setup errors by logging a warning about i... | Kim Alvefur | 2014-08-26 | 1 | -0/+6 |
| | * | mod_posix: Make sure that 'pidfile' is a string | Kim Alvefur | 2014-08-26 | 1 | -1/+1 |
* | | | Merge 0.10->trunk | Kim Alvefur | 2014-08-13 | 1 | -6/+6 |
|\| | |
|
| * | | mod_private: Fix traceback due to missing table index | Kim Alvefur | 2014-08-13 | 1 | -1/+1 |
| * | | mod_blocklist: Use full word as variable name, we can afford that | Kim Alvefur | 2014-08-12 | 1 | -4/+4 |
| * | | mod_blocklist: Correct comment | Kim Alvefur | 2014-08-12 | 1 | -1/+1 |
| * | | mod_blocklist: Fix any unblock emptying the blocklist | Kim Alvefur | 2014-08-12 | 1 | -1/+1 |
* | | | mod_storage_sql2: DELETE then INSERT in map stores | Kim Alvefur | 2014-08-12 | 1 | -13/+8 |
* | | | mod_muc: Fix tracebacks (thanks nick1) | Kim Alvefur | 2014-08-11 | 1 | -5/+5 |
* | | | Merge 0.10->trunk | Kim Alvefur | 2014-08-10 | 2 | -438/+276 |
|\| | |
|
| * | | mod_privacy: Remove, leave a log message about being replaced by mod_blocklis... | Kim Alvefur | 2014-08-10 | 1 | -438/+3 |
| * | | mod_blocklist: XEP-0191 implementation written for speed and independence fro... | Kim Alvefur | 2014-08-10 | 1 | -0/+273 |
* | | | mod_private: Use map store | Kim Alvefur | 2014-08-09 | 1 | -12/+9 |
* | | | Merge 0.10->trunk | Kim Alvefur | 2014-08-09 | 1 | -30/+26 |
|\| | |
|
| * | | mod_private: Cleanup and more tailcalls | Kim Alvefur | 2014-08-09 | 1 | -30/+26 |
| * | | mod_s2s: Remove unused locals | Kim Alvefur | 2014-07-25 | 1 | -2/+0 |
* | | | plugins/mod_storage_sql2: Return correct arguments from map_store operations | daurnimator | 2014-08-07 | 1 | -2/+6 |
* | | | plugins/muc/mod_muc: persistent rooms keyval store needs username as nil | daurnimator | 2014-08-07 | 1 | -4/+4 |
* | | | plugins/muc/mod_muc: Use map store for room persistence | daurnimator | 2014-08-07 | 1 | -59/+72 |
* | | | plugins/muc/mod_muc: Remove unused import | daurnimator | 2014-08-07 | 1 | -1/+0 |
* | | | plugins/mod_storage_sql2: Add map store support | daurnimator | 2014-08-07 | 1 | -0/+35 |
* | | | mod_muc: Import util.stanza into the config handler modules that need it. Fix... | Matthew Wild | 2014-08-05 | 3 | -0/+6 |
* | | | mod_muc: Fix use of undefined global. Fixes #431. | Matthew Wild | 2014-08-05 | 1 | -1/+2 |
* | | | Merge 0.10->trunk | Kim Alvefur | 2014-07-25 | 2 | -35/+46 |
|\ \ \ |
|
| * | | | mod_s2s: Remove unused locals | Kim Alvefur | 2014-07-25 | 1 | -2/+0 |
| |/ / |
|
| * | | mod_s2s_auth_certs: Pick a logging function once and stick with it | Kim Alvefur | 2014-07-25 | 1 | -4/+5 |
| * | | mod_s2s_auth_certs: Split PKIX based certificate checking from mod_s2s into n... | Kim Alvefur | 2014-07-25 | 2 | -33/+45 |
* | | | mod_muc/muc.lib: Remove is_anonymous from event (fix for ec57067c1e0d) | Matthew Wild | 2014-07-25 | 1 | -2/+2 |
* | | | mod_muc/muc.lib: Pass all info to muc-broadcast-presence handlers that would ... | Matthew Wild | 2014-07-25 | 1 | -1/+5 |
* | | | Merge 0.10->trunk | Matthew Wild | 2014-07-25 | 1 | -2/+2 |
|\| | |
|
| * | | Merge 0.9->0.10 | Matthew Wild | 2014-07-25 | 1 | -2/+2 |
| |\| |
|
| | * | mod_admin_telnet: Fix dns:(add,set)nameservers() | Kim Alvefur | 2014-07-25 | 1 | -2/+2 |
| | * | mod_register: get_child_text! (thanks Lloyd) | Kim Alvefur | 2014-07-03 | 1 | -2/+2 |
| | * | mod_c2s: Fix traceback if c2s stream sent to component | Kim Alvefur | 2014-05-10 | 1 | -1/+1 |
* | | | Merge 0.10->trunk | Kim Alvefur | 2014-07-09 | 1 | -1/+1 |
|\| | |
|
| * | | mod_dialback: Respect dwd config option | Kim Alvefur | 2014-07-09 | 1 | -1/+1 |
* | | | mod_pep_plus: Only broadcast newly added subscriptions | Kim Alvefur | 2014-07-08 | 1 | -9/+26 |