Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | plugins/muc: Add muc-occupant-groupchat event | daurnimator | 2014-09-25 | 2 | -25/+36 |
| | | | | | | | | - Plugins can cancel messages before they are broadcast; and while they still have real from jid - Use it for subject changes - Allows for custom roles (via role_rank) - Roles are now checked before subject - Removed muc-subject-change event | ||||
* | Merge 0.10->trunk | Kim Alvefur | 2014-09-23 | 3 | -70/+43 |
|\ | |||||
| * | mod_saslauth: Fix encoding of missing vs empty SASL reply messages | Kim Alvefur | 2014-09-23 | 1 | -7/+7 |
| | | |||||
| * | mod_s2s: Close s2s connections that can not proceed due to mod_dialback not ↵ | Kim Alvefur | 2014-09-23 | 1 | -0/+4 |
| | | | | | | | | being present | ||||
| * | mod_saslauth: Stricter SASL EXTERNAL handling more in line with XEP-0178 | Kim Alvefur | 2014-09-23 | 1 | -51/+30 |
| | | |||||
| * | mod_dialback, mod_saslauth: Remove broken fallback to dialback on SASL ↵ | Kim Alvefur | 2014-09-23 | 2 | -12/+2 |
| | | | | | | | | EXTERNAL failure | ||||
* | | Merge 0.10->trunk | Kim Alvefur | 2014-09-23 | 3 | -6/+8 |
|\| | |||||
| * | core.module{manager,api}: Fix for 010b141e91ed (Thanks v1ct0r) | Kim Alvefur | 2014-09-23 | 2 | -2/+4 |
| | | |||||
| * | util.random: Ensure at least 4 bytes of previous random state is used when ↵ | Kim Alvefur | 2014-09-18 | 1 | -2/+2 |
| | | | | | | | | generating new randomness | ||||
| * | util.random: Switch to SHA512 | Kim Alvefur | 2014-09-18 | 1 | -2/+2 |
| | | |||||
* | | plugins/muc/muc.lib: Fix iq results coming from the real jid, not the ↵ | daurnimator | 2014-09-16 | 1 | -1/+1 |
| | | | | | | | | in-room jid (thanks Lance) | ||||
* | | 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 ↵ | Kim Alvefur | 2014-09-17 | 1 | -1/+2 |
| | | | | | | | | module:open_store() | ||||
| * | 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 ↵ | daurnimator | 2014-09-16 | 1 | -1/+4 |
| | | | | | | | | muc-broadcast-message event. | ||||
* | | 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 ↵ | daurnimator | 2014-09-05 | 1 | -3/+2 |
| | | | | | | | | | | | | that the override in mod_muc works | ||||
| * | | 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. ↵ | Matthew Wild | 2014-08-05 | 3 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #432. | ||||
| * | | | | | | | | | | | mod_muc: Fix use of undefined global. Fixes #431. | Matthew Wild | 2014-08-05 | 1 | -1/+2 |
| | | | | | | | | | | | |