summaryrefslogtreecommitdiff
path: root/server/src/server.cc
AgeCommit message (Expand)Author
2009-02-04- Add missing include filesbertho
2009-01-13Added a 'language' tag in resume, to be able to switch parser. Implemented th...deva
2008-12-02Ignore store_in_journal attributes, always set to true.deva
2008-12-02Added hacked support for headlines in templates.deva
2008-10-10Made resume a standalone tag istead of an attribute of the macro tag.deva
2008-10-08Connections to Pentominos and Database are now persistent over the entire cli...deva
2008-09-30Changed SAXParser parse method to take a buffer and a size instead of a c++ s...deva
2008-09-29Modified error reply to fit new layout system.deva
2008-09-23Made fix for the 'multiple xml buffers in single network buffer' problem.deva
2008-09-22Added resume storing to the db, and made the outputted xml use it. Added capt...deva
2008-09-19Temporary frame caption solutiondeva
2008-09-05Made multiple pentominos request work properly (still no reusage of the conne...deva
2008-08-21Made postgres addr, username and password configurable.deva
2008-08-21Fixed hardcoded CPR in widgetgenerator - yrk.deva
2008-08-19Bugfix. Shared connection didn't work with the continue action.deva
2008-08-15Changes for read-loop-server.deva
2008-08-05Added catch of non responding postgresql database.deva
2008-08-04Made server able to run (compile-time) without postgres and the uploadserver....deva
2008-08-04Added NotFound exception when trying to open a non-existing and non-empty macro.deva
2008-07-30Fixed structural problem in server that prevented the potential request for a...deva
2008-07-30Reenabled support for upload server. Currently only tested against local prin...deva
2008-07-30Added global Conf namepsace with configuration values. These are to be filled...deva
2008-07-30Renamed luaprograms/luaprogram tags to scripts/script tag with a language att...deva
2008-07-29Added configure option to remove pentominos support.deva
2008-06-09Added check to see if macro already has been committed. For later use with de...deva
2008-06-09Added xml encoding of the lua programs to make sure they are not interrupting...deva
2008-06-09Made output accumulation in a buffer and write in the end, thus enabling the ...deva
2008-06-04Modulized the template/course/macro system.deva
2008-06-04Introduced the errorbox to communicate server errors to the client.deva
2008-06-04Introduced the errorbox to communicate server errors to the client.deva
2008-06-03Added support for lua validator programs.deva
2008-05-26Completed the prefilling of the fields, from the db and pentominos, according...deva
2008-05-23Did a lot of work on the database class.deva
2008-05-22Fixed GPL headers to actually contain the contributors...deva
2008-05-21Preparing for some macro/course/template restructuringdeva
2008-05-20Added some code for the new output format.deva
2008-05-20Made fixes pointed out by GCC 4.2 and -D_FORTIFY_SOURCES=2deva
2008-05-20Removed obsolete macro.h and macro_parser.cc,hdeva
2008-05-16Worked on the connection of the various elements of the server.deva
2008-05-13More filename cleanup..deva
2008-03-26Implemented a SAXPaser class, and made the macro and xml parsers use it.deva
2008-03-19Merge with local code.deva
2008-03-18Debug output cleanup.deva
2008-03-18Added journal commit code.deva
2007-10-01Now the resume is generated using a format string.deva
2007-09-24Server now parses XML and handles include.deva
2007-09-14Commits are now committed to the database.deva
2007-09-03Added some XML parsing => DOM (pracro, requests and commits).deva
2007-09-03Simplified TCP socket write of strings. Cleaned up debug output.deva
2007-09-03Implemented the first version of the XML request. Fixed eXpat incompatability...deva