Added ssl fingerprint support for testing purposes
[jimb.git] / CHANGELOG
blobf51931671c2495e5ec892cf397754921bef8fcbf
1 JIMB (Jabber Instant Messaging Bot)
2 by Martin Kelm <martinkelm@idxsolutions.de>
4 *Changelog*
6 Alpha #3 [2010-03-19]
7 - Changed services executable / script to handle actions only
8 - Added an additional services executable / script to handle updates only
9 - Added an additional, longer services interval for updates
10 - Fixed reminder dates generator in reminder service module
11 - Added modified dictionary service module
12 - Fixed '-char escaping in dictionary service module
14 Alpha #2 [2010-03-13]
15 - Set keep alive rate to get connection state correctly
16 - Added loopback message to avoid hup connection failures
17 - Fixed quit after disconnect
18 - Renamed connection interface to JIMCI
19 - Added loop script to run with reconnection attemps
20 - Perform services by executable from config
21 - Added services script option to set an optional value for execution
22 - Added services interval option in seconds
23 - Added queue message option to set optional value
24 - Added modified jimb scripts as services
25 - Added modified dates service module
26 - Added modified reminders service module
28 Alpha #1 [2009-10-21]
29 - Functions related to send messages from queue
30 - Functions related to send messages to queue
31 - Messages queue tables in database
32 - SQL config values
33 - SQL structure dump
34 - MySQL API functions
35 - Jabber config values
36 - Jabber library functions
37 - Information documents
38 - Config reader functions
39 - Start script