summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
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-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- m_help.c: whitespace changesmichael
2014-02-19- m_challenge.c:m_challenge(): fixed an XXXmichael
2014-02-18- m_dline.c: get rid of this (type & ~0x1) hackmichael
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- 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- m_server.c:mr_server(): don't falsely exit a server with the reasonmichael
2014-01-31- m_xline.c: reorder functions, removed unused header includes, constificationsmichael
2014-01-31- m_help.c: Made dohelp() and sendhelpfile() void functionsmichael
2014-01-31- Move myctime() from irc_string.c to s_misc.cmichael
2014-01-30- m_etrace.c: removed unused header includesmichael
2014-01-30- Really make do_admin() a void function...michael
2014-01-30- m_admin.c, m_motd.c: do_admin() and do_motd() always succeed. Make them a v...michael
2014-01-28- Added modules_get_list() and made modules_list visible to only modules.cmichael
2014-01-28- register_remote_user(): removed unused realname/gecos parametermichael
2014-01-26- Revert -r1925. We no longer show how many times an oline has been hit.michael
2014-01-26- Clean up stupid pointer magic passed to the channel mode handlers.michael
2014-01-23- m_capab.c: removed extraneous parenthesesmichael
2014-01-23- Implemented "userhost-in-names" client capabilitymichael
2014-01-23- m_names.c: removed unused header includemichael
2014-01-23- m_names.c: a channel name parameter is now requiredmichael
2014-01-22- m_list.c: style cleanupsmichael
2014-01-22- m_names.c:names_non_public_non_secret(): fixed long-standing bug wheremichael
2014-01-21- Fixed improper use of the ID_or_name macro in several placesmichael
2014-01-20- m_encap.c:ms_encap(): removed pointless code. Buffer can't be overflownmichael
2014-01-19- m_xline.c:mo_xline(): properly report missing privilege now thatmichael
2014-01-19- m_xline.c: speed up xline lookupsmichael
2014-01-19- m_trace.c:ms_trace(): properly check return value of hunt_server()michael
2014-01-18- m_gline.c:ms_gline(): improved readability. Removed extranous IsClient() test.michael
2014-01-18- m_gline.c: merged do_sgline() into ms_gline(). Removed me_gline() encap han...michael
2014-01-18- m_dline.c: merged me_undline() into ms_undline()michael
2014-01-18- Added 'unxline' oper privilege for better fine tuningmichael
2014-01-17- m_server.c:mr_server(): if there's no connect block for a server,michael
2014-01-16- Tweak reloading/rehasing config files server noticemichael
2014-01-15- m_xline.c:me_xline(): fixed misleading commentmichael
2014-01-15- Fixed previous commit to ms_locops()michael
2014-01-15- m_locops.c:ms_locops(): replaced sendto_server() combomichael
2014-01-15- m_operwall.c: removed me_operwall() encap handlermichael
2014-01-15- Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs)michael
2014-01-14- m_dline.c, m_kline.c: fixed wrong copyright yearsmichael
2014-01-14- m_encap.c: fixed indentation, style cleanups, reformattingmichael