about summary refs log tree commit diff stats
path: root/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'master' into pgpJames Booth2015-04-301-1/+0
|\|
| * Removed ui_win_switch_numJames Booth2015-04-301-1/+0
* | Merge branch 'master' into pgpJames Booth2015-04-281-0/+2
|\|
| * Added ui events moduleJames Booth2015-04-281-0/+2
* | Merge branch 'master' into pgpJames Booth2015-04-191-0/+2
|\|
| * Added client_events module, reuse message sending code for all commandsJames Booth2015-04-191-0/+2
* | Merge branch 'master' into pgpJames Booth2015-04-191-2/+2
|\|
| * Moved server_events to event/James Booth2015-04-191-2/+2
* | Added pgp key list commandJames Booth2015-03-221-0/+9
|/
* Merge branch 'master' into readlineJames Booth2015-03-081-1/+5
|\
| * Fixed tests for --disable-otrJames Booth2015-03-041-1/+5
* | Removed history and various key handlersJames Booth2015-01-301-6/+0
* | Extracted keyhandler for printable charactersJames Booth2015-01-201-0/+3
|/
* Simplified autocompleters and command historyJames Booth2015-01-161-4/+4
* Added remaining chat statesJames Booth2015-01-111-0/+2
* Added test to ensure chat sessions cleared on cmd_disconnectJames Booth2015-01-101-0/+1
* Added chat session testsJames Booth2015-01-061-0/+1
* Added server_event testsJames Booth2014-12-251-0/+1
* Added roster_list testsJames Booth2014-12-251-0/+1
* Added preferences testsJames Booth2014-12-251-0/+1
* Added parser testsJames Booth2014-12-251-0/+1
* Added muc testsJames Booth2014-12-251-0/+1
* Added jid testsJames Booth2014-12-251-0/+1
* Added history testsJames Booth2014-12-251-0/+1
* Added form testsJames Booth2014-12-251-1/+2
* Added contact testsJames Booth2014-12-251-0/+1
* Added common testsJames Booth2014-12-251-0/+1
* Added cmd_win testsJames Booth2014-12-251-0/+1
* Added cmd_sub testsJames Booth2014-12-251-0/+1
* Added cmd_statuses testsJames Booth2014-12-251-0/+1
* Added cmd_roster testsJames Booth2014-12-241-0/+1
* Added cmd_rooms testsJames Booth2014-12-241-0/+1
* Added cmd_otr testsJames Booth2014-12-241-2/+1
* Added cmd_join testsJames Booth2014-12-241-0/+1
* Added cmd_connect testsJames Booth2014-12-241-0/+1
* Added cmd_bookmark testsJames Booth2014-12-241-0/+1
* Added cmd_alias testsJames Booth2014-12-241-0/+1
* Added autocomplete testsJames Booth2014-12-241-0/+1
* Use will_return instead of mock valuesJames Booth2014-12-231-3/+3
* Added stubbed implementationsJames Booth2014-12-231-27/+5
* Added occupantswin.cJames Booth2014-12-161-1/+1
* Moved roster functionsJames Booth2014-12-161-2/+1
* Added rosterwin.cJames Booth2014-12-161-0/+2
* Revert "Added -lstrophe to test dependencies"James Booth2014-09-171-1/+1
* Added -lstrophe to test dependenciesJames Booth2014-09-171-1/+1
* Added form testsJames Booth2014-09-141-1/+3
* Created form moduleJames Booth2014-09-051-0/+1
* Added LICENSE.txt to dist targetJames Booth2014-08-241-1/+1
* Added scripts and profrc.example to dist targetJames Booth2014-08-041-2/+4
* Added buffer handling. Buffer are initialized, pushed, and freed. No use is m...Immae2014-06-231-0/+2
ter Kartik K. Agaram <vc@akkartik.com> 2016-12-26 20:58:37 -0800 3713 - cross-link calls with definitions in html' href='/akkartik/mu/commit/html/012transform.cc.html?h=hlt&id=201458e3bd2f1d79a0ea0b853552e9df267e92b1'>201458e3 ^
104e521c ^
9e751bb8 ^
e4ac3c9e ^

805d58c6 ^


e4ac3c9e ^
805d58c6 ^

9e751bb8 ^











e4ac3c9e ^
9e751bb8 ^
e4ac3c9e ^
9e751bb8 ^


104e521c ^
e4ac3c9e ^
805d58c6 ^










9e751bb8 ^






5fe060d5 ^
9e751bb8 ^






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