about summary refs log tree commit diff stats
path: root/config.mk
Commit message (Collapse)AuthorAgeFilesLines
* removed some more useless clunkAnselm R Garbe2008-03-051-2/+2
|
* implemented the stuff as I discussed on dwm@Anselm R Garbe2008-03-051-2/+2
|
* well, AIM_XINERAMA should not be enabledanselm@anselm12008-02-281-1/+1
|
* made the basics of the tagging concept working -- if people want dynamic ↵anselm@anselm12008-02-281-1/+1
| | | | tags, that's even possible with this concept, the vtags[] array needs to be modified during runtime for this -- the new code is quite experimental, ugly and needs polishing
* disabled AIM_XINERAMAanselm@anselm12008-02-261-1/+1
|
* simplified dwmanselm@anselm12008-02-261-1/+1
|
* got initial Xinerama support working, though there is a lot work todoanselm@aab2008-02-111-2/+2
|
* merged Christof Musik's Xinerama support patches, though this needs some ↵anselm@anselm12007-12-211-1/+1
| | | | polishing!
* next version will be 4.8Anselm R. Garbe2007-12-081-1/+1
|
* going toward 4.7Anselm R. Garbe2007-10-271-1/+1
|
* uncommented DEBUG CFLGAS/LDFLAGSarg@suckless.org2007-10-171-2/+2
|
* just making dwm.h sanerarg@suckless.org2007-10-171-2/+2
|
* added antoszka's viewprev patch with some minor modifications, restored ↵Anselm R. Garbe2007-10-101-1/+1
| | | | Client->tags as Bool *, however kept the static initialization of ntags and seltags (prevtags) - this seems to be the best compromise
* btw 4.6 will be the next releaseAnselm R. Garbe2007-09-231-1/+1
|
* micromizing dwm step 1Anselm R. Garbe2007-09-151-3/+0
|
* introduced new define RESIZEHINTS, which allows to enable/disable size hint ↵Anselm R. Garbe2007-09-091-1/+1
| | | | handling in tiled resizals
* prepared 4.4.1 bugfix and minor feature enhancement release 4.4.1Anselm R. Garbe2007-08-261-1/+1
|
* reverted release CFLAGsAnselm R. Garbe2007-08-221-2/+2
|
* removed the _DWM_PROPERTIES handling, reverted ban/unban to XMoveWindow(), ↵Anselm R. Garbe2007-08-221-2/+2
| | | | and changed argument of setlayout to layout[N].symbol check
* added screen.c, removed layout.c and tag.cAnselm R. Garbe2007-08-191-2/+2
|
* hmm I doubt the usefulness of storing this information...Anselm R. Garbe2007-08-181-2/+2
|
* made Layout a static struct in layout.c, added some convenience getters in ↵Anselm R. Garbe2007-08-131-2/+2
| | | | layout.c, now lt->arrange accesses are not possible anymore, arrange() is the super-arrange function which sets up all layouts
* moved floating to layout.c, kept tile.c outsideAnselm R. Garbe2007-08-121-2/+2
|
* renamed MASTER into MWFACT, master into mwfact, and incmaster into addtomwfactAnselm R. Garbe2007-08-121-2/+2
|
* separated layout-specific stuff into separate .h and .c files which are ↵Anselm R. Garbe2007-08-111-0/+3
| | | | included in config.h resp. config.mk - this allows writing layouts for dwm without any need to patch existing code
* changed ban/unban implementation to not move the windows anymore, but ↵Anselm R. Garbe2007-07-281-1/+1
| | | | map/unmap them instead - PLEASE TEST THIS
* replaced BORDERPX with sel->border in togglemax(), in other places this is ↵Anselm R. Garbe2007-05-301-1/+1
| | | | not possible.
* applied Szabolcs proposal to simplify setlayout()Anselm R. Garbe2007-05-221-1/+1
|
* removed strip, added -s to LDFLAGSAnselm R. Garbe2007-05-151-1/+1
|
* added new Mod1-b functionality to dwm(1)Anselm R. Garbe2007-05-151-2/+2
|
* another fix, call lt->arrange() in togglebar onlyAnselm R. Garbe2007-05-151-2/+2
|
* next version is 4.1Anselm R. Garbe2007-05-071-1/+1
|
* next version will be 4.0, so don't expect it within the next daysAnselm R. Garbe2007-04-111-1/+1
|
* next version will be 3.9, but don't expect it this week 3.9Anselm R. Garbe2007-03-291-1/+1
|
* Escape -s in dwm.1Anselm R. Garbe2007-02-261-1/+1
|
* reverting to bg 555Anselm R. Garbe2007-02-211-1/+1
|
* creating 3.6.1 3.6.1Anselm R. Garbe2007-02-211-1/+1
|
* cleaned up and commented the config.*.hAnselm R. Garbe2007-02-211-1/+1
|
* removed debug compile flagsAnselm R. Garbe2007-02-191-2/+2
|
* introduced Layout structAnselm R. Garbe2007-02-191-2/+2
|
* added ban() which takes care than a banned window is not banned again... ↵Anselm R. Garbe2007-02-141-1/+1
| | | | (this reduces the overall ConfigureNotify's to clients)
* next version is 3.5Anselm R. Garbe2007-02-081-1/+1
|
* removed debug flags 3.4Anselm R. Garbe2007-02-071-2/+2
|
* replaced getproto with a saner function, now old-school artifacts of WM ↵Anselm R. Garbe2007-02-071-2/+2
| | | | times in the early 90s completely disappeared, no punned pointer warning anymore ;)
* made some changes more concistentAnselm R. Garbe2007-02-051-1/+1
|
* got rid of LD (inspired by JGs patch to wmii)Anselm R. Garbe2007-02-051-1/+0
|
* renamed CAVEATS into BUGSAnselm R. Garbe2007-01-261-1/+1
|
* prepared yet another hotfix release 3.2.2Anselm R. Garbe2007-01-251-1/+1
|
* hotfix release 3.2.1 3.2.1Anselm R. Garbe2007-01-241-1/+1
|
* moved BORDERPX to config.*.hAnselm R. Garbe2007-01-171-1/+1
|
an> ^
c1ee75da ^

9d94ac5c ^
a2726b6a ^
d300e8e7 ^
a2726b6a ^

defa955a ^
107fdd35 ^

59a3a5fe ^

107fdd35 ^

a2726b6a ^

107fdd35 ^
defa955a ^
107fdd35 ^


4a8db64d ^
9dd5456f ^
a2726b6a ^
2d28725c ^
a2726b6a ^

ccabc08f ^
107fdd35 ^

d5e9ca64 ^


a2726b6a ^
d5e9ca64 ^
defa955a ^
a2726b6a ^
01181780 ^
9dd5456f ^
d5e9ca64 ^
9dd5456f ^

9d94ac5c ^
a2726b6a ^
9dd5456f ^
a2726b6a ^

defa955a ^
107fdd35 ^

9dd5456f ^
107fdd35 ^

9dd5456f ^
a2726b6a ^
d5e9ca64 ^
107fdd35 ^
a2726b6a ^

107fdd35 ^
defa955a ^
107fdd35 ^


9dd5456f ^

2d28725c ^
a2726b6a ^

ccabc08f ^
107fdd35 ^

9dd5456f ^

d5e9ca64 ^
a2726b6a ^
d5e9ca64 ^
defa955a ^
a2726b6a ^
01181780 ^
d5e9ca64 ^



d39e48ba ^
a2726b6a ^
15c78205 ^
a2726b6a ^

15c78205 ^

d39e48ba ^
15c78205 ^


a2726b6a ^

de8975c0 ^
6cf06dc5 ^
de8975c0 ^
d39e48ba ^
15c78205 ^
de8975c0 ^
15c78205 ^
a2726b6a ^




15c78205 ^
1423ee7a ^




15c78205 ^


01bdc6ae ^
a2a18789 ^
01bdc6ae ^
a2a18789 ^
01181780 ^
0e5d277c ^
a2726b6a ^
15c78205 ^



defa955a ^
15c78205 ^


a2726b6a ^
d017999a ^
15c78205 ^
a2a18789 ^
db973457 ^
a2a18789 ^
db973457 ^
01181780 ^
db973457 ^

8aba52f4 ^
db973457 ^
15c78205 ^

70b923a7 ^

d39e48ba ^
15c78205 ^

d39e48ba ^
a2726b6a ^
15c78205 ^
a2726b6a ^
15c78205 ^
f69ccbf0 ^
d39e48ba ^
f69ccbf0 ^

15c78205 ^
a2726b6a ^

15c78205 ^
f69ccbf0 ^
a2726b6a ^



15c78205 ^
f69ccbf0 ^
a2726b6a ^

d017999a ^
f69ccbf0 ^
a2726b6a ^
f69ccbf0 ^


15c78205 ^
a2726b6a ^
15c78205 ^
f69ccbf0 ^


15c78205 ^

f69ccbf0 ^

15c78205 ^

f69ccbf0 ^

d39e48ba ^
15c78205 ^

c8a6bdb3 ^
a2726b6a ^
d017999a ^
a2726b6a ^

d017999a ^
defa955a ^
d017999a ^
a2726b6a ^
defa955a ^
d017999a ^






f9a7e350 ^
3a3933ef ^

a2726b6a ^
3a3933ef ^






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
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336

           
                                 
  
                                                            













                                                                       
                                                                      
  











                                                                                

   
                   
 
                   
                   


                   
 

                    
                      
                
                               
                            

                                
                               
                  
                         
                    
                            
                        
                             


                        
                                   



                          

            
              


                                                                                       
 
    

                    

                                                     
                       


                            
    
                                                                      
 


                                                                               
             
                       


                            
    
                                             
 

                                                                      
                       


                            
    
                                                                                              
 


                                                                                     
             
                       
                            

 
    
                                                                   
 

                                               
                    

                                                                      

     

                                                           

                                                    
                                
                                  


                                                        
     
 
                                                 
                                                                                                    

                                                                                            
                       

                            


          
                                                                        
 
                   
                                   
                                                
     
             

 
    
                                                                        
 

                                               
                    

                                                                          
         

                                      
 
                                                 
 
                                               

                                                    
                                
                                  


                                                        

     
                                                                                                       

                                                                                            
                       

                            

 
          
                                                                           
 
                   
                                   
                                                  



             
    
                                               
 

                                                                                    

                       
               


                                                                                

                                                    
                                                 
                                                                   
                        
               
     
                    
 




                                                                                
 




                                                               


                                        
                           
                                 
         
                                           
                                        
 
                                        



                                              
                                                     


                               
                                                           
 
                                  
                                                             
                              
                                                                                       
                        
                                                   

                
                                                                               
         

     

                          
           

 
    
                                                  
 
                                                
 
                                       
               

     
                                     

                                                                                    
 
                  



                                                                                    
 
                                                                   

                                        
 
                                     
                                                                           


                                               
 
                                                           
 


                                                                                   

         

                                          

     

                            
           

 
       
                                                
 

                                                                  
 
                           
                                                                                  
                                                                  
                            






                                                            
 

           
                                 






                          
/*
 * roster.c
 * vim: expandtab:ts=4:sts=4:sw=4
 *
 * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
 *
 * This file is part of Profanity.
 *
 * Profanity is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * Profanity is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with Profanity.  If not, see <https://www.gnu.org/licenses/>.
 *
 * In addition, as a special exception, the copyright holders give permission to
 * link the code of portions of this program with the OpenSSL library under
 * certain conditions as described in each individual source file, and
 * distribute linked combinations including the two.
 *
 * You must obey the GNU General Public License in all respects for all of the
 * code used other than OpenSSL. If you modify file(s) with this exception, you
 * may extend this exception to your version of the file(s), but you are not
 * obligated to do so. If you do not wish to do so, delete this exception
 * statement from your version. If you delete this exception statement from all
 * source files in the program, then also delete it here.
 *
 */

#include "config.h"

#include <assert.h>
#include <stdlib.h>
#include <string.h>

#include <glib.h>

#include <strophe.h>

#include "profanity.h"
#include "log.h"
#include "config/preferences.h"
#include "plugins/plugins.h"
#include "event/server_events.h"
#include "event/client_events.h"
#include "tools/autocomplete.h"
#include "ui/ui.h"
#include "xmpp/session.h"
#include "xmpp/iq.h"
#include "xmpp/connection.h"
#include "xmpp/roster.h"
#include "xmpp/roster_list.h"
#include "xmpp/stanza.h"
#include "xmpp/xmpp.h"

// callback data for group commands
typedef struct _group_data
{
    char* name;
    char* group;
} GroupData;

// id handlers
static int _group_add_id_handler(xmpp_stanza_t* const stanza, void* const userdata);
static int _group_remove_id_handler(xmpp_stanza_t* const stanza, void* const userdata);
static void _free_group_data(GroupData* data);

void
roster_request(void)
{
    xmpp_ctx_t* const ctx = connection_get_ctx();
    xmpp_stanza_t* iq = stanza_create_roster_iq(ctx);
    iq_send_stanza(iq);
    xmpp_stanza_release(iq);
}

void
roster_send_add_new(const char* const barejid, const char* const name)
{
    xmpp_ctx_t* const ctx = connection_get_ctx();
    char* id = connection_create_stanza_id();
    xmpp_stanza_t* iq = stanza_create_roster_set(ctx, id, barejid, name, NULL);
    free(id);
    iq_send_stanza(iq);
    xmpp_stanza_release(iq);
}

void
roster_send_remove(const char* const barejid)
{
    xmpp_ctx_t* const ctx = connection_get_ctx();
    xmpp_stanza_t* iq = stanza_create_roster_remove_set(ctx, barejid);
    iq_send_stanza(iq);
    xmpp_stanza_release(iq);
}

void
roster_send_name_change(const char* const barejid, const char* const new_name, GSList* groups)
{
    xmpp_ctx_t* const ctx = connection_get_ctx();
    char* id = connection_create_stanza_id();
    xmpp_stanza_t* iq = stanza_create_roster_set(ctx, id, barejid, new_name, groups);
    free(id);
    iq_send_stanza(iq);
    xmpp_stanza_release(iq);
}

void
roster_send_add_to_group(const char* const group, PContact contact)
{
    GSList* groups = p_contact_groups(contact);
    GSList* new_groups = NULL;
    while (groups) {
        new_groups = g_slist_append(new_groups, strdup(groups->data));
        groups = g_slist_next(groups);
    }

    new_groups = g_slist_append(new_groups, strdup(group));
    // add an id handler to handle the response
    char* unique_id = connection_create_stanza_id();
    GroupData* data = malloc(sizeof(GroupData));
    data->group = strdup(group);
    if (p_contact_name(contact)) {
        data->name = strdup(p_contact_name(contact));
    } else {
        data->name = strdup(p_contact_barejid(contact));
    }

    xmpp_ctx_t* const ctx = connection_get_ctx();
    iq_id_handler_add(unique_id, _group_add_id_handler, (ProfIqFreeCallback)_free_group_data, data);
    xmpp_stanza_t* iq = stanza_create_roster_set(ctx, unique_id, p_contact_barejid(contact),
                                                 p_contact_name(contact), new_groups);
    iq_send_stanza(iq);
    xmpp_stanza_release(iq);
    free(unique_id);
}

static int
_group_add_id_handler(xmpp_stanza_t* const stanza, void* const userdata)
{
    if (userdata) {
        GroupData* data = userdata;
        ui_group_added(data->name, data->group);
    }
    return 0;
}

void
roster_send_remove_from_group(const char* const group, PContact contact)
{
    GSList* groups = p_contact_groups(contact);
    GSList* new_groups = NULL;
    while (groups) {
        if (strcmp(groups->data, group) != 0) {
            new_groups = g_slist_append(new_groups, strdup(groups->data));
        }
        groups = g_slist_next(groups);
    }

    xmpp_ctx_t* const ctx = connection_get_ctx();

    // add an id handler to handle the response
    char* unique_id = connection_create_stanza_id();
    GroupData* data = malloc(sizeof(GroupData));
    data->group = strdup(group);
    if (p_contact_name(contact)) {
        data->name = strdup(p_contact_name(contact));
    } else {
        data->name = strdup(p_contact_barejid(contact));
    }

    iq_id_handler_add(unique_id, _group_remove_id_handler, (ProfIqFreeCallback)_free_group_data, data);
    xmpp_stanza_t* iq = stanza_create_roster_set(ctx, unique_id, p_contact_barejid(contact),
                                                 p_contact_name(contact), new_groups);
    iq_send_stanza(iq);
    xmpp_stanza_release(iq);
    free(unique_id);
}

static int
_group_remove_id_handler(xmpp_stanza_t* const stanza, void* const userdata)
{
    if (userdata) {
        GroupData* data = userdata;
        ui_group_removed(data->name, data->group);
    }
    return 0;
}

void
roster_set_handler(xmpp_stanza_t* const stanza)
{
    xmpp_stanza_t* query = xmpp_stanza_get_child_by_name(stanza, STANZA_NAME_QUERY);
    xmpp_stanza_t* item = xmpp_stanza_get_child_by_name(query, STANZA_NAME_ITEM);

    if (item == NULL) {
        return;
    }

    // if from attribute exists and it is not current users barejid, ignore push
    char* mybarejid = connection_get_barejid();
    const char* from = xmpp_stanza_get_from(stanza);
    if (from && (strcmp(from, mybarejid) != 0)) {
        log_warning("Received alleged roster push from: %s", from);
        free(mybarejid);
        return;
    }
    free(mybarejid);

    const char* barejid = xmpp_stanza_get_attribute(item, STANZA_ATTR_JID);
    gchar* barejid_lower = g_utf8_strdown(barejid, -1);
    const char* name = xmpp_stanza_get_attribute(item, STANZA_ATTR_NAME);
    const char* sub = xmpp_stanza_get_attribute(item, STANZA_ATTR_SUBSCRIPTION);
    const char* ask = xmpp_stanza_get_attribute(item, STANZA_ATTR_ASK);

    // do not set nickname to empty string, set to NULL instead
    if (name && (strlen(name) == 0)) {
        name = NULL;
    }

    // remove from roster
    if (g_strcmp0(sub, "remove") == 0) {
        // remove barejid and name
        if (name == NULL) {
            name = barejid_lower;
        }
        roster_remove(name, barejid_lower);
        ui_roster_remove(barejid_lower);

        // otherwise update local roster
    } else {

        // check for pending out subscriptions
        gboolean pending_out = FALSE;
        if (ask && (strcmp(ask, "subscribe") == 0)) {
            pending_out = TRUE;
        }

        GSList* groups = roster_get_groups_from_item(item);

        // update the local roster
        PContact contact = roster_get_contact(barejid_lower);
        if (contact == NULL) {
            gboolean added = roster_add(barejid_lower, name, groups, sub, pending_out);
            if (added) {
                ui_roster_add(barejid_lower, name);
            }
        } else {
            sv_ev_roster_update(barejid_lower, name, groups, sub, pending_out);
        }
    }

    g_free(barejid_lower);

    return;
}

void
roster_result_handler(xmpp_stanza_t* const stanza)
{
    const char* id = xmpp_stanza_get_id(stanza);

    if (g_strcmp0(id, "roster") != 0) {
        return;
    }

    // handle initial roster response
    xmpp_stanza_t* query = xmpp_stanza_get_child_by_name(stanza, STANZA_NAME_QUERY);
    xmpp_stanza_t* item = xmpp_stanza_get_children(query);

    while (item) {
        const char* barejid = xmpp_stanza_get_attribute(item, STANZA_ATTR_JID);
        gchar* barejid_lower = g_utf8_strdown(barejid, -1);
        const char* name = xmpp_stanza_get_attribute(item, STANZA_ATTR_NAME);
        const char* sub = xmpp_stanza_get_attribute(item, STANZA_ATTR_SUBSCRIPTION);

        // do not set nickname to empty string, set to NULL instead
        if (name && (strlen(name) == 0))
            name = NULL;

        gboolean pending_out = FALSE;
        const char* ask = xmpp_stanza_get_attribute(item, STANZA_ATTR_ASK);
        if (g_strcmp0(ask, "subscribe") == 0) {
            pending_out = TRUE;
        }

        GSList* groups = roster_get_groups_from_item(item);

        gboolean added = roster_add(barejid_lower, name, groups, sub, pending_out);
        if (!added) {
            log_warning("Attempt to add contact twice: %s", barejid_lower);
        }

        g_free(barejid_lower);
        item = xmpp_stanza_get_next(item);
    }

    sv_ev_roster_received();

    return;
}

GSList*
roster_get_groups_from_item(xmpp_stanza_t* item)
{
    GSList* groups = NULL;
    xmpp_stanza_t* group_element = xmpp_stanza_get_children(item);

    while (group_element) {
        if (strcmp(xmpp_stanza_get_name(group_element), STANZA_NAME_GROUP) == 0) {
            char* groupname = xmpp_stanza_get_text(group_element);
            if (groupname) {
                groups = g_slist_append(groups, groupname);
            }
        }
        group_element = xmpp_stanza_get_next(group_element);
    }

    return groups;
}

static void
_free_group_data(GroupData* data)
{
    if (data) {
        free(data->group);
        free(data->name);
        free(data);
    }
}