about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Handle software version requests for gateways that return from domainpartJames Booth2015-08-055-2/+39
* Use id handler for software version requests, handle errorsJames Booth2015-08-057-7/+78
* Added software version request testsJames Booth2015-08-044-0/+67
* Added test for missing resource on presenceJames Booth2015-08-043-0/+21
* Modified /account helpJames Booth2015-08-031-30/+32
* Added account status autocompleteJames Booth2015-08-031-0/+20
* Handle private messages that include muc#user namespaceJames Booth2015-08-021-3/+10
* Handle larger than line words in wrappingJames Booth2015-07-301-23/+39
* Added cons_show_paddedJames Booth2015-07-297-45/+64
* Do not print newline when curs position 0James Booth2015-07-291-1/+4
* Added indent paddingJames Booth2015-07-2910-422/+452
* Refactored showing tagged command helpJames Booth2015-07-281-98/+65
* Retagged commandsJames Booth2015-07-274-238/+225
* Added tags to command definitionsJames Booth2015-07-275-90/+362
* Fixed tests for new command formatJames Booth2015-07-2716-851/+353
* Use command definition macros for remaining commandsJames Booth2015-07-261-676/+461
* Added command definition macrosJames Booth2015-07-261-329/+229
* Show command header in help outputJames Booth2015-07-261-1/+8
* Reordered command argumentsJames Booth2015-07-263-166/+166
* Added message for invalid /wins usageJames Booth2015-07-261-0/+2
* Removed old command helpJames Booth2015-07-266-426/+414
* Updated help category outputJames Booth2015-07-263-96/+100
* Moved remaining help to new formatJames Booth2015-07-262-404/+507
* Fix formatting for variables in new helpJames Booth2015-07-251-15/+15
* Generate HTML docs using new help formatJames Booth2015-07-251-15/+73
* Added more help to new formatJames Booth2015-07-251-504/+744
* Added roster to new help formatJames Booth2015-07-241-42/+54
* Added msg to new help formatJames Booth2015-07-241-26/+37
* Added connect to new help formatJames Booth2015-07-242-57/+64
* Moved help and about to new formatJames Booth2015-07-236-111/+244
* Merge branch 'master' into helpJames Booth2015-07-232-18/+17
|\
| * tests: prof_connect_with_roster takes itemsJames Booth2015-07-232-18/+17
* | Merge branch 'master' into helpJames Booth2015-07-228-13/+160
|\|
| * Added id attributes to roster queriesJames Booth2015-07-228-13/+160
* | Added help example textJames Booth2015-07-221-0/+89
* | Fix /help commands spacingJames Booth2015-07-211-1/+1
|/
* Changed os check ordering in install-all.shJames Booth2015-07-211-2/+2
* Added centos to install-all.shJames Booth2015-07-211-0/+19
* Updated CHANGELOGJames Booth2015-07-211-2/+2
* Updated CHANGELOGJames Booth2015-07-211-0/+4
* Added libexpect check for functional testsJames Booth2015-07-202-1/+6
* Added reciept send functional testJames Booth2015-07-203-0/+23
* Added receipt request functional testJames Booth2015-07-204-1/+36
* Added functional test macroJames Booth2015-07-201-102/+36
* Added carbon message testsJames Booth2015-07-203-0/+79
* Fixed time preference displayJames Booth2015-07-191-8/+4
* Removed /mouse commandJames Booth2015-07-1911-89/+6
* Added carbons enable/disable testsJames Booth2015-07-154-1/+35
* Removed 'empty' from roster autocompleterJames Booth2015-07-141-1/+0
* Check for self jid on /softwareJames Booth2015-07-081-0/+4
gbmor.dev> 2019-06-06 02:53:13 -0400 updated makefile/deps' href='/gbmor/getwtxt/commit/go.sum?h=v0.4.8&id=fac4329fdf658aa660884156f05b434d1f1147f9'>fac4329 ^
35f9a62 ^

fac4329 ^


















84f9cfe ^
fac4329 ^
35f9a62 ^


fac4329 ^










35f9a62 ^
bedd5d5 ^

fac4329 ^

35f9a62 ^

fac4329 ^

35f9a62 ^
fac4329 ^







84f9cfe ^
fac4329 ^
84f9cfe ^
fac4329 ^

84f9cfe ^
fac4329 ^





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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194