Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add win_printf_line | James Booth | 2016-10-14 | 12 | -116/+118 | |
| | ||||||
* | Always use string format in win_printf | James Booth | 2016-10-12 | 9 | -63/+63 | |
| | ||||||
* | Add win_printf_line | James Booth | 2016-10-12 | 3 | -3/+23 | |
| | ||||||
* | Remove args from win_print_with_receipt | James Booth | 2016-10-11 | 3 | -15/+9 | |
| | ||||||
* | Add win_print_http_upload | James Booth | 2016-10-11 | 3 | -1/+11 | |
| | ||||||
* | Remove win_print, use win_printf instead | James Booth | 2016-10-11 | 12 | -241/+230 | |
| | ||||||
* | Rename win_vprint -> win_printf | James Booth | 2016-10-11 | 10 | -213/+213 | |
| | ||||||
* | Allow filepath autocompletion in plugins | James Booth | 2016-10-10 | 10 | -111/+208 | |
| | | | | closes #858 | |||||
* | Remove hash table replace entry when adding plugin timed callbacks | James Booth | 2016-10-09 | 1 | -2/+0 | |
| | | | | fixes #869 | |||||
* | Fix /tls revoke message | James Booth | 2016-10-06 | 1 | -1/+1 | |
| | | | | fixes #868 | |||||
* | Minor code tidy cmd_ac.h | James Booth | 2016-10-06 | 1 | -6/+3 | |
| | ||||||
* | Minor code tidy cmd_ac.c | James Booth | 2016-10-06 | 1 | -54/+47 | |
| | ||||||
* | Use current room for /bookmark add and /bookmark remove | James Booth | 2016-10-05 | 2 | -86/+106 | |
| | ||||||
* | Reduce scope of GString in autocompleters | James Booth | 2016-10-03 | 1 | -6/+19 | |
| | | | | fixes #867 | |||||
* | Add config.h to http_upload.c | James Booth | 2016-10-02 | 1 | -0/+2 | |
| | ||||||
* | Correct minor spelling errors | Jack Henschel | 2016-09-27 | 3 | -4/+4 | |
| | ||||||
* | Allow setting /occupants properties when no connected | James Booth | 2016-09-26 | 1 | -7/+6 | |
| | ||||||
* | Merge branch 'master' into win-order | James Booth | 2016-09-25 | 1 | -0/+2 | |
|\ | ||||||
| * | Fix assertion errors in unit tests | James Booth | 2016-09-25 | 1 | -0/+2 | |
| | | ||||||
* | | Merge branch 'master' into win-order | James Booth | 2016-09-25 | 1 | -2/+1 | |
|\| | ||||||
| * | Use caps_lookup when checking for feature | James Booth | 2016-09-25 | 1 | -2/+1 | |
| | | ||||||
* | | Remove verbose output on window move | James Booth | 2016-09-25 | 2 | -23/+20 | |
| | | ||||||
* | | Tidy window position prefs | James Booth | 2016-09-25 | 1 | -304/+120 | |
| | | ||||||
* | | Fix defaulting win positions | James Booth | 2016-09-25 | 1 | -6/+6 | |
| | | ||||||
* | | Fix /inputwin up | James Booth | 2016-09-23 | 1 | -0/+23 | |
| | | ||||||
* | | Allow vertical positioning of all windows | James Booth | 2016-09-23 | 17 | -132/+895 | |
| | | ||||||
* | | Rename /titlebar -> /wintitle | James Booth | 2016-09-22 | 10 | -41/+54 | |
|/ | ||||||
* | Add /inputwin top|bottom command | James Booth | 2016-09-19 | 13 | -18/+149 | |
| | | | | closes #853 | |||||
* | Free stanzas on stanza_create_http_upload_request() | James Booth | 2016-09-05 | 1 | -0/+6 | |
| | ||||||
* | Free hashtable key list in connection_jid_for_feature() | James Booth | 2016-09-05 | 1 | -0/+1 | |
| | ||||||
* | Fix string frees in _complete_filepath | James Booth | 2016-09-05 | 1 | -5/+2 | |
| | ||||||
* | Free string on /plugins install | James Booth | 2016-09-05 | 1 | -0/+1 | |
| | ||||||
* | Free strings in _complete_filepath | James Booth | 2016-09-05 | 1 | -3/+10 | |
| | ||||||
* | cmd_defs: Fix typo | Tim Nieradzik | 2016-09-05 | 1 | -4/+4 | |
| | ||||||
* | Fix missing params | James Booth | 2016-09-03 | 1 | -2/+2 | |
| | ||||||
* | Merge pull request #845 from pasis/tray | James Booth | 2016-09-03 | 1 | -0/+1 | |
|\ | | | | | Fix implicit declaration of function free | |||||
| * | Fix implicit declaration of function free | Dmitry Podgorny | 2016-09-02 | 1 | -0/+1 | |
| | | ||||||
* | | Add missed argument | Dmitry Podgorny | 2016-09-02 | 1 | -7/+7 | |
|/ | ||||||
* | Add sv_ev_bookmark_autojoin | James Booth | 2016-08-28 | 3 | -16/+24 | |
| | ||||||
* | Rename Bookmark->jid to Bookmark->barejid | James Booth | 2016-08-28 | 3 | -24/+24 | |
| | ||||||
* | Fixed typos | James Booth | 2016-08-28 | 1 | -2/+2 | |
| | ||||||
* | log_info on private carbons | James Booth | 2016-08-28 | 1 | -0/+5 | |
| | ||||||
* | Change autoping timeout default to 20 seconds | James Booth | 2016-08-22 | 1 | -1/+1 | |
| | ||||||
* | Update help | James Booth | 2016-08-22 | 1 | -9/+8 | |
| | ||||||
* | Use hash table for bookmarks | James Booth | 2016-08-21 | 8 | -227/+165 | |
| | ||||||
* | Tidy presence.c | James Booth | 2016-08-20 | 1 | -249/+311 | |
| | ||||||
* | Tidy _handle_carbons | James Booth | 2016-08-20 | 1 | -35/+52 | |
| | ||||||
* | Use libstrophe xmpp_presence_new convenience function | James Booth | 2016-08-20 | 3 | -20/+5 | |
| | ||||||
* | Use libstrophe xmpp_iq_new convenience function | James Booth | 2016-08-20 | 4 | -142/+70 | |
| | ||||||
* | Use libstrophe xmpp_message_get_body convenience function | James Booth | 2016-08-20 | 1 | -49/+22 | |
| |