Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Show contacts handle as window title in chat | James Booth | 2013-05-19 | 3 | -4/+13 |
| | |||||
* | Changing roster handle with no argument clears handle | James Booth | 2013-05-19 | 3 | -6/+14 |
| | |||||
* | Show nickname in status updates if available | James Booth | 2013-05-19 | 1 | -14/+38 |
| | |||||
* | Added /roster autocomplete | James Booth | 2013-05-19 | 1 | -0/+18 |
| | |||||
* | Added sub to /notify preferences output | James Booth | 2013-05-19 | 2 | -7/+11 |
| | | | | Removed unused "status" value for /notify autocompleter | ||||
* | Added /roster command with nick option to change handle | James Booth | 2013-05-19 | 8 | -29/+102 |
| | |||||
* | Added "tidy" and "prune" options to /wins command | James Booth | 2013-05-17 | 3 | -34/+126 |
| | |||||
* | Show how many windows closed with /close all and /close read | James Booth | 2013-05-16 | 1 | -3/+17 |
| | |||||
* | Show 0 rather than 10 in /wins | James Booth | 2013-05-16 | 1 | -4/+9 |
| | |||||
* | 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 |
| | |||||
* | Fixed incoming message text in console to use 0 rather than 10 | 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 | 3 | -3/+26 |
| | | | | Closes all windows where there are no unread messages | ||||
* | Added parameter to /close | James Booth | 2013-05-12 | 3 | -26/+114 |
| | | | | | | | 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 | 13 | -298/+261 |
| | |||||
* | Renamed contact_list_ functions to roster_ | James Booth | 2013-05-06 | 14 | -153/+152 |
| | |||||
* | Tidied includes in iq.c | James Booth | 2013-05-06 | 1 | -6/+1 |
| | |||||
* | Created roster module, moved roster iq's | James Booth | 2013-05-06 | 5 | -85/+159 |
| | |||||
* | Fixed memory leak | James Booth | 2013-05-06 | 1 | -1/+4 |
| | |||||
* | Removed blank lines | James Booth | 2013-05-06 | 1 | -2/+0 |
| | |||||
* | Unicode support for /duck output | James Booth | 2013-05-06 | 1 | -5/+10 |
| | |||||
* | Fixed error when losing connection and segfaulting on notify_remind() | James Booth | 2013-05-06 | 5 | -6/+20 |
| | |||||
* | Autocomplete "/sub allow" parameter from subscription requests | James Booth | 2013-05-05 | 3 | -1/+44 |
| | |||||
* | Use autocomplete instead of hash table for subscription requests | James Booth | 2013-05-05 | 3 | -22/+16 |
| | |||||
* | Include time in ddg search result output lines | James Booth | 2013-05-05 | 1 | -1/+14 |
| | |||||
* | Added /duck command to perform searches using duckduckgo chat bot | James Booth | 2013-05-05 | 11 | -10/+182 |
| | |||||
* | Added groupchat logs | James Booth | 2013-05-05 | 7 | -1/+149 |
| | | | | closes #168 | ||||
* | Fixed bug where /msg not logging chat | James Booth | 2013-04-28 | 1 | -1/+1 |
| | |||||
* | Include open subscription requests in desktop reminder notifications | James Booth | 2013-04-27 | 3 | -1/+23 |
| | | | | closes #167 | ||||
* | Added desktop notification option for subscription requests | James Booth | 2013-04-27 | 6 | -1/+63 |
| | | | | closes #166 | ||||
* | Moved display logic for subscriptions to console module | James Booth | 2013-04-27 | 3 | -27/+39 |
| | |||||
* | Only set autoaway when status is "online" or "chat" | James Booth | 2013-04-27 | 1 | -27/+30 |
| | | | | fixes #122 | ||||
* | Show contacts status when receiveing messages via delayed delivery | James Booth | 2013-04-27 | 1 | -1/+9 |
| | |||||
* | Support for XEP-0249 Direct MUC Invitations | James Booth | 2013-04-24 | 10 | -25/+174 |
| | | | | Commands /invite, /invites, /decline and /join | ||||
* | Reminders for chat room invites - WIP | James Booth | 2013-04-23 | 1 | -4/+23 |
| | |||||
* | Merge branch 'ui' | James Booth | 2013-04-22 | 15 | -3155/+3356 |
|\ | | | | | | | | | Conflicts: src/ui/windows.c | ||||
| * | Added desktop notifications for chat room invites | James Booth | 2013-04-22 | 6 | -1/+45 |
| | | | | | | | | Use "/notify invite on|off" | ||||
| * | Refactor marking windows as dirty and status bar new indicator | James Booth | 2013-04-22 | 3 | -168/+128 |
| | | |||||
| * | Use werase() rather than wclear() | James Booth | 2013-04-21 | 4 | -9/+9 |
| | | |||||
| * | Added windows include to notifier | James Booth | 2013-04-21 | 2 | -3/+3 |
| | | |||||
| * | Added notifier module | James Booth | 2013-04-21 | 6 | -123/+183 |
| | | |||||
| * | Renamed window_ functions win_ | James Booth | 2013-04-21 | 4 | -113/+113 |
| | | |||||
| * | Renamed remaining win_ functions | James Booth | 2013-04-21 | 5 | -187/+188 |
| | | |||||
| * | Renamed win_current_get_recipient -> ui_current_win_recipient | James Booth | 2013-04-21 | 4 | -28/+28 |
| | | |||||
| * | Replace window type functions with single function returning type | James Booth | 2013-04-21 | 5 | -140/+185 |
| | | |||||
| * | Renamed clear and close functions in ui | James Booth | 2013-04-21 | 3 | -6/+6 |
| | | |||||
| * | Renamed windows.c -> core.c | James Booth | 2013-04-21 | 2 | -2/+2 |
| | | |||||
| * | Moved static function in windows | James Booth | 2013-04-21 | 1 | -42/+42 |
| | | |||||
| * | Renamed cons_bad_show -> cons_show_error | James Booth | 2013-04-21 | 5 | -13/+13 |
| | |