Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | 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 | 5 | -122/+182 | |
| | ||||||
* | 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 | 1 | -1/+1 | |
| | ||||||
* | 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 | |
| | ||||||
* | Removed cons_bad_command() | James Booth | 2013-04-21 | 3 | -14/+1 | |
| | ||||||
* | Renamed window_show_time -> window_print_time | James Booth | 2013-04-21 | 4 | -78/+78 | |
| | ||||||
* | Moved remaining static functions to console module | James Booth | 2013-04-21 | 3 | -25/+24 | |
| | ||||||
* | Moved cons_bad_command() to console module | James Booth | 2013-04-21 | 2 | -13/+12 | |
| | ||||||
* | Moved cons_show_word() to console module | James Booth | 2013-04-21 | 2 | -12/+11 | |
| | ||||||
* | Moved cons_debug() to console module | James Booth | 2013-04-21 | 2 | -24/+23 | |
| | ||||||
* | Moved cons_show_time() to console module | James Booth | 2013-04-21 | 2 | -26/+26 | |
| | ||||||
* | Moved cons_bad_show() to console module | James Booth | 2013-04-21 | 2 | -21/+25 | |
| | ||||||
* | Moved cons_show_contacts() to console module | James Booth | 2013-04-21 | 2 | -14/+14 | |
| | ||||||
* | Moved help display functions to console module | James Booth | 2013-04-21 | 2 | -121/+115 | |
| | ||||||
* | Moved preferences display functions to console module | James Booth | 2013-04-21 | 2 | -213/+243 | |
| | ||||||
* | Moved cons_show_account() to console module | James Booth | 2013-04-21 | 2 | -110/+115 | |
| | ||||||
* | Moved cons_show_account_list() to console module | James Booth | 2013-04-21 | 2 | -26/+36 | |
| | ||||||
* | Moved cons_show_room_invite() to console module | James Booth | 2013-04-21 | 2 | -31/+31 | |
| | ||||||
* | Moved cons_show_status() to console module | James Booth | 2013-04-21 | 4 | -64/+65 | |
| | ||||||
* | Moved cons_show_disco_info() and cons_show_disco_items() to console | James Booth | 2013-04-21 | 2 | -62/+71 | |
| | | | | module | |||||
* | Moved cons_show_room_list() to console module | James Booth | 2013-04-21 | 2 | -20/+25 | |
| | ||||||
* | Moved cons_show_software_version() to console module | James Booth | 2013-04-21 | 2 | -23/+28 | |
| | ||||||
* | Moved cons_show_caps() to console module | James Booth | 2013-04-21 | 2 | -80/+76 | |
| | ||||||
* | Moved cons_show_info() to console module | James Booth | 2013-04-21 | 2 | -141/+134 | |
| | ||||||
* | Moved cons_show_wins() to console module | James Booth | 2013-04-21 | 3 | -77/+86 | |
| | ||||||
* | Moved cons_show_login_success() to console module | James Booth | 2013-04-21 | 6 | -131/+89 | |
| | ||||||
* | Moved cons_about() to console module | James Booth | 2013-04-20 | 8 | -382/+404 | |
| | ||||||
* | Added ui/console module | James Booth | 2013-04-20 | 3 | -14/+80 | |
| | ||||||
* | Added /invite for direct MUC invitations | James Booth | 2013-04-20 | 5 | -17/+85 | |
| | ||||||
* | Show shortened room jid if possible on invite | James Booth | 2013-04-18 | 3 | -5/+36 | |
| | ||||||
* | Guess conference server if not supplied when joining room (/join) | James Booth | 2013-04-10 | 1 | -8/+30 | |
| | | | | | | | "@conference.<domain-part>" will be appended to the /join argument where <domain-part> is the domainpart of the users jid. E.g. the user "user@server.org" typing "/join chatroom" is equivalent to "/join chatroom@conference.server.org" | |||||
* | Handle when servers do not send fulljid with presence | James Booth | 2013-04-07 | 2 | -16/+42 | |
| | | | | | A default resource "__prof_default" is created, and invisible to the user for most purposes. | |||||
* | Show message in console when receiving chat room invites | James Booth | 2013-03-24 | 7 | -3/+121 | |
| | ||||||
* | Added disco items to features in disco info responses | James Booth | 2013-03-24 | 1 | -0/+6 | |
| | ||||||
* | Respond to disco items query | James Booth | 2013-03-24 | 1 | -0/+29 | |
| | ||||||
* | Add newline before disco output | James Booth | 2013-03-24 | 1 | -0/+3 | |
| | ||||||
* | Respond to disco info requests without node attribute | James Booth | 2013-03-24 | 1 | -2/+4 | |
| |