Commit Graph

116 Commits

Author SHA1 Message Date
alexhudson c5c0ec06dc connio: destroy buffers on broken connections to avoid SIGPIPEs when we close connections. 2007-06-30 11:08:10 +00:00
halex d1e29f776c * More label woopsies.
* Didn't revert CSS import in header.tpl from a few revisions ago.
2007-06-30 10:48:01 +00:00
halex 548e479b32 * More Dragonfly localisation.
* A somewhat lacking French translation fixed up to some extent.
* bongo.pot fixed for translators.
* Login screen layout change (minor).
* Reply-to-list function added to conversation view (this may not work).
2007-06-30 07:58:16 +00:00
halex 88f3232487 Allows compilation with older gettext (label was mentioned twice in two
different contexts, which was bad anyway).
2007-06-30 00:13:32 +00:00
halex de2e1693ed * Fixes --with-libcurl with bongo-collector and --with-sqlite3.
Thanks to Albert Lee <trisk@acm.jhu.edu> for these!
* Accidentally missed some duplicate message definitions in dragonfly.properties.
2007-06-29 23:28:33 +00:00
halex 1ba0f1f21a Probably helps to have English work too. :) 2007-06-29 22:29:44 +00:00
alexhudson fb85807255 Minor typo in configure.ac 2007-06-29 22:10:02 +00:00
halex f09a3de0f5 The Missing Files V: you know, this is really going to bump up my commit count :) 2007-06-29 11:29:04 +00:00
halex 49f312dd5f The Missing Files IV: close.gif 2007-06-29 11:26:10 +00:00
halex 3880715500 Another episode in the Missing Files saga. 2007-06-29 11:17:33 +00:00
halex 3ed09581e7 * More Dragonfly translations
* Adds modal.css, which lets us build again!
2007-06-29 10:46:06 +00:00
alexhudson dbb11204c3 Stop --with-user being mandatory 2007-06-29 08:19:29 +00:00
halex e5a8024244 * Fixed a tiny typo by Jonny in r129 - there was a space just before the username in the URL, which causes a 404 if you follow it.
* 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).
2007-06-29 04:29:28 +00:00
jonnylamb db4d294eac Correct link given for subscription to a shared calendar. This currently is a little inflexible with hosts not at /, but this should be fixed soon. 2007-06-29 00:58:58 +00:00
jonnylamb 9787a1dbcf Small fix to correctly set DATADIR. This allowed many ${prefix} variables not to be substituted, and as a result ended in mass chaos. 2007-06-28 13:17:14 +00:00
halex dba9fd3832 * Link to administration panel from within Dragonfly if user is logged in as 'admin'.
* Removed timezone selection from main header (will be moved into Preferences soon).
* Path cleanup in bongo.conf.in
* Prettfied Search.js / Dragonfly search results.
2007-06-28 04:04:37 +00:00
alexhudson ac0aea9c83 Fix bug where the store couldn't bind to port 689 on setup 2007-06-27 12:23:05 +00:00
jonnylamb 0c3bcc6e99 * Removed import/curl: It's been a long and gruelling task, but finally one of the imported libraries is going. This means cURL is now a dependency of Bongo. This moves bug #9066 along one step.
* Added a nice status message at the end of the configure script. It gives some nice stats.
2007-06-27 11:49:59 +00:00
jonnylamb c5c8bcea5a Remove "history" from Dragonfly. This was a feature that did nothing and we couldn't work out what it might have done if it was finished.. 2007-06-27 11:24:40 +00:00
halex 9a04478b1f * Fixes authentication support for Hawkeye with Apache.
* Added some login notification messages.
* Made images and javascript relative (to some extent).
2007-06-27 09:43:40 +00:00
alexhudson 095d5eef3e Remove some files which shouldn't be in svn 2007-06-27 08:07:33 +00:00
jonnylamb b8e0dabc4c * Remove old EXPANDED_ variables from code. These have been cleaned up from r120. 2007-06-26 15:01:46 +00:00
alexhudson ba63bbc4ee Three patches for the build system:
* make it work with automake 1.8
* simpler system for expanding path variables
* make it work with older gm4
Thanks to Albert Lee <trisk@acm.jhu.edu> for these!
2007-06-26 10:36:57 +00:00
jonnylamb 01811311ef Add to configure a test for flex and bison. Fixes bug #9327 2007-06-21 20:34:37 +00:00
alexhudson ba21779712 Create crypto data directly during install. This removes the dependency on gnutls certtool, and should mean an end to the "OMG install takes like 2 days" type bugs 2007-06-20 15:29:28 +00:00
alexhudson 9bb47d5112 Explicitly disable use of secure memory within libgcrypt 2007-06-13 08:45:43 +00:00
pfelt d60eba8d68 -- bug found by Jan Schrewe invloving the RSET command. it seems RSET should only reset the envelope not the entire connection. 2007-06-04 16:47:26 +00:00
halex 8f666506ff De-MDBify the alarm agent (not that there was much there to begin with). 2007-06-03 10:45:13 +00:00
alexhudson 75cd51ea2f SQL query change to make Bongo work with SQLite 3.3.17. We should review the main DStoreListConversations() query to see if we can do things better... 2007-05-30 21:39:05 +00:00
alexhudson 885a9de837 Simplify the logging statements in smtpd and pop3d 2007-05-28 07:58:21 +00:00
alexhudson af437b25d9 Correctly detect failure to work out the current version of bongo available 2007-05-26 16:04:11 +00:00
jonnylamb 2afed3c5d5 Update bongo-config(1) to give info on the tzcache command that's now been merged in. 2007-05-26 14:15:20 +00:00
alexhudson feeddba759 Merge tzcache utility into bongo-config 2007-05-26 13:24:02 +00:00
alexhudson 98639749ef Change order of scriptaculous includes, fixes bug #9185. 2007-05-26 12:19:54 +00:00
halex fc5e330ade New look login, with browser compatability checks. 2007-05-26 08:53:47 +00:00
pfelt c490af954d -- antivirus now works against clamav.
--   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
2007-05-26 08:26:57 +00:00
jonnylamb 5be5b0ca61 * Added new man pages, after battles with Make... 2007-05-24 18:04:06 +00:00
jonnylamb d70a2b82cc Remove bongo-logo.png so checkouts work on case-sensitive filesystems. Fixes bug #9111 2007-05-23 17:30:27 +00:00
halex f051364622 Woops - forgot to add Browser.js and BrowserCheck.js on build. 2007-05-20 01:14:15 +00:00
halex c7e329bafd * New login screen. (slightly larger, with labels)
* Added login pane GIMP source image.
* Hawkeye now checks for incompatible browser - extend to Dragonfly?
2007-05-20 01:12:15 +00:00
alexhudson 042db32ab1 Remove DMC stuff from pop3 2007-05-18 20:41:29 +00:00
alexhudson 6016b7f420 * Update build detection of LDAP schema (should fix bug #8797)
* Fix detection of custom builds
2007-05-18 13:57:46 +00:00
halex f35186312b Updated script.aculo.us to v1.7.0.
Also updated Prototype library to v1.5.0.
2007-05-17 08:24:24 +00:00
halex 85b90eda88 * If no configuration is found, user is prompted to set values and/or
use defaults within Hawkeye.
* Tiny formatting fixup (space between msg/error and text was zero).
* Removed leftover variable debug information from previous commit.
2007-05-17 06:23:36 +00:00
halex 2c4e172eaa Added antispam module to Hawkeye. 2007-05-15 10:17:18 +00:00
halex 904313e90a Added pretty buttons. 2007-05-14 05:29:48 +00:00
halex 8c196007b8 I have fat fingers and I'm trigger happy. Not a good combination.
This should be the final installment of 'The Missing Images'.
2007-05-14 01:54:56 +00:00
halex 8a222d4960 2007-05-14 01:46:39 +00:00
halex 8575c452d6 More missing files. Reflected added files from a few revisions back into
Bongo.rules, added background gradient for sidebar.
2007-05-14 01:42:25 +00:00
halex 9f75287ce0 * Changed notification from passive to active, uses script.aculo.us.
* Modified error on failure to get memory stats from /proc
2007-05-14 01:12:20 +00:00