miker [Mon, 7 Mar 2005 01:37:02 +0000 (01:37 +0000)]
using an O(log n) [n=JSON elements] algo instead of the (worst case) O(2n**2) algo...
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@182
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Sun, 6 Mar 2005 20:07:38 +0000 (20:07 +0000)]
saw and fixed memory leak.
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@181
9efc2488-bf62-4759-914b-
345cdb29e865
miker [Fri, 4 Mar 2005 23:21:35 +0000 (23:21 +0000)]
logging and error detection fixups
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@180
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Fri, 4 Mar 2005 22:37:21 +0000 (22:37 +0000)]
history and config file checking are more granular as far as what we
can do with the file
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@179
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Fri, 4 Mar 2005 22:30:23 +0000 (22:30 +0000)]
added history file so history is saved across sessions
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@178
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Fri, 4 Mar 2005 22:19:36 +0000 (22:19 +0000)]
moved definitions to srfsh.h for maintainability
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@177
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Fri, 4 Mar 2005 22:09:53 +0000 (22:09 +0000)]
we don't add 'newlines' to history.
we make sure children exit after finishing so the shell doesn't get forked
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@176
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Fri, 4 Mar 2005 21:56:32 +0000 (21:56 +0000)]
added _CACHEVAL_ to the slot names to make them a little more unique/controlled
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@175
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Fri, 4 Mar 2005 19:28:22 +0000 (19:28 +0000)]
added 'relay' which allows you to use the last received result as the param to
the next request
added 'set' and 'get' for accessing srfsh variables. currently the only variable
is 'pretty_print' for json output
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@174
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Fri, 4 Mar 2005 14:02:59 +0000 (14:02 +0000)]
added external command running by entering !<command> [args].
forks and runs the command in the shell. when the child dies,
control returns to the srfsh
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@173
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Fri, 4 Mar 2005 03:24:01 +0000 (03:24 +0000)]
fixed some memory logic errors
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@172
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Thu, 3 Mar 2005 21:17:52 +0000 (21:17 +0000)]
removed some comments, added some sanity checking, trimmed down MathDB since
json has better number handling
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@171
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Thu, 3 Mar 2005 21:13:09 +0000 (21:13 +0000)]
now magically does both memcache and persist caching if the persist option
is enabled when new is called.
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@170
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Thu, 3 Mar 2005 20:50:59 +0000 (20:50 +0000)]
pass up internal server errors as user exceptions
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@169
9efc2488-bf62-4759-914b-
345cdb29e865
miker [Thu, 3 Mar 2005 19:16:04 +0000 (19:16 +0000)]
added .slot.find for bill
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@168
9efc2488-bf62-4759-914b-
345cdb29e865
erickson [Thu, 3 Mar 2005 18:56:57 +0000 (18:56 +0000)]
added router 'unregister' loop to DESTROY
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@167
9efc2488-bf62-4759-914b-
345cdb29e865
miker [Thu, 3 Mar 2005 18:50:04 +0000 (18:50 +0000)]
get_expire method
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@166
9efc2488-bf62-4759-914b-
345cdb29e865
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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