- 28 Apr, 2000 1 commit
-
-
Per Cederqvist authored
database won't be saved even at normal server shutdown.
-
- 24 Jul, 1999 1 commit
-
-
Per Cederqvist authored
almost as bad as following the NULL pointer. The result may contain fewer than no_of_match_info entries -- and now the code attempts to handle it properly.
-
- 23 Jul, 1999 1 commit
-
-
Per Cederqvist authored
-
- 11 Jul, 1999 2 commits
-
-
Per Cederqvist authored
-
Per Cederqvist authored
(as yet unused) FASTSAVE code was written. Changes made to conferences could in some cases be forgotten.
-
- 05 Jul, 1999 2 commits
-
-
Per Cederqvist authored
buffer each time this function is called.
-
Per Cederqvist authored
(mark_conference_as_changed): Copy the supervisor to the entry in small_conf_arr. (init_small_conf): Set supervisor. (setup_small_conf): Set supervisor.
-
- 02 Jul, 1999 1 commit
-
-
David Byers authored
Eliminated calls to build_matching_info when creating, renaming and deleting conferences. Integrated the conf_table array into match_table. Name matcher can handle holes in the table. Testing: Added some name lookup test cases. Distribution: Distribute lyskomd tests 12.exp and 13.exp. Documentation: sub-comment was incorrectly marked obsolete. Fixed.
-
- 01 Jul, 1999 1 commit
-
-
Per Cederqvist authored
this should eventually be fixed to d return a proper value.
-
- 03 Jun, 1999 1 commit
-
-
Per Cederqvist authored
-
- 24 May, 1999 2 commits
-
-
Per Cederqvist authored
-
Per Cederqvist authored
-
- 23 May, 1999 1 commit
-
-
David Byers authored
Fixed uses of @code in texinfo manuals Database Added timestamp to database file format
-
- 21 May, 1999 1 commit
-
-
David Byers authored
Free everything on exit The server should now exit with zero allocated strings and zero allocated blocks. Test cases Added a few test cases for improved coverage and recently fixed bugs.
-
- 16 May, 1999 1 commit
-
-
Per Cederqvist authored
(init_cache): Likewise.
-
- 13 May, 1999 1 commit
-
-
Per Cederqvist authored
-
- 12 May, 1999 1 commit
-
-
David Byers authored
set-pers-flags Modified RPC calls create-person (new parameter pers-flags) Removed several hard-coded constants and paths. Max texts Max conferences Nologin file Support for aux-item validation functions (not just regexps.) Support for aux-items that can only be created by the server Support for linking pairs of aux items Added test cases to improve code coverage Renamed log to kom_log to avoid conflicts with math function log. Several bug fixes (code and documentation)
-
- 03 Apr, 1999 1 commit
-
-
Per Cederqvist authored
-
- 13 Jan, 1999 1 commit
-
-
David Byers authored
-
- 26 Dec, 1998 1 commit
-
-
David Byers authored
-
- 20 Dec, 1998 1 commit
-
-
Per Cederqvist authored
-
- 11 Oct, 1998 1 commit
-
-
Per Cederqvist authored
(copy_file): Abort if we cannot seek or read the file we copy from. Abort if the value we read didn't end in a newline, start with "T ", "C " or "P ", if the identity number in the data isn't what we expected, or if it isn't followed by a space. This change attempts to detect file damage as early as possible.
-
- 14 Aug, 1998 1 commit
-
-
Per Cederqvist authored
(get_conf_node): Fail if the argument is less than 1. (get_pers_node): Likewise. (get_text_node): Likewise. (traverse_person): Unused function; don't compile it.
-
- 26 Jul, 1998 1 commit
-
-
Per Cederqvist authored
member of Conference is now a l2g. (setup_small_conf): Likewise.
-
- 08 Jul, 1998 1 commit
-
-
Per Cederqvist authored
(next_free_num): Changed type from int to Conf_no. (next_text_num): Changed type from int to Text_no. (read_person): Flag unused parameters. (read_conference): Likewise. (read_text_stat): Likewise. (cached_get_text_stat): Adjusted printf format according to the next_text_num change. (init_cache): Likewise. (free_match_table): Renamed a parameter name to avoid warnings from gcc. (build_matching_info): Renamed a local variable name to avoid warnings from gcc. (pre_sync): Use tno_iter and cno_iter instead of i to get all types correct. (post_sync): Likewise. (copy_file): Flag unused parameters.
-
- 14 Jun, 1998 1 commit
-
-
David Byers authored
-
- 23 Oct, 1997 1 commit
-
-
David Byers authored
Some initial (nonworking) code for a one-pass sync.
-
- 13 Sep, 1997 1 commit
-
-
David Byers authored
Documented the aux-item definition file format. Updated the database format documentation. Server: Implemented aux-items. Checked error returns and set error-status to something useful in most cases. New RPC calls: create-text create-anonymous-text create-conf create-person get-text-stat get-conf-stat modify-text-info modify-conf-info get-info modify-server-info get-collate-table set-expire query-unread-texts New asynchronous messages: new-text deleted-text
-
- 03 Aug, 1996 2 commits
-
-
Per Cederqvist authored
-
Per Cederqvist authored
-
- 01 Aug, 1996 1 commit
-
-
David Byers authored
get_version was always called with the datafile name. Initialize data file version before using it.
-
- 29 Jul, 1996 1 commit
-
-
Per Cederqvist authored
Text_no fits. The local variables done, read_text_no and read_conf_no are now of type Bool (not int). The local variable c is an int, so that it can safely be compared against EOF. Call restart_kom if an unknown deletion block is found in the data file.
-
- 28 Jul, 1996 1 commit
-
-
Per Cederqvist authored
-
- 27 Jul, 1996 2 commits
-
-
David Byers authored
-
David Byers authored
-
- 26 Jul, 1996 1 commit
-
-
Per Cederqvist authored
-
- 25 Jul, 1996 1 commit
-
-
Per Cederqvist authored
Include string.h. (TIMESTAMP_FORMAT): Unused define removed. (pre_sync): Removed a call to time() whose return value was never used.
-
- 23 Feb, 1996 1 commit
-
-
David Byers authored
-
- 02 Nov, 1995 1 commit
-
-
Per Cederqvist authored
-
- 31 Oct, 1995 1 commit
-
-
David Byers authored
Added get_uconf_stat server call. Database can now store eight-bit Conf_type Call to get Small_conf data in the cache added UConference protocol data type added
-