about summary refs log tree commit diff stats
path: root/src/profanity.h
Commit message (Expand)AuthorAgeFilesLines
* Possibility to specify alternative config fileMichael Vetter2019-08-021-1/+2
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
* Update copyrightJames Booth2018-01-211-1/+1
* Update CopyrightJames Booth2017-01-281-1/+1
* Remove unused function prototypeJames Booth2016-07-251-3/+0
* Tidy headersJames Booth2016-07-241-0/+1
* Moved chat state handling code to chat_state.cJames Booth2016-07-241-5/+0
* Update GPL link in headersJames Booth2016-07-241-1/+1
* Implement XEP-0363: HTTP File UploadDominik Heidler2016-04-261-0/+4
* Merge branch 'master' into plugins-cJames Booth2016-02-141-1/+1
|\
| * Updated copyrightJames Booth2016-02-141-1/+1
* | Added C plugin code from plugins branchJames Booth2016-02-141-2/+1
|/
* Allow /quit during TLS certificate verification promptJames Booth2015-11-101-0/+2
* Removed --disable-tls command line optionJames Booth2015-10-181-1/+1
* Updated copyrightJames Booth2015-02-101-1/+1
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
* Updated copyrightJames Booth2014-03-091-1/+1
* Implemented basic running of alias commandsJames Booth2014-01-231-0/+2
* Refactored roster add/updateJames Booth2014-01-051-1/+0
* Removed prof_handle group functionsJames Booth2014-01-051-2/+0
* Removed unused function prototypeJames Booth2014-01-051-1/+0
* Removed unused function prototypeJames Booth2014-01-051-1/+0
* Removed prof_handle_disconnectJames Booth2014-01-051-1/+0
* Removed unused function prototypeJames Booth2014-01-051-1/+0
* Moved roster handlers to server_eventsJames Booth2014-01-051-3/+0
* Moved presence handlers to server_eventsJames Booth2014-01-051-18/+0
* Moved messages handlers to server_eventsJames Booth2014-01-051-17/+0
* Moved handle_room_list and handle_disco_items to server_eventsJames Booth2014-01-051-2/+0
* Moved handle_disco_info to server_eventsJames Booth2014-01-051-2/+0
* Moved handle_software_version_result to server_eventsJames Booth2014-01-051-3/+0
* Moved handle_lost_connection and handle_failed_login to server_eventsJames Booth2014-01-051-4/+0
* Connect to an account on start-upTomás Senart2013-10-141-1/+1
* Show messages on /group add and /group removeJames Booth2013-06-231-0/+2
* Show message when removing contact from group when not in groupJames Booth2013-06-231-1/+2
* Show message when contact already in groupJames Booth2013-06-231-0/+1
* Added message in console on /roster removeJames Booth2013-06-021-0/+1
* Added message in console on /roster addJames Booth2013-06-021-0/+1
* Added /duck command to perform searches using duckduckgo chat botJames Booth2013-05-051-0/+2
* Show message in console when receiving chat room invitesJames Booth2013-03-241-0/+3
* Implemented output for /disco infoJames Booth2013-03-141-0/+2
* Added output for /disco itemsJames Booth2013-03-141-0/+1
* Added basic /rooms command to get chat room listJames Booth2013-03-131-0/+1
* Colour title on /caps and /software outputJames Booth2013-02-171-1/+2
* Added autocomplete for /software commandJames Booth2013-02-171-0/+2
* Simple default resource hanlding on presenceJames Booth2013-02-141-2/+3
* Added xmpp subdir to sourceJames Booth2013-02-021-1/+1
* Renamed jabber.h -> xmpp.hJames Booth2013-01-281-1/+1
* Added client to /info command in chat roomsJames Booth2013-01-201-2/+3
* Added retrieval of caps string from presenceJames Booth2013-01-191-1/+1
* Updated copyrightJames Booth2013-01-111-1/+1
v class='alt'>
e3092e7b ^
0d2686c7 ^


dd660682 ^
e3092e7b ^
6aa42628 ^
80df524b ^
dd660682 ^
e3092e7b ^

c6c19a27 ^


d803b687 ^
77d5b5d6 ^
4a48bedc ^
d803b687 ^


80df524b ^
dd660682 ^

e3092e7b ^
f8c0ef3e ^
760f683f ^
77d5b5d6 ^
4a48bedc ^
f8c0ef3e ^
d803b687 ^
502d2ea5 ^


136412d2 ^
502d2ea5 ^
f8c0ef3e ^

5b1219ca ^
f8c0ef3e ^
6a0f71b9 ^
760f683f ^
77d5b5d6 ^
4a48bedc ^
6a0f71b9 ^
d803b687 ^
ccfee303 ^


6a0f71b9 ^

5e9eff8c ^
760f683f ^
77d5b5d6 ^
4a48bedc ^
dd660682 ^
104854ca ^
5e9eff8c ^
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