0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 6 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
remove unneeded debug output
Michael Schierl
as schierlm
More... over 18 years ago
add thread names (for debugging)
Michael Schierl
as schierlm
More... over 18 years ago
- use "GRegex" for the subscribe window
Michael Schierl
as schierlm
More... over 18 years ago
use only the first whitespace-delimited word of the version info for the User-Agent header
Michael Schierl
as schierlm
More... over 18 years ago
fix a bug caused by loading message-ids from servers which are not available
Michael Schierl
as schierlm
More... over 18 years ago
do not try to download articles from disabled servers (oops)
Michael Schierl
as schierlm
More... over 18 years ago
- ensure that "external tasks" (like message-ID fetch) are properly counted in the NNTP status window - inform a task when it could not run because of connect problems (to fix a race condition)
Michael Schierl
as schierlm
More... over 18 years ago
- major database change (schema version 0.01.1): * support saving a number of old headers to load on next fetch * reduce joins on the group table (by caching information in the subscribed group table) * replace midcache by a more general moduledata table * Speed auto increment keys up by using SEQUENCEs * do not create superfluous "articles" directory in new databases - Database interface changes * deprecate old midcache access methods, add methods for moduledata - Cleanup database creation code - update database updater: * allow running specific Java code on update * do not trash the db if the schema version cannot be detected * update schema version after database update *oops*
Michael Schierl
as schierlm
More... over 18 years ago
some scoring documentation
Michael Schierl
as schierlm
More... over 18 years ago
mbox import/export in the menu bar
Michael Schierl
as schierlm
More... over 18 years ago
- do not cache newsgroup lists - filter newsgroup lists as early as possible
Michael Schierl
as schierlm
More... over 18 years ago
fix a race condition
Michael Schierl
as schierlm
More... over 18 years ago
- do not cache group lists - try to avoid reading group lists (they can be huge) - make the group list objects less memory-consuming - addGroup: avoid unnecessary commits, make faster if no new groups
Michael Schierl
as schierlm
More... over 18 years ago
in replies, place caret below introduction line
Michael Schierl
as schierlm
More... over 18 years ago
do not crash (stack overflow) on circular References headers
Michael Schierl
as schierlm
More... over 18 years ago
- make scoring syntax more liberal to multiple spaces - allow combination (and, or, not) of scoring rules (i thought it to be there already) - precompile a constant regex
Michael Schierl
as schierlm
More... over 18 years ago
allow escapes (\\ and \") in scoring substrings
Michael Schierl
as schierlm
More... over 18 years ago
MBOX import/export support
Michael Schierl
as schierlm
More... over 18 years ago
fix line endings
Michael Schierl
as schierlm
More... over 18 years ago
bring config file up to date
Michael Schierl
as schierlm
More... over 18 years ago
- add a formatter to format From headers to full names etc. - add an alias formatter to allow aliases for formatters in the config file - remove the (now obsolete) %fullname% hack
Michael Schierl
as schierlm
More... over 18 years ago
oops: headers are case insensitive
Michael Schierl
as schierlm
More... over 18 years ago
oops, incorrect classpath
Michael Schierl
as schierlm
More... over 18 years ago
Posting support, part III (last part): add an internal editor
Michael Schierl
as schierlm
More... over 18 years ago
- Use "Monospaced" as default viewer font - add posting commands (+ warning for followup-to: poster)
Michael Schierl
as schierlm
More... over 18 years ago
Posting support, part II: post articles that are stored in outbox
Michael Schierl
as schierlm
More... over 18 years ago
- add UserAgent - allow cancelling own articles - make outbox public - return enqueued article reference - add accessor to get articles to be posted (per server)
Michael Schierl
as schierlm
More... over 18 years ago
- allow saving drafts without enqueuing them - delete old version when draft is saved second time
Michael Schierl
as schierlm
More... over 18 years ago
fix database schema update
Michael Schierl
as schierlm
More... over 18 years ago
return reference to new article upon creation
Michael Schierl
as schierlm
More... over 18 years ago