about summary refs log tree commit diff stats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Added themes for roster room mention and triggersJames Booth2016-01-258-2/+31
| | | | closes #718
* Show console messages for room mention and triggersJames Booth2016-01-244-16/+56
| | | | closes #719
* Tidy handling room mention and room triggersJames Booth2016-01-245-32/+37
|
* Added roomtrigger colour themeJames Booth2016-01-246-21/+32
| | | | closes #717
* Roster private chat preferencesJames Booth2016-01-247-47/+206
|
* Added private chat roster groupJames Booth2016-01-242-2/+79
|
* Added /roster private commandJames Booth2016-01-247-52/+116
|
* Added private chat to roster roomsJames Booth2016-01-244-1/+95
|
* Formatting of /theme properties command outputJames Booth2016-01-232-12/+31
|
* Pad theme settingsJames Booth2016-01-231-4/+5
|
* Added account theme propertyJames Booth2016-01-2210-4/+157
|
* Keep cache of default theme propertiesJames Booth2016-01-211-1/+79
|
* Show theme colour valueJames Booth2016-01-214-95/+116
|
* Tidied theme propertiesJames Booth2016-01-211-91/+94
|
* WIP: Add /theme properties commandJames Booth2016-01-215-2/+112
|
* Added /roster show|hide contactsJames Booth2016-01-207-57/+87
|
* Added sys/select.h header includesJames Booth2016-01-193-0/+3
|
* Added /roster rooms position preferenceJames Booth2016-01-198-9/+64
|
* Fixed theme load roster rooms unread settingJames Booth2016-01-171-1/+1
|
* Added /roster unread preferrenceJames Booth2016-01-177-15/+82
| | | | closes #712
* Added /roster room unread preferenceJames Booth2016-01-177-1/+65
| | | | closes ##708
* Show unread message count for contacts in rosterJames Booth2016-01-151-24/+79
|
* Added roster contact themesJames Booth2016-01-145-5/+141
|
* Fix compile error on CygwinJames Booth2016-01-141-2/+2
|
* Added window title autocomplete to /close commandJames Booth2016-01-134-86/+186
|
* Use offline presence for software version responses from non contactsJames Booth2016-01-131-8/+12
| | | | fixes #714
* Allow unlimited theme itemsJames Booth2016-01-102-327/+244
|
* Added roster rooms order preferenceJames Booth2016-01-097-1/+74
|
* Added roster room themesJames Booth2016-01-093-31/+43
|
* Use different colour for roster chat rooms with unread messagesJames Booth2016-01-091-5/+15
|
* End OTR sessions on lost server connectionJames Booth2016-01-081-0/+17
|
* Destroy roster after updating UI in server disconnectJames Booth2016-01-081-1/+1
|
* Added /win navigation by jid, win titleJames Booth2016-01-074-8/+189
|
* Merge branch 'master' into roster-structJames Booth2016-01-051-2/+2
|\
| * Call UI disconnect functions before disconnecting with /disconnectJames Booth2016-01-051-2/+2
| | | | | | | | fixes #703
* | Added roster struct, create and destroy roster on connect/disconnectJames Booth2016-01-0513-208/+319
|/
* Add cl_ev_disconnectJames Booth2016-01-034-15/+27
|
* Close all windows on /disconnectJames Booth2016-01-031-0/+1
|
* Fixed compilation without libotrJames Booth2016-01-031-0/+2
|
* End OTR session when recipient goes offlineJames Booth2016-01-032-1/+7
|
* Set autoping timeout default to 10 seconds, added null checksJames Booth2016-01-022-3/+14
|
* Fix roster rooms checksJames Booth2016-01-021-2/+2
|
* Sort roster roomsJames Booth2016-01-022-8/+27
|
* Check for mucwin before showing room in rosterJames Booth2016-01-021-1/+3
|
* Added /roster show|hide roomsJames Booth2016-01-024-3/+25
|
* Added roster rooms preferenceJames Booth2016-01-024-1/+9
|
* Show rooms in roster panelJames Booth2016-01-023-0/+75
|
* Added autoping timeout preferenceJames Booth2016-01-018-23/+84
|
* Added hardcoded autoping timeoutJames Booth2015-12-314-12/+80
|
* Abort autping when existing attempt already in progressJames Booth2015-12-311-2/+14
|
linenumbers'>
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