]> code.citadel.org Git - citadel.git/history - webcit
* fix Re:/Fw mechnics for email replying/forwarding... Should that be case insensitive?
[citadel.git] / webcit /
2010-06-19 Wilfried Göesgens* fix Re:/Fw mechnics for email replying/forwarding...
2010-06-18 Art Cancro* Reduce size of icon bar button text. Looks better...
2010-06-17 Wilfried Göesgens* bust the other places still accessing token values...
2010-06-17 Art Cancro* Use the correct class name for .chat_userlist_class...
2010-06-17 Wilfried Göesgens* ConditionalUserAccess (): don't access the token...
2010-06-17 Wilfried Göesgens* upsie. that conversion to strbuf was still hanging...
2010-06-17 Wilfried Göesgens* add possibility to chose clang via environment
2010-06-17 Wilfried Göesgens* post_message() whoops, wrong pointer?
2010-06-17 Wilfried Göesgens* fix non locale enabled build
2010-06-14 Art Cancro* Some fixes to make the banner work in IE7. Still...
2010-06-14 Art Cancro* remove ie5-mac hack
2010-06-14 Art Cancro* Wrapped ifdef around variables to prevent them from...
2010-06-10 Art Cancro* Fixed the scrolling problem in IE, and eliminated...
2010-06-09 Art Cancro* Removed a bunch of IE-isms no longer required now...
2010-06-09 Art Cancro* Merged the 'banner' and 'room_banner' classes. There...
2010-06-08 Art Cancro* Make the class names different from the div id's
2010-06-03 Art Cancro* Simplified tcp_connectsock()
2010-06-03 Art Cancro* Removed the extra debug messages. I am about to...
2010-06-02 Art Cancro* More logging. Also display an error to the user...
2010-06-02 Art Cancro* more error logging
2010-06-01 Wilfried Göesgens* post_message(): QP encode TO/CC/BCC if necessary
2010-06-01 Wilfried Göesgens* get_serv_info(): evaluate server replies
2010-06-01 Art Cancro* fixed a spelling error
2010-05-25 Art Cancro* Now attempting to fix the final few rendering problem...
2010-05-25 Art Cancro* Fixed the off-by-one error in bbs view that causes...
2010-05-25 Art Cancro* added some missing license declarations
2010-05-24 Art Cancro* WebCit thread pool is no longer tied to the number...
2010-05-22 Wilfried Göesgens* NeedNewBuf() as CLANG indicates, this parameter shoul...
2010-05-21 Art Cancro* Remove color from log message
2010-05-21 Art Cancro* Change to main server loop. All threads block on...
2010-05-06 Art Cancro* cleanup
2010-05-06 Wilfried Göesgens * OverrideRequest(): for some reason Hdr->HR.ReqLine...
2010-04-29 Wilfried Göesgens* free the wildfire buffer on session detaching
2010-04-29 Wilfried Göesgens* require DEF:VAL and DEF:STR to have one token, as...
2010-04-29 Wilfried Göesgens* ups, its FreeStrBuf(&ptr)
2010-04-29 Wilfried Göesgens* fix wildfire exception handling; collect stuff in...
2010-04-28 Art Cancro* A little more padding between the chat windows
2010-04-28 Art Cancro* Added a background color to the roomchat send box
2010-04-27 Art Cancro* upgrade prototype to 1.6.1
2010-04-27 Art Cancro* When the user navigates away from the roomchat screen...
2010-04-26 Wilfried Göesgens* output_html(): it needs to be isspace()src="cid:...
2010-04-26 Art Cancro* More tweaks to the room chat window. Now displays...
2010-04-25 Art Cancro* Added some style to the roomchat window.
2010-04-24 Wilfried Göesgens* add Remove button
2010-04-24 Wilfried Göesgens* post_mime_to_server(): next try for the lz3 case...
2010-04-24 Art Cancro* Finally got room chat working properly. Just need...
2010-04-22 Wilfried Göesgens* call json_roomflr with sort parameters
2010-04-21 Wilfried Göesgens* ParseMessageListHeaders_Detail(): don't use the token...
2010-04-21 Wilfried Göesgens* fix flags for state of rest parsing
2010-04-19 Art Cancro-
2010-04-19 Art Cancro* update room chat to the new protocol. This needs...
2010-04-19 Wilfried Göesgens* add one more callback hook to the webcit DAV handler...
2010-04-19 Wilfried Göesgens* CompareRoomListByFloorRoomPrivFirst() add a wrapper...
2010-04-19 Wilfried Göesgens* add the IO-Debug statement to the comment howto build...
2010-04-19 Wilfried Göesgens* client_read_to(): print a bactrace when the client...
2010-04-19 Wilfried Göesgens* fix umlaut
2010-04-10 Wilfried Göesgens* according to https://support.mozilla.com/en-US/forum...
2010-04-10 Wilfried Göesgens* ReadPostData(): abort if we fail to read the whole...
2010-04-08 Wilfried Göesgens* change_start_page(), LoadStartpage(): check whether...
2010-04-06 Wilfried Göesgens* GetRESTFolder(): find the parts of the URL matching...
2010-03-23 Wilfried Göesgens* serv_read_binary(): in some cases we can get here...
2010-03-20 Art Cancro* Fixed some syntax errors in de.po:
2010-03-19 Art Cancro* libcitadel internal version number is now 7.80
2010-03-14 Art Cancro* Call getnameinfo() without the flag that suppresses...
2010-03-13 Art Cancro* More tweaks to locate_host() but we still need to...
2010-03-13 Art Cancro* Port locate_host() to IPv6
2010-03-13 Art Cancro* IPv6 experiment. -DCTDL_IPV6 to enable. Disabled...
2010-03-12 Art Cancro* Do not reinsert the existing wiki page when uploading...
2010-03-07 Wilfried Göesgens* if we receive a text\n000 its a legal message. don...
2010-03-03 Art Cancro* Changed strings to 'First Name' and 'Last Name' in...
2010-03-01 Wilfried Göesgens* add configure detection for solaris localtime_r,...
2010-03-01 Wilfried Göesgens* forgot to commit this: add CTX_STRBUFARR
2010-03-01 Wilfried Göesgens* incooperate Stefan Schwarz' sugestions
2010-02-28 Wilfried Göesgens* defines for pop aggregation columns
2010-02-28 Wilfried Göesgens* fix register to allow escapers
2010-02-28 Wilfried Göesgens* add generic lists with strings
2010-02-28 Wilfried Göesgens* ups wrong varname
2010-02-28 Wilfried Göesgens* general way to do retrieve / save autopurger data
2010-02-28 Wilfried Göesgens* add proper error handling to room netconfig loading
2010-02-28 Wilfried Göesgens* add macro for use of ConstStr as parameter
2010-02-28 Wilfried Göesgens* add handler to get the value or string representation...
2010-02-28 Wilfried Göesgens* add COND:FLOOR:ISSUBROOM to detect whether the curren...
2010-02-27 Wilfried Göesgens* put is_https into a COND:IS_HTTPS
2010-02-27 Wilfried Göesgens* whops, wrong param offset; allow parameter
2010-02-27 Wilfried Göesgens* implement ITERATE:THISROOM:GNET
2010-02-27 Wilfried Göesgens* ups. don't need the switch anymore
2010-02-27 Wilfried Göesgens* switch room types to defines; no strcmp needed anymore.
2010-02-26 Wilfried Göesgens* utilize user enum, forward it into the templates...
2010-02-25 Wilfried Göesgens* add conditionals for the QR2 flagset
2010-02-25 Wilfried Göesgens* remove header of a function which was moved to libcit...
2010-02-21 Wilfried Göesgens* init pointer to NULL, try not to free null pointers...
2010-02-21 Wilfried Göesgens* free the subjects of the tabs
2010-02-21 Wilfried Göesgens* more memleaks...
2010-02-21 Wilfried Göesgens* memleak...
2010-02-21 Wilfried Göesgens* since valgrinds name reacting to killall has become...
2010-02-21 Wilfried Göesgens* fix handler name to match template scheme
2010-02-21 Wilfried Göesgens* just define vars if we need them
2010-02-21 Wilfried Göesgens* remove obsolete configure options
2010-02-18 Wilfried Göesgens* work around ' bug
2010-02-18 Wilfried Göesgens* change sort order, group the two not simoultaneus...
next