Giter VIP home page Giter VIP logo

Comments (14)

CoBC avatar CoBC commented on June 14, 2024

from teamtalk5.

amirmahdifard avatar amirmahdifard commented on June 14, 2024

@CoBC yes but in that time i didn't know the code and that issue got closed just because no one opened any pull request: so cab you please open the pull request this time and we will see if it gets confurmed? please, thanks to you.

from teamtalk5.

amirmahdifard avatar amirmahdifard commented on June 14, 2024

if i could, i would open pull request my self and would see if it would get murged as i'm asking for something that makes sence, just idk why github doesn't let me ad this repo, i think i don't have that right, and i'm having some problems with it, thanks.

from teamtalk5.

amirmahdifard avatar amirmahdifard commented on June 14, 2024

@CoBC if i want to be able to open pull requests i should creat a fork of this repo in to my account: correct?

from teamtalk5.

CoBC avatar CoBC commented on June 14, 2024

from teamtalk5.

CoBC avatar CoBC commented on June 14, 2024

Note, however, the line you mensioned previously isn't the only one thing to change to reply to your request, the action to change status call a library function (TT_DoChangeStatus) when used, so, if you call this function without be logged in to a server, this will fail, so you have to change behaviour of slot change status and check if the client is authentified or not to the server and adapt the code according to this.

from teamtalk5.

amirmahdifard avatar amirmahdifard commented on June 14, 2024

do i check the box that says copy master branch?

from teamtalk5.

CoBC avatar CoBC commented on June 14, 2024

Just let default options

from teamtalk5.

amirmahdifard avatar amirmahdifard commented on June 14, 2024

yes i understand, but i just want to remove this so it doesn't enable this option only if the client is auth wich means authorised and connected as i see what auth does in the bool auth: right?

from teamtalk5.

amirmahdifard avatar amirmahdifard commented on June 14, 2024

ok i did this: now i choose bace repo as amirmahdifard and head repo as bearware: right?

from teamtalk5.

CoBC avatar CoBC commented on June 14, 2024

Yes, but no, as I said previously, you can't change it just with removal of bool auth in this line.
And yes, you're right for fork, anyway I think it's not the apropriate way to talk about it, open a discussion, read GItHub doc or go in private to talk about fork, PR ant other.

from teamtalk5.

amirmahdifard avatar amirmahdifard commented on June 14, 2024

@CoBC ok: so will you open a pull request for this time, or no? if no, i will close this and reopen it whenever i can do it: or if you can, i ask you to do this please, however, you can answer freely ahat will you do about this so i know it too: thanks!

from teamtalk5.

amirmahdifard avatar amirmahdifard commented on June 14, 2024

@CoBC do you mean this part of the code? i found this that only allowes tt do change status if the client is authorised, but this is related to the toggle question mode option.
void MainWindow::slotToggleQuestionMode(bool checked)
{
if(checked)
m_statusmode |= STATUSMODE_QUESTION;
else
m_statusmode &= ~STATUSMODE_QUESTION;

QString statusmsg = ttSettings->value(SETTINGS_GENERAL_STATUSMESSAGE).toString();
if(TT_GetFlags(ttInst) & CLIENT_AUTHORIZED)
    TT_DoChangeStatus(ttInst, m_statusmode, _W(statusmsg));

}

from teamtalk5.

amirmahdifard avatar amirmahdifard commented on June 14, 2024

there's also a fue more but they are related to the idle timers and stuf, they are not about this option in the me menu.

from teamtalk5.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.