Summary: | KNotes via network does not work properly | ||
---|---|---|---|
Product: | [Unmaintained] knotes | Reporter: | rgpublic |
Component: | general | Assignee: | Michael Brade <brade> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
rgpublic
2005-08-15 20:30:06 UTC
SVN commit 496193 by brade: rewrote the networking code to use KNetwork: * fixed #110915: KNetwork has better error reporting than the previous code, now it says "connection actively refused" instead of "No such file or directory" * fixed #110838: this one was caused by an uninitialize variable, so it wasn't reproducible BUG: 110838, 110915 M +9 -0 ChangeLog M +17 -11 knotesapp.cpp M +6 -3 knotesapp.h M +31 -19 knotesnetrecv.cpp M +8 -5 knotesnetrecv.h M +20 -18 knotesnetsend.cpp M +9 -7 knotesnetsend.h |