Age | Commit message (Expand) | Author |
2008-05-18 | Remove some unneccessary .c_str() calls | brain |
2008-05-18 | Debug logging for connect class match failure | w00t |
2008-05-18 | Fix bug found in <connect> code, <connect:limit> was checked after finding a ... | w00t |
2008-05-18 | Fixy | brain |
2008-05-18 | Whoops, this was a bit fucked up :p | brain |
2008-05-18 | Log all snomasks to "snomask" log type, level DEFAULT. This means your log ge... | brain |
2008-05-18 | Holstein | brain |
2008-05-16 | MD_update causes valgrind warnings, remove it..... ...... JUST KIDDNG :) | brain |
2008-05-15 | Make FD_SETSIZE larger. We wont ever have this many users via select() on win... | brain |
2008-05-13 | Right now this just dumps the config hash as html | brain |
2008-05-13 | Check for windows drive letters on the start of paths and treat them the same... | brain |
2008-05-13 | Fix the format of +p channels in /list (both in core /list and in m_safelist)... | brain |
2008-05-13 | Microsoft, in their "infinite wisdom" decide to have no sensible naming conve... | brain |
2008-05-13 | add HostServ as IRCservices has it as an option and add the names inside anop... | bricker |
2008-05-13 | add "Bug tracker" to the default motd ;) everything else is there, why not that | bricker |
2008-05-13 | add a couple quotes ;) | bricker |
2008-05-12 | code tidyups | brain |
2008-05-12 | httpd connection close fixes (these need to be backported to 1.1 at some poin... | brain |
2008-05-12 | Add HTTP auth | brain |
2008-05-12 | Add example config | brain |
2008-05-12 | Add support for blacklists and whitelists, just http password auth to go (the... | brain |
2008-05-12 | Flesh this out some more | brain |
2008-05-12 | Skeleton ACL module, and hooks for it. This will provide ip restrictions, pas... | brain |
2008-05-12 | Patch ReadFile() not to bork on one line files, and ensure it works ok with w... | brain |
2008-05-12 | Fix wildcard matching in win32, seems that incrementing an iterator dereferen... | brain |
2008-05-11 | Show keys to opers correctly | brain |
2008-05-11 | Dont obscure channel keys in the stats | brain |
2008-05-11 | cleanup an old unused var | peavey |
2008-05-11 | Show +sp channels to opers correctly | brain |
2008-05-10 | update svn ignore to create less noise on conflicts and failed patching. | peavey |
2008-05-10 | Improve this not to use pointer maths directly, use an iterator | brain |
2008-05-10 | Fix for bug #532 reported by dantheman, thanks | brain |
2008-05-10 | Check for " to " too | brain |
2008-05-10 | Add a 'sanitize' function to sanitize special characters in the output, <, > ... | brain |
2008-05-10 | Add ident, port, ip to user info in <user> tag | brain |
2008-05-10 | Give tons more information in the xml feed, should be enough to construct jus... | brain |
2008-05-10 | Fix for last nights blockcaps tweak to make it a little more accurate | brain |
2008-05-10 | Fix LoadConf always reading 1 extra byte of random garbage. | peavey |
2008-05-09 | If nobody else is going to submit a diff, may as well do it myself. Using you... | brain |
2008-05-09 | Add *.diff and *.patch to ignores | peavey |
2008-05-09 | Same fixes to make this module scale much better. Dont connect on each query,... | peavey |
2008-05-09 | Fixes to make this module scale much better. Dont connect on each query, keep... | peavey |
2008-05-09 | nuke some debug (snatch) | peavey |
2008-05-09 | Don't stringjoin here, we don't for any other commands (cban, *line) so I'd l... | w00t |
2008-05-09 | Don't route after nuking the user from orbit, there's no point (minor) | w00t |
2008-05-09 | Add test suites for edge cases and in the process, spot a crash in the new co... | brain |
2008-05-09 | Convert CIDR matching and wildcard matching to operate on std::strings | brain |
2008-05-09 | Fix | w00t |
2008-05-09 | Fix crash if OnCheckBan is called and there is no list, the if was reversed. | peavey |
2008-05-09 | Port from hottpd: Split src/socket.cpp out into src/cidr.cpp | w00t |