about summary refs log tree commit diff stats
path: root/src/xmpp/xmpp.h
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵James Booth2014-05-101-2/+4
| | | | passwords
* Updated copyrightJames Booth2014-03-091-1/+1
|
* Added test for /join with nick optionJames Booth2014-03-081-1/+1
|
* Adding password handling for joining chatroomsKristofer M White2014-02-271-1/+1
|
* Show message on /bookmark remove when bookmark does not existJames Booth2014-02-021-1/+1
|
* Added message when bookmark updatedJames Booth2014-02-021-1/+1
|
* Moved xmpp ping to iq moduleJames Booth2014-01-261-1/+1
|
* Fixed test compilationJames Booth2014-01-181-1/+1
|
* WIP - Adding port to account optionsJames Booth2014-01-181-1/+1
|
* Renamed roster_add_new -> roster_send_add_newJames Booth2014-01-051-1/+1
|
* Bind roster functions in main.cJames Booth2013-12-221-0/+1
|
* Bind presence functions in main.cJames Booth2013-12-221-0/+1
|
* Bind message functions in main.cJames Booth2013-12-221-0/+1
|
* Bind iq functions in main.cJames Booth2013-12-221-0/+1
|
* Bind capabilities functions in main.cJames Booth2013-12-221-0/+1
|
* Bind bookmark functions in main.cJames Booth2013-12-221-0/+1
|
* Bind jabber functions in main.cJames Booth2013-12-221-0/+2
|
* Dynamically bind xmpp module apiJames Booth2013-12-181-49/+49
|
* Added simple mock test, refactored rosterJames Booth2013-12-141-28/+12
|
* Fixed compile error for -Wduplicate-decl-specifier on OSXJames Booth2013-11-101-1/+1
|
* Use passwords from the accounts fileTomás Senart2013-10-141-2/+1
| | | | | | This commit makes it so that if the password in an account in the accounts file is present, then use it. Otherwise ask for the password to the user.
* Implemented /group command with no args (list groups)James Booth2013-06-021-0/+1
|
* Changed autocomplete for /group and /whoJames Booth2013-06-021-0/+1
|
* Added group add and group remove to /roster commandJames Booth2013-06-021-0/+4
|