Project

General

Profile

Download (4.32 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
66752f24 05/02/2006 09:57 PM Scott Ullrich

Remove logging on target nodes, the primary is keeping track.

01ee0278 05/02/2006 08:42 PM Scott Ullrich

Log bad XMLRPC login attempts on target sync node.

0e16b9ca 04/08/2006 02:04 AM Scott Ullrich

We're in 2006 now, toto

4d81dcc9 02/11/2006 11:02 PM Scott Ullrich

Back out untested 9999

b4883eed 02/10/2006 11:44 PM Scott Ullrich

MFC 9998
Fix an unsettling logic error.

ddaccd5d 12/21/2005 09:58 PM Scott Ullrich

Add closing ?>

597398c0 09/18/2005 07:41 AM Colin Smith

Fix silly typo.

13657e92 09/18/2005 05:19 AM Colin Smith

Use documented XML_RPC functions if available.

5c6d0f65 05/18/2005 01:03 AM Colin Smith
  • Minor cleanup, almost entirely of bootup messages.
970095a1 04/23/2005 03:20 AM Colin Smith

xmlrpc_array_to_php -> xmlrpc_value_to_php.

207abd84 04/20/2005 02:09 PM Colin Smith

Move XMLRPC helper functions (for auth and type conversion) to an include file.

8e8a75f8 03/21/2005 09:54 PM Colin Smith

Remove Incutio XMLRPC library - it doesn't support https or authentication. So close, yet so far!

89c50a2a 03/21/2005 09:10 PM Colin Smith

Add pure PHP XMLRPC library from incutio.com. Using this (as opposed to the official XMLRPC-epi extension) means we will not need to include libiconv and expat with only a minor speed hit.