Search found 24 matches

by fgfiore
Tue Mar 15, 2022 1:03 am
Forum: NO5 IRC
Topic: working with Text objects
Replies: 0
Views: 4235

working with Text objects

now OnChannelMsg and OnPrivateMsg receives as a parameter not the text, but a textobject For full properties and methods take a look at fioresoft.net But for this to work on python you will have to do this: from win32com.client import Dispatch def no5_OnChannelMsg(channel,user,txtObj): msg = Dispatc...
by fgfiore
Sun Feb 27, 2022 11:11 am
Forum: NO5 IRC
Topic: how to run python scripts
Replies: 1
Views: 4566

Re: how to run python scripts

If you don't have pyscrip.py installed try installing the win32 module
pip install pywin32
some pre-installed scripts requires BeautifulSoup4 and Requests
pip install BeautifulSoup4
pip install requests
by fgfiore
Sun Jan 17, 2021 5:11 am
Forum: NO5 IRC
Topic: how to run python scripts
Replies: 1
Views: 4566

how to run python scripts

First your Python installation must contain the file pyscript.py In my installation this file is located at C:\Python3\Lib\site-packages\win32comext\axscript\client\pyscript.py You will probably need to have the enviroment variable PYTHONPATH set to C:\Python3\Lib and added to the Path variable. If ...
by fgfiore
Tue Dec 22, 2020 8:38 pm
Forum: NO5 IRC
Topic: version 1.1.0.3 - hello python
Replies: 0
Views: 5206

version 1.1.0.3 - hello python

Now NO5-IRC supports python script (pys)
i downloaded my python from activestate with windows support
To handle callbacks is just like in vbs

Code: Select all

def no5_OnTimer(timer)
by fgfiore
Sun Nov 29, 2020 5:19 am
Forum: NO5 IRC
Topic: password is not saved in plain text anymore
Replies: 0
Views: 5176

password is not saved in plain text anymore

Simple encryption. Enough to keep curious people away
by fgfiore
Fri Nov 27, 2020 9:29 pm
Forum: NO5 IRC
Topic: version 1.1.0.0
Replies: 0
Views: 5142

version 1.1.0.0

Forms were added.
They are scriptable through vbscript.
Look the two examples i added.
Because of Forms 3 new DLLs need to be register with regsvr32 filename if u download the .rar file
They are automatically registered with the installer.
by fgfiore
Sun Nov 22, 2020 5:54 am
Forum: NO5 IRC
Topic: no5 object model
Replies: 0
Views: 5193

no5 object model

../no5objmodel.png You access the Views collection through the Views property of no5 object Views as all collections has a Count property It lets you enumerate through View objects which has a Name property and a Users Property which in turn is other collection The Users property lets you enumerate...
by fgfiore
Tue Nov 10, 2020 8:33 pm
Forum: NO5 IRC
Topic: running javascript events
Replies: 0
Views: 5175

running javascript events

its like this:

Code: Select all

function no5::OnTimer( id )
{
no5.Output("time");
}
by fgfiore
Tue Nov 10, 2020 6:24 pm
Forum: NO5 IRC
Topic: stable release v1.0
Replies: 0
Views: 5235

stable release v1.0

Thats it, go get it
by fgfiore
Tue Nov 10, 2020 2:15 am
Forum: NO5 IRC
Topic: version Beta 0.6.2.8
Replies: 1
Views: 4104

Re: version Beta 0.6.2.9

Added support for javascript. Unfortunatelly i dont know how to hook up events in javascript. If u know, let me know it.
by fgfiore
Sun Nov 08, 2020 6:30 pm
Forum: NO5 IRC
Topic: version Beta 0.6.2.8
Replies: 1
Views: 4104

version Beta 0.6.2.8

Added suport for vbscript
by fgfiore
Fri Nov 06, 2020 9:09 pm
Forum: NO5 IRC
Topic: version Beta 0.6.2.7
Replies: 0
Views: 5263

version Beta 0.6.2.7

DCC CHAT implemented
by fgfiore
Thu Nov 05, 2020 10:10 am
Forum: NO5 IRC
Topic: version Beta 0.6.2.5
Replies: 0
Views: 5202

version Beta 0.6.2.5

Added DCC SEND
by fgfiore
Sun Nov 01, 2020 1:59 pm
Forum: NO5 IRC
Topic: version Beta 0.6.2.0
Replies: 0
Views: 5135

version Beta 0.6.2.0

SSL support added. It's still experimental
when using it , select the Is SSL port and choose a SSL port
Also dont add a starting room, instead list the rooms after message of the day.
by fgfiore
Thu Oct 29, 2020 4:58 pm
Forum: NO5 IRC
Topic: version Beta 0.6.1.10
Replies: 0
Views: 4953

version Beta 0.6.1.10

You can send an ACTION preceeding your text with :
timestamp added
You can auto complete a name typing the first letters then TAB
by fgfiore
Thu Oct 22, 2020 10:39 am
Forum: NO5 IRC
Topic: Really cool software for IRC client developers
Replies: 0
Views: 5062

Really cool software for IRC client developers

IRCD Server simulator simulates an IRC server on your localhost with fake users , fake channels and fake chat.
It helped me spot a lot of bugs.
This is the link http://colinjs.com/software.htm#t_IRCDSS
thanks to the guy ( forgot his nick ) on #freenode who gave me the tip
by fgfiore
Tue Oct 20, 2020 6:23 pm
Forum: NO5 IRC
Topic: version Beta 0.6.1.4
Replies: 0
Views: 5137

version Beta 0.6.1.4

I've added color support when it's allowed besides bold, italic and underline
by fgfiore
Sun Oct 11, 2020 5:14 pm
Forum: NO5 IRC
Topic: password is saved in plain text
Replies: 0
Views: 5890

password is saved in plain text

So don't save your password if u are not the only one using your computer
by fgfiore
Sat Oct 10, 2020 3:29 pm
Forum: NO5 IRC
Topic: NO5 IRC now on github.com
Replies: 1
Views: 4476

Re: NO5 IRC now on github.com

Beta testers wanted, it only works on Windows
by fgfiore
Sat Oct 10, 2020 1:56 pm
Forum: NO5 IRC
Topic: NO5 IRC now on github.com
Replies: 1
Views: 4476

NO5 IRC now on github.com

NO5 IRC was released on github at https://github.com/fioresoft/no5irc
I don't have time to add CTCP to the base protcol RFC. If Anybody is interested in colaborating, its welcomed!
by fgfiore
Thu Oct 01, 2020 12:36 pm
Forum: NO5 IRC
Topic: Do you want a much better IRC client?
Replies: 0
Views: 5582

Do you want a much better IRC client?

try this http://www.kvirc.ru/
Its open source, runs on Windows, OSX, Linux.
Supports all advanced features like SSL
by fgfiore
Thu Aug 20, 2020 1:14 pm
Forum: PHP for newbies
Topic: php ide/editor my choices
Replies: 2
Views: 5588

Re: php ide/editor my choices

im loving apache netbeans and its free
https://netbeans.apache.org/
by fgfiore
Wed Aug 19, 2020 2:37 am
Forum: PHP for newbies
Topic: php ide/editor my choices
Replies: 2
Views: 5588

Re: php ide/editor my choices

i also tested net beans. its heavy-weight so i didnt install the java part, but the php part seems easy and the intellisense, well, intelligent :lol:
ive also forgot in the poll to add vs code and visual studio itself ( although i have no idea how msvs works with php )
by fgfiore
Tue Aug 18, 2020 2:17 pm
Forum: PHP for newbies
Topic: php ide/editor my choices
Replies: 2
Views: 5588

php ide/editor my choices

well after testing several php editors/ide here is the list: notepad++ simple editor with syntax highlighting and basic auto completion - free phpdesigner8 IDE with intellisense, auto completion and easy to use, the problem is paid eclipse for php: IDE with simple intellisense and auto completion, c...