* Adds a non-working Preferences dialog to the userbar.
* Main interface is now localisable.
* Moved search top right, and removed the timezone selector.
* New internal userbar layout (the top thing) to fit things we shove there - report any rendering issues.
* Link to administration panel if user is logged in as 'admin'
* Fixed hrefs in Hawkeye (issue caused by previous patch). Dragonfly must live at the root URL (/dragonfly.html).
* Removed timezone selection from main header (will be moved into Preferences soon).
* Path cleanup in bongo.conf.in
* Prettfied Search.js / Dragonfly search results.
-- i removed some management dmc stuff that we didn't need
-- added the new configuration read code
-- changed the unused defaults to the correct syntax in bongo-config
-- the system defaults to connect to the clamd on localhost and scan mail
-- this isn't the final revision, but at least it works now
use defaults within Hawkeye.
* Tiny formatting fixup (space between msg/error and text was zero).
* Removed leftover variable debug information from previous commit.
* Colors are a bit more vibrant (less gray, more blue).
* Generic notification message implemented (might need some more work).
* Neater agent-selection page.
* Few other tiny fixups/enchancements.
-- removed the feedback system. this was something akin to syslog, but was homebrew. it connected to port 781, but bongo doesn't have anything listening there
-- by default we are not in verbose mode any longer. perhaps this should be a configure setting somehow?
-- changed a couple of the debug printf()'s
-- we now no longer support headerThreshold or dropThreshold as we will always add headers to the mail and will leave dropping mail up to the rules agent
-- quarantine code is still in, but is #if 0 'd out. do we need/want it?
-- cleaned up a couple of unused variables
-- no longer link against the management library
-- removed all cc bounces etc. to the postmaster
size of the envelope. this conversation was not properly protected against an overrun.
the code should be slightly slower, and use a more memory, and it might not be fully patched.
todo: there are three places in code where the envelope is read. the two existing ones should have already been fairly protected, but they don't use connio to its
potential. fixing that will allow for the removal of PullLine() and the exclusive use of PullLine2()