summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* IsleOfMull it is•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7336 e03df62e-2008-0410-955e-edbf42e46eb7 v1.1.9Gravatar brain2007-06-161-1/+1
* Remove inspircd_config.h and inspircd_se_config.h in configclean (subjob of d...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7335 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-161-0/+2
* Change to show time/date set and/or time/date to expire, rather than a number...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7334 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-161-8/+7
* RSQUIT/SQUIT is one target only for 1.1. The multi target is going into the 1...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7333 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-06-161-0/+2
* Minor cleanups, commentage.•••Stop this trying to block messages with no channel targets (e.g. PMs) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7332 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2007-06-161-12/+30
* And truly fix rsquit 1 parm crash.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7331 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-06-151-17/+20
* Fix crash on propogation after routed squit has reached it's destination. Thx...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7330 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-06-151-9/+12
* Oops forgot to tidy up comments.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7329 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-06-151-3/+0
* Use PUSH to let remote servers advise of errors.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7328 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-06-152-3/+22
* Cannot WriteServ to remote users, write info to snomask instead.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7327 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-06-151-2/+2
* remove from header also.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7326 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-06-151-8/+0
* remove RSQUIT2 routing hack for SQUIT now we use one param RSQUIT.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7325 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-06-151-55/+0
* remove a comment.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7324 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-06-151-1/+0
* Fix for bug #296, remote squit not accepting wildcards. awaiting QA.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7323 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-06-151-1/+1
* Prioritize this to LAST to allow host changers and cloaking to be done prior ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7322 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-06-151-0/+5
* try out using one param RSQUIT for propogation of SQUIT.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7321 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-06-151-2/+2
* One param RSQUIT behaving like routed SQUIT.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7320 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-06-151-9/+45
* Whack a ^M•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7319 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-141-1/+1
* MAXMODES+1 -> MAXMODES+2•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7318 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-143-3/+3
* Fixed properly this time•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7317 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-141-8/+6
* Fixed fencepost•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7316 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-141-1/+1
* - Fixed fencepost error in apply_other_sides_modes.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7315 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar burlex2007-06-141-1/+1
* - Made the recvfrom wrapper a bit neater.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7314 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar burlex2007-06-144-9/+12
* - Fixed UDP Overlapped I/O under windows. (not the best way this could be don...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7313 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar burlex2007-06-143-12/+62
* + Added a check between servers prefixes at the CAPAB negotiation stage. This...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7312 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar burlex2007-06-141-0/+3
* Win compile fixes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7311 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-141-2/+2
* Add sections to installer for pcre, segregate the m_filter_pcre for the insta...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7310 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-142-2/+20
* Windows build stuff•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7309 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-141-1/+6
* Tidyup ifdefs•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7308 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-141-7/+7
* - Fix for a bug in the win32 inet_ptoa implementation causing CIDR parsing to...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7307 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar burlex2007-06-141-0/+7
* This should fix bug #317, we shouldnt be using send_mode for user modes, we s...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7306 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-141-14/+10
* Fix for bug #315 reported by Nekos, change the exception tags to <securehost>...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7305 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-142-5/+5
* Some general syntax cleanups.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7304 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar pippijn2007-06-147-93/+93
* Fix for bug #324 reported by HiroP•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7303 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-146-46/+103
* Fix problem where two unrelated options are named identically, thanks for rem...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7302 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-142-2/+3
* This is not, not routing of SQUIT, nothing to see here, move along :>•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7301 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-06-133-0/+69
* Have the installer install cert.pem and key.pem to the conf/ dir only if they...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7300 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-131-0/+4
* Add default windows certs. People shouldnt use these for more than evaluation...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7299 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-132-0/+33
* Me so dummee.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7298 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-132-2/+2
* And get it right.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7297 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-131-1/+1
* Update descriptions•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7296 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-131-4/+5
* Being as people while about the odd kludge here and there im going to spend m...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7295 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-132-3/+7
* Nasty kludge to allow for optional install of ssl:•••If the user doesnt have the ssl box ticked, the ssl modules are installed but immediately deleted by the installer, and the gnutls dlls are not installed. If the user does have the box ticked (default) the ssl section immediately puts the ssl modules back again, and then installs the gnutls libs (ick) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7294 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-131-4/+12
* * Fixed IOCPEngine under x64 (because of incorrect pointer sizes)•••- Fixed configure / VC8 projects for x64 compiling. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7293 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar burlex2007-06-135-81/+84
* Remove remote SQUIT hacks.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7292 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-06-132-9/+4
* Make this require 2 params, just like god intended it. (no remote squit hacks)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7291 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-06-131-1/+1
* - Fixed configure script to allow gnutls compilation under win32.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7290 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar burlex2007-06-131-18/+54
* Add DllExport•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7289 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-132-2/+2
* Make these safe for use in vc•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7288 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-132-2/+2
* + Added x64 solutions for VC2005, for future work. This does not under any ci...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7287 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar burlex2007-06-134-0/+518