Age | Commit message (Expand) | Author |
2008-04-13 | Whack gotos here too | brain |
2008-04-13 | Fix 4-space indents :< | brain |
2008-04-13 | Windows fix | brain |
2008-04-13 | Port a bunch of methods of InspIRCd to functors. IsChannel, IsSID, Rehash. | brain |
2008-04-12 | Mapping for mkdir() to _mkdir() for windows | brain |
2008-04-12 | Fixes for default log. It is now called ~/.inspircd/startup.log unless overri... | brain |
2008-04-12 | Fixes for bug #515, update existing in-use connect tags on the fly in rehash | brain |
2008-04-12 | Trunk fix for bug #505 reported by nenolod | brain |
2008-04-12 | In visual studio, CRT crashes when strftime() is given an invalid format spec... | brain |
2008-04-12 | Fix crash in m_stripcolor on windows when the colour code is the first item o... | brain |
2008-04-12 | Replace here too | brain |
2008-04-11 | (untested) don't move newconfig to ServerConfig::config_data until its been v... | brain |
2008-04-11 | Remove 'default log' and <options:loglevel> (wtf?) | brain |
2008-04-11 | nuke loglevel from <options> description, and tidy some indenting. | peavey |
2008-04-11 | Patch from voidzero, bug #517 | brain |
2008-04-11 | Fix sillies | brain |
2008-04-11 | Patch from Brain fixing broken stuff | w00t |
2008-04-11 | Much faster way of checking if the user is 4in6, avoid strncmp in User::GetIP... | brain |
2008-04-10 | Provide an optional param translate4in6 to User::GetIPString() and default it... | brain |
2008-04-10 | Fix for bug #503 reported by Stealth (at last) | brain |
2008-04-10 | Add correct stuff so that /taxonomy can show the cloaked hosts for users in t... | brain |
2008-04-10 | Calculate hosts on connect so theres no way around a ban on your cloak, even ... | brain |
2008-04-10 | Comment small API change (returning -1 from OnCheckBan to explicitly deny the... | brain |
2008-04-10 | Fix for bug #513 | brain |
2008-04-10 | This now passes all the RIPEMD160 test vectors and is a complete and usable m... | brain |
2008-04-10 | Whoops, overwriting hash with the hex isnt a good idea | brain |
2008-04-10 | Fix ripemd160 warnings | brain |
2008-04-10 | Add m_ripemd160 on behalf of Brain. Adds ripemd-160 hashing to our collection... | w00t |
2008-04-09 | Fix these | w00t |
2008-04-09 | AddClient -> AddUser, to be consistant | w00t |
2008-04-09 | Move QuitUser into UserManager class, and unstaticize it. This prepares for s... | w00t |
2008-04-09 | Apply brain's patch for binary safety of hash providers, and remove rehash fr... | w00t |
2008-04-09 | Send usermodes on whois if user is self or opered | w00t |
2008-04-08 | Oddness | brain |
2008-04-08 | Extra debug | brain |
2008-04-08 | Fix authentication logic, someone forgot to change an || to an &&, because we... | brain |
2008-04-08 | Allow remote users to bypass Q:Line (why on earth wasn't this the case) | w00t |
2008-04-08 | Don't check Q:Lines here, it will affect change to UID | w00t |
2008-04-08 | Don't check Q:Lines if server is enforcing a nick change (I forgot we had a w... | w00t |
2008-04-08 | Fix a bug with /SHUN deletion (it didn't work) | w00t |
2008-04-08 | CBan rewritten to use the XLine API. Untested as yet. | w00t |
2008-04-08 | Changes needed to get open-linking working. | w00t |
2008-04-08 | Fix compile error I introduced | w00t |
2008-04-08 | Comment tweakage | w00t |
2008-04-08 | This comment is slightly out of date: we do write to opers now. | w00t |
2008-04-08 | No longer deprecated, just may not be used | w00t |
2008-04-08 | add a couple of parenthesis to the password comparison, because i couldnt eas... | brain |
2008-04-08 | Allow for open link networks (<link:name> to *) and tidy up checks here. XXX ... | w00t |
2008-04-08 | Add todo, add server name | w00t |
2008-04-08 | Remote REHASH stuff, this drove me nuts but should probably work now.. thx brain | w00t |