summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Holstein•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9728 e03df62e-2008-0410-955e-edbf42e46eb7 v1.2.0a3Gravatar brain2008-05-181-1/+1
* MD_update causes valgrind warnings, remove it..... ...... JUST KIDDNG :)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9727 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-05-161-0/+10
* Make FD_SETSIZE larger. We wont ever have this many users via select() on win...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9726 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-05-151-1/+1
* Right now this just dumps the config hash as html•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9725 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-05-131-0/+128
* Check for windows drive letters on the start of paths and treat them the same...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9724 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-05-135-11/+21
* Fix the format of +p channels in /list (both in core /list and in m_safelist)...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9723 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-05-132-2/+2
* Microsoft, in their "infinite wisdom" decide to have no sensible naming conve...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9720 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-05-132-6/+26
* add HostServ as IRCservices has it as an option and add the names inside anop...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9719 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar bricker2008-05-132-4/+6
* add "Bug tracker" to the default motd ;) everything else is there, why not that•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9718 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar bricker2008-05-131-1/+2
* add a couple quotes ;)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9717 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar bricker2008-05-131-0/+2
* code tidyups•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9716 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-05-121-25/+21
* httpd connection close fixes (these need to be backported to 1.1 at some poin...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9714 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-05-122-5/+18
* Add HTTP auth•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9713 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-05-122-18/+138
* Add example config•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9712 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-05-121-0/+20
* Add support for blacklists and whitelists, just http password auth to go (the...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9711 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-05-121-11/+36
* Flesh this out some more•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9710 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-05-121-1/+70
* Skeleton ACL module, and hooks for it. This will provide ip restrictions, pas...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9709 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-05-123-5/+91
* Patch ReadFile() not to bork on one line files, and ensure it works ok with w...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9707 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-05-121-6/+5
* Fix wildcard matching in win32, seems that incrementing an iterator dereferen...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9706 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-05-123-9/+24
* Show keys to opers correctly•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9705 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-05-112-2/+2
* Dont obscure channel keys in the stats•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9704 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-05-111-1/+1
* cleanup an old unused var•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9703 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-05-112-3/+0
* Show +sp channels to opers correctly•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9702 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-05-112-7/+7
* update svn ignore to create less noise on conflicts and failed patching.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9700 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-05-100-0/+0
* Improve this not to use pointer maths directly, use an iterator•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9699 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-05-101-7/+2
* Fix for bug #532 reported by dantheman, thanks•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9698 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-05-101-1/+1
* Check for " to " too•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9697 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-05-101-0/+3
* Add a 'sanitize' function to sanitize special characters in the output, <, > ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9696 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-05-101-7/+38
* Add ident, port, ip to user info in <user> tag•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9695 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-05-101-1/+1
* Give tons more information in the xml feed, should be enough to construct jus...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9694 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-05-101-107/+35
* Fix for last nights blockcaps tweak to make it a little more accurate•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9692 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-05-101-1/+7
* Fix LoadConf always reading 1 extra byte of random garbage.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9691 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-05-101-2/+1
* If nobody else is going to submit a diff, may as well do it myself. Using you...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9690 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-05-091-0/+8
* Add *.diff and *.patch to ignores•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9688 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-05-090-0/+0
* Same fixes to make this module scale much better. Dont connect on each query,...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9687 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-05-091-27/+54
* Fixes to make this module scale much better. Dont connect on each query, keep...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9686 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-05-091-25/+54
* nuke some debug (snatch)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9685 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-05-091-6/+0
* Don't stringjoin here, we don't for any other commands (cban, *line) so I'd l...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9684 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-05-091-4/+2
* Don't route after nuking the user from orbit, there's no point (minor)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9683 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-05-091-1/+1
* Add test suites for edge cases and in the process, spot a crash in the new co...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9682 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-05-092-0/+13
* Convert CIDR matching and wildcard matching to operate on std::strings•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9681 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-05-097-111/+113
* Fix•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9680 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-05-091-1/+1
* Fix crash if OnCheckBan is called and there is no list, the if was reversed.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9679 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-05-091-2/+2
* Port from hottpd: Split src/socket.cpp out into src/cidr.cpp•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9678 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-05-092-186/+204
* Fix segfault on rehash and tweak the connect code.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9677 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-05-091-18/+35
* Fix some indenting.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9676 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-05-091-2/+2
* Add defaults for SQLHost since comparing depends on them being initialised. A...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9675 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-05-091-1/+8
* Fix restart code, by getting run path and argv before calling Cleanup()•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9674 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-05-091-3/+5
* Add call to protocol interface to get useful info on the server map. Return a...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9673 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-05-084-18/+42
* Make this nicer, rely on the last write event after the Write() that sends al...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9671 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-05-082-8/+15