about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Added /invite for direct MUC invitationsJames Booth2013-04-205-17/+85
|
* Show shortened room jid if possible on inviteJames Booth2013-04-183-5/+36
|
* Guess conference server if not supplied when joining room (/join)James Booth2013-04-101-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 presenceJames Booth2013-04-072-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 invitesJames Booth2013-03-247-3/+121
|
* Added disco items to features in disco info responsesJames Booth2013-03-241-0/+6
|
* Respond to disco items queryJames Booth2013-03-241-0/+29
|
* Add newline before disco outputJames Booth2013-03-241-0/+3
|
* Respond to disco info requests without node attributeJames Booth2013-03-241-2/+4
|
* Merge pull request #161 from pasis/autotoolsJames Booth2013-03-241-2/+6
|\ | | | | Add -Werror only for development builds
| * Add -Werror only for development buildsDmitry Podgorny2013-03-241-2/+6
|/
* Removed mouse wheel from navigation helpJames Booth2013-03-191-1/+0
|
* Mouse handling disabled by default.James Booth2013-03-192-2/+3
|
* Refactor getting caps_keyJames Booth2013-03-171-86/+60
|
* Refactor show and status stanza handlingJames Booth2013-03-173-36/+34
|
* Refactor resource handling in available handlerJames Booth2013-03-171-15/+13
|
* Renamed ID attribute for capabilities disco info requestJames Booth2013-03-172-8/+6
|
* Implemented output for /disco infoJames Booth2013-03-147-2/+128
|
* Added output for /disco itemsJames Booth2013-03-145-5/+37
|
* Show name as well as jid for room listJames Booth2013-03-145-17/+46
|
* Use domain part of current jid when no jid passed to /discoJames Booth2013-03-141-4/+16
|
* Removed unnecessary NULL checksJames Booth2013-03-141-2/+2
|
* Added /disco commandJames Booth2013-03-146-20/+92
|
* Page off after /rooms commandJames Booth2013-03-141-0/+1
|
* Added basic /rooms command to get chat room listJames Booth2013-03-137-0/+126
|
* fixed crash in stanza_create_form when text is NULLDmitry Podgorny2013-03-122-1/+8
| | | | | | xmpp_stanza_get_text may return NULL. Also fixed memory leak: xmpp_stanza_get_text returns new allocated string and it must be freed by xmpp_free().
* Set development versionJames Booth2013-03-101-2/+2
|