summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
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
2014-01-14- Greatly speedup k-/g-line lookup. Instead of testing every single client ag...michael
2014-01-12- m_dline.c, m_kline.c: fixed indentation, style cleanups, reformattingmichael
2014-01-12- m_dline.c:mo_dline(). if a target server exists, use sendto_match_servs()michael
2014-01-12- m_kline.c:mo_kline(). if a target server exists, use sendto_match_servs()michael
2014-01-11- Fixed inconsistent ERR_NOPRIVS vs. ERR_NOPRIVILEGES messmichael
2014-01-09- m_message.c:msg_client(): removed pointless MyClient() testmichael
2014-01-09- m_message.c: fixed indentation, style cleanups, reformattingmichael
2014-01-09- Make PRIVMSG/NOTICE use UID targets if possiblemichael
2014-01-06- parse.c, m_message.c: replaced few 512s with IRCD_BUFSIZE; removed useless ...michael
2014-01-06- m_whois.c:do_whois(): get it to work with UIDs. Spotted and fixed by Adam.michael
2014-01-06- m_whois.c:whois_person(): removed /whois noticemichael
2014-01-05- m_who.c:do_who(): don't hide hopcount to irc operatorsmichael
2014-01-05- m_map.c: don't leak hidden servers in /mapmichael
2014-01-05- Fixed server name leak for hidden servers in /who, /whois and /whowasmichael
2014-01-05- m_trace.c:mo_trace(): properly check return value of hunt_server()michael
2014-01-05- mo_version(): fixed indentationmichael
2013-12-29- Cleaned up RPL_WHOISADMIN hackmichael
2013-12-25- automake 1.14.1michael
2013-12-24- m_webirc.c: instead of silently dropping WEBIRC requests frommichael
2013-12-18- m_webirc.c:mr_webirc(): fixed bug where parv[3] isn't tested formichael
2013-12-17- Avoid magically sized temporary buffersmichael
2013-12-16- m_nick.c, m_join.c: Tweaked channel/nickname rejection noticesmichael
2013-12-12- m_join.c:m_join(): actually test conf->reason for being a NULL pointermichael
2013-12-12- m_help.c:sendhelpfile(): fixed fd leakmichael
2013-12-10- m_mode.c: fixed possible desync with modes set by servicesmichael