Coder Social home page Coder Social logo

isaac's People

Contributors

its-danny avatar lian avatar mikker avatar nex3 avatar phiggins avatar postmodern avatar syd avatar tbuehlmann avatar titanous avatar vangberg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

isaac's Issues

Raw IRC commands response parsing

Hey,

I was wondering if it's possible to parse server's responses to raw commands, e.g. names #{channel} so that I could get nicks of users on the channel the bot is on.

Ideas?

Testing

It should be easy to test your Isaac bots.

SSL connection support

There needs to be a way of enabling SSL connections, so that information is not leaked in the clear on hostile networks (such as any cafe's wireless network).

configure do |c|
  ....
  c.ssl = true
end

Access to raw events

I really would like to have access to raw events like the ping/pong stuff to have a timing source, what do you guys think about it? I can easily add it for myself but wanted to suggest this here first.

Reloading

Reloading in development mode would be really nice. The process of disconnecting/reconnecting gets really boring. Kthx.

List versions and commits?

Hi there,

I just installed the isaac gem, version 0.2.6. I'm curious how old it is, and whether or not I should just be running from the trunk head.

Thanks.

Events for specific channels

It would be nice to have support for events happening on specific channels, i.e,

on :channel, ["#io", "#clojure"] do
  msg channel, "sup"
end

recover / release nickname

Hello,

It's my new account with github, I'm not sure if it's appropriate to post issues... The things is I'm trying to get my bot to recover/release nickname in case it was intentionally taken by someone else. Here's snippet of my codes, and it seem to hang then terminated itself.

on :error, 433 do
    open("errors.log", "a") do |log|
        log.puts curtime + " #{nick}: Nickname is already in use"
    end
    puts "#{nick}: Nickname is already in use"
    raw "PRIVMSG nickserv :recover username password"
    raw "PRIVMSG nickserv :release username password"
    raw "PRIVMSG nickserv :identify password"
end

Many thanks in advance and I couldn't have done this if it wasn't for isaac.

Async event handler

Right now Isaac is blocking on events. We need async handling. One easy solution would be to switch to EventMachine. What others?

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.