about summary refs log tree commit diff stats
path: root/src/ui
Commit message (Expand)AuthorAgeFilesLines
...
* Show current setting with settings commandsJames Booth2013-06-252-37/+172
* Restructured helpJames Booth2013-06-251-76/+11
* Show messages on /group add and /group removeJames Booth2013-06-232-0/+14
* Show message when removing contact from group when not in groupJames Booth2013-06-232-3/+10
* Show message when contact already in groupJames Booth2013-06-232-0/+7
* Added group add and group remove to /roster commandJames Booth2013-06-022-0/+61
* Added message in console on /roster removeJames Booth2013-06-022-0/+7
* Added message in console on /roster addJames Booth2013-06-022-0/+11
* Added roster list when using /roster with no argsJames Booth2013-06-012-0/+37
* Include subscription states of "both" and "to" in /who outputJames Booth2013-06-011-1/+2
* Use waddstr for incoming messages to avoid truncationJames Booth2013-06-011-7/+8
* Added /leave commandJames Booth2013-05-302-42/+43
* Show participant count in chat roomsJames Booth2013-05-301-5/+11
* Show nickname rather than jid in room invitesJames Booth2013-05-301-2/+16
* Added room name, and window index to desktop message notificationsJames Booth2013-05-233-7/+34
* Do not close MUC windows on /wins pruneJames Booth2013-05-221-5/+8
* Refactored roster push handlingJames Booth2013-05-211-2/+2
* Removed debugJames Booth2013-05-201-1/+0
* Finished handle usageJames Booth2013-05-205-28/+53
* 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
* Show nickname in status updates if availableJames Booth2013-05-191-14/+38
* Added sub to /notify preferences outputJames Booth2013-05-191-6/+11
* Added "tidy" and "prune" options to /wins commandJames Booth2013-05-172-1/+98
* Show 0 rather than 10 in /winsJames Booth2013-05-161-4/+9
* Fixed incoming message text in console to use 0 rather than 10James Booth2013-05-161-1/+5
* Added "read" parameter to /closeJames Booth2013-05-162-0/+11
* Added parameter to /closeJames Booth2013-05-122-0/+45
* Removed contact_list, moved roster logic to xmpp/roster moduleJames Booth2013-05-063-3/+3
* Renamed contact_list_ functions to roster_James Booth2013-05-063-9/+9
* 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
* Use autocomplete instead of hash table for subscription requestsJames Booth2013-05-051-3/+4
* 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-054-4/+78
* Added groupchat logsJames Booth2013-05-051-0/+5
* Include open subscription requests in desktop reminder notificationsJames Booth2013-04-271-1/+12
* Added desktop notification option for subscription requestsJames Booth2013-04-272-0/+10
* Moved display logic for subscriptions to console moduleJames Booth2013-04-272-0/+37
* Show contacts status when receiveing messages via delayed deliveryJames Booth2013-04-271-1/+9
* Support for XEP-0249 Direct MUC InvitationsJames Booth2013-04-244-23/+32
* Reminders for chat room invites - WIPJames Booth2013-04-231-4/+23
* Added desktop notifications for chat room invitesJames Booth2013-04-223-0/+24
* 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-214-122/+181