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 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112
|
=== v.30 2013-06-16 ===
FEATURES:
- Added !fav[orite] to enable favoriting tweets via tircdbot
FIXES:
- Merge https://github.com/DexterTheDragon/tircd/tree/upgrade_to_v1_1_api to enable Twitter API v1.1 compatibility
=== v. 2011-11-18-01 ===
FEATURES
* Added the tircd bot, offerbot style control, allows for retweeting and replying (which don't fit scope of IRC metaphor) plus most other api functions
* Added settings related to tircdbot and how #twitter is handled. View the descriptions of these settings in the tircd.cfg.example file:
- auto_post
- display_ticker_slots
- store_access_tokens
- show_realname
- expand_urls
- password
- max_splits
* Can now check length of text (useful for conforming to 140 char restriction)
* Added max_splits to config to prohibit overly long messages from being considered for splitting and posting
FIXES
* Moved channel freezing code to shutdown, where belongs, instead of save
* Abstracted message splitting, cleaned up alerting
* Moved msg splitting into posting functions
* Added more debugging msgs, more levels of debug
* Added all relevant user control settings to config file, expanded documentation in config
* Refactored tircdbot to use proccess table, easier to expand
* Catch changes to update_timeline and update_direct_messages settings, kick off or kill timers as appropriate.
* Allow for ~ (home alias) in storage_path setting
* Allow for case insensitive kicking
* User settings set to '0' were being reset to default
* Check whether authorization_url recieved when connecting
=== v. 2011-10-18-01 ==
* Add timestamps to !conversations
* Fix a bug where non-existing slot-di would crash tircd
=== v. 2011-09-12-01 ==
* Save timeline and DM-timestamps to avoid join replay (drags commit bb49602604eb46e8f5976d6d2949924e2d4d4253)
=== v. 2011-09-08-01 ==
* Fix conversation and related posts
* Bugfixes
* Lots of updates to docs end config example
=== v. 2011-08-25-01 ==
EXPERIMENTAL
* Enable password protection of tircd accounts
=== v. 2011-08-23-01 ==
FEATURES
* Make config-options to expand URLs and Real Names
* Auto save User.config on change
* Giving user at least a notice that RTs are posted successfully
FIXES
* Fix bug where you would join and part #twitter if you mention yourself in a tweet or sent a DM to yourself
* Fix issues #87 - Links have "rel=nofollow" in them
=== v. 2011-08-22-06 ==
Fixing issues #81 - retweets cut off
=== v. 2011-08-22-05 ==
Moving save_config out of shutdown, and adding !save-command to save config
Also allowing !-commands even if auto_post is set to 1
Adding auto_post to config files
=== v. 2011-08-22-04 ==
Fixing problem with global $debug - actually making tircd.pl start again
=== v. 2011-08-22-03 ==
Add note about /quote stats pin <PIN>
=== v. 2011-08-22-02 ==
Fix for issue 42 - Wrong PING-reply
=== v. 2011-08-22 ==
Merge of a lot of floating patches.
Should fix the following issues:
#22 Add @ in front of nicks present in the channel
#42 No response to client PING
#50 &, " and other HTML entities are not decoded
#52 direct message with unicode characters kills tircd
#54 exit on broken pipe
#58 Make it possible to send an actual reply with in_reply_to metadata
#62 (Not a but in tircd)
#65 IRCd dies when attempting to connect.
#68 tircd search channels are reset when i send a tweet
#76 Fix "filter_self"
#81 Retweets cut off
#82 Add some method for replying to specific tweets
#84 Auth fails
#85 tirc v0.11 dies unexpectly
#90 Unicode character in tweet is messed up
#92 Cannot read direct messages
#94 Patches to Drags
=== v.10 - 2010-02-22 ===
FEATURES:
- OAuth login support
- SSL support
FIXES:
- Fixes to message parsing including uses HTML::Entities to decode tweets.
- Fix to topic being set multiple times on update.
- Display new style retweets
- Fix to doubly shortened URLs
- Fix to improperly case-sensitive user names
- Fix to search using incorrect parameter key
|