Menu

#14 added MODE support to route_replies

closed
nobody
None
5
2011-02-15
2010-02-25
Loriaki
No

Modelists are selected by the parameter given to "MODE". "MODE" needs to be checked which list it did request, add a reply context.
This change handles this. The Aproach might be used for more specific command processing is needed;
WIll fix https://sourceforge.net/tracker/?func=detail&aid=2925367&group_id=115828&atid=672821 .

Discussion

  • Psychon

    Psychon - 2010-02-27

    As with the other patch, too.

    patch: **** Only garbage was found in the patch input

     
  • Psychon

    Psychon - 2010-02-27
    • status: open --> pending
     
  • Loriaki

    Loriaki - 2010-02-27

    Ohh, Sorry, about that.
    since I called diff just with the two files to process, it did not add the
    filenames to its output. The unified(-u) version should do the trick.

     
  • Loriaki

    Loriaki - 2010-02-27
    • status: pending --> open
     
  • Loriaki

    Loriaki - 2010-02-27

    unified diff

     
  • Anonymous

    Anonymous - 2010-06-19

    Fixed some bugs I noticed in the patch, tested with KVIrc, XChat and Colloquy iPhone client and banlists and other supported mode lists seem to be redirected properly

    http://dl.dropbox.com/u/113283/route_replies.diff

     
  • Nobody/Anonymous

    Does anyone have some kind of reference for raw 344 and 345? I can't seem to find them.

     
  • Loriaki

    Loriaki - 2010-07-23

    On ircnet servers 344 and 345 are used for the channel REOP List (/mode +R)
    ->
    (/rawlog of irssi on irc.uni-erlangen.de)
    << MODE #channel +R
    >> :Uni-Erlangen.DE 344 MyNick #channel NICK!id@host
    >> :Uni-Erlangen.DE 345 MyNick #channel :End of Channel Reop List

    BUT!! on UltimateIRCd "MODE +R" is used to restrict a channel to "registered" nicks no 344,345 is sent there as a response.

    ->
    << MODE #channel +R
    >> :MyNNick!unknown@Host MODE #channel +R

    This seems to need some sort of configuation or "Server" detection to enable/disable MODER routing :/

     
  • Psychon

    Psychon - 2011-02-15

    Since r2035, route_replies from znc does something like this.
    Thanks for your patch.

     
  • Psychon

    Psychon - 2011-02-15
    • status: open --> closed
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.