| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Show correct server source to users on FTOPIC and FMODE•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11380 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-05-13 | 2 | -2/+3 |
| * | Use Utils->ServerUser instead of ServerInstance->FakeClient in m_spanningtree•••This makes it possible to determine which server initiated a mode change,
instead of having only a flag saying that some server did.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11379 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-05-13 | 5 | -17/+14 |
| * | Make the previous patches actually work•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11378 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-05-13 | 3 | -4/+6 |
| * | Replace loopCall detection in OnUserKick with a check for the m_spanningtree ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11377 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-05-13 | 1 | -12/+6 |
| * | Use a FakeUser source for server-sourced commands in spanningtree•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11376 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-05-13 | 4 | -94/+18 |
| * | Create subclass of User for FakeClient, to allow for use as command source•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11375 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-05-13 | 2 | -4/+3 |
| * | Fix for some modules sending global snotices at each individual server in a s...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11374 e03df62e-2008-0410-955e-edbf42e46eb7
| aquanight | 2009-05-13 | 4 | -8/+4 |
| * | Translate UIDs properly in m_sakick•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11373 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-05-13 | 1 | -3/+2 |
| * | Revert some files accidentally committed in r11371. I'm apparently doing a ve...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11372 e03df62e-2008-0410-955e-edbf42e46eb7
| special | 2009-05-13 | 1 | -5/+0 |
| * | Fix an issue in r11370 spotted by danieldg•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11371 e03df62e-2008-0410-955e-edbf42e46eb7
| special | 2009-05-13 | 2 | -7/+8 |
| * | Fix m_sakick to properly send local/global snomasks like other modules, inste...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11370 e03df62e-2008-0410-955e-edbf42e46eb7
| special | 2009-05-13 | 1 | -17/+12 |
| * | Remove handshake timer on server sockets that die before completing handshake•••This fixes some very subtle and hard-to-trace bugs that are triggered when a
file descriptor and memory address of an EventHandler* are reused after being
deallocated. Impossible to trigger in valgrind; has been seen in live networks.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11369 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-05-07 | 4 | -21/+27 |
| * | 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 ListenSocketBase::GetPort() returning incorrect value on ports not bound ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11367 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-05-07 | 1 | -7/+8 |
| * | 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 | 2 | -2/+2 |
| * | 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 | 4 | -12/+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 |
| * | m_filter: Do not attempt to filter messages from remote users•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11362 e03df62e-2008-0410-955e-edbf42e46eb7
| special | 2009-05-05 | 1 | -3/+6 |
| * | Canonicalize bind addresses when creating listen sockets•••This fixes /stats p output for SSL ports not working if a non-canonical address
is used in the configuration (IPv6 with :: or mixed hexadecimal case).
This also cleans up some now-useless sockaddr[2] allocations.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11361 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-05-04 | 1 | -86/+44 |
| * | Fix unnecessary heap allocation on rehash: stack allocated ConfigReader is fine.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11359 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2009-05-04 | 1 | -8/+6 |
| * | Copypastafail.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11358 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2009-05-03 | 1 | -2/+2 |
| * | Some general tidyup in here (also some possible desync fixes, check IS_LOCAL....•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11357 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2009-05-03 | 1 | -41/+52 |
| * | (for now), comment out opercount from individual servers in XML stats. This c...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11356 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2009-05-03 | 1 | -1/+2 |
| * | Allow E:Lines to exempt targets from SHUN and RLINE. Fixes bug #852 reported ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11355 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2009-05-03 | 2 | -0/+7 |
| * | Change making callerid significantly less expensive for quitting large amount...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11354 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2009-05-02 | 1 | -17/+73 |
| * | Minor cleanup: move RemoveFromAllAccepts() to a private class method•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11353 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2009-05-02 | 1 | -19/+23 |
| * | 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 | 17 | -37/+37 |
| * | Fix two stupid mistakes here•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11350 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2009-05-02 | 1 | -1/+1 |
| * | Patch from eLement notifying the user who sent a NICKLOCK that the target was...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11349 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2009-05-02 | 1 | -0/+3 |
| * | Remove an old debug log, and fix compile.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11348 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2009-05-02 | 1 | -3/+1 |
| * | Fix: Channel aliases should work a bit more like user aliases. This is a BC c...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11347 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2009-05-02 | 1 | -3/+2 |
| * | Replace $chan to "" for a non-channel command.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11346 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2009-05-02 | 1 | -0/+5 |
| * | Send rehash message to global sno, fixes bug #855. Also only send message whe...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11344 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-05-02 | 1 | -9/+10 |
| * | Fix SILENCE command in m_silence being reported as being in m_slience_ext, no...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11343 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-05-01 | 1 | -1/+1 |
| * | Fix bug found by Jeremy from Teranova, thanks: if an explicit bind to an IP i...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11342 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2009-04-30 | 1 | -5/+13 |
| * | Fix m_redirect to work properly with SAMODE•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11339 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-04-29 | 1 | -25/+22 |
| * | 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 |
| * | Add IP address conversion utility functions, irc::sockets::aptosa and irc::so...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11336 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-04-29 | 1 | -0/+38 |
| * | Overloading SetMode seems to cause the compiler to interpret "" as a bool and...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11335 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-04-29 | 8 | -19/+19 |
| * | Fix OnSetAway hook denying remote users' change rather than local users•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11334 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-04-27 | 1 | -2/+2 |
| * | Remove sending +q from OnPostJoin, fixes bug #847. See removed comment for wh...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11333 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-04-27 | 1 | -16/+2 |
| * | 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 |
| * | Enable lag-check pings on active servers - if bandwidth waste is an issue, th...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11331 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-04-26 | 1 | -6/+0 |
| * | Remove lag reporting in /map from servers that do not yet have a valid value;...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11330 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-04-26 | 1 | -1/+1 |
| * | Fix OnUserRegister being triggered twice if someone sent a NICK while waiting...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11329 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-04-26 | 1 | -11/+12 |
| * | Fix crash from unregistered users joining a channel, discovered by Namegduf•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11328 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-04-24 | 1 | -1/+2 |
| * | rollback r11326, we're going to make vc9 the officially supported windows bui...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11327 e03df62e-2008-0410-955e-edbf42e46eb7
| peavey | 2009-04-23 | 4 | -4/+4 |
| * | Heres the beef so far•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11326 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2009-04-23 | 4 | -4/+4 |