GithubHelp home page GithubHelp logo

neuro-bot's People

Contributors

aykutcan avatar guipsp avatar korst3n avatar neuro-sys avatar rgngl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

neuro-bot's Issues

Add improved http content fetching.

return a struct that holds http headers and stuff rather than only a char * to the content body, so that the plugin modules can check the headers prior to processing.

File reading doesn't work with vstudio build

libgio-2.0.dll
g_file_info_get_attribute_as_string() returns null, without setting GError.
py_wrap.c:py_load_modules()

 while ( (fileInfo = g_file_enumerator_next_file(enum_children, NULL, &error)) != NULL) {
    struct py_module_t * mod;
    char * file_name_temp = (g_file_info_get_attribute_as_string(fileInfo, G_FILE_ATTRIBUTE_STANDARD_NAME));
    char mod_name[50];

    if (!file_name_temp) {
      continue;
    }

Purge dependency libraries

Might consider removing jansson and libcurl deps, for glib already has an xml parser -- as an alternative to json; and, GIO is capable of http streams.

Heisenbugs in cygwin build

Cygwin build behaves indeterminately when processing bot commands. The program either quits without a crash on getting a youtube URL (not always), and doesn't somehow parse https urls (not always either).

Decouple irc.c from python modules.

-- Dynamically attach bot command prefixes and pycalls for the modules that are loaded so that it's not hardcoded in irc.c for every pymodule loaded.

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.