about summary refs log tree commit diff stats
path: root/src/command
Commit message (Collapse)AuthorAgeFilesLines
...
* Refactor autocompletersJames Booth2013-06-021-334/+301
|
* Changed autocomplete for /group and /whoJames Booth2013-06-021-3/+54
|
* Seperated roster group management to /group commandJames Booth2013-06-021-58/+104
|
* Use freetext parser for /whoJames Booth2013-06-021-1/+1
|
* Added group argument to /whoJames Booth2013-06-021-12/+52
|
* Added 'any' to /who commandJames Booth2013-06-021-3/+5
|
* Added group add and group remove to /roster commandJames Booth2013-06-021-1/+59
|
* Updated help for /roster commandJames Booth2013-06-021-6/+13
|
* Added autocomplete for /roster removeJames Booth2013-06-021-0/+2
|
* Added /roster remove commandJames Booth2013-06-021-0/+17
|
* Added /roster add commandJames Booth2013-06-011-25/+43
|
* Added roster list when using /roster with no argsJames Booth2013-06-011-21/+35
|
* Added autocomplete to /sub denyJames Booth2013-06-011-0/+14
|
* Added /leave commandJames Booth2013-05-301-0/+33
|
* Use nickname to jid mapping when sending room invitesJames Booth2013-05-301-1/+5
|
* Fixed #174James Booth2013-05-221-0/+3
|
* Refactored roster push handlingJames Booth2013-05-211-7/+7
|
* Renamed roster_change_handle -> roster_change_nameJames Booth2013-05-211-4/+4
|
* Renamed roster_barejid_from_handle -> roster_barejid_from_nameJames Booth2013-05-211-3/+3
|
* Renamed roster_jid_from_handle -> roster_barejid_from_handleJames Booth2013-05-211-3/+3
|
* Finished handle usageJames Booth2013-05-201-1/+12
|
* Added jid autocompleter for /roster nick commandJames Booth2013-05-201-1/+1
|
* Pass jid when creating new window for /msg with no messageJames Booth2013-05-201-1/+1
|
* Use handle for /info commandJames Booth2013-05-191-1/+6
|
* Use handle in /msg commandJames Booth2013-05-191-3/+4
|
* Changing roster handle with no argument clears handleJames Booth2013-05-191-4/+6
|
* Added /roster autocompleteJames Booth2013-05-191-0/+18
|
* Added sub to /notify preferences outputJames Booth2013-05-191-1/+0
| | | | Removed unused "status" value for /notify autocompleter
* Added /roster command with nick option to change handleJames Booth2013-05-191-0/+40
|
* Added "tidy" and "prune" options to /wins commandJames Booth2013-05-171-33/+28
|
* Show how many windows closed with /close all and /close readJames Booth2013-05-161-3/+17
|
* Show correct message when closing window 0James Booth2013-05-161-1/+1
|
* Use 0 not 10 on window close messageJames Booth2013-05-161-1/+5
|
* Added autocompleter for /close commandJames Booth2013-05-161-0/+8
|
* Added "read" parameter to /closeJames Booth2013-05-161-3/+15
| | | | Closes all windows where there are no unread messages
* Added parameter to /closeJames Booth2013-05-121-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 moduleJames Booth2013-05-061-1/+0
|
* Renamed contact_list_ functions to roster_James Booth2013-05-061-12/+12
|
* Autocomplete "/sub allow" parameter from subscription requestsJames Booth2013-05-051-1/+30
|
* Added /duck command to perform searches using duckduckgo chat botJames Booth2013-05-051-0/+62
|
* Added groupchat logsJames Booth2013-05-051-0/+22
| | | | closes #168
* Fixed bug where /msg not logging chatJames Booth2013-04-281-1/+1
|
* Added desktop notification option for subscription requestsJames Booth2013-04-271-1/+46
| | | | closes #166
* Moved display logic for subscriptions to console moduleJames Booth2013-04-271-27/+2
|
* Support for XEP-0249 Direct MUC InvitationsJames Booth2013-04-241-0/+47
| | | | Commands /invite, /invites, /decline and /join
* Added desktop notifications for chat room invitesJames Booth2013-04-221-1/+17
| | | | Use "/notify invite on|off"
* Renamed remaining win_ functionsJames Booth2013-04-211-53/+53
|
* Renamed win_current_get_recipient -> ui_current_win_recipientJames Booth2013-04-211-22/+22
|
* Replace window type functions with single function returning typeJames Booth2013-04-211-78/+143
|
* Renamed clear and close functions in uiJames Booth2013-04-211-2/+2
|