Commit Graph

  • 7dd79e650f Forgot to close the new invite page after sending the mail. thunder2 2010-07-07 23:54:47 +00:00
  • 1734ce4fdc New page in ConnectFriendWizard - "Invitation by Email" Created by defnax and modified by me thunder2 2010-07-07 23:13:40 +00:00
  • f452304b5c Change header of MessageComposer when title edit has modified - like ThunderBird thunder2 2010-07-07 23:03:34 +00:00
  • d786eda784 corrected the file copy error (see trunk commit 3261 csoler 2010-07-07 21:48:59 +00:00
  • 7eba601144 removed old version strings defnax 2010-07-07 20:53:11 +00:00
  • 3f7ad6ebd9 ConnectFriendWizard - Cleaned includes - Corrected call of mailto, certificate now has new lines in mail body thunder2 2010-07-07 18:40:38 +00:00
  • 9495648d16 Optimized call to p3Peers::getPeerCount in MainWindow::updateStatus thunder2 2010-07-06 21:17:41 +00:00
  • dc67b88eb1 - tidies the HEADERS and SOURCES list - makes "make install" easier to use for source-based distros leander-256 2010-07-06 15:02:59 +00:00
  • 458a8faf70 - implemented post-download hash re-check. For now, if the hash does not match, the download is canceled, but in the near future, per-chunk comparison wil occur . - corrected a bug that caused file copy error: a closeFile() was missing when the file is complete. Because of delays in fwrite, the file would not be always co mplete, nor exist at all for small files (e.g. cache files), which in the later case caused the copy error. csoler 2010-07-06 05:04:11 +00:00
  • 225781aa51 set a minimum size hint for the friends list in CreateChannel defnax 2010-07-05 20:20:32 +00:00
  • 126a1d4012 Switched parent from MainPage to RsAutoUpdatePage ... in an attempt to fix GPG password freeze. don't think it worked! drbob 2010-07-05 19:41:46 +00:00
  • 0c4bf7be54 Fix incorrect TLV Signature DataType. This will cause loss of all forums (again). Sorry - I don't lightly change datatypes... but better to do it all at once. drbob 2010-07-05 18:32:53 +00:00
  • e7d659946d set minimum size hint for the items defnax 2010-07-05 18:17:54 +00:00
  • 700048fd9c fixed the layout of ShareKey defnax 2010-07-05 18:12:03 +00:00
  • 1a9d68b536 Fixed compile on Windows thunder2 2010-07-05 11:37:07 +00:00
  • 54c8b2b0fa update rs version defnax 2010-07-05 10:52:50 +00:00
  • 6a40e1b2f3 Switched p3distrib (forums) personal signatures from ssl to pgp. * Changed calls from AuthSSL to AuthGPG and tested. looks like it works! * added extra connect addresses in p3connmgr (current[local/server]addr) * added mConnMgr->addFriend() call to pqissllistener to add unknown ssl certs. drbob 2010-07-04 22:23:45 +00:00
  • 8b2cb688a8 Restored p3disc functionality. * Bugfix in correctly adding ipList. * restored setLocal/Ext calls from peer. * Added extra debugging in p3disc. * Cleaned up debugging in p3connmgr. * switched off debugging in rsdiscitems. * reorder ipList (most recent first). * removed DEBUG switches in libretroshare.pro drbob 2010-07-04 15:16:52 +00:00
  • 6f219d4fef Bugfixes: * Corrected mLocal -> mExt in ipset.cc * Added pqiipset_test * added both Ext and Local address to GUI display. * p3connmgr: Ip Addresses only updated if we connected (otherwise port is wrong). * p3connmgr: update external address when we get it. drbob 2010-07-04 13:19:09 +00:00
  • 518de7b8c8 'open' Complained it needed 3rd argment (don't know why???) drbob 2010-07-04 10:59:04 +00:00
  • ae4ee9df00 Networking REWORK: Changes for other bits * Fixed #includes in upnp * switched p3disc over to the new data types. * added new source to .pro file * minor changes to other code. drbob 2010-07-04 10:42:17 +00:00
  • 8745c2fe2e Network REWORK: Partial tests for p3ConnectMgr behaviour.. drbob 2010-07-04 10:38:54 +00:00
  • f4331da483 Networking REWORK: Major cleanup of p3ConnectMgr. (Sorry for the ridiculously large check-in, wants to fix lots of stuff.) drbob 2010-07-04 10:35:38 +00:00
  • 85e1b4b111 Network REWORK. * Removed nasty list of ip addresses from rsPeerNetItem * create TLV type to handle ip address history instead. * switched to new data type. (should be seemless?) drbob 2010-07-04 10:17:37 +00:00
  • 3575f12240 Network REWORK * Added separate classes to handle IpAddress History. drbob 2010-07-04 10:15:56 +00:00
  • c0ba17fce3 Several fixes: - stores an iterator rather than searching a map twice - deletes a message when it can't be routed in routeGenericTunnelItem() - deletes a message when its contents allocation failed in sendFileData() leander-256 2010-07-04 05:50:33 +00:00
  • 4b1a42a4c5 added resource icon for the windows binary defnax 2010-07-01 21:56:56 +00:00
  • 4001c76ff7 fixed compile of retroshare-nogui on windows must be started from cmd thunder2 2010-07-01 21:11:25 +00:00
  • fe46d7618a Prevent multiple instances from running on Unix systems. leander-256 2010-07-01 20:30:36 +00:00
  • 840f077826 finished add a Friend with RetroShare ID in ConnectFriendWizard thunder2 2010-07-01 19:04:41 +00:00
  • 6008ef5e22 Added to display RetroShare ID on Peer Details Added to display for each Signers Peer Name + (PeerId) Added first basic add a Friend with RetroShare ID, not yet finished defnax 2010-06-30 21:57:46 +00:00
  • 17723df2c8 - set items in TrustView to not editable - don't show the own gpgid in FofPage in ConnectFriendWizard thunder2 2010-06-30 14:52:41 +00:00
  • 852d82e287 update German translation defnax 2010-06-30 12:21:15 +00:00
  • c8fc75c75c added some safety checks to setting chunk strategy against inconsistent values. csoler 2010-06-29 20:51:16 +00:00
  • f082b0b45f update changelog defnax 2010-06-28 17:21:32 +00:00
  • a40fb7ca2e corrected libretroshare path in project file defnax 2010-06-28 15:53:07 +00:00
  • bdfcb819f1 updated version numbers csoler 2010-06-28 12:15:10 +00:00
  • 2d8ebef4d7 suppressed 255.255.255.255 from admitted IP adresses. This one comes out when errors occur down the IP estimation code. csoler 2010-06-28 12:12:24 +00:00
  • 7072ea5d92 final debian package tweak csoler 2010-06-27 20:31:50 +00:00
  • 44cfc288c5 added missign INCLUDEPATH in ubuntu package csoler 2010-06-27 18:50:07 +00:00
  • 0c5f3fd444 updated ubuntu base directory structure csoler 2010-06-27 16:47:10 +00:00
  • 0267e9f469 updated debian scripts to build the retroshare-nogui executable as well csoler 2010-06-27 16:37:28 +00:00
  • 7649a8d554 merged trunk commit 3225: restored the retroshare-nogui executable csoler 2010-06-27 16:32:50 +00:00
  • f7ff141a37 restored the retroshare-nogui executable csoler 2010-06-27 16:28:44 +00:00
  • 918decfd0d fixed compile on Windows thunder2 2010-06-27 00:18:33 +00:00
  • c1ae6c9773 enabled root decoration for Channels tree and renamed some items defnax 2010-06-26 22:28:04 +00:00
  • 863a29fda1 NETWORK REWORK (cont) Rework of AuthSSL: cleanup and split up. drbob 2010-06-26 12:31:24 +00:00
  • 545a465735 NETWORK REWORK (cont) Changes required elsewhere * peerStatus() fn signature updates. * changed Heartbeat fn call in p3disc (think Heartbeat should be rethought!) * removed p3tunnel from libretroshare (used BAD getPeer() function). * removed optimisations from debugging. * removed test cases from libretroshare.a source list. drbob 2010-06-25 22:13:52 +00:00
  • 713d956882 NETWORK REWORK (cont) drbob 2010-06-25 22:10:21 +00:00
  • bfa9965c9b NETWORK REWORK (cont) * Removed unused FLAGS from pqi_base.h * corrected pqiStatus() fn signature in dhtmgr. drbob 2010-06-25 22:09:07 +00:00
  • 5df785ed4e NETWORK REWORK (cont) * restored AuthSSL::Failed/CheckCertificate() calls. * removed mConnMgr->isConnected() checks. These should be elsewhere. * enabled exit(1) call if cannot open listening socket. drbob 2010-06-25 22:06:49 +00:00
  • 981724a8f1 NETWORK REWORK (cont) p3connmgr: This needs major help... and will be revisited. Only changes to get code compiling for now. drbob 2010-06-25 22:02:59 +00:00
  • 9f4deb1cf7 NETWORK REWORK (cont) pqiperson / pqipersongrp: generally okay, One Nasty BUG. drbob 2010-06-25 22:00:38 +00:00
  • 00d0d999dc * Removed list<IpAddressTimed> from callback This functionality might need to be restored later, but should be done with list<> for both Local and Remote Addrs. drbob 2010-06-25 21:54:41 +00:00
  • ab3b044791 * changed misleading comment about Mutexs drbob 2010-06-25 21:52:21 +00:00
  • e4e80778e4 Networking REWORK (cont) AuthSSL / AuthGPG: Bits and pieces still need fixing up. AuthSSL will be rechecked later ;) drbob 2010-06-25 21:50:46 +00:00
  • 69ba03dbd2 First of the Networking REWORK checkings. I'm doing these is stages, so I can properly document what is being changed! drbob 2010-06-25 21:44:24 +00:00
  • afb1d24bc7 * added missing test header drbob 2010-06-25 21:18:42 +00:00
  • c45b9416b5 added missign _FILE_OFFSET_BITS=64 csoler 2010-06-25 20:17:56 +00:00
  • ec493a5e8b added test for extaddr finder csoler 2010-06-25 20:16:55 +00:00
  • a00e311dd6 Merged - trunk commit 3204:cachestrapper checks for physical presence of own cache files if they don't exist they are not saved p3distrib: don't refresh cache if file not written successfully - trunk commit 3205:still have to clean pending pub msgs and pointer deleted when sent. csoler 2010-06-25 19:57:35 +00:00
  • 825ba0af79 AuthGPG: fixed some memory leaks in case of gpg error thunder2 2010-06-25 14:38:38 +00:00
  • e175f0fb87 PeersDialog & MessengerWindow: removed hidden column id and store them in data (Qt::UserRole) of the first column thunder2 2010-06-25 14:19:48 +00:00
  • 673369371a still have to clean pending pub msgs and pointer deleted when sent. chrisparker126 2010-06-25 13:03:19 +00:00
  • 10353bb129 cachestrapper checks for physical presence of own cache files if they don't exist they are not saved p3distrib: don't refresh cache if file not written successfully chrisparker126 2010-06-25 12:49:44 +00:00
  • 73bfabd733 MessagesDialog: removed hidden columns msgid and srcid and store them in data (Qt::UserRole) of the first column thunder2 2010-06-25 12:17:46 +00:00
  • 3ea1bb5f9f fixed Online since update only one time at start. defnax 2010-06-24 18:06:30 +00:00
  • 47a2f06094 * disabled UDP and TUNNEL connections for debugging purposes. This is done in libretroshare.pro - if you want to reenable them. drbob 2010-06-24 18:06:10 +00:00
  • 30210cf9ec * removed SSL ex_data sharing of sslids in pqissl+authssl. This used an unprotected singleton -> bad... Probably killed a lot of connections. * removed mConnMgr tests in authssl AuthSSL shouldn't use ConnectMgr. what happened to abstraction / seperation of function??? This code prevents quick reconnections. drbob 2010-06-24 17:41:34 +00:00
  • a24d833a12 * Split the pqiperson test out into tesetconnect.cc * Added incomplete pqipersongrp_test drbob 2010-06-24 17:22:58 +00:00
  • 6202a0b201 Added Online since Label to ProfileWidget defnax 2010-06-24 15:38:38 +00:00
  • 1edca45020 created services test folder move forum_test to tests/services folder chrisparker126 2010-06-24 11:29:25 +00:00
  • 480e327c91 added dsitrib item tests: channels, grp, grp key, signed msg. - also added support src for serialiser test - add functions here that could be generally used throughout serialiser tests chrisparker126 2010-06-24 10:35:00 +00:00
  • f3c2f0eaf0 disable the newthread and reply button when forum is not own or subscribed defnax 2010-06-23 22:11:42 +00:00
  • c40bb75062 fixed column count for messages file list defnax 2010-06-23 14:09:29 +00:00
  • cca5db6332 Added attaching files support via drag and drop for Create Forum Message. defnax 2010-06-23 13:04:54 +00:00
  • fc6a0dff50 * Added basics of pqiperson_test * Built pqiconnect test harness - need to separate from test drbob 2010-06-22 23:00:23 +00:00
  • f28792c1d5 Corrected two harmful bugs in tunnel connexion code: - added a destructor to RsTunnelDataItem, to remove a memory leak on all data packets. - apparently the code would allow data items of zero size, hence calling malloc(0), which has undetermined behavior. csoler 2010-06-22 21:05:56 +00:00
  • 5045e720b2 Corrected two harmful bugs in tunnel connexion code: - added a destructor to RsTunnelDataItem, to remove a memory leak on all data packets. - apparently the code would allow data items of zero size, hence calling malloc(0), which has undetermined behavior. csoler 2010-06-22 21:05:56 +00:00
  • 240459c316 turned constructors into static functions, to avoid the need of exception handling, and thus treat errors correctly on windows csoler 2010-06-22 20:29:59 +00:00
  • 13671d03ea turned constructors into static functions, to avoid the need of exception handling, and thus treat errors correctly on windows csoler 2010-06-22 20:29:59 +00:00
  • 41fb02d556 consolidated tlvtype.h items into single test file, and added image, hashset and bindata tlv tests. removed redundant tlvconfig and tlvfileitem src files. chrisparker126 2010-06-22 18:14:39 +00:00
  • 49aab4704d removed redundant qblog item chrisparker126 2010-06-22 17:31:56 +00:00
  • 809a7a7173 removed redundant qblog item chrisparker126 2010-06-22 17:28:51 +00:00
  • 531567997d branch commit 3185: removed deadlock situation in data multiplex csoler 2010-06-21 19:10:55 +00:00
  • 1c9bcb53e8 removed deadlock situation in data multiplex csoler 2010-06-21 19:00:00 +00:00
  • d6625a15b8 fixed some compiling errors for retroshare no gui defnax 2010-06-21 18:26:50 +00:00
  • 53d5287490 set minimum sizeHint for Network's TreeWidget items to 18 pixel defnax 2010-06-21 12:26:23 +00:00
  • ff1f521a2b added tests for rstunnel item serialization csoler 2010-06-20 21:36:53 +00:00
  • d5d3fb7860 added unitary tests for serialization of turtle items csoler 2010-06-20 21:05:18 +00:00
  • f9e9bf58a5 * Added test for pqiarchive. (similar test can be used for pqistreamer / pqistore). drbob 2010-06-20 19:54:33 +00:00
  • b23b0a5d70 * Added first network function tests. drbob 2010-06-20 16:04:53 +00:00
  • b8f9503c8d * Updated tlvbase_test.cc drbob 2010-06-20 14:28:26 +00:00
  • 3855be974b * Moved final serialiser test over, and test notes from ft. * removed tests from lib directories for serialiser / dbase / ft drbob 2010-06-20 12:37:04 +00:00
  • 05bc4ba76e * fixed ftdata testharness functions (ftdata.h) * Added existing ft tests to tests directory (don't work yet!) * Added dbase tests to tests directory (don't work yet!) * moved net_setup test to tests/general directory (don't work yet!) drbob 2010-06-20 12:24:05 +00:00
  • bf6f74c16a added correct image interpolation whenever QPixmap::scaled is called csoler 2010-06-20 12:13:47 +00:00
  • 7e307af78b renamed items in BlogsDialog defnax 2010-06-20 11:23:58 +00:00
  • 9c6a3a7781 * Introduced new tests directory. * added old serialiser tests (FAIL at the moment). * moved Makefile scripts to tests diectory. drbob 2010-06-20 11:08:39 +00:00
  • 69bba330ac set a minimum size for Forum items and set a Foreground Text color. defnax 2010-06-19 22:21:31 +00:00
  • 051ce984ed set TextAlignment for Attachments AlignCenter defnax 2010-06-19 18:06:04 +00:00