about summary refs log tree commit diff stats
path: root/src/command/command.c
Commit message (Collapse)AuthorAgeFilesLines
* Colour title on /caps and /software outputJames Booth2013-02-171-38/+23
|
* Added /software command handling to chat rooms and private chatJames Booth2013-02-171-10/+35
|
* Added autocomplete for /software commandJames Booth2013-02-171-0/+33
|
* Added /caps commandJames Booth2013-02-171-0/+78
|
* Show all resources ordered by priority with /info commandJames Booth2013-02-171-17/+21
|
* Dealing with mulitple contact resources, work in progressJames Booth2013-02-141-14/+17
|
* Added resource_presence_t and contact_presence_tJames Booth2013-02-101-44/+23
|
* Removed presence from jabber_connJames Booth2013-02-101-5/+5
|
* Renamed jabber_presence_t->presence_tJames Booth2013-02-101-5/+5
|
* Renamed contact property jid->barejidJames Booth2013-02-091-1/+1
|
* Refactored string preferencesJames Booth2013-02-031-4/+4
|
* Refactored setting boolean preferencesJames Booth2013-02-031-23/+21
|
* Refactored getting boolean preferencesJames Booth2013-02-031-4/+4
|
* Added config dir to sourceJames Booth2013-02-021-3/+3
|
* Added command and tools subdirs to sourceJames Booth2013-02-021-0/+2671