about summary refs log tree commit diff stats
path: root/src/xmpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Store real jid with occupantsJames Booth2014-10-011-4/+6
* | Merge branch 'master' into muc_rolesJames Booth2014-09-301-52/+54
|\|
| * Dont check for var attribute on form fields of type fixedJames Booth2014-09-301-52/+54
* | wip - Store roles and affiliations with occupantsJames Booth2014-09-301-4/+16
* | Changed rooms to use Occupant type instead of PContactJames Booth2014-09-301-5/+6
* | Tidied muc moduleJames Booth2014-09-285-26/+26
* | Store room affiliation and roleJames Booth2014-09-282-16/+32
* | Check for NULL inside autocomplete_freeJames Booth2014-09-261-3/+1
* | Renamed autocomplete function to get listJames Booth2014-09-261-2/+2
|/
* Use log_warning for room config form errorsJames Booth2014-09-251-5/+5
* Fixed spelling mistake in form.hJames Booth2014-09-251-1/+1
* Free caps, remove strdupJames Booth2014-09-242-1/+4
* Free unique idJames Booth2014-09-241-0/+2
* Handle errors for /disco info requestsJames Booth2014-09-242-2/+12
* Capabilities: check for identity localeJames Booth2014-09-231-7/+55
* Reordered identity attributes in caps cache for readabilityJames Booth2014-09-231-3/+3
* Create sha-1 of own capabilities onceJames Booth2014-09-233-2/+18
* Cache capabilities to fileJames Booth2014-09-222-26/+162
* Show message when no capabilities availableJames Booth2014-09-211-2/+0
* Sort form fields for sha-1 caps hashJames Booth2014-09-213-54/+106
* Log errors on caps responsesJames Booth2014-09-212-6/+20
* Handle capabilities for room participantsJames Booth2014-09-211-31/+46
* Fixed muc presence check, remove logging from presence handlerJames Booth2014-09-212-22/+11
* Removed _get_caps_key functionJames Booth2014-09-211-61/+5
* Added jid->hash lookup for capabilitiesJames Booth2014-09-205-19/+48
* Do not send caps request on self presenceJames Booth2014-09-191-1/+1
* wip - refactoring capabilitiesJames Booth2014-09-197-219/+309
* Tidied available presence handlerJames Booth2014-09-181-34/+55
* Added autocompletion for jid-multi form fieldsJames Booth2014-09-171-1/+11
* Added autocompletion for form text-multi valuesJames Booth2014-09-171-0/+19
* Added autocompletion for form list-multi valuesJames Booth2014-09-171-1/+1
* Added autocompletion for form list-single valuesJames Booth2014-09-172-0/+40
* Handle result of room configuration submitJames Booth2014-09-171-3/+13
* Show form fields after updatingJames Booth2014-09-152-0/+19
* Dont allow unsaved form windows to be closedJames Booth2014-09-152-0/+8
* Added form testsJames Booth2014-09-141-0/+2
* Allow removing data from text-multi form fieldsJames Booth2014-09-142-3/+76
* Added setting of unique form list valuesJames Booth2014-09-142-7/+25
* Added /room remove command, reformetted form outputJames Booth2014-09-142-0/+8
* Added /room add for *-multiJames Booth2014-09-142-12/+43
* Added form validation for list-single typeJames Booth2014-09-132-0/+27
* Added form type check on setJames Booth2014-09-132-2/+21
* form_get_field_by_var->form_get_form_type_fieldJames Booth2014-09-134-7/+7
* Do not tag hidden form fieldsJames Booth2014-09-131-6/+9
* Do not set hidden for fixed form fieldsJames Booth2014-09-131-3/+2
* Initialise form field tag autocompleteJames Booth2014-09-131-0/+1
* Added autocomplete for setting room config form tagsJames Booth2014-09-122-0/+5
* Check room config tag exists before settingJames Booth2014-09-122-0/+16
* Added setting of *-single room config valuesJames Booth2014-09-122-0/+24
* Added tags to form fieldsJames Booth2014-09-112-0/+17