blob: 44a157bd7aa068962ebeeff58ed7812e86b85084 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
<html>
<head>
<title>Miranda Twitter Changelog!</title>
</head>
<body>
<h2>0.0.9.7</h2>
- Major options cleanup<br>
- Default group now has a GUI in the options/accounts<br>
- stopped twitter from going offline so much (needs 3 network fails in a row before it will go offline)<br>
- open source! code is super messy. please feel free to post if you have any questions. the open source code will not compile with the official OAUTH keys!<br>
- added code to stop tweets becoming messages. you will need to add a "tweetToMsg" variable as type BYTE to the db, and set to 0 if you want tweets to NOT become messages.<br>
- fixed single % signs from disappearing in the group chat, and also stopped "%" becoming "%%" if you typed it into the group chat input area to tweet.<br>
- fixed long native retweets from being truncated<br>
- code cleanup, minor fixes<br>
<h2>0.0.9.6</h2>
- Updater now working<br>
- Basic "auto" group support. If you want to have twitter contacts auto added to a group, before you connect to twitter (but after you create the account in miranda) create a "DefaultGroup" string key in the database and make the value the group you want twitter contacts to be automatically added to. This won't copy existing contacts to the group, just newly added ones.<br>
- Other minor fixes<br>
<h2>0.0.9.5</h2>
- Retweets will now appear in the timeline!<br>
- Fixed group chat highlighting when YOU make a tweet<br>
- Stopped self contact joining the clist<br>
<h2>0.0.9.4</h2>
- Fixed duplicate contacts<br>
<h2>0.0.9.3</h2>
- Fixed connection problems<br>
- Hopefully fixed unicode problems, please let me know!<br>
- Cleaned up some code, got rid of the password input field as this isn't required with OAuth. If you're security conscious feel free to delete the password field from the database. i'll add some code to do this automatically next time.<br>
<h2>0.0.9.2</h2>
- DMs now actually work.<br>
- your username should appear in the chat window now.. thx Thief<br>
<h2>0.0.9.1</h2>
- Tweeting (and posting DMs?) now works (thanks Borkra!)<br>
- Removed dependencies on WinInet, so this now an actual Release build. yay<br>
- seem to have broken proxy support.. which is weird. working on it.<br>
<h2>0.0.9.0</h2>
- OAuth used for authorisation now<br>
- I have broken many things, and desecrated Dentist's once beautiful code. i think at one point i added a "2" to a variable name because i couldn't think of a better name. So sorry :(<br>
</body>
</html>
|