about summary refs log tree commit diff stats
path: root/src/main.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
* 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
| | | | | | | | | `profanity mangen` will create for each command (`/account`, `/roster`) an own manpage (`profanity-account.1`, `profanity-roster.1`) See https://github.com/profanity-im/profanity/issues/1444 Needs some polishing formatting wise.
* Apply coding styleMichael Vetter2020-07-071-13/+12
|
* Revert "Apply coding style"Michael Vetter2020-07-071-15/+16
| | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems.
* Apply coding styleMichael Vetter2020-07-071-16/+15
| | | | Regards https://github.com/profanity-im/profanity/issues/1396
* Rework loggingStefan Kropp2020-07-031-2/+3
| | | | | | Changed default logging from INFO to WARN. Issue: #1353
* Add -t theme optionMichael Vetter2020-03-241-1/+4
| | | | | | `profanity -t bios` loads the bios theme now. Fix https://github.com/profanity-im/profanity/issues/1286
* Dont check before freeingMichael Vetter2020-02-271-8/+4
| | | | Regards d18ec23d0a38bd538d48f7e827fec0fceb9f230d
* Fix few memory leaksDmitry Podgorny2020-02-271-2/+12
|
* Allow setting custom log file via -f FILENAMEMichael Vetter2020-02-211-3/+5
| | | | | `profanity -f TEST` will use `~/.local/share/profanity/logs/TEST.log` as the log file.
* 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
| | | | Introduce `profanity -c` to specify an alternative config file.
* Add myself to copyrightMichael Vetter2019-06-171-0/+2
| | | | Like discussed with James.
* 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
| | | | issue #956
* Show Python version on --versionJames Booth2017-08-101-1/+7
| | | | issue #956
* 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
|\ | | | | | | | | | | Conflicts: Makefile.am install-all.sh
| * Re-introduce gtk_use booleanDavid2016-04-101-8/+0
| | | | | | | | | | | | | | | | This param is still actual, in case the environemnt does not support gtk initialization. Fix a GTK assert on the way (GTKStatusIcon is not a Widget, but a plain GObject).
| * libgtk is now optionalDavid2016-03-301-4/+12
| | | | | | | | Having the lib is no more needed.
| * fix no gtk initDavid2016-03-131-3/+6
| |
| * Merge branch 'tray_icon' into HEADDavid2016-03-121-0/+4
| |\ | | | | | | | | | | | | | | | Let's thanks Aline <linuxine@gmail.com> for the icons. Enjoy!
| | * Introduce Tray Icon for ProfanityDavid2016-03-061-0/+4
| | | | | | | | | | | | | | | Add tray icon for profanity based on Gtk StatusIcon. Different icon is displayed in case the user has unread messages.
* | | 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
|\| | | | | | | | | | | Conflicts: src/main.c src/ui/console.c
| * 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
| | | | | | | | | | The same code was used on two different occasions. I put it into a function.
* | 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
|
00:49:48 +0000 Added /roster show|hide unsubscribed' href='/danisanti/profani-tty/commit/themes/boothj5?id=abc2f0de39e39638fc519ad38de55d5ce0d93f28'>abc2f0de ^
cf80fdc3 ^
97d96746 ^
2bda22c3 ^
519b10d1 ^
f91b21a1 ^
f4759cf3 ^
a00095c8 ^
2bda22c3 ^
27adf031 ^

30b5f112 ^

3892665f ^
f0f3a739 ^
35239ee3 ^

84ccee20 ^
93358d5e ^
fb7001cf ^
72c1c496 ^
bab75cae ^
d3cc5bd7 ^



aa520f4f ^


513a80c9 ^
34aa7a71 ^
aa520f4f ^

3c1db1cd ^
d3cc5bd7 ^
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