Changeset df1ae622
- Timestamp:
- 2010-05-15T11:53:09Z (15 years ago)
- Branches:
- master
- Children:
- 6be46b3, bb09b3c
- Parents:
- f8ec890
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
bitlbee.h
rf8ec890 rdf1ae622 35 35 36 36 #define PACKAGE "BitlBee" 37 #define BITLBEE_VERSION "1.2. 6a"37 #define BITLBEE_VERSION "1.2.7" 38 38 #define VERSION BITLBEE_VERSION 39 39 #define BITLBEE_VER(a,b,c) (((a) << 16) + ((b) << 8) + (c)) 40 #define BITLBEE_VERSION_CODE BITLBEE_VER(1, 2, 6)40 #define BITLBEE_VERSION_CODE BITLBEE_VER(1, 2, 7) 41 41 42 42 #define MAX_STRING 511 -
doc/CHANGES
rf8ec890 rdf1ae622 3 3 4 4 http://bugs.bitlbee.org/bitlbee/timeline?daysback=90&changeset=on 5 6 Version 1.2.7: 7 - Fixed problems with MSN Messenger authentication. ("Could not parse 8 Passport server response") 9 - Fixed broken typing notifications when talking to GTalk contacts. 10 - Fixed an issue with non-anonymous Jabber chatrooms polluting the nick 11 namespace, sometimes generating odd warning messages. 12 - Restored ability to start groupchats on ICQ. 13 - Added show_offline setting that will also show offline contacts in the 14 control channel. 15 - OAuth support for Twitter: This means the module will keep working after 16 June (this also changes "via API" under your tweets into "via BitlBee"). 17 18 Finished 15 May 2010 5 19 6 20 Version 1.2.6a:
Note: See TracChangeset
for help on using the changeset viewer.