0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
May 27, 2024 — May 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Text wrapping fixed. More... over 18 years ago
*** empty log message *** More... over 18 years ago
Version number 0.6.2test1 More... over 18 years ago
Conflict resolved. More... over 18 years ago
*** empty log message *** More... over 18 years ago
(AutomaticTest.test_callbacks): Removed comment about Scope.SELF not working. Added TODO comment about fixing this test. More... over 18 years ago
* src/server/compare.c (compare_message_uid): Remove unnecessary assertion. More... over 18 years ago
Copyright. More... over 18 years ago
(insert_index_marks): Assert msg->buf != NULL. More... over 18 years ago
* src/server/speaking.c (queue_remove_message): New function. (empty_queue): Use queue_remove_message. (empty_queue_by_time): Use queue_remove_message. (message_nto_speak): Spelling. More... over 18 years ago
(main): Increased number of connections to hold in the listen() queue to 50. Copyright. More... over 18 years ago
(_SSIP_Connection.__init__): Thread name changed. (SSIPClient.__init__): Allocate lock. (SSIPClient._callback_handler): Lock before accessing `self._callbacks'. (SSIPClient.speak): Added more doc. Lock before accessing `self._callbacks'. More... over 18 years ago
*** empty log message *** More... over 18 years ago
(SSIPClientTest.check_callbacks): Wait for callbacks after canceling messages. (TestSuite): Class removed. (tests): Instance removed. (SSIPClientTest): Class split into `AutomaticTest' and `VoiceTest'. (_SSIPClientTest, AutomaticTest, VoiceTest): New classes. (SpeakerTest): Class removed. (get_tests): Function removed. More... over 18 years ago
(SSIPClient._callback_handler) (SSIPClient.speak): Removed prints. More... over 18 years ago
(SSIPClientTest.check_callbacks): Wait for callbacks after canceling messages. More... over 18 years ago
Updates in src/modules/cicero.c, see ChangeLog More... over 18 years ago
Fix of previous commit. More... over 18 years ago
(SSIPClientTest.check_callbacks): New test. (SSIPClientTest.check_notification): Temporarily commented out. More... over 18 years ago
*** empty log message *** More... over 18 years ago
(_SSIP_Connection._CALLBACK_TYPE_MAP): New constant. (_SSIP_Connection.__init__): Initialize `self._callback' instead of `self._callbacks'. (_SSIP_Connection._communication): Docstring reformatted. The whole event dispatching rewritten to use `_CALLBACK_TYPE_MAP' and use a single callback function. (_SSIP_Connection.send_command): Docstring typo fixed. (_SSIP_Connection.send_data): Docstring typo fixed. (_SSIP_Connection.send_data): Return also server response data. (_SSIP_Connection.set_callback): Argument `events' removed. Docstring updated and extended. (SSIPClient.__init__): Find out and store the client id. Register callback and turn on notifications for all supported event types. (SSIPClient._callback_handler): New method. (SSIPClient.speak): New keyword arguments `callback' and `event_types'. Docstring extended. Convert `text' to `utf-8' if it is a unicode instance. (SSIPClient.char): Convert `char' to `utf-8' if it is a unicode instance. (SSIPClient.set_notification): Method removed. (SSIPClient.close): Only operate on `self._conn' if it is defined. More... over 18 years ago
(spd_char): Execute CHAR command without mutex! (RET): Unlock mutex in RET. (spd_events_handler): More... over 18 years ago
*** empty log message *** More... over 18 years ago
(LIB_SDAUDIO_AGE): LIB_SPD_REVISION=2 More... over 18 years ago
*** empty log message *** More... over 18 years ago
(parse_stop, parse_stop): Added mutexes around speaking_stop*() calls. More... over 18 years ago
*** empty log message *** More... over 18 years ago
(spd_get_client_list): removed. : Copyright updated. More... over 18 years ago
* speechd/client.py: IMPORTANT: On initialization of the connection, new lateral thread is started to handle the communication. This thread is terminated when the connection is closed. (_SSIP_Connection._com_buffer): New attribute. (_SSIP_Connection._callbacks): New attribute. (_SSIP_Connection._ssip_reply_semaphore): New attribute. (_SSIP_Connection._communication_thread): New attribute. (_SSIP_Connection.send_command): 'or isinstance(args[0], int)' added back again. This is valid SSIP. (SSIPClient.set_notification): New public API function. More... over 18 years ago
(SSIPClientTest.check_notification.my_callback): New test. More... over 18 years ago