Elemental-IRCd / elemental-ircd

Continuation of ShadowIRCD to meet people's needs
GNU General Public License v2.0
41 stars 19 forks source link

FD Inheritence fix/cleanup and the beginings of a test suite #106

Closed ariscop closed 9 years ago

ariscop commented 9 years ago

adds rb_set_inherit and makes every fd added to the event loop default to not inherited

test 'suite' just checks that starting and linking ircd's doesn't crash anything, nothing more than that, but more can be added