aboutsummaryrefslogtreecommitdiffstats
path: root/core/moduleapi.lua
Commit message (Expand)AuthorAgeFilesLines
* core.moduleapi: Restructure send_iq method for more atomic cleanupKim Alvefur2019-08-211-16/+23
* core.moduleapi: Uppercase "IQ stanza" for consistencyKim Alvefur2019-08-211-1/+1
* moduleapi: Log suppressed status priority and message when not overridingMatthew Wild2019-03-261-1/+1
* moduleapi: Remove overly-verbose debug logging on module status changeMatthew Wild2019-03-261-1/+0
* moduleapi: New API for modules to set a statusMatthew Wild2019-03-191-0/+31
* core.moduleapi: Use convenience function for creating error object from stanzaKim Alvefur2018-12-301-3/+1
* core.moduleapi: Use util.error for :send_iq errorsKim Alvefur2018-12-301-5/+21
* core.moduleapi: Move util imports to topKim Alvefur2018-12-301-2/+4
* core.moduleapi: Add a promise-based API for tracking IQ stanzas (fixes #714)Kim Alvefur2018-12-281-0/+65
* moduleapi: Use pack from util.tableKim Alvefur2018-12-081-1/+1
* moduleapi: Prevent loading disabled module as dependency of enabled oneKim Alvefur2018-10-251-3/+3
* core.moduleapi: Remove redundant conditionKim Alvefur2018-10-181-1/+1
* moduleapi: Remove multiple-parameters feature from module:shared()Matthew Wild2018-08-081-25/+24
* moduleapi: Use :send API from :broadcast for compactnessKim Alvefur2018-07-141-1/+1
* moduleapi: Lazy-load statsmanager on demandKim Alvefur2018-07-071-1/+1
* moduleapi: Lazy-load configmanager on demand simplify dependency graphKim Alvefur2018-07-071-1/+1
* moduleapi: Remove unused and undocumented :has_feature and :has_identityKim Alvefur2018-02-231-14/+0
* moduleapi: Warn if a module being loaded as a dependency has been disabledKim Alvefur2017-12-271-0/+3
* Merge 0.10->trunkKim Alvefur2017-03-161-15/+8
|\
| * core.moduleapi: Factor out code for getting a scalar config optionKim Alvefur2017-03-151-15/+8
* | Merge 0.10->trunkKim Alvefur2017-03-061-2/+4
|\|
| * core: Split some very long lines [luacheck]Kim Alvefur2017-03-041-2/+4
* | Merge 0.10->trunkMatthew Wild2016-08-311-1/+1
|\|
| * moduleapi: 'duration' became 'times'Matthew Wild2016-08-311-1/+1
* | Merge 0.10->trunkKim Alvefur2016-04-071-2/+2
|\|
| * moduleapi: Allow an origin session to be passed to module:send()Kim Alvefur2016-04-061-2/+2
* | Merge 0.10->trunkKim Alvefur2016-02-181-1/+1
|\|
| * loggingmanager,modulemanager,moduleapi: Ignore warning about accessing _G.unp...Kim Alvefur2016-02-181-1/+1
| * loggingmanager,modulemanager,moduleapi: Localize unpack compatible with Lua 5.2+Kim Alvefur2016-02-181-1/+2
* | moduleapi: Silence luacheck warning about unused 'id' parameterMatthew Wild2016-02-051-1/+1
* | Merge 0.10->trunkMatthew Wild2016-02-051-0/+14
|\|
| * moduleapi: Add API method for getting a file pathKim Alvefur2016-02-041-0/+14
* | Merge 0.10->trunkMatthew Wild2016-02-011-4/+1
|\|
| * modulemanager, util.pluginloader: Move logic for locating some module librari...Matthew Wild2016-02-011-4/+1
* | Merge 0.10->trunkKim Alvefur2015-08-201-6/+2
|\|
| * core.*: Remove use of module() functionKim Alvefur2015-02-211-6/+2
* | Merge 0.10->trunkMatthew Wild2015-05-061-18/+29
|\|
| * moduleapi: Import util.stanza required for module:broadcast()Matthew Wild2015-05-061-0/+1
| * moduleapi: Add luacheck annotationMatthew Wild2015-05-061-1/+1
| * moduleapi: Minor variable renaming to avoid clashes with the 'type' functionMatthew Wild2015-05-061-14/+14
| * moduleapi: Clear self.event_handlers when unhooking an event, to prevent leaksMatthew Wild2015-05-061-0/+1
| * moduleapi: module:measure_event(), module:measure_global_event(): Fix copy/pa...Matthew Wild2015-05-061-2/+2
| * moduleapi: Remove accidental use of undefined and unnecessary 'priority' vari...Matthew Wild2015-05-061-1/+1
| * moduleapi: Add module:broadcast() to send a stanza to a list of JIDsMatthew Wild2015-05-061-0/+9
* | Merge 0.10->trunkKim Alvefur2015-05-031-0/+31
|\|
| * moduleapi: New methods for modules to conveniently wrap eventsMatthew Wild2015-04-281-0/+12
| * moduleapi: Experimental API for modules to measure the rate+duration of eventsMatthew Wild2015-04-281-0/+19
* | Merge 0.10->trunkMatthew Wild2015-01-211-0/+5
|\|
| * moduleapi: Module API for statsmanagerMatthew Wild2015-01-211-0/+5
* | Merge 0.10->trunkKim Alvefur2014-09-231-1/+3
|\|