Quantcast
Channel: Squiggle - A free open source LAN Messenger
Viewing all 156 articles
Browse latest View live

Created Unassigned: File transfer not available in group chat [8140]

$
0
0
I am not able to multicast my files to users in a group chat.
the following message is being displayed
___"File transfer can not be started in group conversation."___

Please include this feature in the software as in our office environment we have to send some files to multiple users

Created Unassigned: Folder transfer option [8141]

$
0
0
Hi,

We have a requirement where in we want to send folders as well. Any option to do so? If not can you provide a patch for the same?

Also, when we transfer files, drag and drop option is not happening. Any reason why this feature is disabled?

Thanks,
Bande.

Source code checked in, #943037ed7620b130f635bba741b28e733b64f476

$
0
0
* Fixed the issue with crash on sleep * Changed version to 3.4.3

Released: Squiggle 3.4 Beta (Oct 25, 2014)

$
0
0
  • Build on .NET Framework 4.5.1
  • Tested on Windows 8.1
  • MSI installs in AppData folder
  • Replaced zeromq with NetMQ to avoid dependency on VC++ runtime
  • Save history in SQLite instead of SQLServerCE

Revision 1: Save config settings in roaming profile
Revision 2: Fixed issue 8138 and8139
Revision 3: Fixed issue with crash on sleep

Updated Release: Squiggle 3.4 Beta (Oct 25, 2014)

$
0
0
  • Build on .NET Framework 4.5.1
  • Tested on Windows 8.1
  • MSI installs in AppData folder
  • Replaced zeromq with NetMQ to avoid dependency on VC++ runtime
  • Save history in SQLite instead of SQLServerCE

Revision 1: Save config settings in roaming profile
Revision 2: Fixed issue 8138 and 8139
Revision 3: Fixed issue with crash on sleep

New Post: Archivo de traducción al español latino/LatinSpanish Translate

$
0
0
Para quienes quieran la traducción al español latino, acá les dejo el enlace para la descarga del archivo que deberán copiar y remplazar en la ruta de instalación de Squiggle dentro de la carpeta "Resources". La traducción es propia, cualquier aporte lo atendere con gusto.

Link de descarga desde OneDrive

webmaster_camiloe

Released: Squiggle 3.4 Beta (Oct 25, 2014)

$
0
0
  • Build on .NET Framework 4.5.1
  • Tested on Windows 8.1
  • MSI installs in AppData folder
  • Replaced zeromq with NetMQ to avoid dependency on VC++ runtime
  • Save history in SQLite instead of SQLServerCE

Revision 1: Save config settings in roaming profile
Revision 2: Fixed issue 8138 and8139
Revision 3: Fixed issue with crash on sleep

Updated Release: Squiggle 3.4 Beta (Oct 25, 2014)

$
0
0
  • Build on .NET Framework 4.5.1
  • Tested on Windows 8.1
  • MSI installs in AppData folder
  • Replaced zeromq with NetMQ to avoid dependency on VC++ runtime
  • Save history in SQLite instead of SQLServerCE

Revision 1: Save config settings in roaming profile
Revision 2: Fixed issue 8138 and 8139
Revision 3: Fixed issue with crash on sleep

Reviewed: Squiggle 3.4 Beta (Nov 13, 2014)

$
0
0
Rated 5 Stars (out of 5) - Nice Share!

New Post: Turn Off File Transfer Function

$
0
0
hI,
I want to turn off or disable the file transfer option . i tried removing the filetrasfer dll fro the plugin folder but on doing so it does not allow sign in. It shows "using single sign on". and nothing happens on clicking on the sign on button. can anyone help

New Post: Turn Off File Transfer Function

$
0
0
Can you list the names of dlls that you removed?

New Post: Turn Off File Transfer Function

$
0
0
hasankhan wrote:
Can you list the names of dlls that you removed?
Your message:
Hi,
I removed the Squiggle.FileTransfer.dll from the Plugins folder.
I have 8 computers connected in local network and need the chat feature without file transfer feature.
Presently if I remove the above mentioned dll, on launching application it shows "Single User logon" and doesn't allow Login.. Kindly help.

New Post: Turn Off File Transfer Function

$
0
0
Please also delete ScreenShot.dll as it is depends on FileTransfer.dll

New Post: Terminal Server environment

$
0
0
I have problmes to get squiggle running in a terminal server environment. Is there a documentation what to configure on a terminal server?

New Post: Only seeing one way communication over internet

$
0
0
I've wrestled with this for quite a while, checked and rechecked firewall and router ports, tested with both bridge Windows Firewalls turned off. I hope someone can see an obvious problem so I can get this working across the internet.

LAN A is 8 Windows 7 Professional PC's behind a router/firewall connected to cable modem to internet. Squiggle is working fine across those 8 machines. One machine has Bridge service running.

LAN B is one Windows 7 Professional PC connected to DSL modem, no router or firewall, with bridge running.

LAN A log shows "Replay: KeepAliveMessage", "Replay: LoginMessage", Forward: HiMessage", and "Replay: LogoutMessage when LAN B user logs on or off, so I am pretty sure LAN B is talking to LAN A.

LAN A log also shows "Forward: GiveUserInfoMessage" and "Forward: KeepAliveMessage", but my LAN B log shows no messages from activity on LAN A, and the the user on LAN B can not see LAN A users, and is not visible to LAN A users.

LAN B log shows "Forward: KeepAliveMessage", but nothing shows up at LAN A end.

I don't know what to ask here other than, what might be wrong?

Thanks for any help you might be able to provide.

Bridge A static ip=192.168.3.3<=>router ports 1235-1237 and 9996-9998 forwarded to 192.168.3.3<=>cable modem WAN ip=204.111.73.4

Bridge B dynamic ip=64.4.76.74 obtained from DSL modem

LAN A bridge config:
<?xml version="1.0"?>
<configuration>
  <configSections>
    <section name="BridgeConfiguration" type="Squiggle.Bridge.Configuration.BridgeConfiguration, Squiggle.Bridge, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"/>
  </configSections>
  <BridgeConfiguration>
    <InternalServiceBinding IP="192.168.3.3" Port="1235"/>
    <ExternalServiceBinding IP="192.168.3.3" Port="1236"/>
    <PresenceBinding MulticastIP="224.10.11.12" MulticastPort="9998" ServicePort="9997" CallbackPort="9996"/>
    <Targets>
      <add IP="64.4.76.74" Port="1237"/>
    </Targets>
  </BridgeConfiguration>
  <system.diagnostics>

    <trace autoflush="true" >
      <listeners>
        <add name="FileListener"
           type="System.Diagnostics.TextWriterTraceListener"
           initializeData="Squiggle.Bridge.log" />
      </listeners>
    </trace>

  </system.diagnostics>
  <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.1"/>
  </startup>
</configuration>
LAN B bridge config:
<?xml version="1.0"?>
<configuration>
  <configSections>
    <section name="BridgeConfiguration" type="Squiggle.Bridge.Configuration.BridgeConfiguration, Squiggle.Bridge, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"/>
  </configSections>
  <BridgeConfiguration>
    <InternalServiceBinding IP="64.4.76.74" Port="1235"/>
    <ExternalServiceBinding IP="64.4.76.74" Port="1237"/>
    <PresenceBinding MulticastIP="224.10.11.12" MulticastPort="9998" ServicePort="9997" CallbackPort="9996"/>
    <Targets>
      <add IP="204.111.73.4" Port="1236"/>
    </Targets>
  </BridgeConfiguration>
  <system.diagnostics>

    <trace autoflush="true" >
      <listeners>
        <add name="FileListener"
           type="System.Diagnostics.TextWriterTraceListener"
           initializeData="Squiggle.Bridge.log" />
      </listeners>
    </trace>

  </system.diagnostics>
  <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.1"/>
  </startup>
</configuration>

New Comment on "Documentation"

$
0
0
How to chat with user uses Squiggle app but don't log on to LAN?Thks!

New Post: How to Chat if don't logon to LAN Netwwork

$
0
0
Some users in my office often don't log on to LAN, so they can't see other user when run Squiggle App.How to sovle this proplem?Thanks you!

Created Unassigned: Unable to transfer file [8142]

$
0
0
Downloaded 3.4 Client on two computers as a test of capabilities.

Messaging works perfectly fine, but the file transfer button is greyed out.

New Post: New Line in Message

$
0
0
Hasankhan,
This post is to support Mopar_mudder's request.
The Enter-key to shift to a new line in message text would be a great inprovement.
Request appears still not to be honorated in version 3.4.3

Thanks
Jan

Created Unassigned: Change time format [8143]

$
0
0
I would like to change the time format from HH:MM:SS AM/PM to 24 hour format HH:MM:SS

Changed Culture=neutral into nl-NL but doesn't work

Help appreceated
Viewing all 156 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>