Ranieri Althoff

Results 385 comments of Ranieri Althoff

Still didn't finish conversion tool, few stuff missing. - [x] store raid to file - [x] use `boost::filesystem` - [ ] add script tags to globalevents.xml

@WibbenZ I am not sure how to do that. Is it possible to add a second artifact to appveyor? Edit: I see that it is, but I can't try on...

Since the tool uses much of TFS code, how would you do that?

> Your provided Lua example is complicated for newbie IMO Why? It is simple Lua code that a lot of actions, events and movements already do (e.g. annihilation quest summons...

There's a parser that converts old raids to new Lua code. I didn't wish to introduce new functions since I didn't want to repeat code. I could add a more...

I'd like to have feedback from aac maintainers like @Znote @gesior @Avuenja too to see which hashing algorithms they'd like to use (namely bcrypt as they use PHP) and if...

I mistyped an username and forgot the guys from devaac and I can't edit on my phone, if someone can mention them.

@Znote can't use PHP hash pattern because it limits to just bcrypt variants, but you should be able to easily convert between this format and PHP bcrypt with some string...

I didn't use libsodium as the version present on Ubuntu 14.04 is awfully archaic and didn't have Argon2 yet. When something on the like of #2157 is available we can...