Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 6 | -158/+149 |
|\ | |||||
| * | 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 | 6 | -153/+137 |
| | | |||||
| * | Add /presence titlebar subcommand | James Booth | 2016-05-31 | 3 | -32/+64 |
| | | |||||
* | | Merge branch 'master' into complete-empty | James Booth | 2016-05-25 | 2 | -14/+20 |
|\| | |||||
| * | Update window navigation help | James Booth | 2016-05-25 | 2 | -14/+20 |
| | | |||||
* | | Complete no arg for /bookmark properties | James Booth | 2016-05-24 | 1 | -40/+51 |
| | | |||||
* | | Complete no arg for /role set | James Booth | 2016-05-24 | 1 | -2/+4 |
| | | |||||
* | | Complete no arg for /affiliation set | James Booth | 2016-05-24 | 1 | -2/+4 |
| | | |||||
* | | Complete no arg for /script run|show | James Booth | 2016-05-24 | 1 | -2/+2 |
| | | |||||
* | | Complete no arg for /theme load | James Booth | 2016-05-24 | 1 | -1/+1 |
| | | |||||
* | | Complete no arg for /plugins load | James Booth | 2016-05-24 | 1 | -1/+1 |
| | | |||||
* | | Allow empty autocomplete for /otr policy | James Booth | 2016-05-24 | 1 | -6/+6 |
| | | |||||
* | | Allow autocomplete for basic compelters when no input | James Booth | 2016-05-24 | 1 | -3/+3 |
|/ | |||||
* | Option to bookmark room invites | James Booth | 2016-05-23 | 9 | -4/+63 |
| | | | | issue #813 | ||||
* | Merge branch 'cmd-tidy' | James Booth | 2016-05-23 | 18 | -5480/+5624 |
|\ | |||||
| * | Remove unneeded functions from cmd headers | James Booth | 2016-05-23 | 4 | -167/+168 |
| | | |||||
| * | Move functions from cmd_defs to cmd_funcs | James Booth | 2016-05-23 | 4 | -181/+188 |
| | | |||||
| * | Fix command headers | James Booth | 2016-05-23 | 6 | -10/+15 |
| | | |||||
| * | Rename command sources | James Booth | 2016-05-22 | 17 | -22/+23 |
| | | |||||
| * | Add cmd_autocomplete.c | James Booth | 2016-05-20 | 8 | -2876/+3006 |
| | | |||||
* | | Updated console output for room invites | James Booth | 2016-05-23 | 1 | -1/+2 |
|/ | |||||
* | Fix output for tray timer setting | James Booth | 2016-05-15 | 2 | -2/+10 |
| | |||||
* | Add /tray timer <seconds> | James Booth | 2016-05-15 | 7 | -7/+75 |
| | | | | closes #787 | ||||
* | Add /tray read on|off command | James Booth | 2016-05-15 | 6 | -13/+79 |
| | | | | issue #786 | ||||
* | Reorder headers in inputwin.c | James Booth | 2016-05-11 | 1 | -1/+1 |
| | | | | Fixes unknown type name '_fpos64_t' error on Cygwin | ||||
* | Add missing string.h include in blocking.c | James Booth | 2016-05-11 | 1 | -0/+1 |
| | |||||
* | Reorder headers in common.c | James Booth | 2016-05-11 | 1 | -1/+1 |
| | | | | Fixes unknown type name '_fpos64_t' error on Cygwin | ||||
* | Added missing header in ui.h | James Booth | 2016-05-11 | 1 | -0/+1 |
| | |||||
* | Add connection_set_disconnected() | James Booth | 2016-05-11 | 3 | -30/+22 |
| | |||||
* | Add connection_clear_data() | James Booth | 2016-05-10 | 3 | -32/+21 |
| | |||||
* | Remove connection_free_conn(), connection_free_ctx() | James Booth | 2016-05-10 | 3 | -26/+16 |
| | |||||
* | Add connection_shutdown() | James Booth | 2016-05-10 | 3 | -12/+13 |
| | |||||
* | Remove JABBER_STARTED, JABBER_UNDEFINED connection states | James Booth | 2016-05-10 | 5 | -19/+18 |
| | |||||
* | Remove _session_free_session_data from session.c | James Booth | 2016-05-10 | 2 | -39/+44 |
| | |||||
* | Tidy connection.c | James Booth | 2016-05-10 | 1 | -21/+35 |
| | |||||
* | Tidy connection.c | James Booth | 2016-05-10 | 1 | -150/+128 |
| | |||||
* | Fixed compile | James Booth | 2016-05-08 | 1 | -1/+1 |
| | |||||
* | Tidy session.c | James Booth | 2016-05-08 | 2 | -5/+6 |
| | |||||
* | Free features on disconnect | James Booth | 2016-05-08 | 3 | -1/+4 |
| | |||||
* | Use hash table for disco features | James Booth | 2016-05-08 | 4 | -58/+37 |
| | |||||
* | Remove connection_get_disco_infos() | James Booth | 2016-05-08 | 2 | -7/+0 |
| | |||||
* | Rename diso_items->diso_infos | James Booth | 2016-05-08 | 2 | -13/+13 |
| | |||||
* | Add connection_get_disco_info() | James Booth | 2016-05-08 | 4 | -28/+31 |
| | |||||
* | Add connection_item_for_feature() | James Booth | 2016-05-08 | 3 | -34/+36 |
| | |||||
* | Move logic to connection_set_disco_items | James Booth | 2016-05-08 | 3 | -42/+52 |
| | |||||
* | Move conneciton initialisation to _connection_handler | James Booth | 2016-05-08 | 3 | -23/+11 |
| |