summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2014-02-18- Fix to previous changes in -r2998michael
2014-02-18- hostmask.c: get rid of this (type & ~0x1) hackmichael
2014-02-18- Stole recent /map changes from p4. Network map looks much better now.michael
2014-01-31- ircd.c:set_time(): replaced snprintf/report_error combo withmichael
2014-01-31- ircd.c:set_time(): minor style cleanupmichael
2014-01-31- Move myctime() from irc_string.c to s_misc.cmichael
2014-01-28- Added modules_get_list() and made modules_list visible to only modules.cmichael
2014-01-28- Removed sendto_channel_remote()michael
2014-01-28- register_remote_user(): removed unused realname/gecos parametermichael
2014-01-26- channel_mode.c: fixed compile error with halfops enabledmichael
2014-01-26- Revert -r1925. We no longer show how many times an oline has been hit.michael
2014-01-26- match.c: removed unused header includemichael
2014-01-26- channel_mode.c, channel.c: removed unused header includemichael
2014-01-26- channel_mode.c:get_channel_access(): constificationmichael
2014-01-26- channel_mode.c: minor optimizations to set_channel_mode()michael