Changed how Message-ID RFC2822 field is generated
[citadel.git] / citadel / modules / wiki / serv_wiki.c
2022-06-04 Art CancroThis is an omnibus commit which moves the Citadel Serve...
2021-09-07 Art CancroDo not attempt to search for database records of length 0.
2021-02-04 Art Cancroremove typedef from struct recptypes
2021-01-31 Art Cancrostable now but there are GIANT PIECES MISSING
2020-12-14 Art CancroRemoved an unused parameter from CtdlSubmitMsg(). ...
2020-08-09 Art CancroRemoved support for 'before read hooks' because there...
2018-01-25 Art Cancrowar on eNodeName
2017-10-30 Art CancroMore use of %m instead of strerror(errno)
2016-01-03 Wilfried GoesgensConstruct the msgid for wiki entries by appending the...
2015-12-06 Wilfried GoesgensProtect precious strlens, as pointed out by John Goerzen
2015-10-11 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-10-07 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-08-16 Wilfried GoesgensMerge branch 'configdb' of ssh://git.citadel.org/appl...
2015-07-24 Wilfried GoesgensModularise msgbase
2015-05-07 Art CancroAccidentally merged the configdb branch into Reverting.
2015-05-06 Art Cancromerge
2015-05-05 Art Cancroconfig migration endless typing meow
2015-05-05 Art Cancroconfig migration endless typing meow
2013-12-07 Wilfried GoesgensMarkdown: start adding markdown wiki mode.
2013-10-05 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-10-05 Wilfried Goesgensremember the lengths of config strings.
2013-10-01 Wilfried GoesgensPut our known stringlength into the mime parser so...
2013-09-30 Wilfried Goesgensmore places where we can use cm_lengths;
2013-09-24 Wilfried GoesgensConvert CtdlMessages to respect cm_lengths[]
2013-09-12 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-09-01 Wilfried GoesgensMove user privileges functions to user_ops.c, room...
2013-09-01 Wilfried Goesgensrefactor naming of core message manipulation funcions
2013-09-01 Wilfried GoesgensReplace all discrete checks for empty message fields...
2013-09-01 Wilfried GoesgensRoute all access to cm_fields[] through api functions
2013-08-18 Wilfried Goesgensuse an Enum for the cm_fields vector instead of nameles...
2012-04-24 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-04-23 Art CancroFixed a problem with wiki history display being broken...
2011-09-16 Art CancroUse autoconf to locate the diff and patch executables...
2011-09-07 Wilfried GoesgensFix warnings all over citserver; handle function replie...
2011-09-04 Art CancroRemoved references to Subversion in the code
2011-09-04 Art CancroAttempting to fix a segfault generated in Removecontext()
2011-09-04 Art CancroUgly hack to fix wiki history broken by the 'message...
2011-09-04 Art CancroFixed a stack smash in the wiki module
2011-09-04 Art CancroGenerate wiki diffs using a temp file instead of a...
2011-09-04 Art CancroRemoved the commented-out vestiges of a spam strings...
2011-09-04 Art CancroWiki revs now work again - replaced --global-reject...
2011-09-04 Art CancroWhen we 503, do it in HTML
2011-09-04 Art CancroRemoved the logging facility from citserver, use syslog...
2011-09-04 Art CancroRequire logged-in in order to revert a wiki page
2011-09-04 Art CancroOops, we're in a new year; update the copyright date...
2011-09-04 Art CancroWiki revs now work again - replaced --global-reject...
2011-09-04 Art CancroWhen we 503, do it in HTML
2011-01-15 Wilfried Goesgensuse the gnu format string checker for CtdlLogPrintf...
2010-09-01 Art CancroCompleted the removal of $Id$ tags in the Citadel serve...
2010-07-19 Wilfried Göesgens* duplicate memreadline & bmstrcasestr to a const and...
2010-04-24 Wilfried Göesgens* move policy.c into modules/expire/expire_policy.c...
2010-02-25 Wilfried Göesgens* rework imap tokenizer, we no longer copy the stuff...
2010-01-15 Art Cancro* fixed some log messages that still had color in them...
2010-01-05 Wilfried Göesgensas
2009-11-25 Art Cancro* Modified the text client so that the <E>nter message...
2009-11-17 Art Cancro* If patch fails, send rejects to /dev/null instead...
2009-11-17 Art Cancro* Currently working through a bug that's preventing...
2009-11-10 Art Cancro* Added a new message field '1' which may be set by...
2009-11-08 Art Cancro* When saving a wiki page, set the message subject...
2009-11-02 Art Cancro* Reordered the wiki rev code
2009-11-02 Art Cancro* did some work on the wiki history reverter
2009-10-30 Art Cancro* Code and comments cleanup
2009-10-30 Art Cancro* Performing a 'fetch' operation on an old revision...
2009-10-30 Art Cancro* Wrote the code to fetch a particular revision of...
2009-10-29 Art Cancro* Completed the code to patch a wiki page back to the...
2009-10-28 Art Cancro* Parts of the wiki history reverter code
2009-10-27 Art Cancro* skeleton/stub code for new revision control stuff
2009-10-21 Art Cancro* New command 'WIKI history|<pagename>' to list the...
2009-10-21 Art Cancro* New API function CtdlDoIHavePermissionToReadMessagesI...
2009-10-20 Art Cancro* New server command WIKI for subcommands relating...
2009-10-20 Art Cancro* Abuse the MIME 'filename' key by using it as a memo...
2009-10-17 Dave WestCitadel API clean up.
2009-10-16 Art Cancro* Changed my mind about the on-disk format for wiki...
2009-10-16 Art Cancro* Fixed the initial diff that is written when a wiki...
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* Began writing code to compare wiki page versions...
2009-10-14 Art Cancro* Checked in a skeleton module for the server-side...