Page 26 of 35 FirstFirst ... 162425262728 ... LastLast
Results 251 to 260 of 349

Thread: HOWTO: Install LinuxDC++

  1. #251
    Join Date
    Mar 2006
    Beans
    133
    Distro
    Ubuntu 6.06

    Re: HOWTO: Install LinuxDC++

    By the way, I just added the highly requested feature of user commands to today's CVS update.

  2. #252
    Join Date
    Oct 2007
    Beans
    67

    Re: HOWTO: Install LinuxDC++

    is there a way to launch this app without having to go through the terminal???

  3. #253
    Join Date
    Mar 2006
    Location
    Netherlands
    Beans
    103
    Distro
    Ubuntu Development Release

    Re: HOWTO: Install LinuxDC++

    nicely done =)
    I really missed the user commands as an op
    but are there any plans on implementing the context with the usercommands?

    $UserCommand <type> <context> <details>|

    <context> is sent as an integer, but is derived by logical or'ing the following values together. This number controls which contexts the menus will be shown in:
    0x01 = Hub context (available in DC++ when clicking on the hub's tab)
    Example: view hub rules, change password
    This command should contain no 'somenick' arguments (i.e. not %[nick] but it may contain %[mynick] or %[line:blah]).
    0x02 = User context (generally available in DC++ when clicking on a user's nick)
    Example: show users's statistics, ban user
    This command may take nick-specific arguments.
    0x04 = Search context
    Example: report "bad" file in search results
    This command may take nick and file-specific arguments.
    0x08 = Filelist command
    Example: report a bad file found then browsing a user's list
    This command may take nick and file-specific arguments.
    Note: this context is new in DC++ 0.669


    Quote Originally Posted by mrukus View Post
    is there a way to launch this app without having to go through the terminal???
    just create a launcher for it using your main menu editor


  4. #254
    Join Date
    Mar 2006
    Beans
    133
    Distro
    Ubuntu 6.06

    Re: HOWTO: Install LinuxDC++

    Quote Originally Posted by 4tro View Post
    nicely done =)
    I really missed the user commands as an op
    but are there any plans on implementing the context with the usercommands?

    $UserCommand <type> <context> <details>|

    <context> is sent as an integer, but is derived by logical or'ing the following values together. This number controls which contexts the menus will be shown in:
    0x01 = Hub context (available in DC++ when clicking on the hub's tab)
    Example: view hub rules, change password
    This command should contain no 'somenick' arguments (i.e. not %[nick] but it may contain %[mynick] or %[line:blah]).
    0x02 = User context (generally available in DC++ when clicking on a user's nick)
    Example: show users's statistics, ban user
    This command may take nick-specific arguments.
    0x04 = Search context
    Example: report "bad" file in search results
    This command may take nick and file-specific arguments.
    0x08 = Filelist command
    Example: report a bad file found then browsing a user's list
    This command may take nick and file-specific arguments.
    Note: this context is new in DC++ 0.669



    just create a launcher for it using your main menu editor
    There's already a context checkbox option in the user command dialog. I'm not sure why you're saying it has to be in the command itself, it's not a command it's just a gui option. We already have a popup menu in the chat userlist. Someone is currently working to add the popup context menu for search, filelist, etc.

  5. #255
    Join Date
    Mar 2006
    Location
    Netherlands
    Beans
    103
    Distro
    Ubuntu Development Release

    Re: HOWTO: Install LinuxDC++

    i was talking about the context of the user commands provided by the hub...
    the so called right-clickers


  6. #256
    Join Date
    Mar 2006
    Beans
    133
    Distro
    Ubuntu 6.06

    Re: HOWTO: Install LinuxDC++

    Quote Originally Posted by 4tro View Post
    i was talking about the context of the user commands provided by the hub...
    the so called right-clickers
    Oh, I wasn't aware of them previously. According to the code, it is already implemented in the dc++ core. So it should work already.

  7. #257
    Join Date
    Mar 2006
    Location
    Netherlands
    Beans
    103
    Distro
    Ubuntu Development Release

    Re: HOWTO: Install LinuxDC++

    Quote Originally Posted by stevensheehy View Post
    Oh, I wasn't aware of them previously. According to the code, it is already implemented in the dc++ core. So it should work already.
    they work.
    but the context isn't used and i believe the submenu's aren't used either


  8. #258
    Join Date
    Nov 2005
    Location
    Finland
    Beans
    15
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: HOWTO: Install LinuxDC++

    Yeah, some of my hubs use multiple different submenus for usercommands and the list looks like this

  9. #259
    Join Date
    Mar 2006
    Beans
    133
    Distro
    Ubuntu 6.06

    Re: HOWTO: Install LinuxDC++

    Quote Originally Posted by 4tro View Post
    they work.
    but the context isn't used and i believe the submenu's aren't used either
    Yeah, submenus haven't been implemented yet. What do you mean by the context isn't used? The core populates it with the value sent from the hub. As I said, only user list context menu has been implemented at the moment so you'll only be able to see those types from the hub.

  10. #260
    Join Date
    Mar 2006
    Location
    Netherlands
    Beans
    103
    Distro
    Ubuntu Development Release

    Re: HOWTO: Install LinuxDC++

    Quote Originally Posted by stevensheehy View Post
    Yeah, submenus haven't been implemented yet. What do you mean by the context isn't used? The core populates it with the value sent from the hub. As I said, only user list context menu has been implemented at the moment so you'll only be able to see those types from the hub.
    ah i see =)
    i missed that you said only user list context was implemented


Page 26 of 35 FirstFirst ... 162425262728 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •