summaryrefslogtreecommitdiff
path: root/src/conf.c
AgeCommit message (Expand)Author
2016-06-05Add initial support for client certificate fingerprintsRussell King
2016-06-05Add support for limited temporary KlinesRussell King
2016-06-05Convert global channel operator support to OFTC's God mode.Russell King
2016-06-05Add global channel operator supportRussell King
2016-06-05Add support for configurable initial channel modesRussell King
2014-04-03- conf.c:match_conf_password(): fixed undefined behaviour with crypt()michael
2014-03-23- Cleaned up find_chasing(). Removed useless third 'chasing' argument.michael
2014-02-24- Moved "struct config_channel_entry ConfigChannel" from channel.c to conf.cmichael
2014-02-19- conf.c:get_oper_name(): constificationmichael
2014-01-25- Clean up all files in src/ (fixed indentation, removed whitespaces/tabs)michael
2014-01-19- Moved configuration related code from ircd.c to conf.cmichael
2014-01-18- Added 'unxline' oper privilege for better fine tuningmichael
2014-01-16- Tweak reloading/rehasing config files server noticemichael
2014-01-03- conf.c:conf_free(): sanely clear hub/leaf lists fur debugging purposesmichael
2013-12-17- Avoid magically sized temporary buffersmichael
2013-12-12- conf.c:valid_wild_card(): add missing va_end()michael
2013-11-02- Style correctionsmichael
2013-11-01- Got rid of find_kill() and find_gline() wrapper functionsmichael
2013-10-13- find_person(): fixed naming conventionmichael
2013-06-21- conf.c:attach_iline(): there should never be a conf that hasn't a class att...michael
2013-06-21- conf.c:valid_tkline(): minor cleanupsmichael
2013-06-18- Added generall::cycle_on_host_change configuration option as requestedmichael
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-15- Implement CERTFPmichael
2013-06-04- Moved disable_remote_command configuration directive frommichael
2013-06-04- Style correcions/white-space changesmichael
2013-06-03- Now that invite- and ban-exempts are hardcoded, there's no need to deletemichael
2013-06-03- Remove unused temporary_resv list. Move channel_resv_list to conf.cmichael
2013-05-31- Implement motd{} configuration blocks based on ircu's implementationmichael
2013-05-29- s_user.c:user_set_hostmask(): don't unset FLAGS_IP_SPOOFING if the client'smichael
2013-05-29- get_member_status(), valid_wildcard(): constificationmichael
2013-05-29- resv.c: move valid_wild_card_simple() to conf.cmichael
2013-05-12- Removed 'remote', and 'global_kill' oper flags, and added 'connect',michael
2013-05-10- Removed unused OFLAG_OPER_SPY definitionmichael
2013-05-08- Tweaked various mempool chunk sizesmichael
2013-05-05- conf.c:verify_access(): removed unused variablemichael
2013-05-05- Removed channel::quiet_on_ban configuration option. This feature ismichael
2013-04-30- Moved report_confitem_types() to m_stats.cmichael
2013-04-30- Dropped PCRE supportmichael
2013-04-27- Removed operflag 'nick_changes'. Operators can now set +n at willmichael
2013-04-25- Fixed core on rehash with resv exemptsmichael
2013-04-25- Added basic support for libGeoIPmichael
2013-04-24- Cleanup m_map.cmichael
2013-04-19- Revert to -r1831michael
2013-04-19- Made all numeric defines use the actual string instead of the numeric valuemichael
2013-04-15- Forward-port -r1741 [Fixed logfiles not getting reopened on /rehash]michael
2013-04-14- Quarantined/reserved channels may now contain wildcardsmichael
2013-01-16- Forward-port -r1750 [IMPORTANT: nick and topic lengths are now configurablemichael