Re: XMPP SPAM

2015-11-09 Thread Sergio Durigan Junior
On Monday, November 09 2015, Simon Josefsson wrote: > I'm running my own jabberd2 server since a couple of months. For the > past 2-3 weeks I've been starting to receive XMPP spam (a couple of > times per week). Is there some configuration that could help here, or > do how people handle this? S

Re: Migration from jabberd2 (a.k.a. XEP-0227)

2014-04-22 Thread Sergio Durigan Junior
On Tuesday, April 22 2014, I wrote: > I am migrating one of my servers from jabberd2 to prosody, and since > there isn't an automatic migration tool I have to make the conversion > using XEP-0227. However, jabberd2 doesn't seem to implement this. > > I'd like to know if someone else has faced thi

Migration from jabberd2 (a.k.a. XEP-0227)

2014-04-22 Thread Sergio Durigan Junior
Hi there, I am migrating one of my servers from jabberd2 to prosody, and since there isn't an automatic migration tool I have to make the conversion using XEP-0227. However, jabberd2 doesn't seem to implement this. I'd like to know if someone else has faced this problem before, and what do you r

Re: s2s: timed out dns lookups

2013-12-29 Thread Sergio Durigan Junior
On Sunday, December 29 2013, Marcin Mirosław wrote: >> It actually works with udns compiled with -O0. Thanks for the hint. I'l try >> the other things later, but if udns doesn't work correctly with -O2, that's >> probably a bug. I'll try the other things later. > > Yes, it's bug but I'm not sure

Re: jabberd2 encryption HOWTO

2013-11-04 Thread Sergio Durigan Junior
On Monday, November 04 2013, Justin T. Pryzby wrote: > If you mean in C2S: . > > You can also set 5223, which will naturally > reject anything that's not valid SSL (different from xmpp+starttls). Also, if you want to allow *only* encrypted connections between server-to-server, you will want to lo

Re: [PATCH] Implement hashed passwords for SQLite3 storage

2013-11-02 Thread Sergio Durigan Junior
On Saturday, November 02 2013, Tomasz Sterna wrote: > The easiest would be to make a GitHub fork to ba able to create > GitHub pull requests. Sorry, GitHub uses proprietary software as its backend, and its terms of service are not very respectful IMO. I have an account there, but I don't use it

Re: [PATCH] Implement hashed passwords for SQLite3 storage

2013-10-31 Thread Sergio Durigan Junior
On Thursday, October 31 2013, Tomasz Sterna wrote: >> Eventually, I intend to start working on the libdbi integration (see >> ). Is anyone else >> working on this? Maybe we could join efforts :-). > > Noone that I know of. > It should be fairly eas

Re: [PATCH] Implement hashed passwords for SQLite3 storage

2013-10-30 Thread Sergio Durigan Junior
On Wednesday, October 30 2013, Tomasz Sterna wrote: > Dnia 2013-10-30, śro o godzinie 03:37 -0200, Sergio Durigan Junior > pisze: >> The patch is indeed a copy-and-paste of the code which adds this >> security in other backends. I also made a little cleanup in the >> &quo

[PATCH] Implement hashed passwords for SQLite3 storage

2013-10-29 Thread Sergio Durigan Junior
Hi there, I'm a(n) (almost) happy Jabberd2 user :-). I say "almost" because unfortunately it lacks any kind of security for storing passwords when using the SQLite3 storage backend. While taking a look at your website and resources, I found this: