summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-27- mkkeypair: LICENSE doesn't exist anymore. It's now COPYINGmichael
2014-02-27- mkpasswd.c:main(): constificationmichael
2014-02-27- Update tools/README.mkpasswdmichael
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-27- reference.conf: applied 0001-ciphers-doc.patch by Guillaume Parentmichael
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- Update NEWSmichael
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- ms_bmask(), remove_ban_list(): removed capability tests for CAP_IE and CAP_EXmichael
2014-02-25- m_join.c:m_join(): constificationmichael
2014-02-25- m_encap.c:ms_encap(): removed irrelevant commentmichael
2014-02-25- mempool.c: ifdef out destroy_chunks()michael
2014-02-25- Revved patchlevelmichael
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-25- m_help.c: whitespace changesmichael
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-24- Update NEWSmichael
2014-02-22- numeric.h: removed some other unused numeric constants as pointed out by Adammichael
2014-02-22- numeric.h: removed unused RPL_HOSTHIDDEN numeric constantmichael
2014-02-20- reference.conf: applied 0004-Improve-reference-cipher-list.patch provided b...michael
2014-02-20- reference.conf: applied 0003-Increase-reference-DH-parameters-size.patchmichael
2014-02-20- Update AUTHORS/version.c; add missing '>' spotted by Dizziemichael
2014-02-19- conf.c:get_oper_name(): constificationmichael
2014-02-19- m_challenge.c:m_challenge(): fixed an XXXmichael
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- m_dline.c: get rid of this (type & ~0x1) hackmichael
2014-02-18- hostmask.c: get rid of this (type & ~0x1) hackmichael
2014-02-18- Update reference.confmichael
2014-02-18- m_admin.c: fixed invalid commentmichael
2014-02-18- Stole recent /map changes from p4. Network map looks much better now.michael
2014-02-18- Update NEWSmichael
2014-02-18- Via p4: Make whowas honor disable_remote_commandsmichael
2014-01-31- m_part.c:m_part(): removed IsServer() testmichael
2014-01-31- m_quit.c: removed unused header includemichael
2014-01-31- ircd.c:set_time(): replaced snprintf/report_error combo withmichael
2014-01-31- ircd.c:set_time(): minor style cleanupmichael