Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | | | closes #853 | |||||
* | 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 | |
| | | | | issue #829 | |||||
* | 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 | |
| | | | | issue #829 | |||||
* | 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 | |
| | ||||||
* | Plugin unload remove cmd_acs and close window | James Booth | 2016-07-05 | 2 | -0/+9 | |
| | ||||||
* | Move prefs_remove_plugin to plugins_unload | James Booth | 2016-07-04 | 1 | -1/+0 | |
| | ||||||
* | Free plugins commands on quit | James Booth | 2016-07-04 | 2 | -6/+6 | |
| | ||||||
* | Use hash table to store plugins | James Booth | 2016-06-30 | 2 | -15/+15 | |
| | ||||||
* | Move plugin config add on load | James Booth | 2016-06-30 | 1 | -1/+0 | |
| | ||||||
* | /plugins unload command and completer | James Booth | 2016-06-30 | 3 | -2/+46 | |
| | ||||||
* | Revert "WIP - Unload plugin commands" | James Booth | 2016-06-30 | 5 | -76/+9 | |
| | | | | This reverts commit a01eb5d08e1b39d60a6f8fc26e5a87ceb92ec18f. | |||||
* | WIP - Unload plugin commands | James Booth | 2016-06-29 | 5 | -9/+76 | |
| | ||||||
* | Free string on connect autocomplete | James Booth | 2016-06-08 | 1 | -0/+2 | |
| | ||||||
* | Complete no arg for /account properties | James Booth | 2016-06-01 | 1 | -31/+39 | |
| | ||||||
* | Complete no arg for /join properties | James Booth | 2016-06-01 | 1 | -19/+26 | |
| | ||||||
* | Complete no arg for /connect properties | James Booth | 2016-06-01 | 1 | -50/+49 | |
| | ||||||
* | Merge branch 'master' into complete-empty | James Booth | 2016-05-31 | 4 | -138/+135 | |
|\ | ||||||
| * | Update /notify help | James Booth | 2016-05-31 | 1 | -1/+2 | |
| | | ||||||
| * | Remove commented code | James Booth | 2016-05-31 | 1 | -26/+0 | |
| | | ||||||
| * | Move /statuses options to /presence command | James Booth | 2016-05-31 | 4 | -133/+123 | |
| | | ||||||
| * | Add /presence titlebar subcommand | James Booth | 2016-05-31 | 3 | -32/+64 | |
| | | ||||||
* | | Merge branch 'master' into complete-empty | James Booth | 2016-05-25 | 1 | -9/+12 | |
|\| | ||||||
| * | Update window navigation help | James Booth | 2016-05-25 | 1 | -9/+12 | |
| | |