Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Added windows include to notifier | James Booth | 2013-04-21 | 2 | -3/+3 | |
| | | ||||||
| * | Added notifier module | James Booth | 2013-04-21 | 6 | -123/+183 | |
| | | ||||||
| * | 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 | 2 | -2/+2 | |
| | | ||||||
| * | 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 | 7 | -132/+90 | |
| | | ||||||
| * | Moved cons_about() to console module | James Booth | 2013-04-20 | 8 | -382/+404 | |
| | | ||||||
| * | Added ui/console module | James Booth | 2013-04-20 | 4 | -14/+81 | |
| | | ||||||
* | | Use werase() rather than wclear() to avoid screen flash | James Booth | 2013-04-22 | 4 | -9/+9 | |
|/ | ||||||
* | 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 | |
| | ||||||
* | Merge pull request #161 from pasis/autotools | James Booth | 2013-03-24 | 1 | -2/+6 | |
|\ | | | | | Add -Werror only for development builds | |||||
| * | Add -Werror only for development builds | Dmitry Podgorny | 2013-03-24 | 1 | -2/+6 | |
|/ | ||||||
* | Removed mouse wheel from navigation help | James Booth | 2013-03-19 | 1 | -1/+0 | |
| | ||||||
* | Mouse handling disabled by default. | James Booth | 2013-03-19 | 2 | -2/+3 | |
| | ||||||
* | Refactor getting caps_key | James Booth | 2013-03-17 | 1 | -86/+60 | |
| | ||||||
* | Refactor show and status stanza handling | James Booth | 2013-03-17 | 3 | -36/+34 | |
| |