solanum/modules/core
Keith Buck 77d3d2dbaf Remove s_assert definition from ircd_defs.h and add it to its own header.
s_assert requires some higher-level functionality that shouldn't be
present in ircd_defs.h. ircd_defs.h is used by ssld, which has no notion
of logging or sending IRC messages. Additionally, some of the headers
s_assert depends on result in conflicting definitions in ssld.c.

This change also fixes the compile when using --enable-assert=soft.
2013-09-10 06:10:14 +00:00
..
m_ban.c Remove s_assert definition from ircd_defs.h and add it to its own header. 2013-09-10 06:10:14 +00:00
m_die.c irc_string.h -> match.h, irc_string.h; includes changed 2008-04-20 09:47:38 +04:00
m_error.c Update comments for parv[0] removal. 2009-01-18 18:22:43 +01:00
m_join.c Remove s_assert definition from ircd_defs.h and add it to its own header. 2013-09-10 06:10:14 +00:00
m_kick.c Back out chanroles. 2011-07-07 21:24:14 -04:00
m_kill.c kill: Improve comment about kill hook. 2013-04-27 16:55:45 +02:00
m_message.c m_message: Remove some unused variables. 2012-04-03 21:51:09 +00:00
m_mode.c Keep forward channels in sync after a netjoin. 2012-03-03 23:45:52 +01:00
m_nick.c Remove s_assert definition from ircd_defs.h and add it to its own header. 2013-09-10 06:10:14 +00:00
m_part.c Call the privmsg_channel hook for part messages too. 2012-04-07 03:03:07 +00:00
m_quit.c Update comments for parv[0] removal. 2009-01-18 18:22:43 +01:00
m_server.c server: Show the missing CAPABs when rejecting a server. 2013-01-02 21:00:18 +01:00
m_squit.c Update comments for parv[0] removal. 2009-01-18 18:22:43 +01:00