about summary refs log tree commit diff stats
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMichael Vetter2023-01-101-2/+2
* Add checks for whether gdk-pixbuf exists before using avatar setMarcoPolo-PasTonMolo2022-05-261-0/+6
* Update copyright yearMichael Vetter2022-05-091-2/+2
* first step to remove libmesodeSteffen Jaeckel2021-10-271-5/+0
* Format code correctlyMichael Vetter2021-10-051-1/+1
* Mention clipboard in version outputMichael Vetter2021-04-161-2/+2
* Update copyrightMichael Vetter2021-01-081-2/+2
* Adapt profanity --help outputMichael Vetter2020-12-111-1/+1
* Create cmd to generate man pages for prof commandsMichael Vetter2020-12-041-3/+8
* Apply coding styleMichael Vetter2020-07-071-13/+12
* Revert "Apply coding style"Michael Vetter2020-07-071-15/+16
* Apply coding styleMichael Vetter2020-07-071-16/+15
* Rework loggingStefan Kropp2020-07-031-2/+3
* Add -t theme optionMichael Vetter2020-03-241-1/+4
* Dont check before freeingMichael Vetter2020-02-271-8/+4
* Fix few memory leaksDmitry Podgorny2020-02-271-2/+12
* Allow setting custom log file via -f FILENAMEMichael Vetter2020-02-211-3/+5
* Update my Copyright to 2020Michael Vetter2020-01-031-2/+2
* Add vim modelineMichael Vetter2019-11-131-0/+1
* Use fixed email instead of PACKAGE_BUGREPORTMichael Vetter2019-08-231-1/+2
* Possibility to specify alternative config fileMichael Vetter2019-08-021-1/+3
* Add myself to copyrightMichael Vetter2019-06-171-0/+2
* Update copyright yearskaffeekanne2019-04-241-1/+1
* Add OMEMO status in build informationPaul Fariello2019-04-101-0/+6
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
* Update copyrightJames Booth2018-01-211-2/+2
* Show libotr and libgpgme versions on --versionJames Booth2017-08-101-2/+12
* Show Python version on --versionJames Booth2017-08-101-1/+7
* Update CopyrightJames Booth2017-01-281-2/+2
* 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
/README?h=v1.7.0&id=76f8d548b055fad7f9652d23035d30c910ec4ca0'>^
36e4e71e ^
7582555b ^








36e4e71e ^
4ea0f69a ^


36e4e71e ^




4ea0f69a ^
e71c8103 ^

36e4e71e ^

f6ae504c ^
4ea0f69a ^
36e4e71e ^

4ea0f69a ^

36e4e71e ^






4ea0f69a ^

306c76d8 ^






b6aff4c3 ^

306c76d8 ^
4ea0f69a ^

45cf5174 ^

08bc4ef9 ^

b34fd133 ^
08bc4ef9 ^











b34fd133 ^
08bc4ef9 ^


45cf5174 ^





fab4dc54 ^
45cf5174 ^



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