[Pkg-cli-apps-commits] [smuxi] branch master updated (3f7937b -> 273896f)

Felipe Sateler fsateler at moszumanska.debian.org
Fri May 8 00:26:12 UTC 2015


This is an automated email from the git hooks/post-receive script.

fsateler pushed a change to branch master
in repository smuxi.

      from  3f7937b   add fix_man_pages.patch
       new  db85327   Allow watch file to pick up release candidates
       new  db296d5   Modernize gbp config
      adds  fbcc7f2   Imported Upstream version 1.0~rc3
       new  37d750b   Merge tag 'upstream/1.0_rc3'
       new  0779487   Update upstream homepage
       new  1c15f1d   Refresh patches
       new  b29fe09   Install new files
       new  273896f   Update changelog for release

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile.am                                        |  48 +-
 Makefile.in                                        |  55 +-
 README.md                                          |   2 +-
 TODO                                               |   1 -
 configure                                          |  61 +-
 configure.ac                                       |  33 +-
 debian/changelog                                   |  19 +
 debian/control                                     |   2 +-
 debian/gbp.conf                                    |   6 +-
 ...ild_Newtonsoft.Json_with_default_compiler.patch |   6 +-
 .../build_Twitterizer2_with_default_compiler.patch |  13 +-
 .../build_agsxmpp_with_default_compiler.patch      |   6 +-
 .../patches/build_db4o_with_default_compiler.patch |   6 +-
 debian/patches/debian_default_settings.patch       |   8 +-
 debian/patches/fix_man_pages.patch                 |  77 ---
 debian/patches/fix_reautogen.patch                 |   6 +-
 debian/patches/series                              |   1 -
 debian/smuxi-engine.install                        |   4 +
 debian/smuxi-engine.manpages                       |   1 +
 debian/watch                                       |   2 +-
 lib/Makefile.am                                    |  16 +-
 lib/Makefile.in                                    |  17 +-
 .../ServiceStack.Text/Json/JsonTypeSerializer.cs   |   2 +-
 lib/SmartIrc4net/SmartIrc4net.csproj               |   1 +
 .../src/IrcClient/ChannelModeChangeInfo.cs         | 179 +++++
 lib/SmartIrc4net/src/IrcClient/EventArgs.cs        |  13 +
 lib/SmartIrc4net/src/IrcClient/IrcClient.cs        | 199 +++---
 .../tests/ChannelModeChangeInfoTests.cs            | 132 ++++
 .../Twitterizer2.Streaming/FilterStreamOptions.cs  |  48 ++
 lib/Twitterizer/Twitterizer2.Streaming/Location.cs |  28 +
 .../Properties/AssemblyInfo.cs                     |   5 +-
 .../SerializationHelper.cs                         |  46 +-
 .../StreamOptions.cs}                              |  69 +-
 .../Twitterizer2.Streaming/TwitterSteamEvent.cs    | 107 +++
 .../Twitterizer2.Streaming/TwitterStream.cs        | 625 +++++++++++++++++
 .../TwitterStreamDeletedEvent.cs}                  |  38 +-
 .../Twitterizer2.Streaming/TwitterStreamEvent.cs   |  45 ++
 .../Twitterizer2.Streaming.csproj                  | 128 ++++
 .../UserStreamOptions.cs}                          |  20 +-
 .../Twitterizer2/Core/TwitterCommand.cs            |  32 +-
 .../Exceptions/TwitterizerException.cs             |  12 +-
 .../Methods/Block/CreateBlockCommand.cs            |   2 +-
 .../Methods/Block/DestroyBlockCommand.cs           |   2 +-
 .../Methods/Block/ExistsBlockCommand.cs            |   2 +-
 .../Methods/DirectMessage/DirectMessagesCommand.cs |   4 +-
 .../DirectMessage/DirectMessagesSentCommand.cs     |   4 +-
 .../DirectMessage/SendDirectMessageCommand.cs      |   2 +-
 .../Methods/Favorites/CreateFavoriteCommand.cs     |   2 +-
 .../Methods/Favorites/DeleteFavoriteCommand.cs     |   2 +-
 .../Methods/Favorites/ListFavoritesCommand.cs      |   6 +-
 .../Methods/Friendship/CreateFriendshipCommand.cs  |   2 +-
 .../Methods/Friendship/DeleteFriendshipCommand.cs  |   2 +-
 .../Methods/Friendship/FollowersIdsCommand.cs      |   2 +-
 .../Methods/Friendship/FriendsIdsCommand.cs        |   2 +-
 .../Methods/Friendship/ShowFriendshipCommand.cs    |   4 +-
 .../Methods/Friendship/UpdateFriendshipCommand.cs  |   2 +-
 .../Twitterizer2/Methods/Geo/Coordinate.cs         |   5 +-
 .../Methods/List/AddListMemberCommand.cs           |   2 +-
 .../Methods/List/CreateListMembershipCommand.cs    |   2 +-
 .../Methods/List/DestroyListSubscriber.cs          |   2 +-
 .../Twitterizer2/Methods/List/GetListCommand.cs    |   2 +-
 .../Methods/List/ListMembershipsCommand.cs         |   2 +-
 .../Methods/List/RemoveListMemberCommand.cs        |   2 +-
 .../Notification/NotificationFollowCommand.cs      |   2 +-
 .../Notification/NotificationLeaveCommand.cs       |   2 +-
 .../Twitterizer2/Methods/Search/SearchCommand.cs   |   4 +-
 .../Twitterizer2/Methods/Spam/ReportSpamCommand.cs |   2 +-
 .../Methods/Timeline/PagedTimelineCommand.cs       |   4 +-
 .../Methods/Timeline/RetweetedByMeCommand.cs       |   4 +-
 .../Methods/Timeline/RetweetedToMeCommand.cs       |   4 +-
 .../Methods/Timeline/TimelineOptions.cs            |   4 +-
 .../Methods/Timeline/UserTimelineCommand.cs        |   2 +-
 .../Twitterizer2/Methods/Tweets/RetweetsCommand.cs |   2 +-
 .../Methods/Tweets/RetweetsOfMeCommand.cs          |   4 +-
 .../Twitterizer2/Methods/Tweets/TwitterStatus.cs   |  41 ++
 .../Methods/Tweets/UpdateStatusCommand.cs          |   2 +-
 .../Methods/Tweets/UpdateWithmediaCommand.cs       |   2 +-
 .../Twitterizer2/Methods/User/FollowersCommand.cs  |   2 +-
 .../Twitterizer2/Methods/User/FriendsCommand.cs    |   2 +-
 .../Twitterizer2/Methods/User/ShowUserCommand.cs   |   2 +-
 .../Twitterizer2/Methods/User/TwitterUser.cs       | 101 ++-
 lib/Twitterizer/Twitterizer2/Twitterizer2.csproj   |   3 +-
 po-Engine-Campfire/POTFILES.skip                   |   1 +
 po-Engine-IRC/POTFILES.skip                        |   1 +
 po-Engine-JabbR/POTFILES.skip                      |   1 +
 po-Engine-MessageBuffer/LINGUAS                    |   1 +
 .../Makefile.in.in                                 |   2 +-
 po-Engine-MessageBuffer/POTFILES.in                |   1 +
 .../POTFILES.skip                                  |   1 +
 po-Engine-MessageBuffer/de.po                      | 120 ++++
 po-Engine-Twitter/POTFILES.skip                    |   1 +
 po-Engine-XMPP/POTFILES.skip                       |   1 +
 po-Engine/POTFILES.skip                            |   1 +
 po-Frontend-GNOME-IRC/POTFILES.skip                |   1 +
 po-Frontend-GNOME-Twitter/POTFILES.skip            |   1 +
 po-Frontend-GNOME-XMPP/POTFILES.skip               |   1 +
 po-Frontend-GNOME/POTFILES.in                      |   2 +
 po-Frontend-GNOME/POTFILES.skip                    |   1 +
 po-Frontend/POTFILES.skip                          |   1 +
 po-Server/POTFILES.skip                            |   1 +
 src/AssemblyVersion.cs                             |   2 +-
 src/Common/Crc32.cs                                |   3 +-
 src/Common/Defines.cs                              |  49 +-
 src/Common/Defines.cs.in                           |  43 +-
 src/Common/Emojione.cs                             |  57 ++
 src/Common/FastSerializer.cs                       |  22 +
 src/Common/GeneratedEmojione.cs                    | 738 +++++++++++++++++++++
 src/Common/IOSecurity.cs                           |  31 +-
 src/Common/ITraceable.cs                           |  49 +-
 src/Common/IconCache.cs                            | 265 ++++++++
 src/Common/LibraryCatalog.cs                       |  49 +-
 src/Common/MD5.cs                                  |  49 +-
 src/Common/Makefile.am                             |  16 +-
 src/Common/Makefile.in                             |  18 +-
 src/Common/NDesk.Options.cs                        |   3 +-
 src/Common/Pattern.cs                              |  37 +-
 src/Common/Platform.cs                             |  37 +-
 src/Common/RateLimiter.cs                          |  82 +++
 src/Common/SingleApplicationInstance.cs            | 324 +++++++++
 src/Common/SpecialFolderPatternConverter.cs        |  31 +-
 src/Common/TaskQueue.cs                            |  51 +-
 src/Common/ThreadPoolQueue.cs                      |  31 +-
 src/Common/Trace.cs                                |  49 +-
 src/Engine-Campfire/Makefile.am                    |   2 +-
 src/Engine-Campfire/Makefile.in                    |   4 +-
 src/Engine-IRC/Makefile.in                         |   2 +
 src/Engine-IRC/Protocols/Irc/IrcProtocolManager.cs | 125 +++-
 src/Engine-JabbR/Makefile.am                       |   2 +-
 src/Engine-JabbR/Makefile.in                       |   4 +-
 .../AssemblyInfo.cs                                |   8 +-
 src/Engine-MessageBuffer/Main.cs                   | 353 ++++++++++
 src/Engine-MessageBuffer/Makefile.am               |  48 ++
 .../Makefile.in                                    | 138 ++--
 src/Engine-MessageBuffer/smuxi-message-buffer.1    |  50 ++
 .../smuxi-message-buffer.exe.config}               |   0
 src/Engine-MessageBuffer/smuxi-message-buffer.in   |   3 +
 src/Engine-Twitter/Makefile.am                     |  15 +-
 src/Engine-Twitter/Makefile.in                     |  19 +-
 .../Protocols/Twitter/TwitterProtocolManager.cs    | 164 ++++-
 .../Protocols/Twitter/TwitterSearchStream.cs       | 167 +++++
 src/Engine-XMPP/Makefile.am                        |   2 +-
 src/Engine-XMPP/Makefile.in                        |   4 +-
 .../Protocols/Xmpp/XmppProtocolManager.cs          |  85 ++-
 src/Engine/AssemblyInfo.cs                         |   2 +-
 src/Engine/Chats/ChatModel.cs                      |  31 +-
 src/Engine/Config/MessageBuilderSettings.cs        |  25 +-
 src/Engine/Engine.cs                               |  47 +-
 src/Engine/Makefile.am                             |  10 +-
 src/Engine/Makefile.in                             |  13 +-
 src/Engine/MessageBuffers/Db4oMessageBuffer.cs     |  62 +-
 src/Engine/MessageBuffers/IMessageBuffer.cs        |   1 +
 src/Engine/MessageBuffers/ListMessageBuffer.cs     |   6 +
 src/Engine/MessageBuffers/MessageBufferBase.cs     |  74 ++-
 .../MessageBuffers/MessageBufferPersistencyType.cs |   4 +-
 src/Engine/MessageBuffers/SqliteMessageBuffer.cs   | 243 +++++++
 src/Engine/Messages/Dto/MessageDtoModelV1.cs       | 150 +++++
 src/Engine/Messages/ImageMessagePartModel.cs       |  16 +-
 src/Engine/Messages/MessageBuilder.cs              |   2 +
 src/Engine/Messages/MessageModel.cs                |  11 +-
 src/Engine/Messages/MessagePartModel.cs            |   9 +-
 src/Engine/Messages/MessageType.cs                 |   2 +
 src/Engine/Messages/TextMessagePartModel.cs        |  17 +-
 src/Engine/Messages/UrlMessagePartModel.cs         |  16 +-
 src/Engine/Protocols/ProtocolManagerBase.cs        |  56 +-
 src/Engine/Session.cs                              | 149 ++++-
 src/Engine/SessionManager.cs                       |  23 +-
 src/Engine/TextColor.cs                            |   9 +-
 src/Frontend-Curses/Makefile.in                    |   2 +
 src/Frontend-GNOME-IRC/Makefile.in                 |   2 +
 src/Frontend-GNOME-Twitter/Makefile.am             |   2 +-
 src/Frontend-GNOME-Twitter/Makefile.in             |   4 +-
 src/Frontend-GNOME-Twitter/TwitterGroupChatView.cs |   4 +-
 src/Frontend-GNOME-XMPP/Makefile.in                |   2 +
 src/Frontend-GNOME-XMPP/XmppGroupChatView.cs       |  44 +-
 src/Frontend-GNOME-XMPP/XmppPersonChatView.cs      |   8 +-
 src/Frontend-GNOME/AboutDialog.cs                  |   8 +-
 src/Frontend-GNOME/ChatViewManager.cs              |   2 +-
 src/Frontend-GNOME/EngineManagerDialog.cs          |  27 +-
 src/Frontend-GNOME/Entry.cs                        |   4 +-
 src/Frontend-GNOME/FindGroupChatDialog.cs          |   2 +-
 src/Frontend-GNOME/Frontend.cs                     |  50 +-
 src/Frontend-GNOME/Main.cs                         |  63 +-
 src/Frontend-GNOME/MainWindow.cs                   |  52 +-
 src/Frontend-GNOME/Makefile.am                     |  11 +-
 src/Frontend-GNOME/Makefile.in                     |  92 ++-
 src/Frontend-GNOME/NetworkManager.cs               |  17 +-
 src/Frontend-GNOME/Notebook.cs                     |   6 +-
 .../Preferences/PreferencesDialog.cs               |  40 +-
 src/Frontend-GNOME/Views/ChatTreeView.cs           |   5 +-
 src/Frontend-GNOME/Views/Chats/ChatView.cs         |  47 +-
 src/Frontend-GNOME/Views/Chats/GroupChatView.cs    |  88 +--
 src/Frontend-GNOME/Views/Chats/ProtocolChatView.cs | 140 +---
 src/Frontend-GNOME/Views/MenuWidget.cs             |   4 +-
 src/Frontend-GNOME/Views/MessageTextView.cs        | 148 ++++-
 src/Frontend-GNOME/Views/ServerWidget.cs           |  14 +-
 .../Views/Tags/{PersonTag.cs => EmojiTag.cs}       |  41 +-
 src/Frontend-GNOME/smuxi-frontend-gnome.1          |   4 +-
 .../smuxi-frontend-gnome.appdata.xml.in            |  29 +
 src/Frontend-STFL/Frontend.cs                      |  34 +-
 src/Frontend-STFL/Makefile.in                      |   2 +
 src/Frontend-STFL/STFL/Makefile.in                 |   2 +
 src/Frontend-STFL/Views/ChatView.cs                |  15 +-
 src/Frontend-STFL/smuxi-frontend-stfl.1            |   6 +-
 src/Frontend-SWF/Chats/ChatView.cs                 |  10 +-
 src/Frontend-SWF/Chats/GroupChatView.cs            |  19 +
 src/Frontend-SWF/Makefile.in                       |   2 +
 src/Frontend-Test/Makefile.in                      |   2 +
 src/Frontend/CommandManager.cs                     |  20 +-
 src/Frontend/EngineManager.cs                      |  35 +-
 src/Frontend/Makefile.in                           |   2 +
 src/Makefile.am                                    |   1 +
 src/Makefile.in                                    |  10 +-
 src/Server/Makefile.in                             |   2 +
 src/Server/smuxi-server.1                          |   5 +-
 src/smuxi-win32.nsis.in                            |   4 +
 215 files changed, 6479 insertions(+), 1367 deletions(-)
 delete mode 100644 debian/patches/fix_man_pages.patch
 create mode 100644 lib/SmartIrc4net/src/IrcClient/ChannelModeChangeInfo.cs
 create mode 100644 lib/SmartIrc4net/tests/ChannelModeChangeInfoTests.cs
 create mode 100644 lib/Twitterizer/Twitterizer2.Streaming/FilterStreamOptions.cs
 create mode 100644 lib/Twitterizer/Twitterizer2.Streaming/Location.cs
 copy lib/Twitterizer/{Twitterizer2 => Twitterizer2.Streaming}/Properties/AssemblyInfo.cs (91%)
 copy lib/Twitterizer/{Twitterizer2/Core => Twitterizer2.Streaming}/SerializationHelper.cs (74%)
 copy lib/Twitterizer/{Twitterizer2/Methods/DirectMessage/DirectMessagesSentOptions.cs => Twitterizer2.Streaming/StreamOptions.cs} (54%)
 create mode 100644 lib/Twitterizer/Twitterizer2.Streaming/TwitterSteamEvent.cs
 create mode 100644 lib/Twitterizer/Twitterizer2.Streaming/TwitterStream.cs
 copy lib/Twitterizer/{Twitterizer2/Methods/Trends/TwitterTrendLocationPlaceType.cs => Twitterizer2.Streaming/TwitterStreamDeletedEvent.cs} (72%)
 create mode 100644 lib/Twitterizer/Twitterizer2.Streaming/TwitterStreamEvent.cs
 create mode 100644 lib/Twitterizer/Twitterizer2.Streaming/Twitterizer2.Streaming.csproj
 copy lib/Twitterizer/{Twitterizer2/Methods/List/GetListsOptions.cs => Twitterizer2.Streaming/UserStreamOptions.cs} (76%)
 create mode 100644 po-Engine-MessageBuffer/LINGUAS
 copy {po-Frontend => po-Engine-MessageBuffer}/Makefile.in.in (99%)
 create mode 100644 po-Engine-MessageBuffer/POTFILES.in
 copy {po-Server => po-Engine-MessageBuffer}/POTFILES.skip (96%)
 create mode 100644 po-Engine-MessageBuffer/de.po
 create mode 100644 src/Common/Emojione.cs
 create mode 100644 src/Common/GeneratedEmojione.cs
 create mode 100644 src/Common/IconCache.cs
 create mode 100644 src/Common/RateLimiter.cs
 create mode 100644 src/Common/SingleApplicationInstance.cs
 copy src/{Engine => Engine-MessageBuffer}/AssemblyInfo.cs (80%)
 create mode 100644 src/Engine-MessageBuffer/Main.cs
 create mode 100644 src/Engine-MessageBuffer/Makefile.am
 copy src/{Engine-XMPP => Engine-MessageBuffer}/Makefile.in (88%)
 create mode 100644 src/Engine-MessageBuffer/smuxi-message-buffer.1
 copy src/{Server/smuxi-server.exe.config => Engine-MessageBuffer/smuxi-message-buffer.exe.config} (100%)
 create mode 100644 src/Engine-MessageBuffer/smuxi-message-buffer.in
 create mode 100644 src/Engine-Twitter/Protocols/Twitter/TwitterSearchStream.cs
 create mode 100644 src/Engine/MessageBuffers/SqliteMessageBuffer.cs
 create mode 100644 src/Engine/Messages/Dto/MessageDtoModelV1.cs
 copy src/Frontend-GNOME/Views/Tags/{PersonTag.cs => EmojiTag.cs} (59%)
 create mode 100644 src/Frontend-GNOME/smuxi-frontend-gnome.appdata.xml.in

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/smuxi.git



More information about the Pkg-cli-apps-commits mailing list