about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Changed help for /help commandJames Booth2013-06-251-8/+8
* Changed client type to 'console' as per http://xmpp.org/registrar/disco-categ...James Booth2013-06-251-1/+1
* Restructured helpJames Booth2013-06-253-226/+169
* Renamed commands arrayJames Booth2013-06-241-3/+3
* Sorted command prototypesJames Booth2013-06-231-42/+42
* Renamed _cmd_set commandsJames Booth2013-06-231-57/+57
* Moved /account, /prefs and /theme to settings commandsJames Booth2013-06-231-64/+65
* Show messages on /group add and /group removeJames Booth2013-06-239-8/+130
* Show message when removing contact from group when not in groupJames Booth2013-06-235-6/+27
* Show message when contact already in groupJames Booth2013-06-235-0/+21
* Autocomplete /group add and /group remove contact paramaterJames Booth2013-06-233-0/+67
* Start chat session on /msg with no message parameterJames Booth2013-06-201-0/+14
* Moved stophe references in message sendJames Booth2013-06-201-2/+2
* Merge remote-tracking branch 'dmitry/captcha-2' into captchaJames Booth2013-06-162-0/+13
|\
| * added support of captcha in a MUCDmitry Podgorny2013-06-092-0/+13
* | fixed memory leaks in presence.cDmitry Podgorny2013-06-092-7/+37
* | fixed several memory leaksDmitry Podgorny2013-06-093-21/+64
|/
* Changed helpKieran Thandi2013-06-071-1/+1
* Implemented /group command with no args (list groups)James Booth2013-06-023-1/+20
* Refactor specific autocomplete functionsJames Booth2013-06-021-53/+13
* Refactor autocompletersJames Booth2013-06-023-334/+366
* Changed autocomplete for /group and /whoJames Booth2013-06-023-3/+61
* Seperated roster group management to /group commandJames Booth2013-06-021-58/+104
* Use freetext parser for /whoJames Booth2013-06-021-1/+1
* Added group argument to /whoJames Booth2013-06-021-12/+52
* Added 'any' to /who commandJames Booth2013-06-021-3/+5
* Added group add and group remove to /roster commandJames Booth2013-06-027-1/+220
* Updated help for /roster commandJames Booth2013-06-021-6/+13
* Added message in console on /roster removeJames Booth2013-06-025-0/+17
* Added message in console on /roster addJames Booth2013-06-026-4/+29
* Added autocomplete for /roster removeJames Booth2013-06-021-0/+2
* Added /roster remove commandJames Booth2013-06-025-0/+56
* Added /roster add commandJames Booth2013-06-013-25/+54
* Added roster list when using /roster with no argsJames Booth2013-06-015-21/+86
* Include subscription states of "both" and "to" in /who outputJames Booth2013-06-011-1/+2
* Added autocomplete to /sub denyJames Booth2013-06-011-0/+14
* Use waddstr for incoming messages to avoid truncationJames Booth2013-06-012-8/+8
* Added /leave commandJames Booth2013-05-303-42/+76
* Show participant count in chat roomsJames Booth2013-05-301-5/+11
* Sort room participants on /who commandJames Booth2013-05-301-1/+29
* Sort contacts on /who outputJames Booth2013-05-301-1/+30
* Show nickname rather than jid in room invitesJames Booth2013-05-301-2/+16
* Use nickname to jid mapping when sending room invitesJames Booth2013-05-301-1/+5
* Fixed autoawayJames Booth2013-05-301-0/+1
* Added rooms history to ProfAccountJames Booth2013-05-232-0/+17
* Added room name, and window index to desktop message notificationsJames Booth2013-05-233-7/+34
* Do not close MUC windows on /wins pruneJames Booth2013-05-221-5/+8
* Add groups to roster contactsJames Booth2013-05-228-16/+104
* Refactor roster.cJames Booth2013-05-221-72/+63
* Reuse roster_add in roster_updateJames Booth2013-05-221-163/+154
lavabit.com> 2010-05-03 23:58:07 +0200 Makefile: added `make bm` to run all benchmarks BMCOUNT times' href='/akspecs/ranger/commit/Makefile?h=v1.9.0b1&id=4ade06a67abb6293c2695627b8b2b2c04298d8b6'>4ade06a6 ^
3a1e1f28 ^
0c2c782d ^

30ae2137 ^
b0a216f5 ^
4ade06a6 ^
b0a216f5 ^
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
101
102
103
104
105
106
107
108
109
110
111
112