about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-216-131/+89
* Moved cons_about() to console moduleJames Booth2013-04-208-382/+404
* Added ui/console moduleJames Booth2013-04-203-14/+80
* 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
* Handle when servers do not send fulljid with presenceJames Booth2013-04-072-16/+42
* 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
* 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
* Handle dependent settingsJames Booth2013-03-101-4/+38
* Updated online helpJames Booth2013-03-101-31/+51
* Tidied fix for id attributes that cause a segfaultJames Booth2013-03-083-9/+20
* Fixed problem with using id attribute with apostrophe.James Booth2013-03-071-4/+11
* Added alt-backspace key code for ubuntuJames Booth2013-03-041-0/+1
* Added alt-backspace supportJames Booth2013-03-031-1/+66
* Debug alt-backspaceJames Booth2013-03-021-37/+48
* Added /clear command to clear current windowJames Booth2013-03-023-0/+24
* Check for NULL connection and contextJames Booth2013-03-021-4/+16
* Init and shutdown of libstrophe moved, free resources before creatingJames Booth2013-02-273-12/+26
* Removed connection_shutdown functionJames Booth2013-02-271-12/+9
* Replace FREE_SET_NULLs with function callJames Booth2013-02-271-4/+1
* Split connection_free_resourcesJames Booth2013-02-271-7/+34
* Made connection free resources static functionJames Booth2013-02-272-5/+6
* Added debug to connection handlerJames Booth2013-02-261-0/+12
* Check for resource in unavailable presence handlerJames Booth2013-02-241-3/+7
* Add resource only when resourcepart in JID #152James Booth2013-02-241-11/+15
* Revert "Commented self presence handling #151"James Booth2013-02-212-9/+3
* Commented self presence handling #151James Booth2013-02-202-3/+9