aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge 0.10->trunkKim Alvefur2016-05-282-5/+14
|\| |
| * | MUC: Allow members (or above) in members-only non-anonymous rooms to see the ...Kim Alvefur2016-05-281-1/+2
| * | util.dataforms: Allow separation of options from values in list fieldsKim Alvefur2016-05-271-4/+12
* | | Merge 0.10->trunkKim Alvefur2016-05-252-1/+14
|\| |
| * | util.pposix: Ask for shared file descriptor table using rfork() on *BSD (fixe...Kim Alvefur2016-05-251-0/+13
| * | util.crand: Silence compiler warningKim Alvefur2016-05-251-1/+1
* | | Merge 0.10->trunkMatthew Wild2016-05-221-0/+22
|\| |
| * | util.cache: Add support for creating a proxy table to a cache, that looks and...Matthew Wild2016-05-221-0/+22
* | | tests: Add initial tests for util.asyncMatthew Wild2016-05-222-0/+149
* | | util.async: Add some more comments for clarityMatthew Wild2016-05-221-0/+15
* | | Merge 0.10->trunkKim Alvefur2016-05-223-0/+4
|\| |
| * | Merge 0.9->0.10Kim Alvefur2016-05-221-0/+1
| |\|
| | * mod_presence: Re-probe for contacts presence after outgoing 'subscribed' (fix...Kim Alvefur2016-05-211-0/+1
| * | util.datamanager: Import tostring and type (fix global access)Kim Alvefur2016-05-221-0/+2
| * | util.sql: Import type too (fix global access)Kim Alvefur2016-05-221-0/+1
* | | Merge 0.10->trunkMatthew Wild2016-05-221-1/+1
|\| |
| * | util.sql: Import pcall (fixes #677)Matthew Wild2016-05-221-1/+1
* | | MUC: Send participant list and subject on explicit joins (thanks daurnimator)Kim Alvefur2016-05-151-2/+2
* | | Backed out changeset 63141a85beea, broke multi-session nicksKim Alvefur2016-05-141-8/+3
* | | Merge 0.10->trunkMatthew Wild2016-05-121-1/+1
|\| |
| * | util.events: Fix comparison of event_name with nil instead of false (fixes #554)Matthew Wild2016-05-121-1/+1
* | | MUC: Treat explicit join presence as joinKim Alvefur2016-05-071-3/+8
* | | Merge 0.10->trunkKim Alvefur2016-05-042-6/+7
|\| |
| * | portmanager: Set default read size back to 4KKim Alvefur2016-05-041-1/+1
| * | net.server_event: Schedule another read callback if there is still data left ...Kim Alvefur2016-05-041-1/+5
| * | net.server_event: Collect entire one line function on one lineKim Alvefur2016-05-041-4/+1
* | | MUC: Move status text out of <x> element (thanks Tobias)Kim Alvefur2016-05-041-2/+2
* | | MUC: Lower priority of hook so plugins hooks run beforeKim Alvefur2016-05-041-1/+1
* | | MUC: Restore last message from state, not room config (missing change from cb...Kim Alvefur2016-04-301-3/+3
* | | MUC: Separate config from live stateKim Alvefur2016-04-292-13/+22
* | | MUC: Separate force-save parameter from save-entire-state flagKim Alvefur2016-04-292-10/+10
* | | MUC: Stricter validation of deserialized dataKim Alvefur2016-04-291-2/+2
* | | MUC: Include the very last message in serialized form to keep it across evict...Kim Alvefur2016-04-281-0/+12
* | | MUC: Add event for when room is done being createdKim Alvefur2016-04-282-1/+7
* | | MUC: Split out handling of the room-creating presence into its own methodKim Alvefur2016-04-282-17/+58
* | | MUC: Split out handling of normal (un)available presence into its own methodKim Alvefur2016-04-281-169/+175
* | | MUC: Use a timestamp to keep track of when to unlock room instead of a timer ...Kim Alvefur2016-04-281-9/+7
* | | MUC: Move the locked flag into persisted data (so not to lose it on eviction)Kim Alvefur2016-04-281-3/+3
* | | MUC: Log cases of possible room resynchronisationKim Alvefur2016-04-281-0/+8
* | | MUC: Be more careful with deserialization of rooms, fix case where a bare jid...Kim Alvefur2016-04-271-2/+2
* | | MUC: Use correct room name variable, fixes traceback (thanks mathieui)Kim Alvefur2016-04-271-1/+1
* | | MUC: Correctly iterate over suspended rooms while excluding live roomsKim Alvefur2016-04-261-1/+1
* | | MUC: Don't force-save rooms where not neededKim Alvefur2016-04-201-2/+2
* | | MUC: Assign priorities to config form hooks so they have a consistent order o...Kim Alvefur2016-04-1911-11/+11
* | | Merge 0.10->trunkKim Alvefur2016-04-191-1/+1
|\| |
| * | Merge 0.9->0.10Kim Alvefur2016-04-191-1/+1
| |\|
| | * net.server_event: Check the buffer *length*, not the buffer itself (Fixes 100...Kim Alvefur2016-04-191-1/+1
* | | MUC: Fix logic for when to broadcast unavailable presence (actual fix for 141...Kim Alvefur2016-04-191-2/+1
* | | MUC: Return item-not-found as error when attempting to change role of non-exi...Kim Alvefur2016-04-191-1/+1
* | | Merge 0.10->trunkKim Alvefur2016-04-191-4/+3
|\| |