summaryrefslogtreecommitdiff
path: root/src/conf.c
AgeCommit message (Expand)Author
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
2012-11-18- Cleanup unused header file includesmichael
2012-11-16- Implemented memory pool allocator which basically is taken from Tor'smichael
2012-11-14- added improved match() stolen from ircumichael
2012-11-13- changed match() polarity. match() now returns 0 on match and 1 on non-matchmichael
2012-11-10- minor MaskItem structure cleanupmichael
2012-11-09- Finish stabilizing/cleanup of conf parsermichael
2012-11-07- First pass of conf parser stabilization/cleanupmichael
2012-11-07- conf.c: cleanup detach_conf()michael
2012-11-06- More config subsystem cleanupsmichael
2012-11-04- Fixed class limits for oper{} blocksmichael
2012-11-04- Cleanup configuration subsystemmichael