Age | Commit message (Expand) | Author |
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 | - Made irc numeric use an enum | michael |
2014-01-17 | - hook.h, hook.c: fixed indentation, removed whitespaces/tabs | michael |
2014-01-16 | - Allow private rsa keys larger than 2048 bits. Reported by Zdenek Kaspar. | 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 | - Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs) | michael |
2014-01-14 | - Greatly speedup k-/g-line lookup. Instead of testing every single client ag... | michael |
2014-01-09 | - send.c:sendto_anywhere(): fix to previous commit. 'to' can be a remote | michael |
2014-01-09 | - Make PRIVMSG/NOTICE use UID targets if possible | michael |
2014-01-06 | - parse.c, m_message.c: replaced few 512s with IRCD_BUFSIZE; removed useless ... | michael |
2014-01-05 | - hash.c:exceeding_sendq(): constification | michael |
2014-01-05 | - Fixed server name leak for hidden servers in /who, /whois and /whowas | michael |
2014-01-04 | - Fixed kline issue as reported by Andrei Hristow | michael |
2014-01-03 | - conf.c:conf_free(): sanely clear hub/leaf lists fur debugging purposes | michael |
2014-01-03 | - s_bsd.c:ssl_handshake(): reset timeout handler once SSL_accept() has | michael |
2014-01-01 | - Update copyright years | michael |
2013-12-29 | - Cleaned up RPL_WHOISADMIN hack | michael |
2013-12-29 | - Fixed bug where ircd didn't timeout SSL connections that haven't | michael |
2013-12-25 | - automake 1.14.1 | michael |
2013-12-25 | - Fixed EOB not working for remote servers (Fake Direction) | michael |
2013-12-24 | - list.c:dlinkFindDelete(): minor readability improvements | michael |
2013-12-18 | - channel_mode.c:set_channel_mode(): removed legacy code which has been | michael |
2013-12-17 | - Avoid magically sized temporary buffers | michael |
2013-12-17 | - Avoid magically sized temporary buffers | michael |
2013-12-17 | - introduce_client(), sendnick_TS(): fixed buffer overflow if a client has al... | michael |
2013-12-15 | - client.c: #include "parse.h" | michael |
2013-12-15 | - event.c:aventAdIsh(): fixed compile warning with -Wunsuffixed-float-constants, | michael |
2013-12-15 | - client.c:make_client(): make use of the SetUnknown() macro | michael |
2013-12-14 | - version.c: cosmetical changes | michael |
2013-12-14 | - stats_hooks(), show_events(): no longer sending an extra empty line | michael |
2013-12-13 | - Update AUTHORS & version.c | michael |
2013-12-12 | - conf.c:valid_wild_card(): add missing va_end() | michael |
2013-12-11 | - send.c:send_queued_write(): removed pointless cast | michael |
2013-12-10 | - s_bsd_select.c, s_bsd_devpoll.c, s_bsd_epoll.c, | michael |
2013-12-10 | - ircd.c: show serial number on startup | michael |
2013-12-10 | - send.c: cleaned up style here and there | michael |
2013-12-10 | - send.c:sendto_match_servs(): removed unused variable | michael |
2013-12-10 | - send.c:sendto_anywhere(): removed unreachable code. server never sends | michael |
2013-12-08 | - Removed setup_socket callback | michael |
2013-12-08 | - RPL_WHOISMODES now uses the 310 numeric to comply with other ircds | michael |
2013-12-06 | - Fixed compile warnings with --enable-poll and --enable-select | michael |
2013-12-06 | - bison 3.0.2 | michael |
2013-12-04 | - Administrators may now see channel modes in /LIST | michael |
2013-12-02 | - src/s_bsd_kqueue.c: removed redundant init_netio() prototype; fixed indenta... | michael |
2013-12-02 | - src/s_bsd_kqueue.c: fixed compile warning | michael |