PtokaX 0.4.0.0 released...
 

News:

29 December 2022 - PtokaX 0.5.3.0 (20th anniversary edition) released...
11 April 2017 - PtokaX 0.5.2.2 released...
8 April 2015 Anti child and anti pedo pr0n scripts are not allowed anymore on this board!
28 September 2015 - PtokaX 0.5.2.1 for Windows 10 IoT released...
3 September 2015 - PtokaX 0.5.2.1 released...
16 August 2015 - PtokaX 0.5.2.0 released...
1 August 2015 - Crowdfunding for ADC protocol support in PtokaX ended. Clearly nobody want ADC support...
30 June 2015 - PtokaX 0.5.1.0 released...
30 April 2015 Crowdfunding for ADC protocol support in PtokaX
26 April 2015 New support hub!
20 February 2015 - PtokaX 0.5.0.3 released...
13 April 2014 - PtokaX 0.5.0.2 released...
23 March 2014 - PtokaX testing version 0.5.0.1 build 454 is available.
04 March 2014 - PtokaX.org sites were temporary down because of DDOS attacks and issues with hosting service provider.

Main Menu

PtokaX 0.4.0.0 released...

Started by PPK, 23 February, 2008, 21:01:02

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

PPK

New PtokaX is here.

Quote from: Changelog...Added: Setting manager, complete replacement for old setting system.
Added: Posibility to change 99.9% of settings without hub restart.
Added: Open in external editor to script menu (request by bastya_elvtars).
Added: Core.Shutdown() for clean hub shutdown (request by KofolaMaster).
Added: Core.GetBots() to get al bots registered by scripts (request by CrazyGuy).
Added: SetMan.Save(), RegMan.Save(), BanMan.Save().
Added: ScriptMan metatable with GetScripts, MoveUp/Down, Start/Stop/Restart script to lua.
Added: Script delete to script menu (request by (uk)jay).
Added: MoveUp and MoveDown to ProfMan in lua (request by Rag3Rac3r).
Added: Option to popup scripts frame on script error.
Added: Support for _BAN_ and _BAN_time in kick messages to add custom perm and temp ban after kick.
Added: Add, change and remove for (range)bans to gui.
Added: User count to welcome message (request by ptaczek).
Fixed: Small bug in tempban, causing delete of permbans on same ip (thx the_pest for report).
Fixed: Crash on rangeunban with bad parameters (thx amenay for report).
Fixed: Crash in same pm deflood (thx nikita800 for report).
Fixed: Duplicite ban message on nicktempban (thx fane for report).
Fixed: Accepting language, script or text file with wrong file extension.
Fixed: Bugs in registered user profile changing related to OP/OpChat permissions (thx plop for report).
Fixed: Crash on set all/clear all profile permissions in some cases (thx hanger 13 for report).
Fixed: Bugs in server thread causing memory corruption in some cases.
Fixed: Missing profile change when registered user was removed from gui and was online (thx CrazyGuy for report).
Fixed: Crashes on loading corrupted xml files.
Changed: Setting were removed from main frame and new setting frame for them was created.
Changed: Few small things in gui, many internal changes in code.
Changed: Component for debug log creating.
Changed: Update check complete rewritten to use winsock instead of indy component.
Changed: Lua interface, complete rewrite.
Changed: Profile moving is now possible when hub is running.
Changed: Tray icon tooltip message, now contains hubname.
Removed: Few things was lost on settings rewrite (chat log, nick rule, webserver...).
Removed: Possibility to use |, space and white chars in profile names (thx Hungarista for report).
Upgraded: Lua to 5.1.3.

Quote from: Minor changes from 0.4.0.0RC10Fixed: Changing topic from gui not changed topic in $HubName sent after login.
Changed: Accepting tag from unknown clients (that are not defined in clienttags.xml) is now enabled as default.
Changed: IP checking in protocol command is now _ALWAYS_ enabled after startup.
"Most of you are familiar with the virtues of a programmer. There are three, of course: laziness, impatience, and hubris." - Larry Wall


Semjon


speedX

#3
Awesome....thanks for this new version
Is the download site up?? coz its showing me "Problem Loading page"
Thanking You,

speedX


Psycho_Chihuahua

#5
or here
PtokaxWiki ?PtokaX Mirror + latest Libs

01100001011011000111001101101111001000000110101101101110011011110111011101101110001000000110000101110011001000000101010001101111011010110110111101101100011011110111001101101000

(DVC)Hendrik8ste

all the scripts with this line     sBot = frmHub:GetHubBotName(),     having problems te let it work in the new PTX.

Scanning

in the textdocument Scripting interface it says :

SetMan.
GetHubBot()  - Return table with sNick, sDescription, sEmail, bEnabled, bUsedAsHubSecAlias.
-- Botname pulled from the hub or use "CustomName" Like Bot = "YourBot",
Bot = SetMan.GetString(21),

Psycho_Chihuahua

Quote from: (DVC)Hendrik8ste on 25 February, 2008, 12:05:26
all the scripts with this line     sBot = frmHub:GetHubBotName(),     having problems te let it work in the new PTX.


i guess that is correct as the new 0.4.0.0 has a new API and does not use the old one anymore  ::)
PtokaxWiki ?PtokaX Mirror + latest Libs

01100001011011000111001101101111001000000110101101101110011011110111011101101110001000000110000101110011001000000101010001101111011010110110111101101100011011110111001101101000

PPK

Quote from: (DVC)Hendrik8ste on 25 February, 2008, 12:05:26
all the scripts with this line     sBot = frmHub:GetHubBotName(),     having problems te let it work in the new PTX.
That is not bug, that is feature. This version have complete new scripting api and old scripts not working.
"Most of you are familiar with the virtues of a programmer. There are three, of course: laziness, impatience, and hubris." - Larry Wall

Mudduck

Quote from: PPK on 25 February, 2008, 20:05:02
That is not bug, that is feature. This version have complete new scripting api and old scripts not working.

OK that sounds like a good thing? I mean new is always good right? In the mean time is it possible to get old scripts modded to suit or will they require a complete rewrite?

I have looked at the new version and its got some good improvements (although I would have liked to be able to paste info into the settings screen) I will not be replacing current hub (3.6) until i can get a security bot like Robo functional.

Great work to all concerned I am sure that this is a major improvement thats true worth will become apparent as it settles in.

8)

Annie

You can paste info into the settings screen  ctrl and c for copy and ctrl and v for paste and you can ask for your scripts to be converted :)

PPK

2Mudduck
Many scripts are already converted, and instead of robocop you can try DiXBoT ;)
"Most of you are familiar with the virtues of a programmer. There are three, of course: laziness, impatience, and hubris." - Larry Wall

Mudduck

Thanks Annie, I discovered the old ways worked with it after i posted but I imagine some didn't (am getting to used to the rodent) as to script conversions I don't mind having a go myself. Just need to source some info on the changes required as well as watch and learn from the talented group that post here.

Thank you also PPK I have been looking at DixBot - has some interesting features not sure yet if it provides the security options Robo provided but to be fair have not had the time for a detailed look.

8)

Snooze

Hey Mudduck,

Feel free to contact me directly with any issues/questions you might have in regards to DiXBoT.

/Snooze

Mudduck

Thanks Snooze will take you up on that!

F_O_X

#16
In new PtokaX it is impossible to copy in clipboard and to insert from clipboard.
It so is conceived or malfunction?

PPK

"Most of you are familiar with the virtues of a programmer. There are three, of course: laziness, impatience, and hubris." - Larry Wall

F_O_X

Quote from: PPK on 05 March, 2008, 10:13:09
Working for me ::)

Quote from: Mutor on 05 March, 2008, 11:56:43
There is no context menu but certainly
[CTRL]+C / [CTRL]+V works

I had in view of the right button of the mouse.

SMF spam blocked by CleanTalk