Giter Site home page Giter Site logo

iim's People

Contributors

c00kiemon5ter 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

iim's Issues

Can't login to a ZNC session.

When I try to connect to my ZNC session(run on port 6666) iim seems to connect, but after I can't seem to authenticate/login.

iim -s 127.0.0.1 -p 6666 -n AdrianKoshcha #runs fine

then I get

$ cat out
2015-10-23 19:36:54 <-!-> Password required
2015-10-23 19:36:54 <-!-> *** You need to send your password. Configure your client to send a server password.
2015-10-23 19:36:54 <-!-> *** To connect now, you can use /quote PASS <username>:<password>, or /quote PASS <username>/<network>:<password> to connect to a specific network.

I try to authenticate by doing

$ echo "/quote PASS username/freenode:PASSWORD" > in #obviously w/ my real credentials

but never get any further then this.

Compilation problem

I'm trying to compile this on Arch Linux but hitting errors. Have used it until now and love it :-)

gcc --version
gcc (GCC) 6.1.1 20160802
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
make iim CFLAGS="-std=c99 -Os -Wall -Wextra -pedantic" LDFLAGS="-s"
cc -std=c99 -Os -Wall -Wextra -pedantic  -s  iim.c   -o iim
iim.c: In function ‘connect_to_irc’:
iim.c:69:9: error: variable ‘hints’ has initializer but incomplete type
  struct addrinfo *res = NULL, hints = {0};
         ^~~~~~~~
iim.c:69:40: warning: excess elements in struct initializer
  struct addrinfo *res = NULL, hints = {0};
                                        ^
iim.c:69:40: note: (near initialization for ‘hints’)
iim.c:69:31: error: storage size of ‘hints’ isn’t known
  struct addrinfo *res = NULL, hints = {0};
                               ^~~~~
iim.c:76:6: warning: implicit declaration of function ‘getaddrinfo’ [-Wimplicit-function-declaration]
  if (getaddrinfo(host, port, &hints, &res) != 0) return false;
      ^~~~~~~~~~~
iim.c:78:45: error: dereferencing pointer to incomplete type ‘struct addrinfo’
  for (struct addrinfo *ai = res; ai; ai = ai->ai_next) {
                                             ^~
iim.c:84:11: warning: implicit declaration of function ‘freeaddrinfo’ [-Wimplicit-function-declaration]
  if (res) freeaddrinfo(res);
           ^~~~~~~~~~~~
iim.c:69:31: warning: unused variable ‘hints’ [-Wunused-variable]
  struct addrinfo *res = NULL, hints = {0};
                               ^~~~~
make: *** [<builtin>: iim] Error 1

ACTION is not displayed correctly

When i get an action on a channel it display like this:
�[w]ACTION grabs a peace of wood out of the forrest �[w]

  • [w] Is the character you refer to as a BEL

It should display as:

  • grabs a peace of wood out of the forrest �*

SSL Support

Is there support for ssl because i could not find it or could this be added?

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.