Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed help for /help command | James Booth | 2013-06-25 | 1 | -8/+8 |
| | |||||
* | Restructured help | James Booth | 2013-06-25 | 1 | -148/+156 |
| | |||||
* | Renamed commands array | James Booth | 2013-06-24 | 1 | -3/+3 |
| | |||||
* | Sorted command prototypes | James Booth | 2013-06-23 | 1 | -42/+42 |
| | |||||
* | Renamed _cmd_set commands | James Booth | 2013-06-23 | 1 | -57/+57 |
| | |||||
* | Moved /account, /prefs and /theme to settings commands | James Booth | 2013-06-23 | 1 | -64/+65 |
| | |||||
* | Autocomplete /group add and /group remove contact paramater | James Booth | 2013-06-23 | 1 | -0/+9 |
| | | | | closes #193 | ||||
* | Start chat session on /msg with no message parameter | James Booth | 2013-06-20 | 1 | -0/+14 |
| | | | | fixes #173 | ||||
* | Changed help | Kieran Thandi | 2013-06-07 | 1 | -1/+1 |
| | |||||
* | Implemented /group command with no args (list groups) | James Booth | 2013-06-02 | 1 | -1/+13 |
| | |||||
* | Refactor specific autocomplete functions | James Booth | 2013-06-02 | 1 | -53/+13 |
| | |||||
* | Refactor autocompleters | James Booth | 2013-06-02 | 1 | -334/+301 |
| | |||||
* | Changed autocomplete for /group and /who | James Booth | 2013-06-02 | 1 | -3/+54 |
| | |||||
* | Seperated roster group management to /group command | James Booth | 2013-06-02 | 1 | -58/+104 |
| | |||||
* | Use freetext parser for /who | James Booth | 2013-06-02 | 1 | -1/+1 |
| | |||||
* | Added group argument to /who | James Booth | 2013-06-02 | 1 | -12/+52 |
| | |||||
* | Added 'any' to /who command | James Booth | 2013-06-02 | 1 | -3/+5 |
| | |||||
* | Added group add and group remove to /roster command | James Booth | 2013-06-02 | 1 | -1/+59 |
| | |||||
* | Updated help for /roster command | James Booth | 2013-06-02 | 1 | -6/+13 |
| | |||||
* | Added autocomplete for /roster remove | James Booth | 2013-06-02 | 1 | -0/+2 |
| | |||||
* | Added /roster remove command | James Booth | 2013-06-02 | 1 | -0/+17 |
| | |||||
* | Added /roster add command | James Booth | 2013-06-01 | 1 | -25/+43 |
| | |||||
* | Added roster list when using /roster with no args | James Booth | 2013-06-01 | 1 | -21/+35 |
| | |||||
* | Added autocomplete to /sub deny | James Booth | 2013-06-01 | 1 | -0/+14 |
| | |||||
* | Added /leave command | James Booth | 2013-05-30 | 1 | -0/+33 |
| | |||||
* | Use nickname to jid mapping when sending room invites | James Booth | 2013-05-30 | 1 | -1/+5 |
| | |||||
* | Fixed #174 | James Booth | 2013-05-22 | 1 | -0/+3 |
| | |||||
* | Refactored roster push handling | James Booth | 2013-05-21 | 1 | -7/+7 |
| | |||||
* | Renamed roster_change_handle -> roster_change_name | James Booth | 2013-05-21 | 1 | -4/+4 |
| | |||||
* | Renamed roster_barejid_from_handle -> roster_barejid_from_name | James Booth | 2013-05-21 | 1 | -3/+3 |
| | |||||
* | Renamed roster_jid_from_handle -> roster_barejid_from_handle | James Booth | 2013-05-21 | 1 | -3/+3 |
| | |||||
* | Finished handle usage | James Booth | 2013-05-20 | 1 | -1/+12 |
| | |||||
* | Added jid autocompleter for /roster nick command | James Booth | 2013-05-20 | 1 | -1/+1 |
| | |||||
* | Pass jid when creating new window for /msg with no message | James Booth | 2013-05-20 | 1 | -1/+1 |
| | |||||
* | Use handle for /info command | James Booth | 2013-05-19 | 1 | -1/+6 |
| | |||||
* | Use handle in /msg command | James Booth | 2013-05-19 | 1 | -3/+4 |
| | |||||
* | Changing roster handle with no argument clears handle | James Booth | 2013-05-19 | 1 | -4/+6 |
| | |||||
* | Added /roster autocomplete | James Booth | 2013-05-19 | 1 | -0/+18 |
| | |||||
* | Added sub to /notify preferences output | James Booth | 2013-05-19 | 1 | -1/+0 |
| | | | | Removed unused "status" value for /notify autocompleter | ||||
* | Added /roster command with nick option to change handle | James Booth | 2013-05-19 | 1 | -0/+40 |
| | |||||
* | Added "tidy" and "prune" options to /wins command | James Booth | 2013-05-17 | 1 | -33/+28 |
| | |||||
* | Show how many windows closed with /close all and /close read | James Booth | 2013-05-16 | 1 | -3/+17 |
| | |||||
* | Show correct message when closing window 0 | James Booth | 2013-05-16 | 1 | -1/+1 |
| | |||||
* | Use 0 not 10 on window close message | James Booth | 2013-05-16 | 1 | -1/+5 |
| | |||||
* | Added autocompleter for /close command | James Booth | 2013-05-16 | 1 | -0/+8 |
| | |||||
* | Added "read" parameter to /close | James Booth | 2013-05-16 | 1 | -3/+15 |
| | | | | Closes all windows where there are no unread messages | ||||
* | Added parameter to /close | James Booth | 2013-05-12 | 1 | -26/+69 |
| | | | | | | | 2,3,4,5,6,7,8,9,0 will close specified window. 'all' will close all windows. closes #159 | ||||
* | Removed contact_list, moved roster logic to xmpp/roster module | James Booth | 2013-05-06 | 1 | -1/+0 |
| | |||||
* | Renamed contact_list_ functions to roster_ | James Booth | 2013-05-06 | 1 | -12/+12 |
| | |||||
* | Autocomplete "/sub allow" parameter from subscription requests | James Booth | 2013-05-05 | 1 | -1/+30 |
| |