Changed how Message-ID RFC2822 field is generated
[citadel.git] / webcit / roomops.c
2024-03-19 Art CancroIn webcit-classic, include webserver.h from webcit.h.
2023-05-15 Art Cancroserv_imap.c (citserver)/roomops.c (webcit): bugfixes...
2023-01-05 Art CancroRevert "serv_rssclient.c: style update"
2023-01-05 Art Cancroserv_rssclient.c: style update
2022-11-23 Art CancroGOTO no longer counts newly arrived mail in the inbox...
2022-11-23 Art CancroReplace striplt() with string_trim() in all the places...
2022-11-23 Art Cancrostuff
2022-09-16 Art CancroReverts commit c6aec42f213ec284e34648f3d69bcf927dccddb1...
2022-09-08 Art Cancroindent -kr -i8 -brf -bbb -fnc -l132 -nce on all of...
2021-09-07 Art CancroDo not attempt to search for database records of length 0.
2018-04-05 Art CancroRenderers cleanup part 1
2016-04-20 Art Cancrocopyright date
2016-04-20 Art CancroLoadXRoomPic() and the XHaveRoomPicLoaded conditional...
2016-01-28 Wilfried Goesgensdon't issue slrp_highest if we're viewing users mailboxes.
2015-12-31 Wilfried GoesgensFix flipping to alternate templates, and add success...
2015-12-13 Wilfried GoesgensAdd new setting to disable posting of notification...
2014-12-08 Wilfried GoesgensCatch errors while saving roomnet configs
2014-06-30 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2014-06-30 Wilfried Goesgensfix goto stuff
2014-05-10 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2014-05-10 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2014-05-10 Wilfried GoesgensFix default landing mechanism
2013-12-07 Wilfried GoesgensMarkdown: start adding markdown wiki mode.
2013-02-05 Wilfried GoesgensSYSLOG: more places to correct the loglevel parameters.
2013-01-29 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-01-10 Art CancroConverted a strncmp to a strncasecmp to avoid a compile...
2012-12-23 Wilfried GoesgensMAILINGLIST: add facility to choose the default room...
2012-12-17 Wilfried GoesgensRoom-Editing: offer a dropdown to choose from configure...
2012-12-16 Wilfried GoesgensROOMEDIT: add a way to configure aliases
2012-07-19 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-07-18 the_mgtMerge branch 'master' of ssh://git.citadel.org/appl...
2012-07-18 Wilfried Goesgensclient-move: remove duplicate tokens from webcit.h
2012-06-30 Wilfried GoesgensAdd define for mailq-view
2012-05-15 Art Cancrowtf?
2012-05-15 Art CancroAdded 'go' as hidden input fields to all of the forms...
2012-05-15 Art CancroRemoved er_flags and er_flags2 from editroom(). These...
2012-05-15 Art CancroAdd a 'go' value to the 'edit room configuration' tab...
2012-04-24 Wilfried GoesgensDeleting rooms: Invalid pointers; safeguarrds
2012-03-26 Wilfried Goesgensnetedit: add way to specify the room we want to edit.
2012-03-20 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-03-15 Art CancroMore license declaration changes which omit the bit...
2012-01-27 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2012-01-24 Wilfried GoesgensRoomediting: add permission check to to some dialogs
2011-11-14 Wilfried Goesgensdon't use a tempfile to store the config use a strbuf...
2011-09-04 Wilfried Goesgensbuybuy plaintext important message.
2011-09-04 Art CancroWorked around issue where gotoroom() is called with...
2011-09-04 rootsitemap now uses its own private roomlist function...
2011-09-04 Wilfried GoesgensFix lots of warnings all over the place, make inbound...
2011-09-04 Wilfried Goesgenscleanup webcit.h; utils.c, remove unneeded stuff
2011-09-04 Art CancroRemoved the unused second argument from the do_template...
2011-09-04 Wilfried Goesgensif StrBuf_ServGetln() is called in a loop, its return...
2011-09-04 Wilfried Goesgens* in knrooms we flush the cached floorlist, since the...
2011-09-04 Art CancroFlush the cached room list when logging in or out.
2011-09-04 Art CancroKnown rooms page now uses the auto-generated room banner.
2011-09-04 Art CancroRemoved logging subsystem from webcit. It's all syslog...
2011-09-04 Art CancroPerformed a bunch of markup fixes suggested by validato...
2011-09-04 Art CancroSmoother navigation and restricted iconbar for guest...
2011-07-19 Art CancroDBG_QR[2] now a configurable loggable
2010-12-14 Art CancroRoom info in banner was completely broken. Fixed.
2010-11-04 Wilfried Goesgenshandle errors during netedit:
2010-09-13 Wilfried Goesgens* knrooms():
2010-09-01 Art CancroRemove $Id$ tags from most of webcit
2010-08-26 Wilfried Göesgens* shuffle arround the whole room stuff. we now have:
2010-08-26 Wilfried Göesgens* remove old wiki navbar code
2010-08-24 Wilfried Göesgens* add dummy wiki conditionals
2010-08-18 Wilfried Göesgens* move floor-save-handlers into roomops.c, remove floors.c
2010-08-17 Wilfried Göesgens* FlushIgnetCfgs() get me out of FlushFolder, so we...
2010-08-16 Wilfried Göesgens* GetNetConfigHash(): fix some edge cases
2010-08-16 Wilfried Göesgens* GetWhoKnowsHash(): don't forget to step forward.
2010-08-15 Wilfried Göesgens* cleanup & shuffle 'folders' struct (make clean!)...
2010-08-15 Wilfried Göesgens* set_room_policy(): use modern representations of...
2010-08-14 Wilfried Göesgens* FlushFolder (): memset (0) the struct, so flags etc...
2010-08-14 Wilfried Göesgens* oops, didn't see that case. corrected.
2010-08-14 Wilfried Göesgens* embed_room_banner () simplify switch to one
2010-08-14 Wilfried Göesgens* defines may now be ored or anded
2010-08-14 Wilfried Göesgens* fix rendering of room_edit template
2010-08-14 Wilfried Göesgens* switch display_editroom to template room_edit in...
2010-08-13 Wilfried Göesgens* link the entroom template, remove the function
2010-08-12 Wilfried Göesgens* templatize the room creation form
2010-08-11 Wilfried Göesgens* migrate display_private to templates
2010-08-11 Wilfried Göesgens* remove no longer used room/floor loading functions
2010-08-11 Wilfried Göesgens* burn our folder cache when zapping/deleting
2010-08-11 Wilfried Göesgens* going to 00000 doesn't refresh our state, it just...
2010-08-10 Wilfried Göesgens* GetWhoKnowsHash (): fix leaks.
2010-08-10 Wilfried Göesgens* default-select the Current-view, not the default...
2010-08-10 Wilfried Göesgens* embed_room_banner() remove own goto code, use the...
2010-08-10 Wilfried Göesgens* the navbar style isn't used, remove it.
2010-08-09 Wilfried Göesgens* embed_view_o_matic(): rest in pieces.
2010-08-09 Wilfried Göesgens* remove the now unneccesary stuff from embed_room_banner()
2010-08-09 Wilfried Göesgens* fix select-o-matic
2010-08-09 Wilfried Göesgens* oops, DefView and defview were duplicates. remove...
2010-08-06 Wilfried Göesgens* new tokens for THISROOM:MSGS:NEW THISROOM:MSGS:TOTAL
2010-08-05 Wilfried Göesgens* add THISROOM:FILES:N and THISROOM:FILES:STR
2010-08-05 Wilfried Göesgens* remove the obsolete START session callback
2010-08-05 Wilfried Göesgens* remove the room infomatic, add templates
2010-08-05 Wilfried Göesgens* migrate search-o-matic to template only.
2010-08-05 Wilfried Göesgens* finish off ROOMPIC hard coded callback, thanks the_mg...
2010-08-05 Wilfried Göesgens* initialize_viewdefs (): call me via the init hook
2010-08-02 Wilfried Göesgens* add THISROOM:FLOOR:NAME so tab_expire can show the...
2010-07-31 Wilfried Göesgens * add defines for IGNET parts
next