Re: [CenterIM-users] Sending IRC commands

2013-06-18 Thread Sébastien NOBILI
Le lundi 17 juin 2013 à 20:57, Petr Pavlu a écrit :
 Hello Seb,

Hi Petr,

 Which version of CenterIM 5 do you use? Does your version have
 the changeset `Add support for executing libpurple commands from
 conversations' [1] applied? If you are running anything else than
 the current mob head can you go and compile this version [2] and
 let me know your testing results?

I've built the Beta1 from downloads page [1]. As it was packaged on July 2012,
the commit you're pointing (from April 2013) should not be in.

I'm building from GIT version and let you know.

1: http://www.centerim.org/index.php/Download

Thanks.
Seb

-- 
___
Centerim-users mailing list
Centerim-users@centerim.org
http://centerim.org/mailman/listinfo/centerim-users
http://www.centerim.org/


Re: [CenterIM-users] Sending IRC commands

2013-06-18 Thread Sébastien NOBILI
Le mardi 18 juin 2013 à  9:35, Sébastien NOBILI a écrit :
 I'm building from GIT version and let you know.

Good news ! I finally got it from GIT version !

I can send IRC commands as it should be:
- from menu, I join a channel (pick a random name),
- I directly send IRC topic command: /topic #bac,
- I receive all tweets matching search in the channel

That's great, I'll leave version 4, you've got one more CenterIM-5 user !

BTW, I'll build a proper Debian package for current stable (Wheezy). If anyone
is interested, just let me know.

Thanks a lot for your help (the three of you) !

Seb

-- 
___
Centerim-users mailing list
Centerim-users@centerim.org
http://centerim.org/mailman/listinfo/centerim-users
http://www.centerim.org/


Re: [CenterIM-users] Sending IRC commands

2013-06-17 Thread Sébastien NOBILI
Hi,

Le vendredi 14 juin 2013 à 22:42, kyak a écrit :
 In centerim5, you join an IRC channel by choosing Add chat from
 the main menu (assuming you have previously added the IRC account).

I'm still on CenterIM 4 (Debian Wheezy), compiled version 5 and had a look, it
seems great !

 You then change the topic of this channel by writing to the channel:
 
 /quote topic #some_channel 'my new topic'
 
 Watch the quotes.

This way sends a tweet…

 /quote topic #test :this is my topic

This one as well…

I recorded IRC packets, here is what is generated:

Join channel #bac (Baccalaureat is a French diploma, examination started today,
#bac hashtag is currently frequently used on Twitter) :
JOIN #bac

Set channel topic:
PRIVMSG #bac :/quote topic #bac :\#bac

It seems CenterIM is wrapping IRC commands into a PRIVMSG, which explains why
the command ends-up as a tweet…

Seb

-- 
___
Centerim-users mailing list
Centerim-users@centerim.org
http://centerim.org/mailman/listinfo/centerim-users
http://www.centerim.org/

Re: [CenterIM-users] Sending IRC commands

2013-06-17 Thread Sébastien NOBILI
Le lundi 17 juin 2013 à 14:44, kyak a écrit :
 Strange. It works on my side. I can change the topic just fine.
 Are you sending this text (without quotes) in #bac chat window?
 /quote topic #bac :#bac

Yes, that's exactly what I'm sending.

It seems CenterIM isn't responsible… CenterIM seems to handle IM sessions
through libpurple (on my Debian, package libpurple0) from Pidgin.

Which OS are you on ? Which version of this libpurple0 (or equivalent on your
OS) ?

According to your answers, I'll consider porting another version of this lib to
Debian Wheezy.

Seb

-- 
___
Centerim-users mailing list
Centerim-users@centerim.org
http://centerim.org/mailman/listinfo/centerim-users
http://www.centerim.org/

Re: [CenterIM-users] Sending IRC commands

2013-06-17 Thread kyak
Ah, yes, it might be that your libpurple version doesn't implement these 
functions.


My version of libpurple is 2.10.7.

On Mon, 17 Jun 2013, Sébastien NOBILI wrote:


Le lundi 17 juin 2013 à 14:44, kyak a écrit :

Strange. It works on my side. I can change the topic just fine.
Are you sending this text (without quotes) in #bac chat window?
/quote topic #bac :#bac


Yes, that's exactly what I'm sending.

It seems CenterIM isn't responsible… CenterIM seems to handle IM sessions
through libpurple (on my Debian, package libpurple0) from Pidgin.

Which OS are you on ? Which version of this libpurple0 (or equivalent on your
OS) ?

According to your answers, I'll consider porting another version of this lib to
Debian Wheezy.

Seb

--
___
Centerim-users mailing list
Centerim-users@centerim.org
http://centerim.org/mailman/listinfo/centerim-users
http://www.centerim.org/-- 
___
Centerim-users mailing list
Centerim-users@centerim.org
http://centerim.org/mailman/listinfo/centerim-users
http://www.centerim.org/

Re: [CenterIM-users] Sending IRC commands

2013-06-17 Thread Sébastien NOBILI
Le lundi 17 juin 2013 à 15:57, kyak a écrit :
 Ah, yes, it might be that your libpurple version doesn't implement
 these functions.
 
 My version of libpurple is 2.10.7.

Mine is 2.10.6. I took version 2.10.7 from Debian testing and backported it, was
really confident with it but… still doesn't work, got the same:
PRIVMSG #bac :/topic #bac

I should look more precisely into libpurple source and place some debug messages
inside but don't have much time for that… If I find some and fix the issue, I'll
report it here.

Thanks for your help.

Seb

-- 
___
Centerim-users mailing list
Centerim-users@centerim.org
http://centerim.org/mailman/listinfo/centerim-users
http://www.centerim.org/

Re: [CenterIM-users] Sending IRC commands

2013-06-17 Thread kyak

Ok, not sure what's going on here then...

Meanwhile, i discovered that the /topic command works as well:
/topic this is some topic
in the IRC channel's window.

On Mon, 17 Jun 2013, Sébastien NOBILI wrote:


Le lundi 17 juin 2013 à 15:57, kyak a écrit :

Ah, yes, it might be that your libpurple version doesn't implement
these functions.

My version of libpurple is 2.10.7.


Mine is 2.10.6. I took version 2.10.7 from Debian testing and backported it, was
really confident with it but… still doesn't work, got the same:
   PRIVMSG #bac :/topic #bac

I should look more precisely into libpurple source and place some debug messages
inside but don't have much time for that… If I find some and fix the issue, I'll
report it here.

Thanks for your help.

Seb

--
___
Centerim-users mailing list
Centerim-users@centerim.org
http://centerim.org/mailman/listinfo/centerim-users
http://www.centerim.org/-- 
___
Centerim-users mailing list
Centerim-users@centerim.org
http://centerim.org/mailman/listinfo/centerim-users
http://www.centerim.org/

Re: [CenterIM-users] Sending IRC commands

2013-06-17 Thread Petr Pavlu
On 17. čen 13 15:46, Sébastien NOBILI wrote:
 Le lundi 17 juin 2013 à 17:24, kyak a écrit :
  Meanwhile, i discovered that the /topic command works as well:
  /topic this is some topic
  in the IRC channel's window.
 
 Yes, tried it as well, same issue:
 PRIVMSG #bac :/topic \#bac
 
 I also tried other IRC commands:
 /WHO
 /INVITE
 
 All get wrapped inside a PRIVMSG.
 

Hello Seb,

Which version of CenterIM 5 do you use? Does your version have
the changeset `Add support for executing libpurple commands from
conversations' [1] applied? If you are running anything else than
the current mob head can you go and compile this version [2] and
let me know your testing results?

[1] 
http://repo.or.cz/w/centerim5.git/commitdiff/9ecbb5a671d48f788c4c0653f9a6711c20fcea48
[2] http://www.centerim.org/index.php/Building

Thanks,
Petr


-- 
___
Centerim-users mailing list
Centerim-users@centerim.org
http://centerim.org/mailman/listinfo/centerim-users
http://www.centerim.org/

Re: [CenterIM-users] Sending IRC commands

2013-06-14 Thread kyak

Sorry, should be:

/quote topic #test :this is my topic

Watch the space after channel name :)

On Fri, 14 Jun 2013, kyak wrote:


Hi,

In centerim5, you join an IRC channel by choosing Add chat from the main 
menu (assuming you have previously added the IRC account).


You then change the topic of this channel by writing to the channel:

/quote topic #some_channel 'my new topic'

Watch the quotes.

On Fri, 14 Jun 2013, Sébastien NOBILI wrote:


Hi,

I'm mostly using CenterIM for Jabber chat and am very satisfied of it !

I recently started using it as an IRC client connecting to a private IRC 
proxy

to Twitter (tircd), which also works great.

Tircd shows main Twitter activity as a #twitter channel on IRC server. To 
search
for a special thing on Twitter, I must connect to another channel (which I 
name

as I wish) and change its topic to search query. For example:
   /join #some_channel_name
   /topic \#TwitterHashTag

Is there a way to send these commands from CenterIM ? Each try I've maid 
results

in tweeting the command itself…

Thanks.
Seb

--
___
Centerim-users mailing list
Centerim-users@centerim.org
http://centerim.org/mailman/listinfo/centerim-users
http://www.centerim.org/-- 
___
Centerim-users mailing list
Centerim-users@centerim.org
http://centerim.org/mailman/listinfo/centerim-users
http://www.centerim.org/