Age | Commit message (Expand) | Author |
2014-01-22 | - hostmask.c: constification | michael |
2014-01-21 | - channel_mode.h: made some things use an enum. Removed unused header include. | michael |
2014-01-21 | - hostmask.c: style cleanups | michael |
2014-01-21 | - channel_mode.c: fixed indentation, removed whitespaces/tabs, | michael |
2014-01-21 | - Fixed grammatical error | michael |
2014-01-21 | - Fixed improper use of the ID_or_name macro in several places | michael |
2014-01-21 | - Update NEWS | michael |
2014-01-20 | - m_encap.c:ms_encap(): removed pointless code. Buffer can't be overflown | michael |
2014-01-20 | - irc_string.c:has_wildcards(): add support for character escaping | michael |
2014-01-20 | - Use the i/o subsystem to execute scheduled writes. Patch provided by Adam. | michael |
2014-01-19 | - m_xline.c:mo_xline(): properly report missing privilege now that | michael |
2014-01-19 | - m_xline.c: speed up xline lookups | michael |
2014-01-19 | - Update NEWS file | michael |
2014-01-19 | - motd.c:motd_lookup(): constification | michael |
2014-01-19 | - Moved configuration related code from ircd.c to conf.c | michael |
2014-01-19 | - s_gline.c:find_is_glined(): style cleanup | michael |
2014-01-19 | - s_serv.h, send.h, send.c: made some things use an enum | michael |
2014-01-19 | - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) | michael |
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 | - Fixed indentation, removed whitespaces/tabs, update copyright header | michael |
2014-01-18 | - Added 'unxline' oper privilege for better fine tuning | michael |
2014-01-17 | - m_server.c:mr_server(): if there's no connect block for a server, | michael |
2014-01-17 | - Made irc numeric use an enum | michael |
2014-01-17 | - hook.h, hook.c: fixed indentation, removed whitespaces/tabs | michael |
2014-01-16 | - Update reference.conf | michael |
2014-01-16 | - Allow private rsa keys larger than 2048 bits. Reported by Zdenek Kaspar. | michael |
2014-01-16 | - doc/reference.conf: whitespace changes | michael |
2014-01-16 | - ircd_signal.c: fixed typo in comment | michael |
2014-01-16 | - ircd_signal.c: fixed indentation, removed whitespaces/tabs, removed unused ... | michael |
2014-01-16 | - ircd_signal.c:setup_signals(): fixed bug where signals stopped from | michael |
2014-01-16 | - ircd_signal.c: minor fixes to sigchld_handler() | michael |
2014-01-16 | - Tweak reloading/rehasing config files server notice | michael |
2014-01-15 | - m_xline.c:me_xline(): fixed misleading comment | michael |
2014-01-15 | - Fixed previous commit to ms_locops() | michael |
2014-01-15 | - m_locops.c:ms_locops(): replaced sendto_server() combo | michael |
2014-01-15 | - m_operwall.c: removed me_operwall() encap handler | michael |
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 years | michael |
2014-01-14 | - m_encap.c: fixed indentation, style cleanups, reformatting | michael |
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, reformatting | michael |
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 mess | michael |
2014-01-09 | - m_message.c:msg_client(): removed pointless MyClient() test | michael |
2014-01-09 | - m_message.c: fixed indentation, style cleanups, reformatting | michael |
2014-01-09 | - send.c:sendto_anywhere(): fix to previous commit. 'to' can be a remote | michael |