summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 1.1.14+PepperJack release v1.1.14Gravatar brain2007-10-201-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8239 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix small memory leak (this cant theoretically happen anyway unless you ↵Gravatar brain2007-10-191-0/+1
| | | | | | remove a network interface while an ident is connecting, and then youll only leak 12 bytes) git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8235 e03df62e-2008-0410-955e-edbf42e46eb7
* Oops, OnCheckReady being called after registration! This doesnt break the ↵Gravatar brain2007-10-181-2/+2
| | | | | | new m_ident, but it goes against spec git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8231 e03df62e-2008-0410-955e-edbf42e46eb7
* Make buildable on 1.1 (hard work!)Gravatar brain2007-10-181-7/+9
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8230 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix typoGravatar brain2007-10-181-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8228 e03df62e-2008-0410-955e-edbf42e46eb7
* Socket engine tweaks, and new m_identGravatar brain2007-10-183-154/+235
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8227 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix to stable, tooGravatar brain2007-10-141-0/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8199 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed for 1.1 tooGravatar brain2007-10-141-13/+8
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8191 e03df62e-2008-0410-955e-edbf42e46eb7
* Change the way origins are shown in snonotice, for djGrrr :pGravatar brain2007-10-141-3/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8182 e03df62e-2008-0410-955e-edbf42e46eb7
* Merge in logging tweak from trunkGravatar brain2007-10-141-8/+8
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8180 e03df62e-2008-0410-955e-edbf42e46eb7
* More debugGravatar brain2007-10-141-3/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8177 e03df62e-2008-0410-955e-edbf42e46eb7
* Add debugGravatar brain2007-10-141-0/+10
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8176 e03df62e-2008-0410-955e-edbf42e46eb7
* Try and build thisGravatar brain2007-10-141-0/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8175 e03df62e-2008-0410-955e-edbf42e46eb7
* Lets try this one.Gravatar brain2007-10-141-9/+12
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8173 e03df62e-2008-0410-955e-edbf42e46eb7
* Move some stuff around, this will move a crash to a different place and ↵Gravatar brain2007-10-132-1/+1
| | | | | | maybe we'll catch it git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8172 e03df62e-2008-0410-955e-edbf42e46eb7
* Merge from trunkGravatar brain2007-10-131-9/+21
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8170 e03df62e-2008-0410-955e-edbf42e46eb7
* Merge to stableGravatar brain2007-10-131-6/+40
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8168 e03df62e-2008-0410-955e-edbf42e46eb7
* TweaksGravatar brain2007-10-131-0/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8164 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix uninitialized var that may stop the ping warning from appearing, thanks ↵Gravatar brain2007-10-131-2/+2
| | | | | | djGrrr git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8161 e03df62e-2008-0410-955e-edbf42e46eb7
* IMPORTANT checks in here that special took out thinking they were no longer ↵Gravatar brain2007-10-131-3/+30
| | | | | | | | | required. Because of the fact that the inspsocket cull comes after the user cull these *are* required. This was bought up in discussion many weeks ago but i guess we both thought the other had added these back! git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8160 e03df62e-2008-0410-955e-edbf42e46eb7
* This fixes a deletion error here, we were using new[] and not using ↵Gravatar brain2007-10-131-9/+9
| | | | | | delete[], but delete instead. git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8158 e03df62e-2008-0410-955e-edbf42e46eb7
* Extra sanity checks to openssl module events to check for out of range file ↵Gravatar brain2007-10-133-1/+41
| | | | | | descriptors git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8156 e03df62e-2008-0410-955e-edbf42e46eb7
* Merge in http://www.p2p-network.net/patches/blocking_fix.patch to fix random ↵Gravatar brain2007-10-131-0/+3
| | | | | | blocking on ssl sockets on some systems, provided by djGrrr and Stskeeps, thanks git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8153 e03df62e-2008-0410-955e-edbf42e46eb7
* Silent CHGIDENT for ulines to prevent noisyness from anopeGravatar brain2007-10-111-1/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8152 e03df62e-2008-0410-955e-edbf42e46eb7
* Check is off by one, this wont break anything but will cut a character off ↵Gravatar brain2007-10-111-1/+1
| | | | | | the set ident git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8150 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix for bug #435 and fix return codes (these cannot be localonly for ↵Gravatar brain2007-10-111-2/+2
| | | | | | add/remove as its more efficient to propogate the SILENCE to the remote server so that messages can be blocked there and not routed) git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8146 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed bug #437 (Empty userstats setting denies stats to opers too)Gravatar special2007-10-101-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8143 e03df62e-2008-0410-955e-edbf42e46eb7
* Change 'unrecognised command BLAH' to 'unrecognised or malformed command ↵Gravatar brain2007-10-091-1/+1
| | | | | | BLAH' just to make it obvious to lazy people. git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8141 e03df62e-2008-0410-955e-edbf42e46eb7
* sanity check for existing server in DoFailOver seems to have vanished!Gravatar brain2007-10-091-2/+10
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8139 e03df62e-2008-0410-955e-edbf42e46eb7
* Backport r8136, svshold allows nick to be taken on connect (OnUserPreNick ↵Gravatar brain2007-10-071-12/+10
| | | | | | not triggering on unregistered user) git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8137 e03df62e-2008-0410-955e-edbf42e46eb7
* Support 501 numeric (its different for user modes compared to channel modes) ↵Gravatar brain2007-10-071-1/+1
| | | | | | - thanks anmaster git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8135 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed bug #434 (cycle allows bypassing modes for users outside of the ↵Gravatar special2007-10-071-2/+8
| | | | | | channel). Patch by dz git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8133 e03df62e-2008-0410-955e-edbf42e46eb7
* Backport the changes to CallHandler to fix an issue Andy Church and Casey ↵Gravatar brain2007-10-061-22/+31
| | | | | | are having. The code here is such a mess and a clusterfuck its probably easier to backport this nicer code from trunk. git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8128 e03df62e-2008-0410-955e-edbf42e46eb7
* Tweaks to icky icky select() engine (thanks Ersan) this MIGHT fix select ↵Gravatar brain2007-10-031-2/+1
| | | | | | | | | problems, but nobody really uses it anyway. We've been having more than usual problems due to select() due to epoll not being detected properly and it falling back on select() which isnt as well tested. git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8114 e03df62e-2008-0410-955e-edbf42e46eb7
* Backport r8107 for brainGravatar special2007-10-021-1/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8108 e03df62e-2008-0410-955e-edbf42e46eb7
* parameters[0] -> parameter.c_str()Gravatar brain2007-09-301-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8100 e03df62e-2008-0410-955e-edbf42e46eb7
* 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