Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Fix /tls revoke message | James Booth | 2016-10-06 | 1 | -1/+1 |
| | | | | fixes #868 | ||||
* | Use current room for /bookmark add and /bookmark remove | James Booth | 2016-10-05 | 1 | -82/+102 |
| | |||||
* | 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 | 1 | -6/+124 |
| | |||||
* | Rename /titlebar -> /wintitle | James Booth | 2016-09-22 | 1 | -3/+3 |
| | |||||
* | Add /inputwin top|bottom command | James Booth | 2016-09-19 | 1 | -1/+15 |
| | | | | closes #853 | ||||
* | Free string on /plugins install | James Booth | 2016-09-05 | 1 | -0/+1 |
| | |||||
* | Use hash table for bookmarks | James Booth | 2016-08-21 | 1 | -1/+2 |
| | |||||
* | 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 |
| | |||||
* | Tidy headers | James Booth | 2016-07-24 | 1 | -13/+17 |
| | |||||
* | Moved window_list.c | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Moved tray.c | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Moved roster_list.c | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Moved muc.c | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Moved jid.c | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Moved contact.c | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Moved chat_session.c | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Add /plugins python_version command | James Booth | 2016-07-24 | 1 | -0/+13 |
| | |||||
* | Update GPL link in headers | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -1/+44 |
| | |||||
* | Allow reloading all plugins with /plugin reload | James Booth | 2016-07-10 | 1 | -7/+8 |
| | |||||
* | Add /plugin reload command | James Booth | 2016-07-10 | 1 | -0/+13 |
| | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | Use hash table to store plugins | James Booth | 2016-06-30 | 1 | -11/+11 |
| | |||||
* | Move plugin config add on load | James Booth | 2016-06-30 | 1 | -1/+0 |
| | |||||
* | /plugins unload command and completer | James Booth | 2016-06-30 | 1 | -0/+14 |
| | |||||
* | Revert "WIP - Unload plugin commands" | James Booth | 2016-06-30 | 1 | -54/+1 |
| | | | | This reverts commit a01eb5d08e1b39d60a6f8fc26e5a87ceb92ec18f. | ||||
* | WIP - Unload plugin commands | James Booth | 2016-06-29 | 1 | -1/+54 |
| | |||||
* | Move /statuses options to /presence command | James Booth | 2016-05-31 | 1 | -55/+49 |
| | |||||
* | Add /presence titlebar subcommand | James Booth | 2016-05-31 | 1 | -1/+6 |
| | |||||
* | Option to bookmark room invites | James Booth | 2016-05-23 | 1 | -1/+13 |
| | | | | issue #813 | ||||
* | Remove unneeded functions from cmd headers | James Booth | 2016-05-23 | 1 | -151/+152 |
| | |||||
* | Move functions from cmd_defs to cmd_funcs | James Booth | 2016-05-23 | 1 | -20/+118 |
| | |||||
* | Fix command headers | James Booth | 2016-05-23 | 1 | -1/+1 |
| | |||||
* | Rename command sources | James Booth | 2016-05-22 | 1 | -0/+6850 |