about summary refs log tree commit diff stats
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
* Update GPL link in headersJames Booth2016-07-241-1/+1
* Updated GPL URLPete Maynard2016-07-211-1/+1
* Rename command sourcesJames Booth2016-05-221-1/+1
* Merge remote-tracking branch 'Dav1d23/master'James Booth2016-04-111-0/+6
|\
| * Re-introduce gtk_use booleanDavid2016-04-101-8/+0
| * libgtk is now optionalDavid2016-03-301-4/+12
| * fix no gtk initDavid2016-03-131-3/+6
| * Merge branch 'tray_icon' into HEADDavid2016-03-121-0/+4
| |\
| | * Introduce Tray Icon for ProfanityDavid2016-03-061-0/+4
* | | Removed #AX_PREFIX_CONFIG_HJames Booth2016-03-311-15/+15
|/ /
* | Added python support to -vJames Booth2016-02-241-0/+6
* | Removed non c plugin codeJames Booth2016-02-141-0/+6
* | Merge branch 'master' into plugins-cJames Booth2016-02-141-2/+2
|\|
| * Updated copyrightJames Booth2016-02-141-2/+2
* | Added C plugin code from plugins branchJames Booth2016-02-141-13/+13
|/
* Added missing config.h includesJames Booth2015-10-311-1/+3
* Merge remote-tracking branch 'jubalh/jub'James Booth2015-10-241-12/+2
|\
| * Create is_notify_enabled functionMichael Vetter2015-10-121-12/+2
* | Removed --disable-tls command line optionJames Booth2015-10-181-3/+1
|/
* Check for libmesode, fall back to libstropheJames Booth2015-09-211-0/+7
* Added pgp key list commandJames Booth2015-03-221-0/+6
* Updated copyrightJames Booth2015-02-101-2/+2
* Added code to generate HTML command reference for websiteJames Booth2015-02-081-7/+6
* Removed function pointersJames Booth2014-12-221-25/+0
* Added occupantswin.cJames Booth2014-12-161-0/+1
* Moved roster functionsJames Booth2014-12-161-0/+1
* Rewrite form parserJames Booth2014-09-061-0/+1
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
* Fix notification support check for cygwinJames Booth2014-08-101-6/+13
* Removed empty linesJames Booth2014-07-081-5/+0
* Added OTR and notification info to --versionJames Booth2014-07-081-0/+24
* Free GError on command line option parseJames Booth2014-06-231-0/+1
* Added -a (--account) option to man pageJames Booth2014-04-231-1/+1
* Removed inputwin functions from ui.hJames Booth2014-04-071-1/+0
* Removed statusbar functions from ui.hJames Booth2014-04-071-1/+0
* Removed titlebar functions from ui.hJames Booth2014-04-071-1/+0
* Tidied ui dependenciesJames Booth2014-04-061-0/+1
* Updated copyrightJames Booth2014-03-091-2/+2
* fixed build error when make run with -jN optionDmitry Podgorny2014-03-061-1/+1
* Mock otr module for cmd_otr testsJames Booth2014-02-161-0/+6
* Added mock_accounts and fixed testsJames Booth2013-12-261-0/+2
* Bind remaining ui functions in main.cJames Booth2013-12-231-0/+4
* Bind console functions in main.cJames Booth2013-12-231-0/+1
* Bind ui core functions in main.cJames Booth2013-12-221-0/+3
* Bind roster functions in main.cJames Booth2013-12-221-0/+1
* Bind presence functions in main.cJames Booth2013-12-221-0/+1
* Bind message functions in main.cJames Booth2013-12-221-0/+1
* Bind iq functions in main.cJames Booth2013-12-221-0/+1
* Bind capabilities functions in main.cJames Booth2013-12-221-0/+1
* Bind bookmark functions in main.cJames Booth2013-12-221-0/+1
it/main.lua?id=34f9670215c4504a218864679b84adfe31f60a54'>34f9670 ^
9ade4d2 ^
34f9670 ^
9ade4d2 ^
45eee7a ^
cfdd563 ^
9ade4d2 ^
b586c73 ^
cfdd563 ^

9ade4d2 ^
51eb86c ^

8f06b74 ^
9ade4d2 ^
8f06b74 ^
45eee7a ^
662096d ^
45eee7a ^
cfdd563 ^
9ade4d2 ^
b586c73 ^
cfdd563 ^

9ade4d2 ^
8f06b74 ^

51eb86c ^
dc618a4 ^
51eb86c ^
9ade4d2 ^
51eb86c ^
f91e520 ^


475bbd7 ^
40b1780 ^
f144bdf ^
f91e520 ^
18bb4624 ^
f91e520 ^
















d482694 ^
f91e520 ^
35d14c8 ^
f91e520 ^
475bbd7 ^
51eb86c ^



c1ba40a ^
475bbd7 ^

6e152a9 ^

3a9f02c ^
40b1780 ^
e2d4edb ^
92bd683 ^

e2d4edb ^

92bd683 ^

3a9f02c ^


e83f219 ^

eaa3820 ^
4818672 ^
eaa3820 ^

4aa2003 ^
222a11a ^

b544e8c ^




f91e520 ^



ec410d5 ^
f91e520 ^




ec410d5 ^

f91e520 ^







ec410d5 ^
222a11a ^

ccf7ecc ^


4aa2003 ^

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
195
196
197
198