about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* Added /duck command to perform searches using duckduckgo chat botJames Booth2013-05-0511-10/+182
|
* Added groupchat logsJames Booth2013-05-057-1/+149
| | | | closes #168
* 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
| | | | closes #167
* Added desktop notification option for subscription requestsJames Booth2013-04-276-1/+63
| | | | closes #166
* 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
| | | | fixes #122
* 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
| | | | Commands /invite, /invites, /decline and /join
* Reminders for chat room invites - WIPJames Booth2013-04-231-4/+23
|
* Merge branch 'ui'James Booth2013-04-2215-3155/+3356
|\ | | | | | | | | Conflicts: src/ui/windows.c
| * Added desktop notifications for chat room invitesJames Booth2013-04-226-1/+45
| | | | | | | | Use "/notify invite on|off"
| * 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-216-123/+183
| |
| * 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-212-2/+2
| |
| * 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
| |
| * Moved cons_debug() to console moduleJames Booth2013-04-212-24/+23
| |
| * Moved cons_show_time() to console moduleJames Booth2013-04-212-26/+26
| |
| * Moved cons_bad_show() to console moduleJames Booth2013-04-212-21/+25
| |
| * Moved cons_show_contacts() to console moduleJames Booth2013-04-212-14/+14
| |
| * Moved help display functions to console moduleJames Booth2013-04-212-121/+115
| |
| * Moved preferences display functions to console moduleJames Booth2013-04-212-213/+243
| |
| * Moved cons_show_account() to console moduleJames Booth2013-04-212-110/+115
| |
| * Moved cons_show_account_list() to console moduleJames Booth2013-04-212-26/+36
| |
| * Moved cons_show_room_invite() to console moduleJames Booth2013-04-212-31/+31
| |
| * Moved cons_show_status() to console moduleJames Booth2013-04-214-64/+65
| |
| * Moved cons_show_disco_info() and cons_show_disco_items() to consoleJames Booth2013-04-212-62/+71
| | | | | | | | module
| * Moved cons_show_room_list() to console moduleJames Booth2013-04-212-20/+25
| |
| * Moved cons_show_software_version() to console moduleJames Booth2013-04-212-23/+28
| |
| * Moved cons_show_caps() to console moduleJames Booth2013-04-212-80/+76
| |
| * Moved cons_show_info() to console moduleJames Booth2013-04-212-141/+134
| |
| * Moved cons_show_wins() to console moduleJames Booth2013-04-213-77/+86
| |
| * Moved cons_show_login_success() to console moduleJames Booth2013-04-217-132/+90
| |
| * Moved cons_about() to console moduleJames Booth2013-04-208-382/+404
| |
| * Added ui/console moduleJames Booth2013-04-204-14/+81
| |
* | Use werase() rather than wclear() to avoid screen flashJames Booth2013-04-224-9/+9
|/
* Added /invite for direct MUC invitationsJames Booth2013-04-205-17/+85
|