ircd-seven icon indicating copy to clipboard operation
ircd-seven copied to clipboard

freenode's IRC server daemon

Results 29 ircd-seven issues
Sort by recently updated
recently updated
newest added

It is necessary to complete the documentation of the installation, relating how to use autoconf / automake (and some other if there is one). The instructions start from the use...

The performance concerns mentioned in the deleted comment are being discussed externally with @mquin and @ilbelkyr.

Now people can just do ``` sudo bash install-deps.sh ``` instead of running ``` ./configure ... apt install MISSING-PACKAGE ``` over and over until 1) they fall asleep or 2)...

Fuck this "feature" and the horse it rode in on, I hope whoever wrote this code stubs their toe and loses their keys

I don't much like hardcoding our URLs in the ircd's source, it feels dirty, but it *would* make things clearer for users... Opinions welcome.

m_cmessage.c:199:3: error: non-void function 'm_cmessage' should return a value [-Wreturn-type] return; ^ m_cmessage.c:203:3: error: non-void function 'm_cmessage' should return a value [-Wreturn-type] return; ^ 2 errors generated. *** Error code...

Fixes: m_cmessage.c:199:3: error: non-void function 'm_cmessage' should return a value [-Wreturn-type] m_cmessage.c:203:3: error: non-void function 'm_cmessage' should return a value [-Wreturn-type] m_sasl.c:89:3: error: non-void function 'mr_authenticate' should return a value...