Mercurial > libervia-backend
log src/memory/memory.py @ 1224:f0c9b149ed99
age | author | description |
---|---|---|
Sat, 04 Oct 2014 10:25:32 +0200 | souliane | bridge, memory: add "search" attribute to getHistory (filter the results with a unix globbing pattern) |
Wed, 24 Sep 2014 13:49:43 +0200 | souliane | memory: add Parameter "Chat history limit" |
Fri, 03 Oct 2014 12:43:59 +0200 | souliane | memory: getHistory with limit=0 now returns an empty list, use limit=None to return all messages |
Mon, 22 Sep 2014 19:24:07 +0200 | souliane | memory: session timeout won't be reset on each access if the Sessions() is called with resettable_timeout=False |
Mon, 22 Sep 2014 18:42:54 +0200 | souliane | memory: profileSessions.profileGetUnique was not resetting the timer |
Mon, 22 Sep 2014 20:26:40 +0200 | souliane | memory: handle the case where an existing session ID is re-used for creating a new session |