Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Added /duck command to perform searches using duckduckgo chat bot | James Booth | 2013-05-05 | 1 | -0/+62 | |
| | ||||||
* | Added groupchat logs | James Booth | 2013-05-05 | 1 | -0/+22 | |
| | | | | closes #168 | |||||
* | Fixed bug where /msg not logging chat | James Booth | 2013-04-28 | 1 | -1/+1 | |
| | ||||||
* | Added desktop notification option for subscription requests | James Booth | 2013-04-27 | 1 | -1/+46 | |
| | | | | closes #166 | |||||
* | Moved display logic for subscriptions to console module | James Booth | 2013-04-27 | 1 | -27/+2 | |
| | ||||||
* | Support for XEP-0249 Direct MUC Invitations | James Booth | 2013-04-24 | 1 | -0/+47 | |
| | | | | Commands /invite, /invites, /decline and /join | |||||
* | Added desktop notifications for chat room invites | James Booth | 2013-04-22 | 1 | -1/+17 | |
| | | | | Use "/notify invite on|off" |