use the same way to display all banners and services contents
[citadel.git] / webcit / auth.c
2007-08-10 Thierry Pasqualieruse the same way to display all banners and services...
2007-07-12 Wilfried Göesgens* Created IsEmptyStr define to be used rather then...
2007-07-05 Art CancroNearly all <FORM> blocks now contain a hidden input
2007-01-16 Art Cancro* correction of bad HTML of the new banner
2007-01-08 Art Cancro* Merged Thierry's CSS changes
2007-01-07 Wilfried Göesgens* add link to citadel.org: <tr bgcolor="#000088"><td...
2006-05-02 Art Cancrowebcit_before_automake is now the trunk
2006-03-12 Wilfried Göesgensmove all source files to src/
2006-03-02 Art CancroMade the 'New User' button disappear when it is not...
2006-01-29 Wilfried Göesgens* Doxygen groups. Sorted the files into groups. so...
2006-01-27 Art Cancrocomments
2006-01-20 Wilfried Göesgensconverted comments to get caught by doxygen
2006-01-18 Art Cancro* fix_scrollbar_bug is now a class instead of an id...
2005-12-07 Art Cancro* Fixed more missing localization items
2005-12-07 Art Cancro* Per-session locale. For some reason it doesn't work...
2005-12-05 Art Cancro* Added in some of the missing localizations
2005-12-02 Art Cancro* Re-enabled browser language detection. This will...
2005-12-01 Art Cancro* which_div_expanded is now persistent across sessions
2005-12-01 Art Cancro* The iconbar roomlist, when selected, is now persisten...
2005-11-23 Art Cancro* auth.c: localized "User name:" and "Password:" prompts
2005-11-22 Art Cancro* create-pot.sh: now creates a new webcit.pot file...
2005-11-13 Art Cancro* Strip prepended '/webcit' in requested url's. This...
2005-11-06 Art Cancro* Found and removed more absolute URL's.
2005-11-04 Art Cancro* Removed all of the absolute URL's.
2005-11-04 Art Cancrolower case tags
2005-09-18 Art Cancro* summary.c: summary screen is now updated using ajax...
2005-09-12 Art Cancro* Built an initial version of the "forward message...
2005-08-17 Art Cancro* auth.c: prepared for internationalization
2005-08-12 Art Cancro* All OS-level includes are now included from webcit...
2005-06-24 Art Cancro* Added a "preferences and settings" screen for each...
2005-04-11 Art Cancro* Began an assault on strcpy()
2005-04-11 Art Cancro* Replaced serv_gets() with serv_getln() - which now...
2005-04-08 Art Cancro* Moved to the new string tokenizer API
2005-04-04 Art Cancro* configure.in: fix libical version detection
2005-03-10 Art Cancro* Created the framework for the "first time setup wizard"
2005-03-10 Art Cancro*** empty log message ***
2005-03-07 Art Cancro* auth.c: shrink the margins on the login screen so...
2005-02-21 Art Cancro* Misc changes to debug chat lockups
2005-02-19 Art Cancro* The previous <div style=\"margin-right:1px\"> has...
2005-02-19 Art Cancro* Replaced all the "centered 99% tables" with 100%...
2005-02-18 Art Cancro* Moved the room access control screen into a tab on...
2005-02-17 Art Cancro* After setup is complete, tell them how to log in.
2005-02-08 Art Cancro*** empty log message ***
2005-02-04 Art Cancro* Cleaned up the rcs/cvs Id tags and leading comments...
2005-01-20 Art Cancro* Cleaned up a bunch of unused cruft from the old layout
2005-01-14 Art Cancro*** empty log message ***
2005-01-12 Art Cancro*** empty log message ***
2005-01-11 Art Cancro* *** HUGE CHANGES *** *** WARNING: NOT FULLY FUNCTIO...
2004-12-07 Art Cancro* Finally tracked down the WC->vars heap corruption...
2004-06-04 Art Cancro* Fixed bug in "validate new users" screen (thanks...
2004-05-31 Art Cancro* Message entry using Kevin Roth's excellent cross...
2003-06-21 Art Cancro* Better alignment of system messages
2003-06-05 Art Cancro* Buncha cosmetic changes
2003-05-31 Art Cancro* Cosmetic changes
2003-05-13 Art Cancro* Begin migration to the new "rounded boxes" look
2003-04-19 Art Cancro* Repaired all my b0rken COLOR tags
2003-03-01 Art Cancro* New user registration, as well as existing user re...
2002-12-26 Art Cancro* Perform CHEK command when automatically establishing...
2002-11-29 Art Cancro* Started some "me as organizer" stuff. (BROKEN BUILD...
2002-11-12 Art Cancro* Tell the user about broken Citadel server connections...
2002-10-09 Art Cancro* Templatized trailing HTML
2002-07-06 Art Cancro* Enable a "make this my start page" link that works...
2002-05-12 Michael Hampton* do_template() now parses a .wml file for WAP clients...
2002-05-08 Art Cancro* Preferences framework
2002-03-26 Art Cancro* Don't display room banner on screens that don't perta...
2001-12-20 Art Cancro* If you paid for this software, someone is ripping...
2001-11-18 Art Cancro* Brought over the newer string tokenizer from Citadel
2001-06-27 Art Cancro* Correct generated window name in pop up pages
2001-05-19 Art Cancro* Attempt to fix the dangling sockets.
2001-04-30 Art Cancro* more changes
2001-04-30 Art Cancro* more work on UI overhaul
2001-04-29 Art Cancro* User interface overhaul now in progress. WARNING...
2000-12-05 Art Cancro* Added support for non-USA countries in registration...
2000-09-14 Michael HamptonReplace occurrences of % throughout the HTML with ...
2000-09-13 Art Cancro* Completed the initial hack of the variable substituti...
2000-09-11 Art Cancro* Started templatizing the login screen. Not finished...
2000-04-20 Art Cancro* tcp_sockets.c: changed memcpy() to memset() in tcp_co...
2000-01-11 Art Cancro* Bugfix
2000-01-11 Art Cancro* Add "close window" option to goodbye screen
1999-12-05 Art Cancro* Additional debugging and cleanup
1999-12-04 Art Cancro* Moved all diagnostic output to stderr
1999-12-03 Art Cancro* BROKEN BUILD. Wrote most of the session removal...
1999-12-03 Art Cancro* Don't exit the server at the end of a session
1999-12-03 Art Cancro* Rewrote the HTTP engine and application coupling...
1999-11-26 Art Cancro* Started moving all of the global variables into a...
1999-10-08 Art Cancro* Minor bug fix in registration screen
1999-06-03 Art Cancro * Ditched the frames mode completely. It wasn...
1999-05-22 Art Cancro * Minor code cleanups
1999-05-15 Art Cancro * Initial entry to _BASEROOM_ at login now...
1999-04-15 Art CancroGot it!
1999-03-07 Art CancroFixed stuff
1999-03-07 Art Cancro * wildmat.c, braindamage.c: added
1999-03-07 Art Cancro * webcit.c: added to getz() the ability to...
1999-01-30 Art Cancrofixed the noframes mode
1999-01-29 Art Cancro * wDumpContent() is now responsible for </BODY...
1999-01-29 Art Cancro * Made the system semi-navigable in noframes...
1999-01-29 Art Cancronoframes switch
1999-01-29 Art Cancro * Made the frames stuff less dependent on the...
1999-01-29 Art Cancrocheckbox
1999-01-10 Art CancroLotsa stuff. See ChangeLog for details.
next