]> git.evergreen-ils.org Git - OpenSRF.git/log
OpenSRF.git
19 years agoadding -fPIC for x86_64 support
miker [Thu, 3 Mar 2005 18:48:14 +0000 (18:48 +0000)]
adding -fPIC for x86_64 support

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@165 9efc2488-bf62-4759-914b-345cdb29e865

19 years agoshould fix perist bug with expriable slot creation
miker [Thu, 3 Mar 2005 18:02:59 +0000 (18:02 +0000)]
should fix perist bug with expriable slot creation

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@164 9efc2488-bf62-4759-914b-345cdb29e865

19 years agoadded some basic exception handling and propogation
erickson [Thu, 3 Mar 2005 17:03:16 +0000 (17:03 +0000)]
added some basic exception handling and propogation

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@163 9efc2488-bf62-4759-914b-345cdb29e865

19 years agofixed logic error in message building. we now dynamically parse the json
erickson [Thu, 3 Mar 2005 16:34:06 +0000 (16:34 +0000)]
fixed logic error in message building. we now dynamically parse the json
string held in the result content node instead of making it a string

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@162 9efc2488-bf62-4759-914b-345cdb29e865

19 years agofixed numeric opperators
miker [Thu, 3 Mar 2005 16:02:37 +0000 (16:02 +0000)]
fixed numeric opperators

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@161 9efc2488-bf62-4759-914b-345cdb29e865

19 years agofixed logic error in using the config file
erickson [Thu, 3 Mar 2005 15:25:14 +0000 (15:25 +0000)]
fixed logic error in using the config file

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@160 9efc2488-bf62-4759-914b-345cdb29e865

19 years agowe now delete the tmp net::server config file
erickson [Wed, 2 Mar 2005 23:15:36 +0000 (23:15 +0000)]
we now delete the tmp net::server config file

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@159 9efc2488-bf62-4759-914b-345cdb29e865

19 years agoallow max_requests to be infinite on the server side
miker [Wed, 2 Mar 2005 22:51:11 +0000 (22:51 +0000)]
allow max_requests to be infinite on the server side

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@158 9efc2488-bf62-4759-914b-345cdb29e865

19 years agowe now return undef if any level of the sought config doesn't exist
erickson [Wed, 2 Mar 2005 22:50:45 +0000 (22:50 +0000)]
we now return undef if any level of the sought config doesn't exist

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@157 9efc2488-bf62-4759-914b-345cdb29e865

19 years agonow do an explicit kill me on the session after the host config is retrieved
erickson [Wed, 2 Mar 2005 22:42:03 +0000 (22:42 +0000)]
now do an explicit kill me on the session after the host config is retrieved
so that the session is not forked and propagated

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@156 9efc2488-bf62-4759-914b-345cdb29e865

19 years agoif no config file is specified on the command line, we check $HOME/.srfsh.xml
erickson [Wed, 2 Mar 2005 19:53:17 +0000 (19:53 +0000)]
if no config file is specified on the command line, we check $HOME/.srfsh.xml
for a config file

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@155 9efc2488-bf62-4759-914b-345cdb29e865

19 years agoadded an 'install' target to these makefiles that just copy their binaries
erickson [Wed, 2 Mar 2005 19:39:55 +0000 (19:39 +0000)]
added an 'install' target to these makefiles that just copy their binaries
to the top level opensrf bin directory for now

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@154 9efc2488-bf62-4759-914b-345cdb29e865

19 years agofixed DISCONNECT message formatting
erickson [Wed, 2 Mar 2005 17:16:48 +0000 (17:16 +0000)]
fixed DISCONNECT message formatting
in app_session, we don't resend if the request is complete

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@153 9efc2488-bf62-4759-914b-345cdb29e865

19 years agonow requests are finished and sessions are destroyed
erickson [Wed, 2 Mar 2005 17:16:16 +0000 (17:16 +0000)]
now requests are finished and sessions are destroyed

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@152 9efc2488-bf62-4759-914b-345cdb29e865

19 years agoadded opensrf.system.method.all in the list of returned methods from the
erickson [Wed, 2 Mar 2005 16:25:57 +0000 (16:25 +0000)]
added opensrf.system.method.all in the list of returned methods from the
the method.all request

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@151 9efc2488-bf62-4759-914b-345cdb29e865

19 years agocan't forget the header file ;)
erickson [Wed, 2 Mar 2005 15:56:25 +0000 (15:56 +0000)]
can't forget the header file ;)

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@150 9efc2488-bf62-4759-914b-345cdb29e865

19 years agoadded the ability to 'stream' results
erickson [Wed, 2 Mar 2005 15:56:12 +0000 (15:56 +0000)]
added the ability to 'stream' results
added opensrf.system.method.all
we now send a 'request complete' message after requests so clients won't be expecting
more data

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@149 9efc2488-bf62-4759-914b-345cdb29e865

19 years agoadded srfsh to the top level makefile
erickson [Wed, 2 Mar 2005 15:04:07 +0000 (15:04 +0000)]
added srfsh to the top level makefile

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@148 9efc2488-bf62-4759-914b-345cdb29e865

19 years agomoved to readline.
erickson [Wed, 2 Mar 2005 03:16:58 +0000 (03:16 +0000)]
moved to readline.

we now have ctrl-r, ctrl-a, etc...

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@147 9efc2488-bf62-4759-914b-345cdb29e865

19 years agoremoved the command line login requirement and now we just us the
erickson [Tue, 1 Mar 2005 23:56:11 +0000 (23:56 +0000)]
removed the command line login requirement and now we just us the
transport connection build by bootstrap_client

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@146 9efc2488-bf62-4759-914b-345cdb29e865

19 years agoadded json pretty printer for formatting result content data
erickson [Tue, 1 Mar 2005 23:50:29 +0000 (23:50 +0000)]
added json pretty printer for formatting result content data

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@145 9efc2488-bf62-4759-914b-345cdb29e865

19 years agoadded a opensrf.router.info.stats method which returns info
erickson [Tue, 1 Mar 2005 23:12:10 +0000 (23:12 +0000)]
added a opensrf.router.info.stats method which returns info
on all connected server classes and server class nodes

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@144 9efc2488-bf62-4759-914b-345cdb29e865

19 years agousing disconnect before kill_me during non-error destruction on the server side
miker [Tue, 1 Mar 2005 22:59:27 +0000 (22:59 +0000)]
using disconnect before kill_me during non-error destruction on the server side

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@143 9efc2488-bf62-4759-914b-345cdb29e865

19 years agoadded extended callback support to sessions
miker [Tue, 1 Mar 2005 22:58:45 +0000 (22:58 +0000)]
added extended callback support to sessions

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@142 9efc2488-bf62-4759-914b-345cdb29e865

19 years agosrfsh now:
erickson [Tue, 1 Mar 2005 22:29:41 +0000 (22:29 +0000)]
srfsh now:
shows request elapsed time
formats request params as arrays internally

generic_utils:
added a get_timestamp_millis method that returns seconds.millis since epoch

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@141 9efc2488-bf62-4759-914b-345cdb29e865

19 years agoadded 'disconnect' to session requests
erickson [Tue, 1 Mar 2005 21:49:15 +0000 (21:49 +0000)]
added 'disconnect' to session requests

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@140 9efc2488-bf62-4759-914b-345cdb29e865

19 years agosanity checking on request complete
erickson [Tue, 1 Mar 2005 21:46:54 +0000 (21:46 +0000)]
sanity checking on request complete

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@139 9efc2488-bf62-4759-914b-345cdb29e865

19 years agoif no params, send an empty array
erickson [Tue, 1 Mar 2005 21:35:23 +0000 (21:35 +0000)]
if no params, send an empty array

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@138 9efc2488-bf62-4759-914b-345cdb29e865

19 years agooopsie
phasefx [Tue, 1 Mar 2005 21:34:09 +0000 (21:34 +0000)]
oopsie

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@137 9efc2488-bf62-4759-914b-345cdb29e865

19 years agooopsie
phasefx [Tue, 1 Mar 2005 21:26:11 +0000 (21:26 +0000)]
oopsie

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@136 9efc2488-bf62-4759-914b-345cdb29e865

19 years agoupdated help message
erickson [Tue, 1 Mar 2005 21:18:36 +0000 (21:18 +0000)]
updated help message

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@135 9efc2488-bf62-4759-914b-345cdb29e865

19 years agoadded 'named' configs.
erickson [Tue, 1 Mar 2005 21:16:15 +0000 (21:16 +0000)]
added 'named' configs.
log file and log levels are set by functions and not by direct config file reading.
added request framework to srfsh so we can make requests of any servers

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@134 9efc2488-bf62-4759-914b-345cdb29e865

19 years agosettings client fixups
miker [Tue, 1 Mar 2005 20:43:00 +0000 (20:43 +0000)]
settings client fixups

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@133 9efc2488-bf62-4759-914b-345cdb29e865

19 years agoallow packages other then the explicitly named application_implementation to publish...
miker [Tue, 1 Mar 2005 20:40:51 +0000 (20:40 +0000)]
allow packages other then the explicitly named application_implementation to publish methods

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@132 9efc2488-bf62-4759-914b-345cdb29e865

19 years agothe domain object stuff will be going away
phasefx [Tue, 1 Mar 2005 20:10:00 +0000 (20:10 +0000)]
the domain object stuff will be going away

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@131 9efc2488-bf62-4759-914b-345cdb29e865

19 years agoaltered the cache a little to allow for the servers to be passed in
erickson [Tue, 1 Mar 2005 19:42:16 +0000 (19:42 +0000)]
altered the cache a little to allow for the servers to be passed in
instead of reading them from a config file

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@130 9efc2488-bf62-4759-914b-345cdb29e865

19 years agoupdated to call opensrf.math
erickson [Tue, 1 Mar 2005 00:21:15 +0000 (00:21 +0000)]
updated to call opensrf.math

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@129 9efc2488-bf62-4759-914b-345cdb29e865

19 years agochanged some ps output.
erickson [Tue, 1 Mar 2005 00:19:27 +0000 (00:19 +0000)]
changed some ps output.

SettingsClient now calls to opensrf.settings to get the settings.

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@128 9efc2488-bf62-4759-914b-345cdb29e865

19 years agodunno why that was there.... removed dead code
miker [Mon, 28 Feb 2005 21:40:15 +0000 (21:40 +0000)]
dunno why that was there.... removed dead code

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@127 9efc2488-bf62-4759-914b-345cdb29e865

19 years agousing OO syntax
miker [Mon, 28 Feb 2005 20:51:33 +0000 (20:51 +0000)]
using OO syntax

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@126 9efc2488-bf62-4759-914b-345cdb29e865

19 years agousing new client syntax
miker [Mon, 28 Feb 2005 18:39:28 +0000 (18:39 +0000)]
using new client syntax

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@125 9efc2488-bf62-4759-914b-345cdb29e865

19 years agoupdate bootstrap client to use the named params
erickson [Mon, 28 Feb 2005 17:12:32 +0000 (17:12 +0000)]
update bootstrap client to use the named params

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@124 9efc2488-bf62-4759-914b-345cdb29e865

19 years agoadded named params to bootstrap_client to allow config file
erickson [Mon, 28 Feb 2005 17:10:58 +0000 (17:10 +0000)]
added named params to bootstrap_client to allow config file

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@123 9efc2488-bf62-4759-914b-345cdb29e865

19 years agomoved to the Open-ILS tree
erickson [Mon, 28 Feb 2005 15:32:34 +0000 (15:32 +0000)]
moved to the Open-ILS tree

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@122 9efc2488-bf62-4759-914b-345cdb29e865

19 years agothe marcdumper! takes command line params
erickson [Sun, 27 Feb 2005 16:08:56 +0000 (16:08 +0000)]
the marcdumper!  takes command line params

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@121 9efc2488-bf62-4759-914b-345cdb29e865

19 years agospelling correction
miker [Sun, 27 Feb 2005 15:05:49 +0000 (15:05 +0000)]
spelling correction

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@120 9efc2488-bf62-4759-914b-345cdb29e865

19 years agoAPI Documentation for the Persistance Application
miker [Sun, 27 Feb 2005 03:08:05 +0000 (03:08 +0000)]
API Documentation for the Persistance Application

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@119 9efc2488-bf62-4759-914b-345cdb29e865

19 years agointrospection bug fix for a single method lookup
miker [Fri, 25 Feb 2005 21:23:06 +0000 (21:23 +0000)]
introspection bug fix for a single method lookup

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@118 9efc2488-bf62-4759-914b-345cdb29e865

19 years agomaking return on failure sane
miker [Fri, 25 Feb 2005 21:22:43 +0000 (21:22 +0000)]
making return on failure sane

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@117 9efc2488-bf62-4759-914b-345cdb29e865

19 years agocomplete is a method
phasefx [Fri, 25 Feb 2005 17:35:22 +0000 (17:35 +0000)]
complete is a method

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@116 9efc2488-bf62-4759-914b-345cdb29e865

19 years agocleaned some stuff out of the makefile
erickson [Thu, 24 Feb 2005 22:42:57 +0000 (22:42 +0000)]
cleaned some stuff out of the makefile

added milliseconds to log file output

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@115 9efc2488-bf62-4759-914b-345cdb29e865

19 years agocasting
phasefx [Thu, 24 Feb 2005 21:26:51 +0000 (21:26 +0000)]
casting

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@114 9efc2488-bf62-4759-914b-345cdb29e865

19 years agoreturning empty array when no results
erickson [Thu, 24 Feb 2005 20:52:44 +0000 (20:52 +0000)]
returning empty array when no results

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@113 9efc2488-bf62-4759-914b-345cdb29e865

19 years agoadded "opensrf." to front of method name
erickson [Thu, 24 Feb 2005 20:28:23 +0000 (20:28 +0000)]
added "opensrf." to front of method name

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@112 9efc2488-bf62-4759-914b-345cdb29e865

19 years agoWHEEEEEEEEEE! using the router to discover remote apps now
miker [Thu, 24 Feb 2005 20:27:52 +0000 (20:27 +0000)]
WHEEEEEEEEEE! using the router to discover remote apps now

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@111 9efc2488-bf62-4759-914b-345cdb29e865

19 years agough
erickson [Thu, 24 Feb 2005 20:05:28 +0000 (20:05 +0000)]
ugh

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@110 9efc2488-bf62-4759-914b-345cdb29e865

19 years agoOK. This is the first early C version of the OpenSRF stack. It's highly
erickson [Thu, 24 Feb 2005 20:04:10 +0000 (20:04 +0000)]
OK.  This is the first early C version of the OpenSRF stack.  It's highly
incomplete at this point.  In particular, included in the stack code is
is the osrf_message code wich the router now needs.

Added a top level src makefile

Modified router to respond to app level requests.  The only available method
curently returns a list of attached router classes.

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@109 9efc2488-bf62-4759-914b-345cdb29e865

19 years agofixing create/destroy bugs introduced with the API updates
miker [Thu, 24 Feb 2005 18:46:13 +0000 (18:46 +0000)]
fixing create/destroy bugs introduced with the API updates

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@108 9efc2488-bf62-4759-914b-345cdb29e865

19 years agoWe're not using authentication past Jabber anymore.
phasefx [Thu, 24 Feb 2005 18:23:47 +0000 (18:23 +0000)]
We're not using authentication past Jabber anymore.

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@107 9efc2488-bf62-4759-914b-345cdb29e865

19 years agoadded sanity check for app for loop
erickson [Thu, 24 Feb 2005 18:22:25 +0000 (18:22 +0000)]
added sanity check for app for loop

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@106 9efc2488-bf62-4759-914b-345cdb29e865

19 years agoChanged some config settings to load all jabber stuff from the bootstrap config
erickson [Thu, 24 Feb 2005 16:47:22 +0000 (16:47 +0000)]
Changed some config settings to load all jabber stuff from the bootstrap config

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@105 9efc2488-bf62-4759-914b-345cdb29e865

19 years agoadded 'last' command to redo the last command
erickson [Thu, 24 Feb 2005 16:43:20 +0000 (16:43 +0000)]
added 'last' command to redo the last command

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@104 9efc2488-bf62-4759-914b-345cdb29e865

19 years agoadded .slot.set_expire interface for setting/removing/updating the expire time of...
miker [Thu, 24 Feb 2005 16:34:33 +0000 (16:34 +0000)]
added .slot.set_expire interface for setting/removing/updating the expire time of a slot

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@103 9efc2488-bf62-4759-914b-345cdb29e865

19 years agoadded .create_expirable interface. accepts a Utils style interval, and sweeps at...
miker [Thu, 24 Feb 2005 16:20:35 +0000 (16:20 +0000)]
added .create_expirable interface.  accepts a Utils style interval, and sweeps at each "_flush_by_name"

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@102 9efc2488-bf62-4759-914b-345cdb29e865

19 years agomake sure there is some space between interval parts
miker [Thu, 24 Feb 2005 16:19:11 +0000 (16:19 +0000)]
make sure there is some space between interval parts

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@101 9efc2488-bf62-4759-914b-345cdb29e865

19 years agoadded nondestructive (queue|stack).peek.all interface for grabbing the entire slot...
miker [Thu, 24 Feb 2005 13:14:26 +0000 (13:14 +0000)]
added nondestructive (queue|stack).peek.all interface for grabbing the entire slot without removing anything.  the base registered methods are streaming, so a ".atomic" version is generated by the system.

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@100 9efc2488-bf62-4759-914b-345cdb29e865

19 years agofixed logic error
erickson [Wed, 23 Feb 2005 23:34:34 +0000 (23:34 +0000)]
fixed logic error

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@99 9efc2488-bf62-4759-914b-345cdb29e865

19 years agoadded some logging.
erickson [Wed, 23 Feb 2005 22:17:58 +0000 (22:17 +0000)]
added some logging.

we now do an introspection lookup explicitly in math bench on child init

we build and tear down a connection in the unix:server configure hook so
that an applications 'initialize' method can do remote requests

inbound now only opens the socket after receiving data so that a restart
of a unix server won't require a restart of its companion listener process

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@98 9efc2488-bf62-4759-914b-345cdb29e865

19 years agoadded a cache flag to the settings client
erickson [Wed, 23 Feb 2005 21:39:56 +0000 (21:39 +0000)]
added a cache flag to the settings client

we now build a transport client in the unix server configure hook
in case anyone needs it..

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@97 9efc2488-bf62-4759-914b-345cdb29e865

19 years agoadded check for settings server, and removed some logging peer connection
erickson [Wed, 23 Feb 2005 16:53:22 +0000 (16:53 +0000)]
added check for settings server, and removed some logging peer connection

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@96 9efc2488-bf62-4759-914b-345cdb29e865

19 years agousing a single jabber connection per process, since we do not actually care about...
miker [Wed, 23 Feb 2005 16:48:38 +0000 (16:48 +0000)]
using a single jabber connection per process, since we do not actually care about the JID we are

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@95 9efc2488-bf62-4759-914b-345cdb29e865

19 years agoAdded "register_death_callback()" interface to run code at the begining of
miker [Tue, 22 Feb 2005 13:44:46 +0000 (13:44 +0000)]
Added "register_death_callback()" interface to run code at the begining of
"kill_me()".  This is the first thing needed to provide a transparent transaction
interface somewhere down the line.  It is added now to support database transactions
that span multiple requests.  We need this in order to send a ROLLBACK to the DB
in the case of a session killing error during a DB transaction.  We don't want
to leave locks or failed transactions lying around in the DB, right?

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@94 9efc2488-bf62-4759-914b-345cdb29e865

19 years agoadded nondestructive "peek" methods to stack, queue and object APIs; added "size...
miker [Mon, 21 Feb 2005 22:18:13 +0000 (22:18 +0000)]
added nondestructive "peek" methods to stack, queue and object APIs; added "size" to object API; added "depth" to stack API; added "length to queue API

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@93 9efc2488-bf62-4759-914b-345cdb29e865

19 years agoadded a debug_handler for verbose output
erickson [Mon, 21 Feb 2005 17:49:06 +0000 (17:49 +0000)]
added a debug_handler for verbose output
added a utility method for extracting the domain of a jid
add trusted server domains to the router.  now any router level commands will only be
fulfilled if the sender is in a trusted server domain.  more testing to follow

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@92 9efc2488-bf62-4759-914b-345cdb29e865

19 years agofixing to allow empty strings, and must be called as a class method
miker [Fri, 18 Feb 2005 18:27:17 +0000 (18:27 +0000)]
fixing to allow empty strings, and must be called as a class method

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@91 9efc2488-bf62-4759-914b-345cdb29e865

19 years agoARG... sqlite is pain
miker [Fri, 18 Feb 2005 18:26:43 +0000 (18:26 +0000)]
ARG... sqlite is pain

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@90 9efc2488-bf62-4759-914b-345cdb29e865

19 years agoadjust RESULT objects to allow empty string
miker [Fri, 18 Feb 2005 18:26:10 +0000 (18:26 +0000)]
adjust RESULT objects to allow empty string

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@89 9efc2488-bf62-4759-914b-345cdb29e865

19 years agoremoved prints
erickson [Fri, 18 Feb 2005 16:34:14 +0000 (16:34 +0000)]
removed prints

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@88 9efc2488-bf62-4759-914b-345cdb29e865

19 years agoadded DIGEST style authentication to the clients
erickson [Fri, 18 Feb 2005 16:33:42 +0000 (16:33 +0000)]
added DIGEST style authentication to the clients

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@87 9efc2488-bf62-4759-914b-345cdb29e865

19 years agosha.* is necessary for the component authentication, component is just an
erickson [Fri, 18 Feb 2005 00:57:21 +0000 (00:57 +0000)]
sha.* is necessary for the component authentication, component is just an
example component test client

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@86 9efc2488-bf62-4759-914b-345cdb29e865

19 years agoadded 'component' login functionality to the lib code
erickson [Fri, 18 Feb 2005 00:56:22 +0000 (00:56 +0000)]
added 'component' login functionality to the lib code

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@85 9efc2488-bf62-4759-914b-345cdb29e865

19 years agomade him a proper subclass
erickson [Thu, 17 Feb 2005 22:25:20 +0000 (22:25 +0000)]
made him a proper subclass

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@84 9efc2488-bf62-4759-914b-345cdb29e865

19 years agofirst cut at the Persist Application
miker [Thu, 17 Feb 2005 22:12:28 +0000 (22:12 +0000)]
first cut at the Persist Application

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@83 9efc2488-bf62-4759-914b-345cdb29e865

19 years agoadded "api_name" wrapper method
miker [Thu, 17 Feb 2005 21:54:08 +0000 (21:54 +0000)]
added "api_name" wrapper method

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@82 9efc2488-bf62-4759-914b-345cdb29e865

19 years agofixed up the magic auto-introspection and made sure we were
erickson [Wed, 16 Feb 2005 23:17:14 +0000 (23:17 +0000)]
fixed up the magic auto-introspection and made sure we were
closing connections when necessary

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@81 9efc2488-bf62-4759-914b-345cdb29e865

19 years agoremoveing C++ style quote support
miker [Wed, 16 Feb 2005 20:31:58 +0000 (20:31 +0000)]
removeing C++ style quote support

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@80 9efc2488-bf62-4759-914b-345cdb29e865

19 years agoadded the rest of the magic remote subrequest stuff
miker [Wed, 16 Feb 2005 20:01:31 +0000 (20:01 +0000)]
added the rest of the magic remote subrequest stuff

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@79 9efc2488-bf62-4759-914b-345cdb29e865

19 years agoadded utility method for retrieveing a list of transport targets..
erickson [Wed, 16 Feb 2005 18:22:41 +0000 (18:22 +0000)]
added utility method for retrieveing a list of transport targets..

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@78 9efc2488-bf62-4759-914b-345cdb29e865

19 years agocleaned some
erickson [Wed, 16 Feb 2005 18:09:01 +0000 (18:09 +0000)]
cleaned some

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@77 9efc2488-bf62-4759-914b-345cdb29e865

19 years agonow we only get the router target from the bootstrap file if
erickson [Wed, 16 Feb 2005 18:02:24 +0000 (18:02 +0000)]
now we only get the router target from the bootstrap file if
we are connecting to 'settings'

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@76 9efc2488-bf62-4759-914b-345cdb29e865

19 years agofixed up to make the remote settings grabbing work...
erickson [Wed, 16 Feb 2005 17:48:04 +0000 (17:48 +0000)]
fixed up to make the remote settings grabbing work...

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@75 9efc2488-bf62-4759-914b-345cdb29e865

19 years agoadded command line passing of bootstrap config file
erickson [Wed, 16 Feb 2005 17:39:34 +0000 (17:39 +0000)]
added command line passing of bootstrap config file

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@74 9efc2488-bf62-4759-914b-345cdb29e865

19 years agoadded new config handling
erickson [Wed, 16 Feb 2005 17:35:10 +0000 (17:35 +0000)]
added new config handling

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@73 9efc2488-bf62-4759-914b-345cdb29e865

19 years agofirst round of the settings app
erickson [Wed, 16 Feb 2005 17:24:50 +0000 (17:24 +0000)]
first round of the settings app

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@72 9efc2488-bf62-4759-914b-345cdb29e865

19 years agoBeginnings of the new config parsing and client classes
erickson [Wed, 16 Feb 2005 17:21:59 +0000 (17:21 +0000)]
Beginnings of the new config parsing and client classes

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@71 9efc2488-bf62-4759-914b-345cdb29e865

19 years agonew config settings
erickson [Wed, 16 Feb 2005 17:17:42 +0000 (17:17 +0000)]
new config settings

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@70 9efc2488-bf62-4759-914b-345cdb29e865

19 years agousing new config settings
erickson [Wed, 16 Feb 2005 17:17:26 +0000 (17:17 +0000)]
using new config settings

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@69 9efc2488-bf62-4759-914b-345cdb29e865

19 years agoremoved reference to 'param'
erickson [Wed, 16 Feb 2005 17:16:45 +0000 (17:16 +0000)]
removed reference to 'param'

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@68 9efc2488-bf62-4759-914b-345cdb29e865

19 years agoadded a sanity check
erickson [Wed, 16 Feb 2005 17:16:18 +0000 (17:16 +0000)]
added a sanity check

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@67 9efc2488-bf62-4759-914b-345cdb29e865

19 years agonew config settings
erickson [Wed, 16 Feb 2005 17:15:46 +0000 (17:15 +0000)]
new config settings

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@66 9efc2488-bf62-4759-914b-345cdb29e865