Skip to content

Commit

Permalink
Update skyp4pidgin
Browse files Browse the repository at this point in the history
  • Loading branch information
tripplet committed Oct 16, 2017
1 parent 30102b4 commit 76bad37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skype4pidgin
Submodule skype4pidgin updated 87 files
+0 −417 CHANGELOG.txt
+0 −674 COPYING.txt
+0 −28 Info.plist
+0 −121 Makefile
+0 −17 PurpleSkypeAccount.h
+0 −320 PurpleSkypeAccount.m
+0 −32 PurpleSkypeAccountView.nib/classes.nib
+0 −20 PurpleSkypeAccountView.nib/info.nib
+ PurpleSkypeAccountView.nib/keyedobjects.nib
+0 −19 PurpleSkypeAccountViewController.h
+0 −53 PurpleSkypeAccountViewController.m
+0 −14 PurpleSkypeService.h
+0 −180 PurpleSkypeService.m
+1 −93 README.md
+0 −38 SkypeJoinChatView.nib/classes.nib
+0 −20 SkypeJoinChatView.nib/info.nib
+ SkypeJoinChatView.nib/keyedobjects.nib
+0 −18 SkypeJoinChatViewController.h
+0 −117 SkypeJoinChatViewController.m
+0 −14 SkypePlugin.h
+0 −93 SkypePlugin.m
+0 −1,446 SkypePlugin.xcodeproj/mymacspace.mode1
+0 −1,570 SkypePlugin.xcodeproj/mymacspace.mode1v3
+0 −1,685 SkypePlugin.xcodeproj/mymacspace.pbxuser
+0 −602 SkypePlugin.xcodeproj/project.pbxproj
+0 −7 SkypePlugin_Prefix.pch
+0 −6 TODO.txt
+0 −124 debug.c
+0 −3,596 libskype.c
+0 −1,845 libskypekit/libskypekit.cpp
+0 −361 libskypekit/libskypekit.h
+0 −234 po/cs.po
+0 −219 po/de.po
+0 −229 po/en_AU.po
+0 −229 po/es.po
+0 −215 po/fr.po
+0 −245 po/hu.po
+0 −220 po/it.po
+0 −223 po/ja.po
+0 −239 po/mk.po
+0 −219 po/nb.po
+0 −229 po/pl.po
+0 −202 po/pt.po
+0 −229 po/pt_BR.po
+0 −226 po/ru.po
+0 −229 po/skype4pidgin.pot
+0 −131 skype4pidgin.nsi
+0 −1,467 skype_events.c
+0 −259 skype_messaging.c
+0 −263 skype_messaging_carbon.c
+0 −424 skype_messaging_carbon2.c
+0 −227 skype_messaging_dbus.c
+0 −226 skype_messaging_network.c
+0 −264 skype_messaging_win32.c
+0 −392 skype_messaging_x11.c
+7 −4 skypeweb/CMakeLists.txt
+122 −45 skypeweb/Makefile
+3 −3 skypeweb/Makefile.eion
+7 −5 skypeweb/README.md
+21 −0 skypeweb/glibcompat.h
+134 −75 skypeweb/libskypeweb.c
+34 −173 skypeweb/libskypeweb.h
+1 −1 skypeweb/pidgin-skypeweb.nsi
+18 −0 skypeweb/purple2compat/ciphers/sha256hash.h
+15 −0 skypeweb/purple2compat/circularbuffer.h
+1 −0 skypeweb/purple2compat/glibcompat.h
+3,239 −0 skypeweb/purple2compat/http.c
+961 −0 skypeweb/purple2compat/http.h
+14 −0 skypeweb/purple2compat/image-store.h
+14 −0 skypeweb/purple2compat/image.h
+17 −0 skypeweb/purple2compat/internal.h
+1 −0 skypeweb/purple2compat/plugins.h
+415 −0 skypeweb/purple2compat/purple-socket.c
+217 −0 skypeweb/purple2compat/purple-socket.h
+1 −0 skypeweb/purple2compat/xfer.h
+253 −0 skypeweb/purplecompat.h
+75 −720 skypeweb/skypeweb_connection.c
+2 −15 skypeweb/skypeweb_connection.h
+359 −278 skypeweb/skypeweb_contacts.c
+5 −2 skypeweb/skypeweb_contacts.h
+356 −102 skypeweb/skypeweb_login.c
+2 −0 skypeweb/skypeweb_login.h
+379 −139 skypeweb/skypeweb_messages.c
+19 −2 skypeweb/skypeweb_messages.h
+27 −150 skypeweb/skypeweb_util.c
+1 −8 skypeweb/skypeweb_util.h
+0 −698 theme

0 comments on commit 76bad37

Please sign in to comment.