summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-06-05Add support for hidden command modulesRussell King
2016-06-05Add ^ support for SSL connectionsRussell King
2016-06-05Add support for limited temporary KlinesRussell King
2016-06-05Convert global channel operator support to OFTC's God mode.Russell King
2016-06-05Add global channel operator supportRussell King
2016-06-05Add support for configurable initial channel modesRussell King
2016-06-05Fix empty sockhostRussell King
2016-06-05Add patch from Pie-Man to stop flooding connecting servers with 451 errorsRussell King
2014-05-01- Backported /list and hunt_server() optimization from TRUNKmichael
2014-05-01- conf_parser.y: fixed bug where the parser wouldn't take time unitsmichael
2014-04-30- Fixed possible WATCH core. Fix provided by Adammichael
2014-04-15- Readded FLAGS_BLOCKEDmichael
2014-04-13- s_serv.c, m_server.c: moved all netburst related code to m_server.cmichael
2014-04-07- Backported -r3268 [irc_res.c:make_request(): lowered retries counter to 2]michael
2014-04-05- Re-add CHW capability to cope nice with rbmichael
2014-04-03- conf.c:match_conf_password(): fixed undefined behaviour with crypt()michael
2014-03-29- flex 2.5.39michael
2014-03-28- Backported -r3182 [s_user.c:check_xline(): use CONF_NOREASON for default re...michael
2014-03-23- channel_mode.c:chm_voice, chm_hop, chm_op: removed extraneous/redundant IsC...michael
2014-03-23- Cleaned up find_chasing(). Removed useless third 'chasing' argument.michael
2014-03-20- send.c:send_message_remote(): replace ID(&to) with ID(to) as spotted by Adammichael
2014-03-18- send.c:send_message_remote(): TS6 improvementsmichael
2014-03-14- channel_mode.c:chm_limit(): instead of passing an empty buffer to atoi()michael
2014-03-06- parse.c:do_numeric(): now use sendto_channel_butone() to also forwardmichael
2014-03-05- parse.c: moved 'sender' variable to inner scopemichael
2014-03-05- parse.c: removed redundant commentmichael
2014-03-01- white-space changes / style cleanupsmichael
2014-02-28- Renamed ts_warn() to sendto_realops_flags_ratelimited()michael
2014-02-27- numeric.c, m_set.c: fixed inconsistent use of "can't" and "cannot"michael
2014-02-27- conf_db.c: fixed inconsistent use of "can't" and "cannot"michael
2014-02-27- ircd.c:io_loop(): minor cosmetical fixes to the "reloading motd files"michael
2014-02-27- ircd_signal.c:sigint_handler(): fixed inconsistentmichael
2014-02-27- numeric.c: fixed inconsistent use of "can't" and "cannot"michael
2014-02-26- channel_mode.c: made mode_count, mode_limit, simple_modes_mask unsigned int...michael
2014-02-26- Removed FAKEHOST server capability for nowmichael
2014-02-26- channel_mode.c:send_cap_mode_changes(): fixed bug where MODE is used whenmichael
2014-02-25- channel_mode.c: removed CAP_IE and CAP_EX from channel_capabs[]michael
2014-02-25- ircd binary is now again placed in /bin instead of /sbinmichael
2014-02-25- Removed CAP_CHW. This is mandatory since hybrid 6.0 beta 25michael
2014-02-25- ms_bmask(): made mode_type an unsigned int typemichael
2014-02-25- mempool.c: ifdef out destroy_chunks()michael
2014-02-25- modules.c:load_one_module(): renamed variables to make less confusingmichael
2014-02-25- channel_mode.c: replaced several sprintf() with snprintf()michael
2014-02-24- client.c:find_person(): fixed mismatching prototype as pointed out by Adammichael
2014-02-24- Moved "struct config_channel_entry ConfigChannel" from channel.c to conf.cmichael
2014-02-20- Update AUTHORS/version.c; add missing '>' spotted by Dizziemichael
2014-02-19- conf.c:get_oper_name(): constificationmichael
2014-02-19- hostmask.c:find_conf_by_address(): removed pointless password = "" assignment.michael
2014-02-19- hostmask.c:add_conf_by_address(): fixed assert statementmichael
2014-02-19- hostmask.c: minor cleanups to add_conf_by_address()michael