summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Whoops, error from an svnmerge•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8095 e03df62e-2008-0410-955e-edbf42e46eb7 v1.1.13Gravatar brain2007-09-291-1/+1
* 1.1.13+Tyramine (Toxic Cheese! http://scienceblogs.com/moleculeoftheday/2006/...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8094 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-09-291-1/+1
* Removed extremely verbose debugging from the SSL modules, as I believe that b...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8093 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-09-292-11/+0
* Correct wording of message in cmd_invite pointed out by Zaba•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8091 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-09-281-1/+1
* Forgot part of the fix for bug #404•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8087 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-09-271-1/+2
* Fixed bug #404; this was caused by recieving multiple OPERTYPEs from a remote...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8085 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-09-264-13/+6
* Fix for bug #421•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8081 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-09-251-0/+7
* Backport fix for bug #407•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8078 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-09-254-8/+8
* Backport hidekills tweak•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8076 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-09-251-11/+3
* Backport fix for bug #419•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8073 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-09-241-2/+13
* Backport: Fix for bug #424•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8070 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-09-241-2/+2
* Fixed bug #418 (incorrect numerics for part of /ADMIN and /USERS) - patch by ...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8045 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-09-182-2/+2
* Fixed bug #417 (empty userstats allowed all stats to be viewed)•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8043 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-09-181-1/+1
* Fixed bug #414 (cosmetic issue with oper failure notices). Patch by dz•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8041 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-09-151-4/+7
* Fixed a compile error in m_ident on ipv6•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8038 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-09-131-1/+1
* Made m_ident bind ident requests to the same IP the user is connected on, whi...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8036 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-09-131-3/+22
* Fixed a rare infinite loop in InspSocket::FlushWriteBuffer() - this could onl...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8032 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-09-131-0/+6
* Made m_blockcaps' <blockcaps:minlen> parameter default to 1, not 0, since try...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8030 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-09-131-5/+5
* Fixed the order of signon/signoff messages in m_watch (bug #410)•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8024 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-09-111-9/+9
* Fix bug #408, reported and patched by Switch•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8021 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-09-081-1/+1
* Fixed IPv6 resolving on big-endian machines (bug #403). Patch by Stric.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8020 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-09-051-9/+1
* * Backport: Fixed connection messages in ModuleSpanningTree::HandleConnect.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8018 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar burlex2007-09-041-3/+3
* * Backported crash dumping system for Win32 - see 1.2 log for a full description•••* 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 Gravatar burlex2007-09-042-2/+19
* Fixed an issue that could cause empty parameters in module commands to not be...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8013 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-09-022-11/+11
* backport: Completely rewrote m_ident; the old one was written long ago and ha...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8010 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-09-021-254/+148
* backport: Fixed a double free in m_ident. Found by AnMaster•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8006 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-08-311-0/+2
* backport: Fixed a bug introduced in r7827 (does not affect 1.1.12) that would...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8004 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-08-311-0/+11
* bp 7995, add name.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7996 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-08-291-1/+1
* Backport: Add SVSPART at request of the Anope team - You can tell if the serv...•••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 Gravatar brain2007-08-283-1/+34
* Backport tweak to NAMES reply to show the proper =, * and @ from RFC 2812•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7953 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-284-7/+7
* This deserves going into stable too - prettier INFO.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7932 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-08-281-41/+20
* Backport: Add options:maxtargets that was somehow omitted, fixes bug #400 (Re...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7878 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-271-0/+1
* Merge in fix for invalid channels in SVSJOIN by w00t•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7853 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-271-0/+3
* backport: Proper fix for end-of-list numerics on restricted lists in bug #386...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7839 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-262-0/+10
* Backport: Add m_commonchans.so (documented in example conf, no wiki yet) reso...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7833 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-261-0/+102
* Document ModuleSpanningTree::RemoteMessage. Maybe useful for other stuff.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7829 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-261-1/+6
* Fix for bug #398, when someone does /rconnect and the connection fails, more ...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7827 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-266-27/+64
* backport: Implement bug #396, feature request from Bricker•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7825 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-251-35/+46
* Fix for bug #397•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7822 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-251-2/+0
* Fix a compilation bug that managed to sneak past me•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7806 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-231-1/+1
* (Part manual merge) backport:•••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 Gravatar brain2007-08-233-20/+35
* Fix segfault on 'cant open logfile' on startup, on trying to call Exit. inst...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7803 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-231-1/+1
* Add some stuff to change how we process a token sepeperated stream•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7801 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-2310-43/+46
* Fix for irc::sepstream for when there are multiple seperators in a row, do no...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7799 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-231-0/+5
* 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
* 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