2
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Aug 28, 2024 — Aug 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
trac plugin now gives ticket details (gleaned from RSS and CSV pages) More... about 18 years ago
Added the use of libsvn (tested with 1.3) to get changeset details More... about 18 years ago
Added a superficial change More... about 18 years ago
Added documentation on re-keying the auth, and fixed a crash bug in re-keying More... about 18 years ago
Created FindServerNum() to factor out some redundant code. Trac now uses the DB to indicate Trac URLs in defined channels More... about 18 years ago
Added the beginning of the trac module, need to reference the DB still More... about 18 years ago
Added regexp_substring() to the regexp core (results need to be freed) More... about 18 years ago
Make the field parsing be non-destructive WRT the format string. Ooops More... about 18 years ago
Added support for RSS feeds with HTTP auth required More... about 18 years ago
Added the nulled row to the upgrade table More... about 18 years ago
Added support for using HTTP auth (both basic and digest) to the mrss_parse_url by making mrss_parse_url_auth More... about 18 years ago
Added $TO$, $DATE$, $MESSAGEID$, $BODY$ parsing More... about 18 years ago
Make FindChannelNum actually abort gracefully if the servers aren't loaded yet. More... about 18 years ago
Actually set the lastCheck in memory, make lastCheck, lastRead time_t instead of int. More... about 18 years ago
Added the mailbox command, still needs to enable/disable/list a report More... about 18 years ago
Only clear out the messageList if it exists! stooopid! More... about 18 years ago
Cleaned up the logging for mailbox More... about 18 years ago
Now mailbox will actually parse the messages. So far, $FROM$ and $SUBJECT$ are implemented More... about 18 years ago
Added in the mailbox code to actually get the UIDs of the new mail, report it to users/channels Need to add in the substitution of $SUBJECT$, $FROM$, $BODY$ etc. More... about 18 years ago
Free the structures in the btree when removing rssfeed plugin More... about 18 years ago
Cleaned up the CFLAGS and LIBS a bit More... about 18 years ago
add a couple more requirements to the proto-spec More... about 18 years ago
Added mailbox to the plugin_list More... about 18 years ago
Remove OP_HALFOPEN as pop3 will gack on it. Check that the mail_open didn't return NULL. More... about 18 years ago
Mailbox plugin now polls email accounts, logs total/unread messages More... about 18 years ago
Removed a stupid bug in rebalancing an unlocked tree More... about 18 years ago
Flesh out the mailbox plugin a bit before going to bed. More... about 18 years ago
Removed blah.lua from the install as it's not in svn now More... about 18 years ago
Changed the socket timeout to 450s (7.5min) to avoid race condition with 5min PINGs. Made ProcOnError actually log the error message so we can debug disconnections More... about 18 years ago
Check if the server exists before dereferencing it. If a server was deleted without deleting the channels, the web frontend got bent More... about 18 years ago