about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Add config.h to http_upload.cJames Booth2016-10-021-0/+2
* Correct minor spelling errorsJack Henschel2016-09-273-4/+4
* Allow setting /occupants properties when no connectedJames Booth2016-09-261-7/+6
* Merge branch 'master' into win-orderJames Booth2016-09-251-0/+2
|\
| * Fix assertion errors in unit testsJames Booth2016-09-251-0/+2
* | Merge branch 'master' into win-orderJames Booth2016-09-251-2/+1
|\|
| * Use caps_lookup when checking for featureJames Booth2016-09-251-2/+1
* | Remove verbose output on window moveJames Booth2016-09-252-23/+20
* | Tidy window position prefsJames Booth2016-09-251-304/+120
* | Fix defaulting win positionsJames Booth2016-09-251-6/+6
* | Fix /inputwin upJames Booth2016-09-231-0/+23
* | Allow vertical positioning of all windowsJames Booth2016-09-2317-132/+895
* | Rename /titlebar -> /wintitleJames Booth2016-09-2210-41/+54
|/
* Add /inputwin top|bottom commandJames Booth2016-09-1913-18/+149
* Free stanzas on stanza_create_http_upload_request()James Booth2016-09-051-0/+6
* Free hashtable key list in connection_jid_for_feature()James Booth2016-09-051-0/+1
* Fix string frees in _complete_filepathJames Booth2016-09-051-5/+2
* Free string on /plugins installJames Booth2016-09-051-0/+1
* Free strings in _complete_filepathJames Booth2016-09-051-3/+10
* cmd_defs: Fix typoTim Nieradzik2016-09-051-4/+4
* Fix missing paramsJames Booth2016-09-031-2/+2
* Merge pull request #845 from pasis/trayJames Booth2016-09-031-0/+1
|\
| * Fix implicit declaration of function freeDmitry Podgorny2016-09-021-0/+1
* | Add missed argumentDmitry Podgorny2016-09-021-7/+7
|/
* Add sv_ev_bookmark_autojoinJames Booth2016-08-283-16/+24
* Rename Bookmark->jid to Bookmark->barejidJames Booth2016-08-283-24/+24
* Fixed typosJames Booth2016-08-281-2/+2
* log_info on private carbonsJames Booth2016-08-281-0/+5
* Change autoping timeout default to 20 secondsJames Booth2016-08-221-1/+1
* Update helpJames Booth2016-08-221-9/+8
* Use hash table for bookmarksJames Booth2016-08-218-227/+165
* Tidy presence.cJames Booth2016-08-201-249/+311
* Tidy _handle_carbonsJames Booth2016-08-201-35/+52
* Use libstrophe xmpp_presence_new convenience functionJames Booth2016-08-203-20/+5
* Use libstrophe xmpp_iq_new convenience functionJames Booth2016-08-204-142/+70
* Use libstrophe xmpp_message_get_body convenience functionJames Booth2016-08-201-49/+22
* Use libstrophe xmpp_message_new convenience functionJames Booth2016-08-202-22/+12
* Replace stanza_create_message with libstrophe convenience functionsJames Booth2016-08-203-34/+21
* Use libstrophe convenience functions for stanza attributesJames Booth2016-08-207-117/+117
* Send receipt request only when receiver supports featureJames Booth2016-08-1812-76/+121
* Only include lastactivity feature in disco responses when enabledJames Booth2016-08-183-2/+10
* Only include receipts feature in disco responses when enabledJames Booth2016-08-183-1/+50
* Use hashtable to store profanity disco featuresJames Booth2016-08-171-14/+16
* Copy feature strings on caps_get_featuresJames Booth2016-08-172-3/+5
* Use hashtables for plugin disco featuresJames Booth2016-08-172-28/+66
* Add caps_createJames Booth2016-08-143-100/+93
* Move caps_create -> stanza_create_caps_from_query_elementJames Booth2016-08-145-141/+139
* Move caps_create_sha1_str -> stanza_create_caps_sha1_from_queryJames Booth2016-08-145-124/+124
* Move caps static functionsJames Booth2016-08-131-59/+59
* Rename caps_contains -> caps_cache_containsJames Booth2016-08-134-6/+6