Spelling: Fix various spelling mistakes (thanks timeless)
|
Kim Alvefur |
2022-03-06 |
Merge 0.11->trunk
|
Matthew Wild |
2019-12-24 |
core.rostermanager: Cache rosters of offline users for faster access (fixes #1233)
0.11
|
Kim Alvefur |
2018-12-16 |
rostermanager, mod_presence: Support for subscription preapproval (fixes #686)
|
Matthew Wild |
2019-12-19 |
core.rostermanager: Cache rosters of offline users for faster access (fixes #1233)
|
Kim Alvefur |
2018-12-16 |
rostermanager, mod_presence: Store stanza for incoming subscription requests (fixes #689) (thanks Zash, Ge0rG)
|
Matthew Wild |
2018-12-01 |
rostermanager: Use util.id to generate ids for roster pushed
|
Matthew Wild |
2018-09-13 |
core: Use prosody.hosts instead of _G.hosts for consistency
|
Kim Alvefur |
2018-03-29 |
vairious: Add annotation when an empty environment is set [luacheck]
|
Kim Alvefur |
2018-02-28 |
rostermanager: Explicitly remove old-style 'pending' table from rosters (or it stays forever due to map stores)
|
Kim Alvefur |
2017-12-29 |
rostermanager: Log warning if removal self-contact failed
|
Kim Alvefur |
2017-10-28 |
rostermanager: Use internal method for storing removal of self-contact
|
Kim Alvefur |
2017-10-28 |
rostermanager: Demote warning to debug message
|
Kim Alvefur |
2017-10-28 |
rostermanager: Capitalize log message
|
Kim Alvefur |
2017-10-28 |
rostermanager: Remove self-contact entry (fixes #933)
|
Emmanuel Gil Peyrot |
2017-09-19 |
rostermanager: Simplify logging.
|
Emmanuel Gil Peyrot |
2017-09-19 |
rostermanager: Use correct variable (missed one place while renaming variable in b98006bfd97a)
|
Kim Alvefur |
2017-05-17 |
core: Allow select core modules to mutate some globals (needs luacheck 1.19)
|
Kim Alvefur |
2017-03-04 |
Merge 0.9->0.10
|
Kim Alvefur |
2016-12-09 |
core.rostermanager: Add method for checking if the user is subscribed to a contact
|
Kim Alvefur |
2016-12-09 |
rostermanager: Remove FIXME, per XMPP Core 8.1.1.1, we do not need to set the 'to' attribute
|
Kim Alvefur |
2016-03-12 |
rostermanager: Require storagemanager at the top, fixes traceback on Lua 5.2
|
Matthew Wild |
2016-02-19 |
rostermanager: Use map stores when only one contact is changed
|
Kim Alvefur |
2016-02-09 |
rostermanager: Use storagemanager
|
Kim Alvefur |
2016-02-09 |
rostermanager: Rename variable to avoid name clash [luacheck]
|
Kim Alvefur |
2016-01-09 |
rostermanager: Add forward declarations
|
Kim Alvefur |
2015-04-07 |
core.*: Remove use of module() function
|
Kim Alvefur |
2015-02-21 |
rostermanager: Variable rename for clarity and to avoid name clash [luacheck]
|
Matthew Wild |
2015-05-06 |
rostermanager: Fix roster upgrade code (thanks mva)
|
Kim Alvefur |
2015-04-05 |
rostermanager: Add missing import of `type()`
|
Florian Zeitz |
2015-04-03 |