about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Finished handle usageJames Booth2013-05-206-29/+65
* Roster handle changes handled correctlyJames Booth2013-05-202-40/+69
* Added jid autocompleter for /roster nick commandJames Booth2013-05-203-19/+35
* 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-195-18/+75
* Use handle in incoming message console when existsJames Booth2013-05-191-1/+1
* Use handle in chat windows if availableJames Booth2013-05-191-4/+13
* Show handle rather than jid in /who output if existsJames Booth2013-05-191-2/+3
* Show contacts handle as window title in chatJames Booth2013-05-193-4/+13
* Changing roster handle with no argument clears handleJames Booth2013-05-193-6/+14
* Show nickname in status updates if availableJames Booth2013-05-191-14/+38
* Added /roster autocompleteJames Booth2013-05-191-0/+18
* 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