| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix thread join not working for subclasses of Thread because of C++ destructo...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11500 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-08-10 | 2 | -2/+2 |
| * | Fix a few typos in here so it compiles again.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11464 e03df62e-2008-0410-955e-edbf42e46eb7
| peavey | 2009-08-02 | 2 | -3/+2 |
| * | Change all non-fatal GNUTLS initialisation notices to debug level, to avoid u...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11462 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2009-08-02 | 1 | -4/+4 |
| * | Reconnect to LDAP server if connection goes away, fixes bug #818.•••NOTE: I don't have an LDAP setup, so I'm totally in the blind on these commits.
Sorry, but it seems nobody else can be arsed to do it, so I will.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11448 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2009-08-01 | 2 | -10/+34 |
| * | Send a failure numeric instead of QuitUser when STARTTLS is used after regist...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11445 e03df62e-2008-0410-955e-edbf42e46eb7
| special | 2009-07-27 | 1 | -1/+1 |
| * | Fix double-send of SSL metadata in openssl, possible segfault in gnutls•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11433 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-07-03 | 2 | -4/+2 |
| * | Merge m_ssl_oper_cert into m_sslinfo to reduce the number of SSL modules•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11431 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-07-02 | 1 | -184/+0 |
| * | Send ssl_cert metadata on signon•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11429 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-07-02 | 2 | -16/+21 |
| * | Remove memory-wasting map in ssl_cert•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11428 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-07-02 | 2 | -55/+25 |
| * | Migrate SSL metadata and visible information (/whois line) to single module•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11427 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-07-02 | 2 | -92/+8 |
| * | Fix backport compile error: m_ssl_* uses ServerInstance->Config->ports which ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11426 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-07-02 | 2 | -12/+12 |
| * | m_sslinfo does not depend on external libraries, it should not be in extra•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11418 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-06-27 | 1 | -90/+0 |
| * | Allow SSL fingerprint-based server authentication•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11404 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-06-07 | 2 | -0/+28 |
| * | Don't display locally bound SSL ports in SSL= (for hidden services and such)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11403 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2009-06-06 | 2 | -2/+4 |
| * | Use pkg-config to search for gnutls rather than the now-removed libgnutls-config•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11400 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-06-03 | 1 | -2/+2 |
| * | OnRehash changes: split to multiple hooks to clarify use and prevent explosio...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11388 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-05-24 | 14 | -58/+64 |
| * | Compile fix: openssl does not have an ISSL_CLOSING state, unlike gnutls•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11368 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-05-07 | 1 | -2/+2 |
| * | Fix two compile errors found by Shawn•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11366 e03df62e-2008-0410-955e-edbf42e46eb7
| special | 2009-05-06 | 1 | -1/+1 |
| * | Set errno in openssl when handshake fails•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11365 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-05-06 | 1 | -1/+9 |
| * | Remove FindDescriptor wrapper for GetRef, it doesn't do anything useful and i...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11364 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2009-05-06 | 2 | -5/+5 |
| * | Set errno properly on GnuTLS sessions that die during the SSL handshake•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11363 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-05-06 | 1 | -1/+2 |
| * | Globally route "a" snotices for more modules. Patch from Milliways.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11352 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-05-02 | 1 | -3/+3 |
| * | How about we make this compile?•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11338 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-04-29 | 2 | -2/+2 |
| * | Normalize IPv6 addresses when producing SSL port list, fixes bug #853•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11337 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-04-29 | 2 | -0/+18 |
| * | Correct 005 output of m_ssl_gnutls when used for STARTTLS with no client SSL ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11332 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-04-26 | 1 | -1/+3 |
| * | Convert snomask 'A' into snomask 'a' for local announcements, add snomask 'A'...•••Make SAMODE send a snotice to 'a' and remote to 'A' - fixes bug #822, reported by Taros
We really need a wrapper to use these, but, for now it's usable.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11304 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2009-04-16 | 1 | -3/+3 |
| * | Use 'c' snomask instead of 'A' snomask for ldap auth failures, reported by dr...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11283 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2009-04-03 | 1 | -8/+8 |
| * | Give pgsql some needed love. Dont use DNS, remove some unused hooks and its n...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11268 e03df62e-2008-0410-955e-edbf42e46eb7
| peavey | 2009-03-27 | 1 | -82/+7 |
| * | Fix potential crash on uninitialised var•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11267 e03df62e-2008-0410-955e-edbf42e46eb7
| peavey | 2009-03-27 | 1 | -1/+3 |
| * | Make this compile.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11255 e03df62e-2008-0410-955e-edbf42e46eb7
| peavey | 2009-03-23 | 1 | -1/+1 |
| * | Fix compile error due to mismerge•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11254 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-03-23 | 1 | -0/+2 |
| * | ThreadEngine: Allow interthread signaling without needing as many hacks•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11251 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-03-23 | 2 | -350/+74 |
| * | ThreadEngine: remove MutexFactory, mutexes should be constructed using their ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11250 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-03-23 | 2 | -52/+37 |
| * | ThreadEngine: remove excessive mutex use on thread creation•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11249 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-03-23 | 2 | -2/+2 |
| * | Fix for bug #791, if an error is set treat this as 'could not get certificate'•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11233 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2009-03-18 | 1 | -4/+7 |
| * | Update all wiki links to point to the new wiki. This was done automatically w...•••for file in $(find -type f -and -not -path '*/.svn/*' -and -not -name '*.so') ; do sed -e 's#http://www.inspircd.org/wiki#http://wiki.inspircd.org#' -e 's#http://wiki.inspircd.org/index.php/#http://wiki.inspircd.org/#' -i $file ; done
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11223 e03df62e-2008-0410-955e-edbf42e46eb7
| psychon | 2009-03-15 | 23 | -24/+24 |
| * | Fix bug #779, SSL metadata sent using the wrong case. Thanks HiroP•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11213 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-03-13 | 2 | -2/+2 |
| * | m_uninvite and m_ssl_oper_cert should be marked as VF_COMMON and returning CM...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11144 e03df62e-2008-0410-955e-edbf42e46eb7
| special | 2009-02-23 | 1 | -1/+1 |
| * | Forward port r11142: Commands that only give a response locally should not be...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11143 e03df62e-2008-0410-955e-edbf42e46eb7
| special | 2009-02-23 | 1 | -1/+1 |
| * | Forward port r11137 from stable:•••================================
Use extended open method instead of the basic. Because basic always does SQLITE_OPEN_READWRITE|SQLITE_OPEN_CREATE and we just want SQLITE_OPEN_READWRITE so we can warn if the db does not exist, rather than create an empty db.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11138 e03df62e-2008-0410-955e-edbf42e46eb7
| peavey | 2009-02-22 | 1 | -1/+1 |
| * | Remove unneeded "fd" member of issl_session•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11135 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-02-19 | 1 | -21/+16 |
| * | Remove unneeded comment about warnings on 64-bit•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11134 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-02-19 | 1 | -8/+0 |
| * | GnuTLS does not need a double-copy input buffer•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11133 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-02-19 | 1 | -59/+14 |
| * | Remove redundant PriorityState, enum Priority does the exact same thing.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11121 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2009-02-16 | 2 | -2/+2 |
| * | Nuke trailing spaces•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11105 e03df62e-2008-0410-955e-edbf42e46eb7
| peavey | 2009-02-14 | 3 | -12/+11 |
| * | and here, and here•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11093 e03df62e-2008-0410-955e-edbf42e46eb7
| peavey | 2009-02-12 | 2 | -8/+0 |
| * | Ah pasting, also remove this var from here•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11092 e03df62e-2008-0410-955e-edbf42e46eb7
| peavey | 2009-02-12 | 1 | -4/+0 |
| * | Nuke an unused var•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11091 e03df62e-2008-0410-955e-edbf42e46eb7
| peavey | 2009-02-12 | 1 | -3/+0 |
| * | Several fixes to mysql module:•••* Resolve a deadlock sneaking in when using queries during module load time (start up) triggered by such modules as sqllog.
* Move a few mysql vars to the heap to avoid random stack corruption (valgrind no longer complains either).
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11090 e03df62e-2008-0410-955e-edbf42e46eb7
| peavey | 2009-02-12 | 1 | -19/+22 |
| * | I really dont get the oddball count()? rewrite it•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11088 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2009-02-11 | 4 | -20/+12 |