summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-07-30- s_bsd.c:ssl_handshake(): no need to spam ircd.log with useless ssl errorsmichael
2013-07-19- motd.(c|h): fixed core with zero byte length ircd.motd. Reported by Fawkesmichael
2013-07-16- Fixed bug that would prevent servers from linking togethermichael
2013-07-04- find_accept(): solved XXXmichael
2013-07-04- hook.c: constification/style correctionsmichael
2013-07-03- Fixed core with empty auth::spoof entriesmichael
2013-07-03- Automake 1.14michael
2013-07-03- White-space commit / style correctionsmichael
2013-07-03- Added XLINE and RESV logging typesmichael
2013-06-23- hostmask.c:hash_text(): removed pointless castmichael
2013-06-23- ircd.c: temporarily disable FAKEHOST capabilitymichael
2013-06-23- Fixed Dom's irc-namemichael
2013-06-23- doc/reference.conf: revised reference.conf by Dominic Hargreaves <dom@earth...michael
2013-06-22- motd.c: fixed possible core with "STATS z" as reported by Fawkesmichael
2013-06-21- conf.c:attach_iline(): there should never be a conf that hasn't a class att...michael
2013-06-21- s_user.c: style corrections, remove useless commentmichael
2013-06-21- conf.c:valid_tkline(): minor cleanupsmichael
2013-06-19- s_serv.c:show_capabilities(): fixed buffer odditiesmichael
2013-06-19- numeric.c: constificate replies[]michael
2013-06-19- s_misc.c: constify weekdays[], months[]michael
2013-06-19- whowas: Renamed functions.michael
2013-06-19- whowas.c: renamed count_whowas_memory() to whowas_count_memory()michael
2013-06-19- Rename Ban::username structure member to Ban::usermichael
2013-06-19- Added FAKEHOST server capability for later usemichael
2013-06-19- s_user.c:user_set_hostmask(): don't send QUIT message to channels ifmichael
2013-06-18- s_bsd.c:ssl_handshake(): shrink buffer size of mdmichael
2013-06-18- Added generall::cycle_on_host_change configuration option as requestedmichael
2013-06-18- s_serv.c: cleanup show_capabilities(). Replace sprintf() combo with strlcat()michael
2013-06-18- Back out previous changes to detach_conf()michael
2013-06-18- conf.c:detach_conf(): fixed bug where we didn't call remove_from_cidr_check()michael
2013-06-18- Added general::stats_u_oper_only configuration optionmichael
2013-06-17- trace_get_dependent(): use unsigned int heremichael
2013-06-17- ircd.c: whitespace commit/style cleanupmichael
2013-06-16- conf_parser.y: don't attempt to copy ciphers if there aren't anymichael
2013-06-16- Add operator::ssl_connection_required configuration optionmichael
2013-06-16- Add usermode 'S' (client is connecte via SSL/TLS).michael
2013-06-15- rename 'fingerprint' configuration directive to 'ssl_certificate_fingerprint'michael
2013-06-15- channel_mode.c:add_id(): don't leak server names of servers that are hidden.michael
2013-06-15- Implement CERTFPmichael
2013-06-06- Added read_links_file()michael
2013-06-05- conf_class.c: white-space changesmichael
2013-06-05- s_serv.c:write_links_file(): replaced a dlinkAdd() with dlinkAddTail()michael
2013-06-05- channel.c: optimized can_join(). Do less intensive tests before actuallymichael
2013-06-05- motd.c: style correctionmichael
2013-06-04- Moved disable_remote_command configuration directive frommichael
2013-06-04- Fixes to changes done in -r2165michael
2013-06-04- motd.c:motd_destroy() don't attempt to unlink a local/remote motdmichael
2013-06-04- motd.c:motd_cache(): do the stat() before fopen() + improve errormichael
2013-06-04- Removed Client::client_host and Client::client_server membersmichael
2013-06-04- Removed usermode +Cmichael