summaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* More fixes for owines bugs•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8560 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-11-101-6/+5
* Fix crashbugs found by owine•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8558 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-11-101-4/+13
* Tidy up some minor memory leaks that can result in mode handlers or some othe...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8550 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-11-099-10/+25
* Make AddMode the last thing the constructor does.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8546 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-11-091-3/+2
* Mergable part of bug #441 fix•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8480 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-11-032-2/+4
* svnmerge 8340: Theres no need to check the address of a stack declared array ...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8341 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-10-241-1/+1
* Another.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8292 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-10-211-1/+1
* Unimportant extra debug•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8291 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-10-211-1/+1
* Fixes for potter :p•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8289 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-10-211-4/+7
* Hmm•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8288 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-10-211-1/+1
* Forgot something!•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8287 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-10-211-0/+3
* Fixed, i hope.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8285 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-10-211-1/+1
* Extra debugging•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8284 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-10-211-1/+1
* Could it really be THIS simple?•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8282 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-10-211-1/+3
* Minor tweak to avoid a storm of redundant read events. This isnt the fix, i d...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8275 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-10-211-2/+3
* Fix small memory leak (this cant theoretically happen anyway unless you remov...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8235 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-10-191-0/+1
* Make buildable on 1.1 (hard work!)•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8230 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-10-181-7/+9
* Fix typo•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8228 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-10-181-1/+1
* Socket engine tweaks, and new m_ident•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8227 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-10-181-148/+229
* Change the way origins are shown in snonotice, for djGrrr :p•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8182 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-10-141-3/+3
* Merge from trunk•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8170 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-10-131-9/+21
* Merge to stable•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8168 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-10-131-6/+40
* Tweaks•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8164 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-10-131-0/+2
* Fix uninitialized var that may stop the ping warning from appearing, thanks d...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8161 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-10-131-2/+2
* IMPORTANT checks in here that special took out thinking they were no longer r...•••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 Gravatar brain2007-10-131-3/+30
* This fixes a deletion error here, we were using new[] and not using delete[],...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8158 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-10-131-9/+9
* Extra sanity checks to openssl module events to check for out of range file d...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8156 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-10-132-0/+40
* Silent CHGIDENT for ulines to prevent noisyness from anope•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8152 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-10-111-1/+3
* Check is off by one, this wont break anything but will cut a character off th...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8150 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-10-111-1/+1
* Fix for bug #435 and fix return codes (these cannot be localonly for add/remo...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8146 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-10-111-2/+2
* Change 'unrecognised command BLAH' to 'unrecognised or malformed command BLAH...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8141 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-10-091-1/+1
* sanity check for existing server in DoFailOver seems to have vanished!•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8139 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-10-091-2/+10
* Fixed bug #434 (cycle allows bypassing modes for users outside of the channel...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8133 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-10-071-2/+8
* Backport r8107 for brain•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8108 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-10-021-1/+5
* parameters[0] -> parameter.c_str()•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8100 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-09-301-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
* 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
* 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 #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 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
* 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
* * 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-041-1/+1
* 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