Imspector-dev - new gui options and msn2011 support
-
did you enabled the list on gui?
what you have on acls.txt file?
-
Yes in the Gui I enabled each and every Access List entry that i have tried
For example right now i have a deny all all activated
so if I list the file contents of acls.txt
more /usr/local/etc/imspector/acls.txt
deny all allI can see the deny all alll. But it is not doing anything, messages are still going trough and are being logged.
Did a check if IMspector is reloading after each and every edit. It is, I can see it in the system log and I can see the messaging client(s) disconnect and then reconnect.
-
Ok I have figured it out and all of this has to do how IMspector interprets the acls.txt file
deny all
deny all all
does not workdeny all
worksyahoo
deny localname remotename
works no @domain.xx neededmsn
deny localname remotename
does not workdeny local@domain.xx remote@domain.xx
worksOrder
If you have allow all all set as the first rule, every deny rules after it will work
If you have deny all set as a rule, every allow rule that follows it will not workI was initially confused by the deny all all not working so i think this covers that part.
What I also found is: when you add, modify or enable/disable a rule in the access list part of the GUI (or better said every time you click the save button) IMspector is automatically restarted. (good and easy but see my comments below)
However when I Delete a rule IMspector is not automatically restarted. which leaves the rule deleted in the GUI active in acls.txt/imspector until you restart IMspector manually.as a comment on the auto restart:
The restart of IMspector disconnects all the clients (MSN,Yahoo and so on) that are connected trough it.
I see the advantage of the auto restart but if you are adding many rules or have to edit regularly I can imagine it can become quite tedious for the users.
One possible solution would be to add a restart button to the page. With the notice that you need to restart IMspector once you are done editing. -
Thank's for the feedback,
I'll try to include it on next package release…
-
I am still experiencing errors "ICQ-AIM: Error: Unable to parse snac packet, icq.20234.31" and the communication is not showing up in the log. Is there anything that can be done about that?
The IM client is trillian.
-
Current pfsense package has the latest snapshot code from imspector.
If it still need some fixes, we have to wait a next imspector release (http://www.imspector.org)
-
Can the imspector-dev be compiled on a pfsense box? I would like to dump more information about why it can't parse. Maybe we can add the code ourselves.
-
Can the imspector-dev be compiled on a pfsense box? I would like to dump more information about why it can't parse. Maybe we can add the code ourselves.
just compile the package on a freebsd 8.1 using ports
If you find what is going on, please help imspector project and send it o it's maintainer.
Will be really helpfull :) -
That is the problem. I am a windows programmer and have only very little knowledge about FreeBSD. I'd basically need some kind of (virtual) image that is ready for programming because I don't know how to install a full FreeBSD image from scratch and installing all the necessary components to end up with a box that is ready to test imspector.
-
maybe this post from haproxy can help you.
http://forum.pfsense.org/index.php/topic,42852.msg221708.html#msg221708