about summary refs log tree commit diff stats
path: root/src/xmpp
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Implemented /room config submit for saving room configurationJames Booth2014-09-106-0/+144
|
* Added form field type enumJames Booth2014-09-102-0/+52
|
* Tidied error handling for room formsJames Booth2014-09-091-25/+34
|
* Merge branch 'master' into roomconfigJames Booth2014-09-092-46/+22
|\
| * Added usages for stanza_get_error_message in iq.cJames Booth2014-09-091-5/+10
| |
| * Use stanza_get_error_message for pong errorsJames Booth2014-09-092-41/+12
| |
* | Added TODO for handling room config form request errorsJames Booth2014-09-091-0/+1
| |
* | Merge branch 'master' into roomconfigJames Booth2014-09-071-0/+40
|\| | | | | | | | | Conflicts: src/server_events.h
| * Added error handling for /ping command responsesJames Booth2014-09-071-0/+40
| |
* | Removed unnecessary NULL checks when freeing formJames Booth2014-09-071-40/+12
| |
* | Fix option handling for room config form parsingJames Booth2014-09-061-1/+2
| |
* | Reassign stanza name when looking for field valuesJames Booth2014-09-061-1/+2
| |
* | Rewrite form parserJames Booth2014-09-064-69/+224
| |
* | Created form moduleJames Booth2014-09-056-102/+193
| |
* | Debug room config form fieldsJames Booth2014-09-052-5/+23
| |
* | Parse data form for room configurationJames Booth2014-09-043-11/+31
| |
* | Added ID handler for room config formJames Booth2014-09-041-2/+32
| |
* | Added /room config edit and /room config cancelJames Booth2014-09-044-2/+80
|/
* Fix room config check for servers that don't send 110 statusJames Booth2014-09-041-11/+2
|
* Added /ping commandJames Booth2014-09-044-3/+45
|
* Validate usage of /room config command, added UI messagesJames Booth2014-09-032-3/+3
|
* Handle /room config cancelJames Booth2014-09-031-0/+73
|
* Send room destroy iq on /room config cancelJames Booth2014-09-034-0/+42
|
* Send instant room requestJames Booth2014-09-034-0/+44
|
* Show message when room requires configJames Booth2014-09-033-0/+52
|
* Removed bookmarks todoJames Booth2014-08-311-1/+0
|
* Small spelling fixes in code and commentsDariusz Dwornikowski2014-08-271-1/+1
|
* Added license exemption for OpenSSL to source headersJames Booth2014-08-2417-0/+204
|
* "/bookmark add foo" crash - fixJan Hacker2014-08-171-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | A user providing an invalid JID when creating a new bookmark (like 'foo') would reproducibly crash/segfault profanity, as it insists on checking string length behind the @ of the JID. However, it could be NULL if the user accidentally omitted it. The patch avoids the crash by NULL-checking and prevents getting there in the first place by checking the argument to "add". Backtrace of unpatched profanity with above command: Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000000 0x00007fff85699732 in strlen () (gdb) bt #0 0x00007fff85699732 in strlen () #1 0x00000001000965d2 in xmpp_strdup () #2 0x0000000100095d6d in xmpp_stanza_set_attribute () #3 0x0000000100011c5c in _send_bookmarks () #4 0x00000001000115a8 in _bookmark_add () #5 0x000000010003320d in cmd_bookmark () #6 0x000000010002a0f2 in cmd_execute () #7 0x0000000100003a1d in process_input () #8 0x00000001000037c7 in prof_run () #9 0x0000000100045032 in main () (gdb)
* Spelling errors fixed and hyphenation used as minus sign fixedDariusz Dwornikowski2014-08-112-4/+4
|
* Added quote param to autocomplete_completeJames Booth2014-07-092-2/+2
|
* Removed string allocation in stanza when joining roomJames Booth2014-06-151-1/+1
|