summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-01-18- Fixed indentation, removed whitespaces/tabs, update copyright headermichael
2014-01-18- Added 'unxline' oper privilege for better fine tuningmichael
2014-01-17- Made irc numeric use an enummichael
2014-01-17- hook.h, hook.c: fixed indentation, removed whitespaces/tabsmichael
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 commentmichael
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 frommichael
2014-01-16- ircd_signal.c: minor fixes to sigchld_handler()michael
2014-01-16- Tweak reloading/rehasing config files server noticemichael
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 remotemichael
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-05- hash.c:exceeding_sendq(): constificationmichael
2014-01-05- Fixed server name leak for hidden servers in /who, /whois and /whowasmichael
2014-01-04- Fixed kline issue as reported by Andrei Hristowmichael
2014-01-03- conf.c:conf_free(): sanely clear hub/leaf lists fur debugging purposesmichael
2014-01-03- s_bsd.c:ssl_handshake(): reset timeout handler once SSL_accept() hasmichael
2014-01-01- Update copyright yearsmichael
2013-12-29- Cleaned up RPL_WHOISADMIN hackmichael
2013-12-29- Fixed bug where ircd didn't timeout SSL connections that haven'tmichael
2013-12-25- automake 1.14.1michael
2013-12-25- Fixed EOB not working for remote servers (Fake Direction)michael
2013-12-24- list.c:dlinkFindDelete(): minor readability improvementsmichael
2013-12-18- channel_mode.c:set_channel_mode(): removed legacy code which has beenmichael
2013-12-17- Avoid magically sized temporary buffersmichael
2013-12-17- Avoid magically sized temporary buffersmichael
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() macromichael
2013-12-14- version.c: cosmetical changesmichael
2013-12-14- stats_hooks(), show_events(): no longer sending an extra empty linemichael
2013-12-13- Update AUTHORS & version.cmichael
2013-12-12- conf.c:valid_wild_card(): add missing va_end()michael
2013-12-11- send.c:send_queued_write(): removed pointless castmichael
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 startupmichael
2013-12-10- send.c: cleaned up style here and theremichael
2013-12-10- send.c:sendto_match_servs(): removed unused variablemichael
2013-12-10- send.c:sendto_anywhere(): removed unreachable code. server never sendsmichael
2013-12-08- Removed setup_socket callbackmichael
2013-12-08- RPL_WHOISMODES now uses the 310 numeric to comply with other ircdsmichael
2013-12-06- Fixed compile warnings with --enable-poll and --enable-selectmichael
2013-12-06- bison 3.0.2michael
2013-12-04- Administrators may now see channel modes in /LISTmichael
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 warningmichael