Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add win_appendln | James Booth | 2016-10-15 | 1 | -1/+1 |
* | Add win_print | James Booth | 2016-10-15 | 1 | -42/+42 |
* | Remove win_vprintln_ch | James Booth | 2016-10-15 | 1 | -21/+21 |
* | Use win_printf_line instead of win_println | James Booth | 2016-10-15 | 1 | -7/+7 |
* | Use win_printf_line where appropriate | James Booth | 2016-10-15 | 1 | -6/+6 |
* | Add ch arg to win_printf_line | James Booth | 2016-10-15 | 1 | -5/+5 |
* | Use THEME_DEFAULT | James Booth | 2016-10-14 | 1 | -4/+4 |
* | Add win_printf_line | James Booth | 2016-10-14 | 1 | -3/+3 |
* | Add win_printf_line | James Booth | 2016-10-12 | 1 | -2/+2 |
* | Remove win_print, use win_printf instead | James Booth | 2016-10-11 | 1 | -7/+7 |
* | Rename win_vprint -> win_printf | James Booth | 2016-10-11 | 1 | -8/+8 |
* | Allow filepath autocompletion in plugins | James Booth | 2016-10-10 | 2 | -110/+111 |
* | Fix /tls revoke message | James Booth | 2016-10-06 | 1 | -1/+1 |
* | 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 |
* | Correct minor spelling errors | Jack Henschel | 2016-09-27 | 1 | -2/+2 |
* | Allow setting /occupants properties when no connected | James Booth | 2016-09-26 | 1 | -7/+6 |
* | Remove verbose output on window move | James Booth | 2016-09-25 | 1 | -16/+8 |
* | Allow vertical positioning of all windows | James Booth | 2016-09-23 | 4 | -20/+192 |
* | Rename /titlebar -> /wintitle | James Booth | 2016-09-22 | 4 | -21/+21 |
* | Add /inputwin top|bottom command | James Booth | 2016-09-19 | 4 | -4/+43 |
* | 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 |
* | Update help | James Booth | 2016-08-22 | 1 | -9/+8 |
* | Use hash table for bookmarks | James Booth | 2016-08-21 | 2 | -1/+3 |
* | Send receipt request only when receiver supports feature | James Booth | 2016-08-18 | 1 | -2/+2 |
* | Only include lastactivity feature in disco responses when enabled | James Booth | 2016-08-18 | 1 | -0/+6 |
* | Only include receipts feature in disco responses when enabled | James Booth | 2016-08-18 | 1 | -0/+6 |
* | Free ProfAccount | James Booth | 2016-07-25 | 1 | -1/+3 |
* | Fix memory leaks | James Booth | 2016-07-25 | 1 | -1/+2 |
* | Tidy headers | James Booth | 2016-07-24 | 3 | -28/+32 |
* | Moved window_list.c | James Booth | 2016-07-24 | 3 | -3/+3 |
* | Moved tray.c | James Booth | 2016-07-24 | 1 | -1/+1 |
* | Moved roster_list.c | James Booth | 2016-07-24 | 3 | -3/+3 |
* | Moved muc.c | James Booth | 2016-07-24 | 3 | -3/+3 |
* | Moved jid.c | James Booth | 2016-07-24 | 2 | -2/+2 |
* | Moved contact.c | James Booth | 2016-07-24 | 2 | -2/+2 |
* | Make header defines consistent | James Booth | 2016-07-24 | 3 | -6/+6 |
* | Moved chat_session.c | James Booth | 2016-07-24 | 2 | -2/+2 |
* | Add /plugins python_version command | James Booth | 2016-07-24 | 3 | -2/+18 |
* | Update GPL link in headers | James Booth | 2016-07-24 | 6 | -6/+6 |
* | Use g_path_get_basename when installing plugin | James Booth | 2016-07-18 | 1 | -1/+2 |
* | Fix plugin install output | James Booth | 2016-07-13 | 1 | -1/+1 |
* | Add /plugins install command | James Booth | 2016-07-12 | 3 | -106/+164 |
* | Allow reloading all plugins with /plugin reload | James Booth | 2016-07-10 | 2 | -10/+11 |
* | Add /plugin reload command | James Booth | 2016-07-10 | 3 | -2/+43 |