summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-02-15Show opers the raw VERSION string, not the custom onedanieldg
2010-02-15Dump sendq before closing socketdanieldg
2010-02-15Allow a reason to be specified for <connect:deny>danieldg
2010-02-15Add <oper:autologin> to allow SSL fingerprint-based automatic oper logindanieldg
2010-02-15Deny identical mode +H changedanieldg
2010-02-152.0 beta 3 releasedanieldg
2010-02-15Allow forced nick change to bypass Q:Linesdanieldg
2010-02-15Fix build errordanieldg
2010-02-14Remove unused exports; counting is not for programmersdanieldg
2010-02-14Switch the order of arguments in the +X mode, thanks aquanight for the sugges...danieldg
2010-02-14Don't check for existance and such when removing bansdanieldg
2010-02-14m_dnsbl updatesdanieldg
2010-02-13Fix inverted return on ldapoperdanieldg
2010-02-13Clean up treesocket naming confusion by adding a link block reference during ...danieldg
2010-02-13Fix double-invocation of Squit that can cause a crash on delinkdanieldg
2010-02-13Change GeoIP to be a connect block matcherdanieldg
2010-02-13Fix kqueue to not report 0 maximum open socketsdanieldg
2010-02-13Copy example configs and such to run/confdanieldg
2010-02-12Fix compilationdanieldg
2010-02-12Write out the permchannels database on a timer, not on every mode changedanieldg
2010-02-12Remove possible references to deleted User objects due to DNS lookupsdanieldg
2010-02-12Fix stats output to divide in floating-pointdanieldg
2010-02-12Fix conversion warnings on g++ 3.4danieldg
2010-02-12Floating-point math should have no place in an ircddanieldg
2010-02-12Fix sending null character on callerid metadata, which causes netsplitsdanieldg
2010-02-12Fix help text in helpop, route ACCEPT command to fix calleriddanieldg
2010-02-12Improve support for NetBSDdanieldg
2010-02-11When we get events on unknown file descriptors, unregister them rather than s...danieldg
2010-02-11Restart server_hash iteration after quitting dead and pinged out serversdanieldg
2010-02-11Fix double-sending of locally sourced killsdanieldg
2010-02-11Make UID modify its parameter on a nick collision so that services has an eas...danieldg
2010-02-11Fix routing of KILL command when sourced from a serverdanieldg
2010-02-11Allow "make QUICK=1" to speed up the compile (disables -O2)danieldg
2010-02-11Change SERVICE_{CMODE,UMODE} to SERVICE_MODE, which makes more sensedanieldg
2010-02-10Show SSL fingerprint in /WHOIS line, allow fingerprints to be hidden from non...danieldg
2010-02-10Fix TBAN not working if the banner is owner/protecteddanieldg
2010-02-10Fix incorrect ServerInstance pointer in m_sasldanieldg
2010-02-10Change display of PROP list to match the input formatdanieldg
2010-02-10Better error messages for m_autoopdanieldg
2010-02-10Fix incorrect check of mode permissions when displaying themdanieldg
2010-02-102.0 beta 2 releasedanieldg
2010-02-10Fix WHOISNOTICE parameters being sent backwardsdanieldg
2010-02-10Why are we wasting space on DieValue?danieldg
2010-02-09Fix typodanieldg
2010-02-09Sort CAPAB CHANMODES and USERMODESdanieldg
2010-02-09Fix double-free when catching an exception in module init()danieldg
2010-02-09Eliminate duplicate names between user and channel modesdanieldg
2010-02-09Allow exemptchanops to modify the channel access level needed to bypass +tdanieldg
2010-02-09Update m_exemptchanops to allow users to specify the status required for the ...danieldg
2010-02-09Move password checking into connect class searchdanieldg