about summary refs log tree commit diff stats
path: root/src/command/command.c
Commit message (Collapse)AuthorAgeFilesLines
* Moved cons_about() to console moduleJames Booth2013-04-201-0/+7
|
* Added /invite for direct MUC invitationsJames Booth2013-04-201-0/+44
|
* 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"
* Mouse handling disabled by default.James Booth2013-03-191-1/+3
|
* Use domain part of current jid when no jid passed to /discoJames Booth2013-03-141-4/+16
|
* Added /disco commandJames Booth2013-03-141-4/+50
|
* Added basic /rooms command to get chat room listJames Booth2013-03-131-0/+37
|
* Handle dependent settingsJames Booth2013-03-101-4/+38
| | | | | /history requires /chlog /outtype and /gone require /states
* Updated online helpJames Booth2013-03-101-31/+51
|
* Added /clear command to clear current windowJames Booth2013-03-021-0/+16
|
* Show available resources for current account with "/account"James Booth2013-02-181-4/+13
|
* Colour connected account in "/account list" according ot presenceJames Booth2013-02-181-13/+2
|
* Fixed invalid resource errorJames Booth2013-02-171-2/+10
|
* Tidied help on /info, /caps and /softwareJames Booth2013-02-171-10/+14
|
* 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