summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-04-15ahh shit, remove windows specific code i left laying aroundbrain
2008-04-15Fix the problems GreenReaper found with the windows select engine, this has n...brain
2008-04-15Fix obvious compile error (whoops)brain
2008-04-15the select socket engine went on the assumption that a socket may remove itse...brain
2008-04-15Fixes for ValidateHostnamepeavey
2008-04-15Chain ValidateServerName onto ValidateHostname so that the servername gets ho...brain
2008-04-15Deprecate a few more config options.peavey
2008-04-15Nuke the ability to define <options:loglevel> from orbit :pbrain
2008-04-15See configreader.cpp line 764 to see how to declare deprecated items. This is...brain
2008-04-14Move options vlaues netbuffersize, maxwho, maxconn, softlimit, quietbursts, n...brain
2008-04-14TRUNK CONFIG BREAKAGE WARNING: Move a bunch of options tag values into a new ...brain
2008-04-14Set the required prefix for ops to @, thanksbrain
2008-04-13trunk doesnt seem to like < and > in a quoted section, because someone REMOVE...brain
2008-04-13Only restrict set with <class:usermodes/chanmodes>, not unsetbrain
2008-04-131.2.0a2+TexasLonghornbrain
2008-04-13Add newlines to the end :) (\n)brain
2008-04-13add a hint to users for using an IP instead of *bricker
2008-04-13char -> const charw00t
2008-04-13Cast these to shut up compilerw00t
2008-04-13Port a bunch of methods of InspIRCd to functors. IsChannel, IsSID, Rehash.brain
2008-04-12Fixes for default log. It is now called ~/.inspircd/startup.log unless overri...brain
2008-04-12Fixes for bug #515, update existing in-use connect tags on the fly in rehashbrain
2008-04-12Trunk fix for bug #505 reported by nenolodbrain
2008-04-12In visual studio, CRT crashes when strftime() is given an invalid format spec...brain
2008-04-12Fix crash in m_stripcolor on windows when the colour code is the first item o...brain
2008-04-12Replace here toobrain
2008-04-11(untested) don't move newconfig to ServerConfig::config_data until its been v...brain
2008-04-11Remove 'default log' and <options:loglevel> (wtf?)brain
2008-04-11Fix silliesbrain
2008-04-11Patch from Brain fixing broken stuffw00t
2008-04-11Much faster way of checking if the user is 4in6, avoid strncmp in User::GetIP...brain
2008-04-10Provide an optional param translate4in6 to User::GetIPString() and default it...brain
2008-04-10Fix for bug #503 reported by Stealth (at last)brain
2008-04-10Add correct stuff so that /taxonomy can show the cloaked hosts for users in t...brain
2008-04-10Calculate hosts on connect so theres no way around a ban on your cloak, even ...brain
2008-04-10Fix for bug #513brain
2008-04-10This now passes all the RIPEMD160 test vectors and is a complete and usable m...brain
2008-04-10Whoops, overwriting hash with the hex isnt a good ideabrain
2008-04-10Fix ripemd160 warningsbrain
2008-04-10Add m_ripemd160 on behalf of Brain. Adds ripemd-160 hashing to our collection...w00t
2008-04-09Fix thesew00t
2008-04-09AddClient -> AddUser, to be consistantw00t
2008-04-09Move QuitUser into UserManager class, and unstaticize it. This prepares for s...w00t
2008-04-09Apply brain's patch for binary safety of hash providers, and remove rehash fr...w00t
2008-04-09Send usermodes on whois if user is self or operedw00t
2008-04-08Oddnessbrain
2008-04-08Extra debugbrain
2008-04-08Fix authentication logic, someone forgot to change an || to an &&, because we...brain
2008-04-08Allow remote users to bypass Q:Line (why on earth wasn't this the case)w00t
2008-04-08Don't check Q:Lines here, it will affect change to UIDw00t