| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix crash in ADDLINE handler when the command had no parameters | attilamolnar | 2012-10-04 | 1 | -1/+1 |
| * | Fix set-but-not-used and var shadowing warnings | Sir Poggles | 2012-06-12 | 1 | -2/+2 |
| * | Merge pull request #183 from attilamolnar/insp12+invitefix•••[1.2] Fix pending invites not being removed on channel deletion | Robin Burchell | 2012-06-12 | 1 | -0/+1 |
| |\ |
|
| | * | Fix pending invites not being removed when a channel was deleted or had its T...•••Store pointers to channels instead of their names in User::invites
| attilamolnar | 2012-06-02 | 1 | -0/+1 |
| * | | m_spanningtree Interpret ENCAPs also if they were targetted to our SID (retai...•••Drop single targetted ENCAPs if target is reachable via the server who sent the command to us
| attilamolnar | 2012-05-30 | 1 | -2/+11 |
| * | | Don't forward SVSJOIN/SVSPART at all if the destination is the same as the so... | attilamolnar | 2012-05-27 | 2 | -2/+18 |
| * | | m_spanningtree Kill duplicated code in OnUserMessage/Notice, put code shared ... | attilamolnar | 2012-05-19 | 6 | -102/+45 |
| * | | m_spanningtree Remove low level stuff from SpanningTreeProtocolInterface::Sen... | attilamolnar | 2012-05-19 | 1 | -18/+8 |
| * | | m_spanningtree Fill a parameterlist in OnAddLine/OnDelLine instead of printf'... | attilamolnar | 2012-05-19 | 1 | -27/+14 |
| * | | m_spanningtree Remove no-op instructions and simplify code | attilamolnar | 2012-05-19 | 5 | -31/+15 |
| * | | m_spanningtree Fix potential crash in SVSPART handler, don't broadcast incomi... | attilamolnar | 2012-05-19 | 2 | -8/+12 |
| * | | m_spanningtree Fix various bugs related to protocol interface and ENCAP handling•••Most importantly:
- Match the server name not the SID for determining if an incoming ENCAP should be processed by us
- Handle the ? wildcard properly in the server name parameter of an ENCAP
- Send single target ENCAPs to the destination only instead of broadcasting it
- Make ProtocolInterface::SendMetaData accept TYPE_OTHER as target_type (on par with ProtoSendMetaData) instead of throwing an exception
| attilamolnar | 2012-05-19 | 2 | -11/+13 |
| * | | m_spanningtree Call ProtocolInterface::PushToClient when writing to remote cl... | attilamolnar | 2012-05-19 | 6 | -59/+19 |
| * | | m_spanningtree Use iterators in loops instead of subscript operator | attilamolnar | 2012-05-19 | 7 | -36/+30 |
| |/ |
|
| * | Replace copyright headers with headers granting specific authors copyright | Robby- | 2012-04-20 | 64 | -496/+953 |
| * | Fix MaxModes check when bursting bans for a channel to compare the number of ...•••This has caused nearly every ban to be sent in a seperate FMODE.
| attilamolnar | 2012-04-18 | 1 | -1/+1 |
| * | Fixes for OnDelLine checking hardcoded line type 'K' instead of IsBurstable()... | attilamolnar | 2012-04-18 | 1 | -1/+1 |
| * | Fix crash when a remote server has the same name as we do | Daniel De Graaf | 2010-04-16 | 1 | -2/+3 |
| * | Send module load/unload notifications as metadata•••git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12647 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-03-22 | 1 | -0/+2 |
| * | Remove server deletion from OnError, fixes crash on ping timeout•••git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12511 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-21 | 4 | -13/+11 |
| * | Close and delete server sockets when they are in DYING state, should avoid 10...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12473 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-16 | 1 | -1/+4 |
| * | Fix race where two servers with the same name can enter WAIT_AUTH_2 and cause...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12461 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-15 | 2 | -9/+9 |
| * | Call OnClose() before changing link state to DYING to clean up introduced ser...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12458 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-14 | 3 | -2/+8 |
| * | Set link state to DYING on more error paths•••git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12393 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-07 | 1 | -2/+3 |
| * | Restart server_hash iteration after quitting dead and pinged out servers•••git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12391 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-07 | 1 | -1/+5 |
| * | Remove users from uuidlist/clientlist on QuitUser, not during cull (allows UI...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12327 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-01-30 | 1 | -1/+3 |
| * | If SVSNICK is sent to force a change to a UID-lookalike, just change nick to ...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12319 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-01-24 | 1 | -3/+4 |
| * | Add DYING state, and use it instead of asking the core to delete the socket w...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12316 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-01-23 | 4 | -4/+18 |
| * | Check channel name in SVSJOIN to avoid propegating an invalid channel, fixes ...•••This will result in a mild desync if someone has (ab)used SVSJOIN when linking a server running this to their network, but since those channels are screwed anyway..
git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12234 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2009-12-31 | 1 | -7/+12 |
| * | Where there are hidden servers, report the /map server count as the hidden co...•••calculate the user average over this number of servers too. -- Reported by Syloq, thanks!
git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@11728 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2009-09-15 | 1 | -3/+3 |
| * | Fix a regression from fcb51634669e6ed588e42f2072c6f910e267126f ("fix uid coll...•••Thanks to transnet for the report.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11533 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2009-08-19 | 1 | -1/+3 |
| * | Allow forward linking compatability by accepting higher protocol version numb...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11531 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-08-17 | 2 | -10/+13 |
| * | win: Last part of support required for VS2010:•••NEEDS COMPILE TESTING ON: gcc3 (if possible), gcc4, vs2008.
- Check for vs2010 in hash_map.h
- use unordered_map if it exists
- change all map creations to:
#if defined(WINDOWS) && !defined(HASHMAP_DEPRECATED)
// old windows crap
#else
#if HASHMAP_DEPRECATED
// tr1/gcc crap
#endif
#endif
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11524 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2009-08-15 | 1 | -1/+1 |
| * | Print line on empty prefix errors to track down a bug•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11517 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2009-08-14 | 1 | -1/+1 |
| * | Use server name for source of remote TIME rather than SID•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11438 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-07-03 | 1 | -1/+2 |
| * | Roll back mysterious DNS change from 2007 which broke multiple-answer•••DNS requests (CNAME, A). It looks like this was to be related to bitmask
dnsbl support, but it would never have worked anyway (resultnum was always 0..).
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11419 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2009-06-30 | 2 | -6/+3 |
| * | Fix ENCAP forwarding with multiword final parameter, noticed by Namegduf•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11413 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-06-15 | 1 | -0/+2 |
| * | 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 | 7 | -11/+48 |
| * | 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 | 2 | -5/+8 |
| * | Fix UID collision on reload of m_spanningtree.so•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11386 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-05-14 | 1 | -0/+1 |
| * | Fix some incorrect STL iterations (using < end() instead of != end())•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11385 e03df62e-2008-0410-955e-edbf42e46eb7
| special | 2009-05-14 | 2 | -3/+3 |
| * | 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 | 1 | -1/+2 |
| * | 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 | 3 | -17/+7 |
| * | 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 | 2 | -3/+5 |
| * | 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 | 3 | -51/+16 |
| * | 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 |
| * | 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 |
| * | 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 | 2 | -2/+2 |