* wiki still needs some tuning
[citadel.git] / citadel /
2009-10-16 Art Cancro* wiki still needs some tuning
2009-10-16 Art Cancro* Write wiki history (diffs) to disk upon each save
2009-10-15 Art Cancro* more work on the wiki revision control engine
2009-10-15 Art Cancro* More license declarations
2009-10-15 Art Cancro* more work on the wiki revision control engine
2009-10-15 Art Cancro* more work on the wiki revision control engine
2009-10-15 Art Cancro* more work on the wiki history code
2009-10-14 Art Cancro* Generate diffs old-to-new instead of new-to-old....
2009-10-14 Art Cancro* Cleaned up some compiler warnings
2009-10-14 Art Cancro* Generate diffs old-to-new instead of new-to-old....
2009-10-14 Art Cancro* Began writing code to compare wiki page versions...
2009-10-14 Art Cancro* Began (but did not finish) applying GPL3+ declaration...
2009-10-14 Art Cancro* Changed 'guess-name room' to 'hidden room' in the...
2009-10-14 Art Cancro* Checked in a skeleton module for the server-side...
2009-10-12 Art Cancro* Add charset UTF-8 to content-type declaration for...
2009-10-12 Art Cancro* Blank out the Envelope-to: header when reading messag...
2009-10-12 Art Cancro* handle more warn_unused_result bullshit
2009-10-11 Art Cancro* Removed all cases of '((long)*(cdboi->ptr))' in serv_...
2009-10-11 Art Cancro* Yup, that's it ... the expression (long)*(cdboi...
2009-10-11 Art Cancro* Checked in some test code and logging to determine...
2009-10-10 Art Cancro* Add a smarmy license declaration in modules/expire...
2009-10-09 Art Cancro* Silenced a few warn_unused_result warnings
2009-10-08 Art Cancro* setup: only attempt to create the admin user when...
2009-10-08 Art Cancro* Rolled back the 'MSGS EUID' subcommand introduced...
2009-10-07 Wilfried Göesgens* by ano: use more uniq name in the ldap module; the...
2009-10-07 Art Cancro* New MSGS subcommand 'EUID' to fetch msgnum of a messa...
2009-10-04 Wilfried Göesgens* disable dspam stuff its anywhere near production...
2009-10-04 Wilfried Göesgens* fix warning by initializing var
2009-10-03 Wilfried Göesgens* put some new versions in here...
2009-09-28 Art Cancro* Added the necessary glue code for importing LDAP...
2009-09-28 Art Cancro* Added stub code to point out where the LDAP-to-vCard...
2009-09-28 Art Cancro* Silenced a few warn_unused_result warnings (ongoing...
2009-09-28 Art Cancro* Found and removed a large section of the old LDAP...
2009-09-25 Art Cancro* Attach serial numbers to instant messages to prevent...
2009-09-24 Art Cancro* Hand over IM conversation memory with SmashStrBuf()
2009-09-24 Art Cancro* Use HKEY() where appropriate
2009-09-24 Wilfried Göesgens* add missing include for stty_ctdl
2009-09-24 Art Cancro* Remove HTML <head> and <title> sections from chat...
2009-09-24 Art Cancro* Set 'from' to the user who started the conversation...
2009-09-24 Art Cancro* Instant message logs are now in HTML
2009-09-15 Art Cancro* Save entire instant message conversations to the...
2009-09-11 Art Cancro* Set the version numbers of everything to 7.66.
2009-09-10 Art Cancro* Fixed a condition in CtdlSetSeen() where the final...
2009-09-10 Art Cancro* Removed the 'w' variable because it was always set...
2009-09-10 Art Cancro* Do as many truncations as necessary, but only do...
2009-09-09 Art Cancro* For ctdlsetseen_answered we truncate the firstirst...
2009-09-09 Art Cancro* Restored the previous behavior of marking the oldest...
2009-09-08 Wilfried Göesgens* correct abort logic; it needs to be >= 0
2009-09-07 Art Cancro* compiler warning
2009-09-04 Art Cancro* Fixed some random compiler warnings
2009-09-04 Art Cancro* Cleaned up some compiler warnings.
2009-09-04 Wilfried Göesgens* fix buffer overrun condition while handling many...
2009-09-04 Wilfried Göesgens* fix typo in postinst script
2009-09-01 Art Cancro* Version numbers of everything 7.63
2009-08-20 Art Cancro* oops, an oversight ... CtdlRoomAccess() needs to...
2009-08-14 Wilfried Göesgens* be more paranoid about the previous content of passvo...
2009-08-06 Art Cancro* Clarify confusing error message reported in bug ...
2009-08-06 Art Cancro* Version number to 7.61 on all components
2009-08-05 Art Cancro* When a remote network node fails to authenticate...
2009-08-04 Art Cancro* When determining calculating tzid for invitations...
2009-07-30 Wilfried Göesgens* add possibility for multiselect to setup
2009-07-30 Art Cancro* Added a pointer to citadel.org/doku.php/faq:installat...
2009-07-30 Art Cancro* Shortened the authmode question in setup because...
2009-07-23 Art Cancro* serv_migrate.c: message encoding buffer is now static...
2009-07-20 Art Cancro* Add the account name to oida
2009-07-20 Art Cancro* Added a command OIDA to dump all OpenID associations
2009-07-19 Art Cancro* Additional OpenID logging
2009-07-19 Wilfried Göesgens* evaluate the return of fgets() to silence some warnings
2009-07-14 Wilfried Göesgens* create struct, so we can transport hostlists in and...
2009-07-14 Wilfried Göesgens* notify about the actual message number, not the queue...
2009-07-07 Wilfried Göesgens* add json notification template
2009-07-06 Wilfried Göesgens* fix typo in HTTP headers. thanks to koos for pointing...
2009-07-05 Wilfried Göesgens* start implementing sending an error message if the...
2009-07-03 Art Cancro* Temporarily disabled the 'Drafts' functions. I like...
2009-07-02 Art Cancro* database.c: unfolded some lines that were awkwardly...
2009-06-28 Wilfried Göesgens* add support for custom notifiers
2009-06-28 Wilfried Göesgens* fix NULL-pointer condition.
2009-06-27 Wilfried Göesgens* migrate extnotify to libcurl
2009-06-25 Wilfried Göesgens* first check CC before accessing it. Save time by...
2009-06-21 Wilfried Göesgens* add support for reading the UID via getsockopt from...
2009-06-19 Art Cancro* Added a \n where one was needed
2009-06-18 Art Cancro* Older versions of libcurl may not have CURLOPT_HTTP_C...
2009-06-15 Art Cancro* CtdlMakeMessage() accept NULLs for certain fields...
2009-06-15 Art Cancro* Applied mattev's patch to add CURLOPT_HTTP_CONTENT_DE...
2009-06-14 Wilfried Göesgens* create new roomview type: Drafts; this won't need...
2009-06-12 Wilfried Göesgens* don't abort search on empty string with success,...
2009-06-12 Wilfried Göesgens* add _DRAFTS_ to the userdata creator, and translate...
2009-06-12 Wilfried Göesgens* apply 4a5a341e5166a9a5ed586e6d064076507d96c958 by...
2009-06-04 Art Cancro* cmd_move() now fails with a server error message...
2009-06-04 Art Cancro* IMAP CREATE command with no folder name specified...
2009-06-04 Art Cancro* Eliminated the CtdlCopyMsgsToRoom() function, since...
2009-06-04 Art Cancro* Documented the undocumented server commands in msgbase.c
2009-06-01 Art Cancro* Fixed bug #467, possibly at the cost of poorer perfor...
2009-05-31 Art Cancro* New session variable 'can_receive_im' which indicates...
2009-05-31 Art Cancro* Removed a readme file which stated that the Jabber...
2009-05-31 Art Cancro* Add -lcitadel to chkpwd_LIBS
2009-05-26 Wilfried Göesgens* add webcit database message ID to the notification...
2009-05-26 Wilfried Göesgens* just depend on berkeley db without version.
2009-05-26 Wilfried Göesgens* remove stripslashes, its going into libcitadel.
2009-05-21 Art Cancro* Applied matt's patch for making +/- work properly
next