1
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
further privacy combo and postpone/resume cleanup More... over 17 years ago
add in another drop down for the message privacy so that it shows up both as text and as an image More... over 17 years ago
add an additional from and to line to the editor, duplicating the avatar buttons, though probably easier to use (though by keeping the avatars as well, we keep the at-a-glance verification) More... over 17 years ago
- dont attach files that are too large (thanks blacksun!) - more zealously save editor state (thanks foofighter!) - periodically refresh the highlights view, as some events don't fire events the highlight listens to (thanks bar!) - hopefully kill the race where it sometimes overzealously offered the standard archives (thanks bar!) More... over 17 years ago
-revamp to use a fairly direct translation of the jwz threading from spec (ThreadBuilder) and leave the filtering/sorting out to the ThreadAccumulatorJWZ -use the threadbuilder for in the message view as well, not the old threader More... over 17 years ago
- backup & restore private keys and the latest metadata of the associated channels. this can be exported as a plain zip file or as an aes-256/pbe'ed zip. the zips can include all of the keys or just some of them - fix the file:/// syndication More... over 17 years ago
on first startup (when syndie creates the new nym/identity), pop up a window asking them what name and avatar they'd like to use, and what authorization requirements should be placed on their blog. The shipped dummy avatars are a few of [anonymous graphic artist]'s work on the I2P logo... we'll want a different set of defaults when we go live. More... over 17 years ago
thanks for the suggestions anon: - make the import-vs-creation date option sticky - put the subject below the forum/author/date in the message view screen, and - include a dummy 'No subject' where appropriate - fixed some bookmarking and banning links More... over 17 years ago
threading fix to avoid some loops (thanks gloin!) advanced config setting whether to show a preview pane in the message tree (thanks anon!) More... over 17 years ago
simple cli helper for perusing shared-index.dat More... over 17 years ago
verify post credentials more aggressively (and refuse to post if unauthorized) More... over 17 years ago
bugfix for message read status detection (oops) More... over 17 years ago
- import private messages that don't publicize an 'author' by authenticating against their scope (duh) - disable message author permutation for the moment (its only necessary for externally anonymous yet authorized posts) - use the threading system for counting unread messages on the highlight view (so it shows the same as the mesasge tree) - drop some old dead code (that beast of a MessageTreeFilter) More... over 17 years ago
*cough* oops More... over 17 years ago
hopefully kill the race on startup some have seen where it unnecessarily prompts you to see if you want to import the standard archives More... over 17 years ago
- bugfixes for syndication where it would sometimes end too soon - properly honor 'send nothing' and 'pull nothing' strategies - if syndie stops mid-syndication, be sure to clear the 'in-progress' flag on start so we will continue later - much more efficient rendering on the log tab More... over 17 years ago
- integrated bug report tool (still some work to do regarding posts to public channels though) More... over 17 years ago
- implement a few more scattered menu items (copy uri to clipboard, mark read, bookmark) - add a few new items to the message tree context menu (good call Complication!) - make "old-and-read" look the same as "recently-read", since most people don't differentiate between the two: they're both just "read" (good call bar!) More... over 17 years ago
make sure we sort the posted files, and remember that simple lexicographic sorting isn't sufficient [we need to consider numeric as well] (thanks gloin!) More... over 17 years ago
- substantial bugfixes for syndication message selection More... over 17 years ago
toss in a (nonfunctional) set of controls for managing the channel read keys. functionally it still just says to publicly encrypt the metadata More... over 17 years ago
when (re)importing a channel metadata, if it has channel read keys that we haven't seen before, try to use them to decrypt messages in that channel that we couldn't read before. More... over 17 years ago
- start some work on channel read key management (tracking their privacy levels, and allowing higher levels [aka the gui or cli] to control explicitly what goes in the metadata). - the gui now deals with passphrase protected channel metadata (though there are some gui updates necessary to make appropriate use of this) - mention the current version # on the syndie home page More... over 17 years ago
- simplified running a headless archive - see bin/runhttpserv.syndie - improved dependency tracking during syndication More... over 17 years ago
- bundle a public domain english dictionary w/ win32 and osx installs (linux users can just pull /usr/share/dict/words) - call 'er 1.000a, not 0.920a. <1 == text only, 1 == gui. *but still alpha* - merged in the GUI - merge my todo list with ./TODO - update the doc/web/roadmap.html More... over 17 years ago
more ant-y env verification (for swt.jar/launch4jdir/izpackdir0 make sure eepsite uris include a trailing / More... over 17 years ago
propagate from branch 'syndie.gui' (head 60f274c4fc36905f7c970b3ff0414298c8174a6e) to branch 'syndie' (head 37e4d8b168d74652b52fb58f21e81fb27d49bb83) More... over 17 years ago
the OSX syndie launcher needs -XstartOnFirstThread for SWT to work More... over 17 years ago
- split the reference tree in two pieces - the bookmarks/manageable/postable, and the search results. this should be less confusing than putting the search results in a subtree (good call Complication) - fix for silly message viewing bug More... over 17 years ago
integrated more use cases (thanks Complication, HotTuna, and bar!) trivial about screen a bit more defensive programming More... over 17 years ago