about summary refs log tree commit diff stats
path: root/src/xmpp/xmpp.h
Commit message (Expand)AuthorAgeFilesLines
* Simplified autocompleters and command historyJames Booth2015-01-161-2/+2
* Refactored chat session handling on sending messageJames Booth2015-01-041-6/+5
* Use resource in chat sessionsJames Booth2015-01-041-4/+4
* Moved chat states out of xmpp module for message send chatJames Booth2014-12-271-1/+2
* Removed function pointersJames Booth2014-12-221-95/+86
* Refactored all window recipients and typesJames Booth2014-12-201-8/+10
* Added caching of legacy capabilitiesJames Booth2014-11-301-0/+2
* Store capabilities against fulljid when unsupported hashJames Booth2014-11-271-0/+2
* Renamed room destroy functionJames Booth2014-10-231-1/+1
* Removed /duck commandJames Booth2014-10-181-1/+0
* Implemented setting and listing rolesJames Booth2014-10-061-0/+3
* Added /room kick commandJames Booth2014-10-051-0/+1
* Added /room subject commandJames Booth2014-10-051-0/+2
* Implemented getting affiliation list, and setting affiliationJames Booth2014-10-051-2/+2
* Implemented setting affiliation and listing affiliationsJames Booth2014-10-041-2/+3
* Allow adding and removing room ownersJames Booth2014-10-041-0/+2
* Added service discovery to /room info commandJames Booth2014-10-021-0/+1
* Cache capabilities to fileJames Booth2014-09-221-1/+1
* Sort form fields for sha-1 caps hashJames Booth2014-09-211-0/+3
* Added jid->hash lookup for capabilitiesJames Booth2014-09-201-0/+1
* wip - refactoring capabilitiesJames Booth2014-09-191-0/+2
* Added autocompletion for form list-single valuesJames Booth2014-09-171-0/+3
* Show form fields after updatingJames Booth2014-09-151-0/+1
* Dont allow unsaved form windows to be closedJames Booth2014-09-151-0/+1
* Allow removing data from text-multi form fieldsJames Booth2014-09-141-1/+3
* Added setting of unique form list valuesJames Booth2014-09-141-0/+1
* Added /room remove command, reformetted form outputJames Booth2014-09-141-0/+1
* Added /room add for *-multiJames Booth2014-09-141-4/+5
* Added form validation for list-single typeJames Booth2014-09-131-0/+1
* Added form type check on setJames Booth2014-09-131-0/+1
* form_get_field_by_var->form_get_form_type_fieldJames Booth2014-09-131-1/+1
* Added autocomplete for setting room config form tagsJames Booth2014-09-121-0/+2
* Check room config tag exists before settingJames Booth2014-09-121-0/+1
* Added setting of *-single room config valuesJames Booth2014-09-121-0/+1
* Added tags to form fieldsJames Booth2014-09-111-0/+2
* Implemented /room config submit for saving room configurationJames Booth2014-09-101-0/+1
* Added form field type enumJames Booth2014-09-101-0/+15
* Rewrite form parserJames Booth2014-09-061-1/+13
* Created form moduleJames Booth2014-09-051-0/+2
* Debug room config form fieldsJames Booth2014-09-051-0/+2
* Parse data form for room configurationJames Booth2014-09-041-0/+10
* Added /room config edit and /room config cancelJames Booth2014-09-041-0/+2
* Added /ping commandJames Booth2014-09-041-0/+1
* Validate usage of /room config command, added UI messagesJames Booth2014-09-031-1/+1
* Send room destroy iq on /room config cancelJames Booth2014-09-031-0/+1
* Send instant room requestJames Booth2014-09-031-0/+1
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
* Refactored bookmarks to use option parser, allow bookmarking rooms with passw...James Booth2014-05-101-2/+4
* Updated copyrightJames Booth2014-03-091-1/+1
* Added test for /join with nick optionJames Booth2014-03-081-1/+1