summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Whoops, error from an svnmerge v1.1.13Gravatar brain2007-09-291-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8095 e03df62e-2008-0410-955e-edbf42e46eb7
* 1.1.13+Tyramine (Toxic Cheese! ↵Gravatar brain2007-09-291-1/+1
| | | | | | http://scienceblogs.com/moleculeoftheday/2006/09/tyramine_toxic_cheese.php) git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8094 e03df62e-2008-0410-955e-edbf42e46eb7
* Removed extremely verbose debugging from the SSL modules, as I believe that ↵Gravatar special2007-09-292-11/+0
| | | | | | bug has been fixed (and we don't want this in for release anyway) git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8093 e03df62e-2008-0410-955e-edbf42e46eb7
* Correct wording of message in cmd_invite pointed out by ZabaGravatar brain2007-09-281-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8091 e03df62e-2008-0410-955e-edbf42e46eb7
* Forgot part of the fix for bug #404Gravatar special2007-09-271-1/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8087 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed bug #404; this was caused by recieving multiple OPERTYPEs from a ↵Gravatar special2007-09-264-13/+6
| | | | | | remote server, which eventually resulted in bad pointers inside the all_opers list git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8085 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix for bug #421Gravatar brain2007-09-251-0/+7
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8081 e03df62e-2008-0410-955e-edbf42e46eb7
* Backport fix for bug #407Gravatar brain2007-09-254-8/+8
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8078 e03df62e-2008-0410-955e-edbf42e46eb7
* Backport hidekills tweakGravatar brain2007-09-251-11/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8076 e03df62e-2008-0410-955e-edbf42e46eb7
* Backport fix for bug #419Gravatar brain2007-09-241-2/+13
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8073 e03df62e-2008-0410-955e-edbf42e46eb7
* Backport: Fix for bug #424Gravatar brain2007-09-241-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8070 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed bug #418 (incorrect numerics for part of /ADMIN and /USERS) - patch by ↵Gravatar special2007-09-182-2/+2
| | | | | | Zaba git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8045 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed bug #417 (empty userstats allowed all stats to be viewed)Gravatar special2007-09-181-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8043 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed bug #414 (cosmetic issue with oper failure notices). Patch by dzGravatar special2007-09-151-4/+7
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8041 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed a compile error in m_ident on ipv6Gravatar special2007-09-131-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8038 e03df62e-2008-0410-955e-edbf42e46eb7
* Made m_ident bind ident requests to the same IP the user is connected on, ↵Gravatar special2007-09-131-3/+22
| | | | | | which is much more sane and should fix IPv6. Bug #406. MUST BE TESTED ON IPV6. git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8036 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed a rare infinite loop in InspSocket::FlushWriteBuffer() - this could ↵Gravatar special2007-09-131-0/+6
| | | | | | only affect a few rarely used modules, and is difficult to trigger. git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8032 e03df62e-2008-0410-955e-edbf42e46eb7
* Made m_blockcaps' <blockcaps:minlen> parameter default to 1, not 0, since ↵Gravatar special2007-09-131-5/+5
| | | | | | trying to block an empty line makes no sense git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8030 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed the order of signon/signoff messages in m_watch (bug #410)Gravatar special2007-09-111-9/+9
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8024 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix bug #408, reported and patched by SwitchGravatar w00t2007-09-081-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8021 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed IPv6 resolving on big-endian machines (bug #403). Patch by Stric.Gravatar special2007-09-051-9/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8020 e03df62e-2008-0410-955e-edbf42e46eb7
* * Backport: Fixed connection messages in ModuleSpanningTree::HandleConnect.Gravatar burlex2007-09-041-3/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8018 e03df62e-2008-0410-955e-edbf42e46eb7
* * Backported crash dumping system for Win32 - see 1.2 log for a full descriptionGravatar burlex2007-09-042-2/+19
| | | | | | * Fixed new m_ident compile under Win32 git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8016 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed an issue that could cause empty parameters in module commands to not ↵Gravatar special2007-09-022-11/+11
| | | | | | be sent to other servers properly git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8013 e03df62e-2008-0410-955e-edbf42e46eb7
* backport: Completely rewrote m_ident; the old one was written long ago and ↵Gravatar special2007-09-021-254/+148
| | | | | | had a history of being very buggy (and still had quite a few bugs). Needs QA. git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8010 e03df62e-2008-0410-955e-edbf42e46eb7
* backport: Fixed a double free in m_ident. Found by AnMasterGravatar special2007-08-311-0/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8006 e03df62e-2008-0410-955e-edbf42e46eb7
* backport: Fixed a bug introduced in r7827 (does not affect 1.1.12) that ↵Gravatar special2007-08-311-0/+11
| | | | | | would cause an infinite loop for some spanningtree link errors. Found by danieldg git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8004 e03df62e-2008-0410-955e-edbf42e46eb7
* bp 7995, add name.Gravatar peavey2007-08-291-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7996 e03df62e-2008-0410-955e-edbf42e46eb7
* Backport: Add SVSPART at request of the Anope team - You can tell if the ↵Gravatar brain2007-08-283-1/+34
| | | | | | | | | server has SVSPART by the presence of SVSPART=1 in the CAPAB. No, we will NOT be enforcing this network-wide, its a server-origin command so it wont cause disconnects if it doesnt exist somewhere. git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7983 e03df62e-2008-0410-955e-edbf42e46eb7
* Backport tweak to NAMES reply to show the proper =, * and @ from RFC 2812Gravatar brain2007-08-284-7/+7
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7953 e03df62e-2008-0410-955e-edbf42e46eb7
* This deserves going into stable too - prettier INFO.Gravatar w00t2007-08-281-41/+20
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7932 e03df62e-2008-0410-955e-edbf42e46eb7
* Backport: Add options:maxtargets that was somehow omitted, fixes bug #400 ↵Gravatar brain2007-08-271-0/+1
| | | | | | (Reported by DarkStorm) git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7878 e03df62e-2008-0410-955e-edbf42e46eb7
* Merge in fix for invalid channels in SVSJOIN by w00tGravatar brain2007-08-271-0/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7853 e03df62e-2008-0410-955e-edbf42e46eb7
* backport: Proper fix for end-of-list numerics on restricted lists in bug ↵Gravatar brain2007-08-262-0/+10
| | | | | | #386, rather than a hackish nonmodular one. git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7839 e03df62e-2008-0410-955e-edbf42e46eb7
* Backport: Add m_commonchans.so (documented in example conf, no wiki yet) ↵Gravatar brain2007-08-261-0/+102
| | | | | | resolves bug #342 feature request by Casey git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7833 e03df62e-2008-0410-955e-edbf42e46eb7
* Document ModuleSpanningTree::RemoteMessage. Maybe useful for other stuff.Gravatar brain2007-08-261-1/+6
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7829 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix for bug #398, when someone does /rconnect and the connection fails, more ↵Gravatar brain2007-08-266-27/+64
| | | | | | stuff is now globally broadcast using SNONOTICE and PUSH git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7827 e03df62e-2008-0410-955e-edbf42e46eb7
* backport: Implement bug #396, feature request from BrickerGravatar brain2007-08-251-35/+46
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7825 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix for bug #397Gravatar brain2007-08-251-2/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7822 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix a compilation bug that managed to sneak past meGravatar brain2007-08-231-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7806 e03df62e-2008-0410-955e-edbf42e46eb7
* (Part manual merge) backport:Gravatar brain2007-08-233-20/+35
| | | | | | | | Raft of fixes so that inspircd can call Cleanup() and Exit() in less 'stable' circumstances, e.g. when half initialized, and it wont segfault. Also fix OpenLog to not always exit on error, but to return a bool instead, which is much more friendly on rehash (you don't want /REHASH dieing your server if you cant write the log!) git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7805 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix segfault on 'cant open logfile' on startup, on trying to call Exit. ↵Gravatar brain2007-08-231-1/+1
| | | | | | instead just call plain exit() as we're screwed and cant log any unload messages. git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7803 e03df62e-2008-0410-955e-edbf42e46eb7
* Add some stuff to change how we process a token sepeperated streamGravatar brain2007-08-2310-43/+46
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7801 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix for irc::sepstream for when there are multiple seperators in a row, do ↵Gravatar brain2007-08-231-0/+5
| | | | | | not drop the rest of the line, strip the seperators git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7799 e03df62e-2008-0410-955e-edbf42e46eb7
* We name this release Esrom, its a danish cheese, to congratulate peavey on ↵ v1.1.12Gravatar brain2007-08-221-1/+1
| | | | | | the new addition to the peavey household :) git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7793 e03df62e-2008-0410-955e-edbf42e46eb7
* Use userrec::MakeHost not userrec::GetFullRealHost, one has the nick on and ↵Gravatar brain2007-08-211-1/+1
| | | | | | we dont want it git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7792 e03df62e-2008-0410-955e-edbf42e46eb7
* Implement feature in bug #395 reported by stealth, and tidy up a bitGravatar brain2007-08-211-4/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7790 e03df62e-2008-0410-955e-edbf42e46eb7
* Introducing major crashy bugs to annoy Stskeeps... just kidding, backport of ↵Gravatar brain2007-08-211-1/+2
| | | | | | stability fix in r7787 git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7788 e03df62e-2008-0410-955e-edbf42e46eb7
* Merge comments back into stable, so that people can still understand stable!Gravatar brain2007-08-201-0/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7780 e03df62e-2008-0410-955e-edbf42e46eb7
* backport fix for bug i just introduced (oops)Gravatar brain2007-08-201-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7778 e03df62e-2008-0410-955e-edbf42e46eb7