summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* We name this release Esrom, its a danish cheese, to congratulate peavey on th...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7793 e03df62e-2008-0410-955e-edbf42e46eb7 v1.1.12Gravatar brain2007-08-221-1/+1
* Use userrec::MakeHost not userrec::GetFullRealHost, one has the nick on and w...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7792 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-211-1/+1
* Implement feature in bug #395 reported by stealth, and tidy up a bit•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7790 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-211-4/+5
* Introducing major crashy bugs to annoy Stskeeps... just kidding, backport of ...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7788 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-211-1/+2
* Check for libgnugetopt, we need it in 4.x•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7786 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-201-3/+11
* Backport tidyups•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7784 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-201-10/+23
* Merge in freebsd patch (woot, our first conficted merge :p)•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7782 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-201-2/+13
* Merge comments back into stable, so that people can still understand stable!•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7780 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-201-0/+3
* backport fix for bug i just introduced (oops)•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7778 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-201-1/+1
* Backport, phew, glad this one applied cleanly.•••The only possibility for the issue sts found is that a socket is deleted but also ends up in the socket cull list somehow. To ensure that the socket does not get deleted, remove the delete and replace with an explicit call to insert into the socket cull list. We were grappling with these issues in early 1.1 with the userrec cull list, too. NOTE for later 1.2's consider making CullList a base class which we can derive from to delete lists of other items than userrecs. git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7776 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-204-5/+6
* Block some trunk-only commits•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7774 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-200-0/+0
* backport of fix for bug #382. When colliding a nick, we didnt have : before t...•••Because of a recentish refactor of server to server kills, when killing the user, the kill handler checks for params != 2 and returns if this is true Because 'nick collision' is two words, long, it ignores the KILL and risks a desync (basically a race condition). Couldnt duplicate myself, but this *SHOULD* fix. git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7773 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-201-2/+2
* Backport fix for bug #389, m_nicklock desync•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7771 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-201-1/+0
* Backport fix for bug #393•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7766 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-201-2/+1
* Block the rest of this stuff•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7764 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-190-0/+0
* Backport <hostchange:ports> from bug #363 (feature)•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7763 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-192-3/+22
* Block recent dns changes, theres chance of big breakage here.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7755 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-190-0/+0
* backport loading warning suggested by Bricker•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7752 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-191-0/+3
* BP: Pick up a few error conditions we didnt before in the config reader, and ...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7750 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-192-25/+31
* Block json stuff•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7748 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-190-0/+0
* Fix some /who oddities, fixes bug #383 amongst other issues. Nothing serious.•••Ability to see users who share a common channel with you in /who *wildmask* now. git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7747 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-191-15/+37
* Also deleted json.h from 1.1•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7745 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-08-191-544/+0
* Blocked r7743 and deleted m_rpc_json from 1.1, since it isn't completed yet•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7744 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-08-191-2096/+0
* bp: Fixed a crash within the timeout for m_httpd sockets•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7741 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-08-191-3/+4
* bp: Added the <cloak:ipalways> and <cloak:lowercase> options. Patch by nenolod•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7738 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-08-182-38/+81
* Mark 7735 as backported to stable. tho this was really done reverse, and is r...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7736 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-08-170-0/+0
* * Fixed bug in m_banredirect where removing a ban on a channel with maxbans s...•••* Fixed win32 compiling (forgot to backport the #pragma linker directive) git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7734 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar burlex2007-08-172-1/+3
* Someone messed up•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7732 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-161-4/+4
* bp: Fixed bug #390 (broken m_chanprotect noservices)•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7731 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-08-161-17/+20
* Block 7723-7725,7728 - millisecond /map on windows fixes manually merged•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7729 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-150-0/+0
* Forgot CoreExport•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7727 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-151-6/+6
* Remove a whole load of #ifdef as we can now use gettimeofday.•••If we add a wrapper for getrusage, then we can remove a ton more git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7726 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-155-18/+15
* Block 7715-7716•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7722 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-150-0/+0
* Merge 7719, 7720•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7721 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-152-14/+19
* bp 7717: Fix new millisec /map to compile on windows, by ifndef gettimeofday ...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7718 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-08-132-0/+11
* Fix this so it works. •••OBVIOUS WARNING FOR THE DUMB: Dont go overwriting .so files at random to test this, you WILL crash your ircd if you do this improprerly, this is a feature of the linux shared object loader. If you want to test this, try with: rm cmd_whatever.so && echo "TESTTEST" >cmd_whatever.so, do NOT just do the echo. git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7714 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-113-15/+42
* bp: Make the return codes correct, and allow for LoadCommand without a user p...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7711 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-111-1/+5
* Backport: Provide error output on failure to load a core command; to console ...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7709 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-113-10/+22
* Block 7693•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7707 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-110-0/+0
* Err 7676 manually backported? :S•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7706 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-110-0/+0
* Someone forgot to bp m_nickflood to the example conf•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7705 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-110-0/+0
* block chanrec::JoinUser logic cleanup•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7704 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-110-0/+0
* bp typo fix•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7703 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-111-1/+1
* Backport *possible* fix for bug #374, note i am working BLIND here without a ...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7701 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-101-2/+6
* Backport r7698: users (not opers) set +i would be unable to /who themselves. ...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7699 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-08-101-1/+1
* Commit patch from djGrrr for libc/epoll detection on FC7•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7697 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-091-2/+8
* Merge in dns fix for bug found by djGrrr•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7695 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-091-0/+2
* Backport display glitch fix found by djGrrr, fixed by w00t•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7692 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-091-1/+1
* Fix for bug #379 reported by stealth. Trigger watch signon/signoff on +Q and -Q•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7690 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-091-0/+11
* Feature request from djGrr, allow changing of server to server ping frequency...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7687 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-076-5/+18