Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 0.10->trunk | Kim Alvefur | 2014-09-18 | 10 | -29/+57 |
|\ | |||||
| * | util.array: Add type() local | Kim Alvefur | 2014-09-17 | 1 | -0/+1 |
| * | prosody: Fix getfenv replacement for Lua 5.2 | Kim Alvefur | 2014-09-17 | 1 | -1/+6 |
| * | core.modulemanager, core.moduleapi: Hack around dependency loop | Kim Alvefur | 2014-09-17 | 2 | -3/+6 |
| * | core.moduleapi: Use require instead of global to get storagemanager in module... | Kim Alvefur | 2014-09-17 | 1 | -1/+2 |
| * | util-src/*.c: Add macro for compiling with Lua 5.2 | Kim Alvefur | 2014-09-17 | 6 | -0/+24 |
| * | util-src/*.c: Use the more concise lua_setfield | Kim Alvefur | 2014-09-17 | 4 | -13/+7 |
| * | util-src/*.c: Don't create globals when loaded | Kim Alvefur | 2014-09-16 | 6 | -11/+11 |
* | | plugins/muc/muc.lib: Allow plugins to reject broadcasts in the muc-broadcast-... | daurnimator | 2014-09-16 | 1 | -1/+4 |
* | | plugins/mod_muc_unique: Fix undefined global access (thanks Lance) | Waqas Hussain | 2014-09-16 | 1 | -1/+2 |
* | | Merge 0.10->trunk | Kim Alvefur | 2014-09-11 | 31 | -1223/+3545 |
|\ \ | |/ |/| | |||||
| * | util.vcard: Turn PHOTO fields into data-uris | Kim Alvefur | 2014-09-10 | 1 | -1/+5 |
| * | Merge 0.10->trunk | Matthew Wild | 2014-09-05 | 3 | -49/+354 |
| |\ | |||||
| * | | plugins/muc: Add affiliation_notify config option to send out status code 101 | daurnimator | 2014-09-05 | 2 | -0/+68 |
| * | | plugins/muc/muc.lib: Add muc-set-affiliation event | daurnimator | 2014-09-05 | 1 | -0/+11 |
| * | | plugins/muc/muc.lib: Use get_affilation() inside of set_affiliation(), so tha... | daurnimator | 2014-09-05 | 1 | -3/+2 |
| * | | plugins/muc/muc.lib: Add instant room support | daurnimator | 2014-09-05 | 1 | -4/+9 |
| * | | Merge 0.10->trunk | Matthew Wild | 2014-09-05 | 2 | -0/+460 |
| |\ \ | |||||
| * \ \ | Merge 0.10->trunk | Matthew Wild | 2014-09-03 | 1 | -1/+5 |
| |\ \ \ | |||||
| * \ \ \ | Merge 0.10->trunk | Kim Alvefur | 2014-09-03 | 1 | -2/+2 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge 0.10->trunk | Kim Alvefur | 2014-09-02 | 14 | -78/+159 |
| |\ \ \ \ \ | |||||
| * | | | | | | 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 | 0 | -0/+0 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge 0.10->trunk | Matthew Wild | 2014-08-28 | 10 | -21/+37 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge 0.10->trunk | Kim Alvefur | 2014-08-13 | 1 | -6/+6 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | 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 | 3 | -439/+277 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | mod_private: Use map store | Kim Alvefur | 2014-08-09 | 1 | -12/+9 |
| * | | | | | | | | | | Merge 0.10->trunk | Kim Alvefur | 2014-08-09 | 2 | -55/+39 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | storagemanager: Fix map store shim if store is empty | Kim Alvefur | 2014-08-08 | 1 | -1/+1 |
| * | | | | | | | | | | | 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 |
| * | | | | | | | | | | | core/storagemanager: When map store isn't available, fallback to keyval store | daurnimator | 2014-08-07 | 1 | -0/+33 |
| * | | | | | | | | | | | 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 | Matthew Wild | 2014-07-31 | 2 | -4/+7 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge 0.10->trunk | Kim Alvefur | 2014-07-25 | 3 | -36/+47 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | mod_s2s: Remove unused locals | Kim Alvefur | 2014-07-25 | 1 | -2/+0 |
| * | | | | | | | | | | | | | 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 | 2 | -0/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge 0.10->trunk | Matthew Wild | 2014-07-25 | 2 | -11/+8 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | util.vcard: Add support for uri types in vcard4 | Kim Alvefur | 2014-07-09 | 1 | -0/+2 |
| * | | | | | | | | | | | | | | | Merge 0.10->trunk | Kim Alvefur | 2014-07-09 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | mod_pep_plus: Only broadcast newly added subscriptions | Kim Alvefur | 2014-07-08 | 1 | -9/+26 |
| * | | | | | | | | | | | | | | | | Merge 0.10->trunk | Kim Alvefur | 2014-07-04 | 12 | -133/+170 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |