All public logs

Jump to navigation Jump to search

Combined display of all available logs of truxwiki.com. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 05:53, 15 April 2024 Sam talk contribs created page Truxton note get text (Created page with "This retrieves the contents of the note. =Syntax= <source lang="C"> void truxton_note_get_text( uint64_t note_handle, char * destination_string, size_t max_size ); </source>...")
  • 05:51, 15 April 2024 Sam talk contribs created page Truxton note get object type (Created page with "This retrieves the type of object of the note is associated with. =Syntax= <source lang="C"> uint64_t truxton_note_get_object_type( uint64_t note_handle ); </source> =Parame...")
  • 05:47, 15 April 2024 Sam talk contribs created page Truxton note get object id (Created page with "This retrieves the [https://en.wikipedia.org/wiki/Universally_unique_identifier GUID] of the object this note is associated with. =Syntax= <source lang="C"> void truxton_note...")
  • 05:45, 15 April 2024 Sam talk contribs created page Truxton note get investigation id (Created page with "This retrieves the [https://en.wikipedia.org/wiki/Universally_unique_identifier GUID] of the investigation this note belongs to. =Syntax= <source lang="C"> void truxton_note_...")
  • 05:38, 15 April 2024 Sam talk contribs created page Truxton note save (Created page with "This will save the items in the object to the <code>[InvestigatorNote]</code> table. =Syntax= <source lang="C"> int truxton_note_save( uint64_t note_handle ); </source> =Par...")
  • 05:35, 15 April 2024 Sam talk contribs created page Truxton note set text (Created page with "This sets the contents of the note. =Syntax= <source lang="C"> void truxton_note_set_text( uint64_t note_handle, char const * text ); </source> =Parameters= ==<code>note_han...")
  • 05:32, 15 April 2024 Sam talk contribs created page Truxton note set object type (Created page with "This tells Truxton what type of object is having a note associated with it. =Syntax= <source lang="C"> void truxton_note_set_object_type( uint64_t note_handle, uint64_t value...")
  • 05:29, 15 April 2024 Sam talk contribs created page Truxton note set object id (Created page with "This attaches the note to an object in Truxton. This, combined with <code>truxton_note_set_object_type()</code> allows Truxton to associate a note with anything. =Syntax=...")
  • 05:21, 15 April 2024 Sam talk contribs created page Truxton note set investigation id (Created page with "This frees the resources used by a note object. =Syntax= <source lang="C"> void truxton_note_set_investigation_id( uint64_t note_handle, char cont * id ); </source> =Paramet...")
  • 03:34, 15 April 2024 Sam talk contribs created page Truxton note destroy (Created page with "This frees the resources used by a note object. =Syntax= <source lang="C"> void truxton_note_destroy( uint64_t note_handle ); </source> =Parameters= ==<code>note_handle</cod...")
  • 14:50, 14 April 2024 Sam talk contribs created page Truxton note create (Created page with "This creates an investigation note in Truxton. This object corresponds to the <code>[InvestigationNote]</code> table. =Syntax= <source lang="C"> uint64_t truxton_note_create(...")
  • 07:56, 14 April 2024 Sam talk contribs created page Truxton investigation event get text (Created page with "This retrieves the text of the event. =Syntax= <source lang="C"> void truxton_investigation_event_get_text( uint64_t investigation_handle, char * destination_string, size_t m...")
  • 07:52, 14 April 2024 Sam talk contribs created page Truxton investigation event get when (Created page with "This retrieves the date time of the investigation event. =Syntax= <source lang="C"> uint64_t truxton_investigation_event_get_when( uint64_t event_handle ); </source> =Parame...")
  • 07:50, 14 April 2024 Sam talk contribs created page Truxton investigation event get type (Created page with "This retrieves the type of the investigation event. =Syntax= <source lang="C"> uint64_t truxton_investigation_event_get_type( uint64_t event_han...")
  • 07:48, 14 April 2024 Sam talk contribs created page Truxton investigation event get status (Created page with "This retrieves the status of the investigation event. =Syntax= <source lang="C"> uint64_t truxton_investigation_event_get_status( uint64_t event_handle ); </source> =Paramet...")
  • 07:46, 14 April 2024 Sam talk contribs created page Truxton investigation event get color (Created page with "This retrieves the color of the investigation event. =Syntax= <source lang="C"> uint64_t truxton_investigation_event_get_color( uint64_t event_handle ); </source> =Parameter...")
  • 07:41, 14 April 2024 Sam talk contribs created page Truxton investigation event get investigation id (Created page with "This retrieves the identifier of the investigation this event belongs to. =Syntax= <source lang="C"> void truxton_investigation_event_get_investigation_id( uint64_t investiga...")
  • 07:38, 14 April 2024 Sam talk contribs created page Truxton investigation event get id (Created page with "This retrieves the identifier of the investigation event. =Syntax= <source lang="C"> void truxton_investigation_event_get_id( uint64_t investigation_handle, char * destinatio...")
  • 07:26, 14 April 2024 Sam talk contribs created page Truxton investigation event set when (Created page with "This sets the date time of the event. =Syntax= <source lang="C"> void truxton_investigation_event_set_when( uint64_t event_handle, uint64_t ticks ); </source> =Parameters= =...")
  • 07:20, 14 April 2024 Sam talk contribs created page Truxton investigation event set type (Created page with "This sets the type of the event. =Syntax= <source lang="C"> void truxton_investigation_event_set_type( uint64_t event_handle, uint64_t value );...")
  • 07:18, 14 April 2024 Sam talk contribs created page Truxton investigation event set status (Created page with "This sets the status of the event. =Syntax= <source lang="C"> void truxton_investigation_event_set_status( uint64_t event_handle, uint64_t value );...")
  • 07:12, 14 April 2024 Sam talk contribs created page Truxton investigation event set text (Created page with "This sets the text of the investigation event. =Syntax= <source lang="C"> void truxton_investigation_event_set_text( uint64_t event_handle, char const * text ); </source> =P...")
  • 07:10, 14 April 2024 Sam talk contribs created page Truxton investigation event set color (Created page with "This sets the color for the event. =Syntax= <source lang="C"> void truxton_investigation_event_set_color( uint64_t event_handle, uint64_t value ); </source> =Parameters= ==<...")
  • 07:06, 14 April 2024 Sam talk contribs created page Truxton investigation event set investigation id (Created page with "This sets the identifier of the investigation for the event. =Syntax= <source lang="C"> void truxton_investigation_event_set_investigation_id( uint64_t event_handle, char con...")
  • 07:03, 14 April 2024 Sam talk contribs created page Truxton investigation event set id (Created page with "This sets the identifier for the event. =Syntax= <source lang="C"> void truxton_investigation_event_set_id( uint64_t event_handle, char const * id ); </source> =Parameters=...")
  • 16:57, 13 April 2024 Sam talk contribs created page Truxton time now (Created page with "This will give you the current time in a format required by the rest of the API. =Syntax= <source lang="C"> uint64_t truxton_time_now( void ); </source> =Return value= The c...")
  • 16:51, 13 April 2024 Sam talk contribs created page Truxton investigation event save (Created page with "This writes an investigation event to the the <code>[InvestigationEvent]</code> table in the database. =Syntax= <source lang="C"> uint64_t truxton_investigation_event_save( u...")
  • 16:47, 13 April 2024 Sam talk contribs created page Truxton investigation event destroy (Created page with "This destroys an investigation event object. =Syntax= <source lang="C"> void truxton_investigation_event_destroy( uint64_t event_handle ); </source> =Parameters= ==<code>eve...")
  • 16:44, 13 April 2024 Sam talk contribs created page Truxton investigation event create (Created page with "This creates an investigation event in Truxton. This object corresponds to the <code>[InvestigationEvent]</code> table. =Syntax= <source lang="C"> uint64_t truxton_investigat...")
  • 16:07, 13 April 2024 Sam talk contribs created page Investigation Event Types (Created page with "These are the default values that ship with Truxton. You are free to add as many as you need. {| class="wikitable" ! Name ! Value ! Meaning |- | <code>INVESTIGATION_EVENT_TYP...")
  • 10:51, 13 April 2024 Sam talk contribs created page Truxton group get is deleted (Created page with "This gets whether this group is marked as deleted. =Syntax= <source lang="C"> uint64_t truxton_group_get_is_deleted( uint64_t group_handle ); </source> =Parameters= ==<code>...")
  • 10:48, 13 April 2024 Sam talk contribs created page Truxton group get is default (Created page with "This gets whether this is the default group for this investigation. =Syntax= <source lang="C"> uint64_t truxton_group_get_is_default( uint64_t group_handle ); </source> =Par...")
  • 10:36, 13 April 2024 Sam talk contribs created page Truxton group get created (Created page with "This gets the creation date of the group. =Syntax= <source lang="C"> uint64_t truxton_group_get_created( uint64_t group_handle ); </source> =Parameters= ==<code>group_handle...")
  • 10:32, 13 April 2024 Sam talk contribs created page Group Status (Created page with "These defined constants represent the different types of groups in Truxton. This information is also kept in the <code>[GroupStatus]</code> database table. It is used to set...")
  • 10:25, 13 April 2024 Sam talk contribs created page Truxton group get type (Created page with "This gets the type of the group. =Syntax= <source lang="C"> uint64_t truxton_group_get_type( uint64_t group_handle ); </source> =Parameters= ==<code>group_handle</code>== Th...")
  • 10:24, 13 April 2024 Sam talk contribs created page Truxton group get status (Created page with "This gets the status for the group. =Syntax= <source lang="C"> uint64_t truxton_group_get_status( uint64_t group_handle ); </source> =Parameters= ==<code>group_handle</code>...")
  • 10:19, 13 April 2024 Sam talk contribs created page Truxton group get description (Created page with "This retrieves the description of the group. This corresponds to the <code>[Description]</code> column of the <code>[Group]</code> table. =Syntax= <source lang="C"> void trux...")
  • 10:18, 13 April 2024 Sam talk contribs created page Truxton group get name (Created page with "This retrieves the name of the group. This corresponds to the <code>[Name]</code> column of the <code>[Group]</code> table. =Syntax= <source lang="C"> void truxton_group_get_...")
  • 10:16, 13 April 2024 Sam talk contribs created page Truxton group get copy id (Created page with "This retrieves the globally unique identifier of the investigator that created this group. This corresponds to the <code>[GroupCopyID]</code> column of the <code>[Group]</code...")
  • 10:02, 13 April 2024 Sam talk contribs created page Truxton group set is deleted (Created page with "This sets a description for the group. This corresponds to the <code>[IsDeleted]</code> column of the <code>[Group]</code> table. =Syntax= <source lang="C"> void truxton_grou...")
  • 09:29, 13 April 2024 Sam talk contribs created page Truxton group set is default (Created page with "This sets a description for the group. This corresponds to the <code>[IsDefault]</code> column of the <code>[Group]</code> table. =Syntax= <source lang="C"> void truxton_grou...")
  • 07:23, 13 April 2024 Sam talk contribs created page Group Types (Created page with "These defined constants represent the different types of groups in Truxton. This information is also kept in the <code>[GroupType]</code> database table. It is used to set th...")
  • 07:09, 13 April 2024 Sam talk contribs created page Truxton group set created (Created page with "This sets the time the group was created. This corresponds to the <code>[Created]</code> column of the <code>[Group]</code> table. =Syntax= <source lang="C"> void truxton_gro...")
  • 17:23, 12 April 2024 Sam talk contribs created page Truxton group set status (Created page with "This sets a description for the group. This corresponds to the <code>[GroupStatusID]</code> column of the <code>[Group]</code> table. =Syntax= <source lang="C"> void truxton_...")
  • 17:19, 12 April 2024 Sam talk contribs created page Truxton group set type (Created page with "This sets a description for the group. This corresponds to the <code>[GroupTypeID]</code> column of the <code>[Group]</code> table. =Syntax= <source lang="C"> void truxton_gr...")
  • 17:14, 12 April 2024 Sam talk contribs created page Truxton group set description (Created page with "This sets a description for the group. This corresponds to the <code>[Description]</code> column of the <code>[Group]</code> table. =Syntax= <source lang="C"> void truxton_gr...")
  • 17:13, 12 April 2024 Sam talk contribs created page Truxton group set name (Created page with "This sets the name for the group. This corresponds to the <code>[Name]</code> column of the <code>[Group]</code> table. =Syntax= <source lang="C"> void truxton_group_set_name...")
  • 17:10, 12 April 2024 Sam talk contribs created page Truxton group set copy id (Created page with "This sets the globally unique identifier for the group that was copied. This corresponds to the <code>[GroupCopyID]</code> column of the <code>[Group]</code> table. =Syntax=...")
  • 17:07, 12 April 2024 Sam talk contribs created page Truxton group set investigator id (Created page with "This sets the globally unique identifier for the group. This corresponds to the <code>[InvestigatorID]</code> column of the <code>[Group]</code> table. =Syntax= <source lang=...")
  • 06:22, 12 April 2024 Sam talk contribs created page Truxton group get investigator id (Created page with "This retrieves the globally unique identifier of the investigator that created this group. This corresponds to the <code>[InvestigatorID]</code> column of the <code>[Group]</c...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)