HarpyWar
HarpyWar
I often connect via RDP from a laptop to a PC. On the laptop screen resolution is lower than on the PC. So, if I ran Feednotifier from the RDP,...
I have found only binaries for LUA 5.1 here http://files.luaforge.net/releases/luasql/luasql/LuaSQL2.1.1 I can not find binaries of LuaSQL for LUA 5.2, and there are no any instructions about how to build...
Fix ipAddress parser https://github.com/christianbach/tablesorter/issues/106
https://forums.pvpgn.pro/viewtopic.php?pid=9325
tournaments.conf is not working. Need to figure out how this feature works and redesign/complete it https://discordapp.com/channels/405789880749260820/447517433012420608/705484610490073129
`PvPGNConsole.exe -s install` does not work anymore, it just display a message `Installing service` but a service does not created after that. `PvPGNConsole.exe -s uninstall` works properly. Installation works in...
From OHSystem created by [HarpyWar](https://github.com/HarpyWar) : Grief-Code/OHSystem#279 Complete discussion: http://archive.is/UzLsz New discussion: https://community.griefco.de/topic/68-pvpgn-support/ I'm gonna add integration PvPGN + Ghost, and I found your project is well suited for this...
/follow
Command for following a player `/follow `. It can be done in Lua. Functionality: - Auto follow username between channels - "Follow" username in games (game list is replaced with...
Retrieve object (account, channel, game) fields not all at once but on demand.
bbcodeParser.htmlToBBCode doesn't work with complex tags. For instance: bbcodeParser.addBBCode('[quote={TEXT1}]{TEXT2}[/quote]', '{TEXT1}{TEXT2}'); var bbcode = bbcodeParser.htmlToBBCode('AuthorMy message'); It returns the same HTML string, but not BB code string.