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
hut <hut@lavabit.com> 2011-10-08 21:13:14 +0200 README: Updated dependencies' href='/akspecs/ranger/commit/README?h=v1.9.0b6&id=070698886dbe2abfba7b2d9464dc01bf1555b3da'>07069888 ^
7838675f ^

1891697f ^
755e7df1 ^
a3d5f44b ^
66a8d4ff ^
7838675f ^
7dc8fef8 ^
80a93f0b ^
500cf259 ^

7dc8fef8 ^


80a93f0b ^
240394a4 ^



240394a4 ^
7dc8fef8 ^
240394a4 ^

96004e71 ^
240394a4 ^

96004e71 ^
240394a4 ^



e5fb3d74 ^
240394a4 ^

240394a4 ^
7dc8fef8 ^



7b33b517 ^

176e8a68 ^
7b33b517 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100