about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Added sub to /notify preferences outputJames Booth2013-05-192-7/+11
* Added /roster command with nick option to change handleJames Booth2013-05-198-29/+102
* Added "tidy" and "prune" options to /wins commandJames Booth2013-05-173-34/+126
* Show how many windows closed with /close all and /close readJames Booth2013-05-161-3/+17
* Show 0 rather than 10 in /winsJames Booth2013-05-161-4/+9
* 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
* Fixed incoming message text in console to use 0 rather than 10James Booth2013-05-161-1/+5
* Added autocompleter for /close commandJames Booth2013-05-161-0/+8
* Added "read" parameter to /closeJames Booth2013-05-163-3/+26
* Added parameter to /closeJames Booth2013-05-123-26/+114
* Removed contact_list, moved roster logic to xmpp/roster moduleJames Booth2013-05-0611-289/+230
* Renamed contact_list_ functions to roster_James Booth2013-05-0610-63/+62
* Tidied includes in iq.cJames Booth2013-05-061-6/+1
* Created roster module, moved roster iq'sJames Booth2013-05-064-85/+158
* Fixed memory leakJames Booth2013-05-061-1/+4
* Removed blank linesJames Booth2013-05-061-2/+0
* Unicode support for /duck outputJames Booth2013-05-061-5/+10
* Fixed error when losing connection and segfaulting on notify_remind()James Booth2013-05-065-6/+20
* Autocomplete "/sub allow" parameter from subscription requestsJames Booth2013-05-053-1/+44
* Use autocomplete instead of hash table for subscription requestsJames Booth2013-05-053-22/+16
* Include time in ddg search result output linesJames Booth2013-05-051-1/+14
* Added /duck command to perform searches using duckduckgo chat botJames Booth2013-05-0511-10/+182
* Added groupchat logsJames Booth2013-05-057-1/+149
* Fixed bug where /msg not logging chatJames Booth2013-04-281-1/+1
* Include open subscription requests in desktop reminder notificationsJames Booth2013-04-273-1/+23
* Added desktop notification option for subscription requestsJames Booth2013-04-276-1/+63
* Moved display logic for subscriptions to console moduleJames Booth2013-04-273-27/+39
* Only set autoaway when status is "online" or "chat"James Booth2013-04-271-27/+30
* Show contacts status when receiveing messages via delayed deliveryJames Booth2013-04-271-1/+9
* Support for XEP-0249 Direct MUC InvitationsJames Booth2013-04-2410-25/+174
* Reminders for chat room invites - WIPJames Booth2013-04-231-4/+23
* Added desktop notifications for chat room invitesJames Booth2013-04-226-1/+45
* Refactor marking windows as dirty and status bar new indicatorJames Booth2013-04-223-168/+128
* Use werase() rather than wclear()James Booth2013-04-214-9/+9
* Added windows include to notifierJames Booth2013-04-212-3/+3
* Added notifier moduleJames Booth2013-04-215-122/+182
* Renamed window_ functions win_James Booth2013-04-214-113/+113
* Renamed remaining win_ functionsJames Booth2013-04-215-187/+188
* Renamed win_current_get_recipient -> ui_current_win_recipientJames Booth2013-04-214-28/+28
* Replace window type functions with single function returning typeJames Booth2013-04-215-140/+185
* Renamed clear and close functions in uiJames Booth2013-04-213-6/+6
* Renamed windows.c -> core.cJames Booth2013-04-211-1/+1
* Moved static function in windowsJames Booth2013-04-211-42/+42
* Renamed cons_bad_show -> cons_show_errorJames Booth2013-04-215-13/+13
* Removed cons_bad_command()James Booth2013-04-213-14/+1
* Renamed window_show_time -> window_print_timeJames Booth2013-04-214-78/+78
* Moved remaining static functions to console moduleJames Booth2013-04-213-25/+24
* Moved cons_bad_command() to console moduleJames Booth2013-04-212-13/+12
* Moved cons_show_word() to console moduleJames Booth2013-04-212-12/+11