about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Fix assertion errors in unit testsJames Booth2016-09-253-1/+13
|
* Use caps_lookup when checking for featureJames Booth2016-09-251-2/+1
|
* Update version to 0.6.0 developmentJames Booth2016-09-221-1/+1
|
* Update CHANGELOGJames Booth2016-09-191-0/+5
|
* Add /inputwin top|bottom commandJames Booth2016-09-1922-18/+162
| | | | closes #853
* Update README.mdJames Booth2016-09-191-0/+2
|
* Set to development version 0.5.1James Booth2016-09-161-2/+2
|
* Release 0.5.0James Booth2016-09-153-218/+2
|
* Remove -fv flags from autoreconfJames Booth2016-09-131-1/+2
|
* Merge pull request #848 from pasis/configure-parserJames Booth2016-09-091-1/+0
|\ | | | | configure.ac: remove outdated xml parser info
| * configure.ac: remove outdated xml parser infoDmitry Podgorny2016-09-081-1/+0
|/
* Disable C plugins on CygwinJames Booth2016-09-081-11/+15
|
* 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
|
* Fail configure when no pthread supportJames Booth2016-09-051-1/+1
|
* Merge pull request #847 from tindzk/plugins-typoJames Booth2016-09-051-4/+4
|\ | | | | cmd_defs: Fix typo
| * cmd_defs: Fix typoTim Nieradzik2016-09-051-4/+4
|/
* Travis build: Run unit tests onceJames Booth2016-09-031-12/+0
|
* 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 free
| * Fix implicit declaration of function freeDmitry Podgorny2016-09-021-0/+1
| |
* | Merge pull request #846 from pasis/client_eventsJames Booth2016-09-031-7/+7
|\ \ | | | | | | Add missed argument
| * | Add missed argumentDmitry Podgorny2016-09-021-7/+7
| |/
* | Add travis build scriptJames Booth2016-09-031-0/+132
| |
* | Add travis build scriptJames Booth2016-09-031-2/+1
|/
* Add sv_ev_bookmark_autojoinJames Booth2016-08-283-16/+24
|
* Rename Bookmark->jid to Bookmark->barejidJames Booth2016-08-284-31/+31
|
* Fixed typosJames Booth2016-08-281-2/+2
|
* log_info on private carbonsJames Booth2016-08-284-0/+37
|
* Change autoping timeout default to 20 secondsJames Booth2016-08-221-1/+1
|
* Merge remote-tracking branch 'origin/master'James Booth2016-08-221-0/+1
|\
| * Update CHANGELOGJames Booth2016-08-211-0/+1
| |
* | Update helpJames Booth2016-08-221-9/+8
|/
* Updated man pageJames Booth2016-08-211-1/+1
|
* Update CHANGELOGJames Booth2016-08-211-0/+3
|
* Use hash table for bookmarksJames Booth2016-08-2110-230/+166
|
* 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-1818-82/+172
| | | | issue #829
* 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-184-1/+52
| | | | issue #829