GithubHelp home page GithubHelp logo

echobot's People

Contributors

alexbakker avatar impyy avatar pik-9 avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

echobot's Issues

bot offline

Bot with ID from README.md is constantly offline. If you do not plan to turn it on, may be better to remove ID from .md file?

I finally got it to compile but I get an error 2

Could not bootstrap, error: 2

I compiled c-toxcore and got that installed in opt. I modified the makefile CFLAGS to have -L/opt/lib then I ram make and got the binary. I ran the binary in the bin folder to see if it worked and I got this error. I've not installed it in opt nor tried the systemd setup.

Toxcore version (question)

Hi,
Tell me what version of toxcore is currently using EchoBot? More than 0.2.0 or less?
I'm asking about EchoBot with toxid: 76518406F6A9F2217E8DC487CC783C25CC16A15EB36FF32E335A235342C48A39218F515C39A6
Thanks.

Please test the ToxID

Please test the ToxID in the README and put a note in the readme with a date when it was last tested to be working.

It doesn't work for me right now.

Please modify to support tor

The mods are really simple - a command line flag to set a host/port and then setting it in tox_options.

I defend on it for toxygen testing AV - and thank you very much for it.

Please break the listof nodes out of the C code

Please break the list of nodes out of the C code - compiled in lists are so 20th century, and there may be test scenarios where you want specific nodes: testing a local host bootstrapd for example.

There are probably lots of examples you could cutnpaste it in from...

make build error (1)

mkdir avbot
git clone https://github.com/Impyy/EchoBot avbot
cd avbot
make

mkdir -p bin
gcc -std=gnu99 -Wall -g -o bin/echobot src/*.c -lpthread -lsodium -ltoxcore -ltoxav
src/echobot.c: In function ‘run_tox’:
src/echobot.c:88:3: error: too few arguments to function ‘tox_iterate’
tox_iterate(tox);
^
In file included from src/echobot.c:8:0:
/usr/local/include/tox/tox.h:984:6: note: declared here
void tox_iterate(Tox *tox, void *user_data);
^
src/echobot.c: In function ‘main’:
src/echobot.c:338:2: error: too many arguments to function ‘tox_callback_self_connection_status’
tox_callback_self_connection_status(g_tox, self_connection_status, NULL);
^
In file included from src/echobot.c:8:0:
/usr/local/include/tox/tox.h:972:6: note: declared here
void tox_callback_self_connection_status(Tox *tox, tox_self_connection_status_cb *callback);
^
src/echobot.c:339:2: error: too many arguments to function ‘tox_callback_friend_request’
tox_callback_friend_request(g_tox, friend_request, NULL);
^
In file included from src/echobot.c:8:0:
/usr/local/include/tox/tox.h:1742:6: note: declared here
void tox_callback_friend_request(Tox *tox, tox_friend_request_cb *callback);
^
src/echobot.c:340:2: error: too many arguments to function ‘tox_callback_friend_message’
tox_callback_friend_message(g_tox, friend_message, NULL);
^
In file included from src/echobot.c:8:0:
/usr/local/include/tox/tox.h:1758:6: note: declared here
void tox_callback_friend_message(Tox *tox, tox_friend_message_cb *callback);
^
src/echobot.c:341:2: error: too many arguments to function ‘tox_callback_file_recv’
tox_callback_file_recv(g_tox, file_recv, NULL);
^
In file included from src/echobot.c:8:0:
/usr/local/include/tox/tox.h:2268:6: note: declared here
void tox_callback_file_recv(Tox *tox, tox_file_recv_cb *callback);
^
makefile:8: recipe for target 'build' failed
make: *** [build] Error 1

Update ToxCore to 0.2.7.

Greetings. I am a user of EchoBot from the TrIfA client, where the default variant is automatically friended to any new account.

However, I found that this bot runs on an older ToxCore version when using the !info command. Specifically v0.2.2 as opposed to v0.2.7.

If possible, I would like to see this bot upgraded to run on the current version of Tox and see if there are any marked improvements from it apart from staying up to date.

Regards,

—SC1040/TS2.

EchoBot often generates tox_friend_connection_status event

For testing my client, I use your EchoBot ( 76518406F6A9F2217E8DC487CC783C25CC16A15EB36FF32E335A235342C48A39218F515C39A6)
I began to notice that EchoBot very often generates the event tox_friend_connection_status. Other friends generate this event much less often.
Below I quote log of my tox-client.
toxphone.log

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.