about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed #174James Booth2013-05-221-0/+3
* Removed unused offline_msg parameter from roster_addJames Booth2013-05-212-7/+4
* Refactored roster push handlingJames Booth2013-05-217-28/+57
* Renamed roster_change_handle -> roster_change_nameJames Booth2013-05-213-21/+21
* Renamed roster_barejid_from_handle -> roster_barejid_from_nameJames Booth2013-05-214-8/+8
* Renamed handle, jid and resource in rosterJames Booth2013-05-211-58/+58
* Renamed _roster_handle_set -> _roster_handle_pushJames Booth2013-05-211-3/+5
* Renamed roster_jid_from_handle -> roster_barejid_from_handleJames Booth2013-05-214-7/+17
* Removed debugJames Booth2013-05-201-1/+0
* Finished handle usageJames Booth2013-05-206-29/+65
* Roster handle changes handled correctlyJames Booth2013-05-202-40/+69
* Added jid autocompleter for /roster nick commandJames Booth2013-05-203-19/+35
* Pass jid when creating new window for /msg with no messageJames Booth2013-05-201-1/+1
* Use handle for /info commandJames Booth2013-05-191-1/+6
* Use handle in /msg commandJames Booth2013-05-195-18/+75
* Use handle in incoming message console when existsJames Booth2013-05-191-1/+1
* Use handle in chat windows if availableJames Booth2013-05-191-4/+13
* Show handle rather than jid in /who output if existsJames Booth2013-05-191-2/+3
* Show contacts handle as window title in chatJames Booth2013-05-193-4/+13
* Changing roster handle with no argument clears handleJames Booth2013-05-193-6/+14
* Show nickname in status updates if availableJames Booth2013-05-191-14/+38
* Added /roster autocompleteJames Booth2013-05-191-0/+18
* Added sub to /notify preferences outputJames Booth2013-05-192-7/+11
* Added /roster command with nick option to change handleJames Booth2013-05-198-29/+102
* Added "tidy" and "prune" options to /wins commandJames Booth2013-05-173-34/+126
* Show how many windows closed with /close all and /close readJames Booth2013-05-161-3/+17
* Show 0 rather than 10 in /winsJames Booth2013-05-161-4/+9
* Show correct message when closing window 0James Booth2013-05-161-1/+1
* Use 0 not 10 on window close messageJames Booth2013-05-161-1/+5
* Fixed incoming message text in console to use 0 rather than 10James Booth2013-05-161-1/+5
* Added autocompleter for /close commandJames Booth2013-05-161-0/+8
* Added "read" parameter to /closeJames Booth2013-05-163-3/+26
* Added parameter to /closeJames Booth2013-05-123-26/+114
* Removed contact_list, moved roster logic to xmpp/roster moduleJames Booth2013-05-0611-289/+230
* Renamed contact_list_ functions to roster_James Booth2013-05-0610-63/+62
* Tidied includes in iq.cJames Booth2013-05-061-6/+1
* Created roster module, moved roster iq'sJames Booth2013-05-064-85/+158
* Fixed memory leakJames Booth2013-05-061-1/+4
* Removed blank linesJames Booth2013-05-061-2/+0
* Unicode support for /duck outputJames Booth2013-05-061-5/+10
* Fixed error when losing connection and segfaulting on notify_remind()James Booth2013-05-065-6/+20
* Autocomplete "/sub allow" parameter from subscription requestsJames Booth2013-05-053-1/+44
* Use autocomplete instead of hash table for subscription requestsJames Booth2013-05-053-22/+16
* Include time in ddg search result output linesJames Booth2013-05-051-1/+14
* Added /duck command to perform searches using duckduckgo chat botJames Booth2013-05-0511-10/+182
* Added groupchat logsJames Booth2013-05-057-1/+149
* Fixed bug where /msg not logging chatJames Booth2013-04-281-1/+1
* Include open subscription requests in desktop reminder notificationsJames Booth2013-04-273-1/+23
* Added desktop notification option for subscription requestsJames Booth2013-04-276-1/+63
* Moved display logic for subscriptions to console moduleJames Booth2013-04-273-27/+39
lt;vc@akkartik.com> 2018-07-27 17:07:52 -0700 committer Kartik Agaram <vc@akkartik.com> 2018-07-27 17:08:29 -0700 4447' href='/akkartik/mu/commit/html/002test.cc.html?h=main&id=5fe060d582d4a82444243a28b18085c971a85628'>5fe060d5 ^
6e1eeeeb ^
5fe060d5 ^

c504ca56 ^
6e1eeeeb ^
5fe060d5 ^


6e1eeeeb ^
5fe060d5 ^






6e1eeeeb ^
5fe060d5 ^
6e1eeeeb ^

5fe060d5 ^












6e1eeeeb ^

c504ca56 ^
6e1eeeeb ^









8aeb85f0 ^
6e1eeeeb ^












c504ca56 ^









672e3e50 ^


a654e4ec ^
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174