Re: [E-devel] RFC unforgettable weekly meetings

2018-05-10 Thread Simon Lees
On 10/05/18 13:20, Carsten Haitzler wrote: > On Wed, 09 May 2018 17:17:14 + Mike Blumenkrantz > said: > >> While I can see some summarization of meeting items on the relatively >> obscure https://phab.enlightenment.org/V33, which is inaccessible to anyone >> who has not been avidly followin

Re: [E-devel] RFC unforgettable weekly meetings

2018-05-10 Thread Marcel Hollerbach
Come on, relax :) On 05/10/2018 05:50 AM, Carsten Haitzler wrote: On Wed, 09 May 2018 17:17:14 + Mike Blumenkrantz said: While I can see some summarization of meeting items on the relatively obscure https://phab.enlightenment.org/V33, which is inaccessible to anyone who has not been avidl

Re: [E-devel] RFC unforgettable weekly meetings

2018-05-10 Thread Marcel Hollerbach
On 05/10/2018 09:22 AM, Simon Lees wrote: On 10/05/18 13:20, Carsten Haitzler wrote: On Wed, 09 May 2018 17:17:14 + Mike Blumenkrantz said: While I can see some summarization of meeting items on the relatively obscure https://phab.enlightenment.org/V33, which is inaccessible to anyone

Re: [E-devel] RFC unforgettable weekly meetings

2018-05-10 Thread Stephen Houston
This was the best time you could come up with for the meetings? 4-6AM EST, 3-5AM CDT, 2-4AM MST, and 1-3AM PDT? That pretty much means that no North Americans are going to be present at all... at least with the time we were using for the meetings previously, it is reasonable enough for North Amer

Re: [E-devel] RFC unforgettable weekly meetings

2018-05-10 Thread Marcel Hollerbach
From the original email: "(Times can be discussed, they are copied from https://wiki.blender.org/index.php/Dev:Doc/Contact#Weekly_Meetings thx Christophe Sadoine)" So yes *for now* its the best i had as an example, feel free to propose something else :) Greetings, bu5hm4n On 05/10/2018

Re: [E-devel] [EGIT] [core/efl] feature/security 01/04: edje: Remove use of insecure strcat function

2018-05-10 Thread The Rasterman
On Thu, 10 May 2018 08:14:53 -0700 Christopher Michael said: you didn't make it any more secure and you made the code harder to read, maintain, slower. > devilhorns pushed a commit to branch feature/security. > > http://git.enlightenment.org/core/efl.git/commit/?id=936e4acd75d009a56446b46bd4328

Re: [E-devel] [EGIT] [core/efl] feature/security 04/04: edje: Remove use of insecure strcpy and strcat functions

2018-05-10 Thread The Rasterman
On Thu, 10 May 2018 08:14:56 -0700 Christopher Michael said: you didn't make the code any more secure, and you made it harder to read and maintain. > devilhorns pushed a commit to branch feature/security. > > http://git.enlightenment.org/core/efl.git/commit/?id=36ad61a0070f98e191d6e2550d6dcf96c

Re: [E-devel] [EGIT] [core/efl] feature/security 01/01: edje: Update code to use memcpy as per review

2018-05-10 Thread The Rasterman
On Thu, 10 May 2018 09:11:48 -0700 Christopher Michael said: and this also improves nothing. if anything now it's harder to read as keyl is the strlen +2 (with enough pace for :\ on the end) and the buffer is keyl +1... so you have to wrap your head around why memcpy is using an odd value for len

Re: [E-devel] [EGIT] [core/efl] feature/security 03/04: edje: Remove use of insecure strcpy and sprintf functions

2018-05-10 Thread The Rasterman
On Thu, 10 May 2018 08:14:55 -0700 Christopher Michael said: you didn't make it any more secure and you made the code harder to read, maintain, slower. > devilhorns pushed a commit to branch feature/security. > > http://git.enlightenment.org/core/efl.git/commit/?id=67e203a125a6fec29053f21deca7a

Re: [E-devel] [EGIT] [core/efl] feature/security 02/04: edje: Remove use of insecure sprintf function

2018-05-10 Thread The Rasterman
On Thu, 10 May 2018 08:14:54 -0700 Christopher Michael said: you didn't make the code any more secure, and you made it harder to read and maintain. > devilhorns pushed a commit to branch feature/security. > > http://git.enlightenment.org/core/efl.git/commit/?id=1ef58c13679ff1c6699b350008e93e041

Re: [E-devel] RFC unforgettable weekly meetings

2018-05-10 Thread The Rasterman
On Thu, 10 May 2018 14:55:07 + Stephen Houston said: > This was the best time you could come up with for the meetings? 4-6AM EST, > 3-5AM CDT, 2-4AM MST, and 1-3AM PDT? That pretty much means that no North > Americans are going to be present at all... at least with the time we were > using

Re: [E-devel] RFC unforgettable weekly meetings

2018-05-10 Thread Stephen Houston
I'm well aware the other time slot allows for North Americans but it will then cut out anyone else. That's the point I was making - there is going to be little crossover. between the two groups of people meeting - and I don't think that is a good thing. On Thu, May 10, 2018 at 2:06 PM Carsten Hai

Re: [E-devel] [EGIT] [core/efl] feature/security 01/01: edje: Update code to use memcpy as per review

2018-05-10 Thread Derek Foreman
On 2018-05-10 01:50 PM, Carsten Haitzler (The Rasterman) wrote: > On Thu, 10 May 2018 09:11:48 -0700 Christopher Michael > > said: > > and this also improves nothing. if anything now it's harder to read as keyl is > the strlen +2 (with enough pace for :\ on the end) and the buffer is keyl > +1.

Re: [E-devel] [EGIT] [core/efl] feature/security 01/01: edje: Update code to use memcpy as per review

2018-05-10 Thread Christopher Michael
On 05/10/2018 02:50 PM, Carsten Haitzler wrote: On Thu, 10 May 2018 09:11:48 -0700 Christopher Michael said: and this also improves nothing. if anything now it's harder to read as keyl is the strlen +2 (with enough pace for :\ on the end) and the buffer is keyl +1... so you have to wrap your he

Re: [E-devel] [EGIT] [core/efl] feature/security 01/01: edje: Update code to use memcpy as per review

2018-05-10 Thread Christopher Michael
On 05/10/2018 03:37 PM, Derek Foreman wrote: On 2018-05-10 01:50 PM, Carsten Haitzler (The Rasterman) wrote: On Thu, 10 May 2018 09:11:48 -0700 Christopher Michael said: and this also improves nothing. if anything now it's harder to read as keyl is the strlen +2 (with enough pace for :\ on the