summaryrefslogtreecommitdiff
path: root/src/modules/extra
Commit message (Expand)AuthorAgeFilesLines
* Use pkg-config to search for gnutls rather than the now-removed libgnutls-config•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@11408 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2009-06-131-3/+2
* Backport r11144: m_uninvite and m_ssl_oper_cert should be marked as VF_COMMON...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@11145 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2009-02-231-1/+1
* Commands that only give a response locally should not be propagated globally,...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@11142 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2009-02-231-1/+1
* Use extended open method instead of the basic. Because basic always does SQLI...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@11137 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2009-02-221-1/+1
* <sqlauth:useident> logic was reversed, so it used nick when yes and vice versa•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@11136 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2009-02-221-17/+16
* Backport r11000, properly check for handshake completion in m_ssl_gnutls. Apo...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@11001 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar dz2009-01-251-1/+1
* Rename it too, to avoid a clash•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10986 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2009-01-221-1/+1
* Simple crossport from m_ldapauth, requested by Chankster on the forums. Allow...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10985 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2009-01-221-5/+7
* Backport nicer error message from 1.2•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10951 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2009-01-071-1/+1
* Backport r10602: potentially unsafe comparison in SSL•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10603 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-09-261-0/+4
* Fix an uninitialised variable used for /stats z, also fix the Funky Maths(tm)...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10328 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-08-271-4/+4
* Apply to clictx too•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10163 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-08-181-0/+1
* Work around OpenSSL retardation and braindamage: if you pass a different buff...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10160 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-08-181-0/+2
* Fix for bug #594, already exists in trunk, backport•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10145 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-08-161-0/+7
* Fix for bug #583 reported by Deyan, thanks for the heads up•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10129 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-08-091-1/+1
* backport 10068•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10069 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-07-231-1/+1
* bp: Fixed #568 - gnutls does not allow reuse of credentials, which was making...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@10002 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2008-07-121-9/+19
* Backport r9962: fix a memory leak noted and fixed by Dart in bug #570•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9963 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-07-121-0/+1
* It is unnecessary and rather less efficient to use memmove() everywhere; it's...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9928 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2008-06-202-4/+4
* Whos been commiting a quarter of a fix?•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9926 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-06-192-5/+5
* It's always good procedure to use memmove() on overlapping data.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9924 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2008-06-191-1/+1
* Backport to stable•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9335 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-041-1/+3
* Fix compile errors, thanks voidzero•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9272 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-022-2/+2
* Fix bug - we don't free the InspSocketHook interface when unloading these mod...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9262 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-022-0/+2
* Unneeded•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9254 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-021-81/+0
* Same here, i cant make this error occur without changing code so we'll just m...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9214 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-291-2/+2
* Allow binding to non-anonymous DN for searches (i very much doubt most people...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9094 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-151-11/+23
* and clean up this too.•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9090 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-03-141-8/+1
* Roll back to 1.1 module version in Version()•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9083 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-141-1/+1
* Fix deprecation (I hope)•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9081 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-03-141-8/+13
* Now compiles, note that it seems a few functions are deprecated in the versio...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9076 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-141-0/+3
* Merge copyrights•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9075 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-141-1/+12
* Use some of unreal4's extra modules at request of a user. Original code of th...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9074 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-141-0/+189
* Recommend that users symlink, not copy the files•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9069 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-081-1/+1
* Backport update telling users to use -modupdate•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9067 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-03-081-1/+5
* Merge in patch by Darom that fixes race condition when unloading m_mysql.so t...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8962 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-02-181-2/+18
* Backport r8786 from dz: closes bug #391•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8787 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-02-022-6/+12
* Header update: 2007 -> 2008•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8695 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-01-1017-17/+17
* The mysql worker thread only sleeps 50 nanosecs between cycles, this is not e...•••Increase to 1000, fixes bugs noticed on forum by JulianD, thanks :) git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8606 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-11-291-1/+1
* 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
* 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
* bp typo fix•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7703 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-111-1/+1
* Backport *possible* fix for bug #374, note i am working BLIND here without a ...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7701 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-101-2/+6
* Merge in missing part of gnutls fix•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7683 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-061-1/+0
* Merge flushbuffer openssl fix from trunk manually (without debug), and set sv...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7664 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-08-051-2/+13
* Merge buffering and notification fixes from trunk. Lessons learned from chats...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7660 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-051-2/+20
* Merge in fix for hanging client socket from trunk•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7656 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-051-3/+0
* Merge OpenSSL fix from trunk (r7648-7649)•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7652 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-08-041-24/+0
* more fixes for openssl buffering (none of this affected the superior gnutls)•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7647 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-031-0/+2
* Merge in change from trunk•••git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7645 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-08-031-4/+4