about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove all from resource hash table, rather than destroyJames Booth2013-02-191-1/+1
* Only show resources for connected accountJames Booth2013-02-181-67/+69
* Show available resources for current account with "/account"James Booth2013-02-186-34/+155
* Colour connected account in "/account list" according ot presenceJames Booth2013-02-183-13/+29
* Fixed invalid resource errorJames Booth2013-02-171-2/+10
* Tidied help on /info, /caps and /softwareJames Booth2013-02-171-10/+14
* Tidied new command output, ordered featuresJames Booth2013-02-172-11/+12
* Added ping to featuresJames Booth2013-02-171-0/+5
* Colour title on /caps and /software outputJames Booth2013-02-178-65/+130
* Fixed autoawayJames Booth2013-02-171-11/+11
* Added chatstates to capabilitiesJames Booth2013-02-171-0/+6
* Added /software command handling to chat rooms and private chatJames Booth2013-02-171-10/+35
* Show fulljid when contact becomes unavailableJames Booth2013-02-171-1/+3
* Added autocomplete for /software commandJames Booth2013-02-1711-1/+163
* Added /caps commandJames Booth2013-02-177-6/+130
* Show all resources ordered by priority with /info commandJames Booth2013-02-1712-159/+212
* Dealing with mulitple contact resources, work in progressJames Booth2013-02-144-37/+112
* Removed whitespaceJames Booth2013-02-141-2/+2
* Simple default resource hanlding on presenceJames Booth2013-02-149-56/+76
* Tidy up presence moduleJames Booth2013-02-103-72/+154
* Added usage of handlers to message and presence modulesJames Booth2013-02-104-95/+160
* Added p_contact_add_resourceJames Booth2013-02-105-15/+22