Coder Social home page Coder Social logo

irc-udfs's Introduction

RCMaehl's Github Page

  • Self Taught Programmer/Scripter
    • AutoIt + AutoHotKey
    • Batch + Powershell
    • Bash + Sh + Zsh
    • MySQL + PHP
    • PowerApps + PowerAutomate
  • 10 Years Customer Service Experience
  • Looking for those looking for me

irc-udfs's People

Contributors

rcmaehl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

kurobeats mlipok

irc-udfs's Issues

Split off IRC clients from main project

After stepping away from the project for a while, I have realized that I kinda went overboard trying to make a full fledged IRC client while at the same time working on a UDF. They will be split off, and newer, smaller examples will be added.

Split _IRCMultiMode

Despite the old ways of having one function per IRC command, updating to UDF standards means _IRCMultiMode will have to be split into 4 functions.

_IRCChannelGetMode()
_IRCChannelSetMode()
_IRCUserGetMode()
_IRCUserSetMode()

Split _IRCChannelTopic

Despite the old ways of having one function per IRC command, switching to UDF standards means that _IRCChannelTopic needs to be split into 2 functions:

_IRCChannelGetTopic()
_IRCChannelSetTopic()

Remove $_iChars from _IRCGetMsg

It's no longer needed since _IRCGetMsg only receives one packet at a time now. Using $_iChars forces the user to have to split the data received into packets and then process them individually.

Unicode Example Output

The current example file outputs to console which has a limitation of only being able to display ANSI characters. Possibly switch to GUI output in a later version.

Userlist

Have Example.au3 parse channel user list and update it on joins/parts to/from it, as well as nick changes.

Have client switch servers on RPL_Bounce (005)

Convert Connecting to a Server to it's own function.

When RPL_Bounce (005) occurs, get server info from the message then disconnect from current server, and use that information to make a new call to connecting to a server.

Store User Lists in Arrays

Currently, users are stored in a space separated list which makes data modification difficult due to the possibility of false positive string matches when using StringReplace(). Enhances #1

Pros:

  • Data Modification is easier
  • Data Modification is precise

Cons:

GUI Client

Create an example IRC client with a user list and tabs for channels.

Requires #1 to be completed first.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.