summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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-30- Update documentsmichael
2014-01-30- Update NEWSmichael
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- modes.txt: fixed typo as reported by gpmichael
2014-01-26- channel_mode.c: fixed compile error with halfops enabledmichael
2014-01-26- client.h: add separate definition for services IDs instead of using HOSTLENmichael
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
2014-01-26- Clean up stupid pointer magic passed to the channel mode handlers.michael
2014-01-26- irc_res.h: update copyright/license headermichael
2014-01-26- Two native english speakers, to different opinions; another grammaticalmichael
2014-01-25- Added Adam to contributorsmichael
2014-01-25- s_auth.c, s_auth.h: optimized so we save unecessary auth_doing_listmichael
2014-01-25- Update NEWSmichael
2014-01-25- patchlevel.h: update copyright/license headermichael
2014-01-25- s_serv.h: removed unused header includemichael
2014-01-25- modules.h: removed unused header includemichael
2014-01-25- send.h: made some things use an enum.michael
2014-01-25- event.c: fixed compile errormichael
2014-01-25- mempool.h: fixed copyright yearsmichael
2014-01-25- Clean up all files in src/ (fixed indentation, removed whitespaces/tabs)michael
2014-01-24- Fixed bug where some irc clients could not reconnectmichael
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- channel_mode.h: fixed long-standing bug where +p channels have been showmichael
2014-01-22- m_names.c:names_non_public_non_secret(): fixed long-standing bug wheremichael