Mercurial > pidgin-twitter
graph
-
- fix typo and add some minor changeTue, 05 Aug 2008 21:57:56 +0900, by mojin
-
completed README. please check.Tue, 05 Aug 2008 20:24:16 +0900, by Yoshiki Yazawa
-
write section 4.5.4, might need more information or modificationTue, 05 Aug 2008 14:11:24 +0900, by mojin
-
add a note for password section to READMETue, 05 Aug 2008 13:48:57 +0900, by mojin
-
a bit more READMETue, 05 Aug 2008 13:42:24 +0900, by Yoshiki Yazawa
-
check typo by aspell and fix itTue, 05 Aug 2008 12:39:59 +0900, by mojin
-
tweaked plugin infoTue, 05 Aug 2008 04:23:00 +0900, by Yoshiki Yazawa
-
tweaked labels in prefs.uiTue, 05 Aug 2008 04:19:43 +0900, by Yoshiki Yazawa
-
work in progress README for 0.7.0Tue, 05 Aug 2008 04:10:02 +0900, by Yoshiki Yazawa
-
changed saving file that preferences per conversation from accounts.xml to prefs.xml multiaccountsTue, 05 Aug 2008 01:26:08 +0900, by mikanbako
-
added missing prototypes.Mon, 04 Aug 2008 19:05:53 +0900, by Yoshiki Yazawa
-
keep posted statuses in the postedlist until they certainly become useless.Mon, 04 Aug 2008 17:13:44 +0900, by Yoshiki Yazawa
-
- fixed a problem that preferences per conversation die when its name of PurpleConversation changed. multiaccountsSun, 03 Aug 2008 12:15:09 +0900, by mikanbako
-
removed some global preferences that was replaced preferences per conversation multiaccountsSat, 02 Aug 2008 22:09:41 +0900, by mikanbako
-
fixed a problem that a notification is not prevented when a message was written from API. multiaccountsSat, 02 Aug 2008 12:15:05 +0900, by mikanbako
-
trying to change from some global preferences to preferences per conversation multiaccountsSat, 02 Aug 2008 11:31:37 +0900, by mikanbako
-
trying to make a dialog per conversation multiaccountsThu, 31 Jul 2008 19:30:24 +0900, by mikanbako
-
multiaccounts branch has been created. multiaccountsThu, 31 Jul 2008 17:22:02 +0900, by Yoshiki Yazawa
-
revised asymmetric bracket code.Thu, 31 Jul 2008 04:36:21 +0900, by Yoshiki Yazawa
-
work in progress asymmetric bracket code.Wed, 30 Jul 2008 21:06:08 +0900, by Yoshiki Yazawa
-
replaced hboxes in icon page of prefs.ui with tables.Wed, 30 Jul 2008 17:11:03 +0900, by Yoshiki Yazawa
-
made log output configurable.Wed, 30 Jul 2008 15:25:10 +0900, by Yoshiki Yazawa
-
- ceased use of purple_imgstore_*Tue, 29 Jul 2008 19:20:20 +0900, by Yoshiki Yazawa
-
suppress a warning. pointed out by iratqq.Tue, 29 Jul 2008 14:49:12 +0900, by Yoshiki Yazawa
-
we've got the official source value for pidgin-twitter.Tue, 29 Jul 2008 11:40:16 +0900, by Yoshiki Yazawa
-
clean up.Sat, 26 Jul 2008 23:27:10 +0900, by Yoshiki Yazawa
-
raise the default icon update threshold to 50 times or 7days.Sat, 26 Jul 2008 22:51:49 +0900, by Yoshiki Yazawa
-
revised http request. "broken_firewall" no longre needed?Sat, 26 Jul 2008 21:13:34 +0900, by Yoshiki Yazawa
-
added a workaround for posting via broken firewall, for example notorious "watchguard". if you got error code 400, try hidden prefs value "broken_firewall" be 1.Sat, 26 Jul 2008 15:48:26 +0900, by Yoshiki Yazawa
-
now it falls back to twitter default icon if the user has not set custom icon.Sat, 26 Jul 2008 13:23:27 +0900, by Yoshiki Yazawa
-
should remove old icon files when pidgin-twitter create new one.Sat, 26 Jul 2008 04:47:47 +0900, by Yoshiki Yazawa
-
fixed a bug that get_status_with_api() will never be called if pidgin-twitter started with api_based_post disabled. it must be submitted to main loop regardless of configuration.Sat, 26 Jul 2008 03:46:23 +0900, by Yoshiki Yazawa
-
revised handler for destroy signal in config dialog.Sat, 26 Jul 2008 01:18:24 +0900, by Yoshiki Yazawa
-
now interval setting from UI takes effect immediately.Sat, 26 Jul 2008 00:41:23 +0900, by Yoshiki Yazawa
-
added UI for configuring retrieve interval.Fri, 25 Jul 2008 21:23:18 +0900, by Yoshiki Yazawa
-
fixed a bug around strchr() pointed out by mojin.Fri, 25 Jul 2008 18:39:19 +0900, by Yoshiki Yazawa
-
implemented UI for configuring icon update.Fri, 25 Jul 2008 16:53:43 +0900, by Yoshiki Yazawa
-
work in progress icon update feature. the default thresholds have been set to 5 times or 1 day for testing.Fri, 25 Jul 2008 07:05:04 +0900, by Yoshiki Yazawa
-
img_type for wassr is always png. it should be set in request_icon().Thu, 24 Jul 2008 21:49:20 +0900, by Yoshiki Yazawa
-
fixed a typoThu, 24 Jul 2008 21:41:03 +0900, by Yoshiki Yazawa
-
back to 64 pixel icon for wassr. 128 pixel ones are usually better, but sometimes would be smaller image with broad white border so that resulting image would be extremely small.Thu, 24 Jul 2008 21:07:11 +0900, by Yoshiki Yazawa
-
- in saving icon file for twitter, proper extension is used.Thu, 24 Jul 2008 21:00:34 +0900, by Yoshiki Yazawa
-
removed old prefs stuff.Thu, 24 Jul 2008 06:40:41 +0900, by Yoshiki Yazawa
-
replaced a occurrence of is_twitter_conv()Thu, 24 Jul 2008 06:29:56 +0900, by Yoshiki Yazawa
-
screen_name should be initialized.Thu, 24 Jul 2008 06:26:42 +0900, by Yoshiki Yazawa
-
relaxed the pattern for twitter image.Wed, 23 Jul 2008 17:09:59 +0900, by Yoshiki Yazawa
-
fixed a problem that retrieving icon from twitter failed if file name contains '-'. pointed out by mojin.Wed, 23 Jul 2008 16:54:02 +0900, by Yoshiki Yazawa
-
modified the way of encoding icon url.Wed, 23 Jul 2008 15:41:59 +0900, by Yoshiki Yazawa
-
fixed a silly bug introduced in 140.Wed, 23 Jul 2008 15:14:38 +0900, by Yoshiki Yazawa
-
url encode icon url before requesting.Wed, 23 Jul 2008 13:16:10 +0900, by Yoshiki Yazawa
-
fix a bug that strip_html_markup() stalls if purple_markup_unescape_entity() returns NULL.Wed, 23 Jul 2008 12:09:25 +0900, by Yoshiki Yazawa
-
temporal fix for identi.ca problems:Wed, 23 Jul 2008 07:32:21 +0900, by Yoshiki Yazawa
-
fixed "off by one" bug.Wed, 23 Jul 2008 04:53:17 +0900, by Yoshiki Yazawa
-
completely re-wrote strip_html_markup(). new function permits non-tag strings surrounded by <>.Wed, 23 Jul 2008 03:53:59 +0900, by Yoshiki Yazawa
-
disconnect displaying_im_cb when unload.Tue, 22 Jul 2008 20:00:03 +0900, by Yoshiki Yazawa
-
- changed the way of retrieving icons from twitter. now pidgin-twitter retrieves icon which is embedded in user page.Tue, 22 Jul 2008 18:44:09 +0900, by Yoshiki Yazawa
-
fixed that combo boxes for sound type were slightly diffrent size.Mon, 21 Jul 2008 23:05:23 +0900, by Yoshiki Yazawa
-
use PIDGIN_PREFIX to generate PIDGIN_DATA_DIR.Mon, 21 Jul 2008 21:34:22 +0900, by Yoshiki Yazawa
-
adapted to BSD install.Mon, 21 Jul 2008 20:22:41 +0900, by Yoshiki Yazawa
-
made password invisible.Mon, 21 Jul 2008 12:26:28 +0900, by Yoshiki Yazawa
-
in win 32 environment, DATADIR cannot be resolved at compile time, so that use purple_user_dir() instead.Mon, 21 Jul 2008 12:06:56 +0900, by Yoshiki Yazawa
-
minor fixes.Mon, 21 Jul 2008 11:42:06 +0900, by Yoshiki Yazawa
-
somehow prefs.ui had been missing.Mon, 21 Jul 2008 11:24:44 +0900, by Yoshiki Yazawa
-
switched to native gtk preferences dialog.Mon, 21 Jul 2008 10:40:55 +0900, by Yoshiki Yazawa
-
replaced troublesome strptime() with our own function read_timestamp().Sat, 19 Jul 2008 11:33:17 +0900, by Yoshiki Yazawa
-
- added new pref value for API based fetch interval.Fri, 18 Jul 2008 20:03:59 +0900, by Yoshiki Yazawa
-
time offset in BSD extension has opposite signFri, 18 Jul 2008 19:17:30 +0900, by Yoshiki Yazawa
-
- adapted to identi.ca changes.Fri, 18 Jul 2008 18:19:58 +0900, by Yoshiki Yazawa
-
ensure struct tm cleared before use.Fri, 18 Jul 2008 07:47:30 +0900, by Yoshiki Yazawa
-
a better way to keep time sane.Fri, 18 Jul 2008 01:46:51 +0900, by Yoshiki Yazawa
-
- duplication avoidance for the posted messages has been implemented.Fri, 18 Jul 2008 01:00:18 +0900, by Yoshiki Yazawa
-
Add function that opens twitter's conversation window automatically when theThu, 17 Jul 2008 23:53:15 +0900, by Konosuke Watanabe
-
try to remove duplication of message which posted by myself.Wed, 16 Jul 2008 20:25:01 +0900, by Yoshiki Yazawa
-
fix reversed logicWed, 16 Jul 2008 19:33:45 +0900, by Yoshiki Yazawa
-
very preliminary twitter API get status feature.Wed, 16 Jul 2008 19:19:10 +0900, by Yoshiki Yazawa
-
fix a bug that linkfy channel name does not work if msn style is turned on.Wed, 16 Jul 2008 01:30:28 +0900, by Yoshiki Yazawa
-
tweaked configure dialog.Tue, 15 Jul 2008 22:23:02 +0900, by Yoshiki Yazawa
-
cosmetic.Tue, 15 Jul 2008 19:16:31 +0900, by Yoshiki Yazawa
-
added UI for icon size.Tue, 15 Jul 2008 17:45:06 +0900, by Yoshiki Yazawa
-
made screen name for each service configurable.Tue, 15 Jul 2008 15:07:23 +0900, by Yoshiki Yazawa
-
fix typo.Tue, 15 Jul 2008 14:09:55 +0900, by mojin
-
documentation in configuration window.Tue, 15 Jul 2008 14:02:41 +0900, by mojin
-
- do neither save nor cache icon image if pixbuf can not be obtained.Tue, 15 Jul 2008 12:32:06 +0900, by Yoshiki Yazawa
-
modified clean targetsMon, 14 Jul 2008 12:42:11 +0900, by Yoshiki Yazawa
-
eased the pattern for identi.ca iconMon, 14 Jul 2008 11:57:08 +0900, by Yoshiki Yazawa
-
icon scaling feature has been implemented.Mon, 14 Jul 2008 02:27:57 +0900, by Yoshiki Yazawa
-
added preliminary identi.ca icon support.Mon, 14 Jul 2008 00:17:18 +0900, by Yoshiki Yazawa
-
changed letter counter for identi.ca to count in byte.Sun, 13 Jul 2008 18:53:45 +0900, by Yoshiki Yazawa
-
mergedFri, 11 Jul 2008 19:25:55 +0900, by mikanbako
-
fixed the notification of incoming messages for wasser and identicaFri, 11 Jul 2008 14:01:20 +0900, by mikanbako
-
quick hack to make show icon configurableFri, 11 Jul 2008 15:51:27 +0900, by Yoshiki Yazawa
-
- fixed a bug introduced in r97.Thu, 10 Jul 2008 20:26:22 +0900, by Yoshiki Yazawa
-
linkfy #channelname per user configuration.Thu, 10 Jul 2008 19:41:26 +0900, by Yoshiki Yazawa
-
made is_*_conv(conv) return FALSE if conv is NULL.Thu, 10 Jul 2008 17:31:19 +0900, by Yoshiki Yazawa
-
- added identica support. linkfy and character counter work. icon support has not implemented yet.Thu, 10 Jul 2008 00:12:03 +0900, by Yoshiki Yazawa
-
fix icon position when the displaying message contains new line character. try 1.Wed, 09 Jul 2008 16:13:02 +0900, by Yoshiki Yazawa
-
revised got_icon_cb() and fixed unexpected free hash table data.Sun, 06 Jul 2008 20:02:34 +0900, by Yoshiki Yazawa
-
mergedSun, 06 Jul 2008 18:17:54 +0900, by Konosuke Watanabe
-
- Fix type of 'flag' of writing_im_cbSun, 06 Jul 2008 17:43:44 +0900, by Konosuke Watanabe
-
revert r89. that caused icon miss.Sun, 06 Jul 2008 17:58:24 +0900, by Yoshiki Yazawa
-
temporally turn strip_markup() off for writing im.Sun, 06 Jul 2008 17:40:04 +0900, by Yoshiki Yazawa
-
apply strip_markup() to wassr too.Sun, 06 Jul 2008 16:22:05 +0900, by Yoshiki Yazawa
-
fixed potentially bugSun, 06 Jul 2008 15:57:34 +0900, by Yoshiki Yazawa
-
replaced int with gintSun, 06 Jul 2008 15:30:55 +0900, by Yoshiki Yazawa
-
- fixed the bug that icons didn't appear correctly for wassr conversation.Sun, 06 Jul 2008 01:51:07 +0900, by Yoshiki Yazawa
-
preliminary wassr icon support. not yet completed.Sat, 05 Jul 2008 21:10:43 +0900, by Yoshiki Yazawa
-
build fixSat, 05 Jul 2008 16:35:28 +0900, by Yoshiki Yazawa
-
work in progress adaptation to wassr service. cleanups required:Sat, 05 Jul 2008 16:26:39 +0900, by Yoshiki Yazawa
-
add suppression of annoying completion message for posts to the wasser-channel.Sat, 05 Jul 2008 13:47:26 +0900, by mojin
-
work in progress one hash table code:Tue, 01 Jul 2008 18:20:48 +0900, by Yoshiki Yazawa
-
fixed changeset 78:0b93dd0e0de1: fixed removing the markMon, 30 Jun 2008 11:02:01 +0900, by mikanbako
-
fixed the data structure of marks that are positions of inserting user's icons.Sun, 29 Jun 2008 23:48:28 +0900, by mikanbako
-
Added tag 0.7.0 alpha1 for changeset 63bd9ca28be0Sat, 28 Jun 2008 13:59:02 +0900, by Yoshiki Yazawa
-
- added nosuke and iratqq to the authors. 0.7.0 alpha1Sat, 28 Jun 2008 12:37:28 +0900, by Yoshiki Yazawa
-
fix GNUmake idiom. $< in not allowed in a non-suffix rule.Sat, 28 Jun 2008 04:56:13 +0900, by IWATA Ray
-
quick hack to suppress annoying completion message from wassr.Sat, 28 Jun 2008 02:20:05 +0900, by Yoshiki Yazawa
-
Now your own icon is shown on the conversation window.Sat, 28 Jun 2008 00:08:57 +0900, by Konosuke Watanabe
-
Support API base message postingThu, 26 Jun 2008 01:22:42 +0900, by Konosuke Watanabe
-
windows requires "wb" instead of "w".Wed, 25 Jun 2008 11:53:21 +0900, by Yoshiki Yazawa
-
trying simple search in insert_requested_icon() due to malfunction under linux environment.Mon, 23 Jun 2008 17:06:04 +0900, by Yoshiki Yazawa
-
fixed that icon had not appeard in the first message.Mon, 23 Jun 2008 12:18:34 +0900, by mikanbako
-
quick workaround for the bug that icon had not appeard in the first message.Mon, 23 Jun 2008 11:49:43 +0900, by Yoshiki Yazawa
-
path should not be hard-coded. windows uses another delimiter.Mon, 23 Jun 2008 11:37:44 +0900, by Yoshiki Yazawa
-
now local icon cache worksMon, 23 Jun 2008 02:10:17 +0900, by Yoshiki Yazawa
-
- revised store icon featureSun, 22 Jun 2008 23:57:41 +0900, by Yoshiki Yazawa
-
- separated header things into pidgin-twitter.hSun, 22 Jun 2008 16:02:44 +0900, by Yoshiki Yazawa
-
added that to show follower's icons through http://twitter.g.hatena.ne.jp/ikko615/20080107/1199703400Sun, 22 Jun 2008 01:44:48 +0900, by mikanbako
-
fixed the size of regp arraySat, 21 Jun 2008 14:47:35 +0900, by mikanbako
-
trying to fix changeset 60:ddd164e74312: clash when a message received and this plugin loaded after unloadedSat, 21 Jun 2008 12:40:03 +0900, by mikanbako
-
trying to show user's icon. in this revision, the default icon of twitter is showed.Sat, 21 Jun 2008 02:32:28 +0900, by mikanbako
-
added that to prevent notifications of incoming messages from twitter.com.Thu, 22 May 2008 21:59:49 +0900, by mikanbako
-
branch mergeSat, 17 May 2008 21:05:12 +0900, by Yoshiki Yazawa
-
- adaptation for $prefix. now configure go along with fakeroot etc.Sat, 17 May 2008 21:03:17 +0900, by Yoshiki Yazawa
-
dittoFri, 16 May 2008 23:26:41 +0900, by Yoshiki Yazawa
-
fixed a typoFri, 16 May 2008 23:20:23 +0900, by Yoshiki Yazawa
-
Added tag 0.6.0 for changeset 872f418ba45dFri, 16 May 2008 20:55:51 +0900, by Yoshiki Yazawa
-
due to adaptation to msn style, username of sender has been carried down by one.Thu, 15 May 2008 23:57:02 +0900, by Yoshiki Yazawa
-
- make sure that disabling markup widgets works even if counter is disabled.Thu, 15 May 2008 21:44:53 +0900, by Yoshiki Yazawa
-
added that to disable widgets that decorate or link text.Wed, 14 May 2008 23:45:26 +0900, by mikanbako
-
fixed indentation of strip_html_markup()Tue, 13 May 2008 22:19:54 +0900, by Yoshiki Yazawa
-
adapted for msn style option (or new line plugin).Tue, 13 May 2008 21:25:47 +0900, by Yoshiki Yazawa
-
revised READMETue, 13 May 2008 18:30:19 +0900, by Yoshiki Yazawa
-
due to application of strip_markup() in writing_im_cb(), translation for sender had not worked. changed P_SENDER so that it matches striped representation of sender.Tue, 13 May 2008 15:02:54 +0900, by Yoshiki Yazawa
-
trying another way to strip markups. in this revision, all markups are striped with strip_html_markup() on sending a message.Tue, 13 May 2008 08:26:38 +0900, by Yoshiki Yazawa
-
cleanupsTue, 13 May 2008 03:42:45 +0900, by Yoshiki Yazawa
-
fixed changeset 41:0a81ccfa1941Tue, 13 May 2008 02:22:05 +0900, by Yoshiki Yazawa
-
fixed changeset 41:0a81ccfa1941Tue, 13 May 2008 02:06:32 +0900, by mikanbako
-
strip excessive markup where it is not needed. (work in progress)Tue, 13 May 2008 00:35:42 +0900, by Yoshiki Yazawa
-
- added is_twitter_account().Mon, 12 May 2008 23:13:29 +0900, by Yoshiki Yazawa
-
- new debug macro. it includes function name and line number.Mon, 12 May 2008 22:22:19 +0900, by Yoshiki Yazawa
-
applied indent to fix indentationsMon, 12 May 2008 19:46:10 +0900, by Yoshiki Yazawa
-
- made suppress oops configurableSun, 11 May 2008 15:24:53 +0900, by Yoshiki Yazawa
-
added oops message suppression functionality. it discards oops message if a sent message is more than 140 bytes and less than 140 letters.Sun, 11 May 2008 03:52:06 +0900, by Yoshiki Yazawa
-
fix 44ffbd056f33Sat, 10 May 2008 23:08:16 +0900, by mikanbako
-
added patch to strip excessive hyper link on @username when it copied and pasted from message window. patch by mikanbako (maoutwo@gmail.com).Sat, 10 May 2008 20:18:20 +0900, by Yoshiki Yazawa
-
revised READMESat, 10 May 2008 19:25:13 +0900, by Yoshiki Yazawa
-
commented out an annoying debug messageSat, 10 May 2008 19:12:38 +0900, by Yoshiki Yazawa
-
added letter counterSat, 10 May 2008 18:10:58 +0900, by Yoshiki Yazawa
-
tweaked descriptionsTue, 06 May 2008 22:11:03 +0900, by Yoshiki Yazawa
-
Added tag 0.5.1 for changeset 73e817be3267Mon, 05 May 2008 23:32:39 +0900, by Yoshiki Yazawa
-
- Fixed a crash bug. Each unload/reload cycle caused crash due to unrefed regp. 0.5.1Mon, 05 May 2008 23:32:20 +0900, by Yoshiki Yazawa
-
Added tag 0.5.0 for changeset 3c45a1bc40a5Mon, 05 May 2008 21:00:11 +0900, by Yoshiki Yazawa
-
forgot to erase old codeMon, 05 May 2008 20:00:03 +0900, by Yoshiki Yazawa
-
more improvement on regexpMon, 05 May 2008 19:54:04 +0900, by Yoshiki Yazawa
-
revised regexpMon, 05 May 2008 19:26:05 +0900, by Yoshiki Yazawa
-
tweaked regp[PSEUDO]Mon, 05 May 2008 15:15:48 +0900, by Yoshiki Yazawa
-
unref newly added regex at unload time.Sun, 04 May 2008 19:46:02 +0900, by Yoshiki Yazawa
-
- now escape feature worksSun, 04 May 2008 19:27:07 +0900, by Yoshiki Yazawa
-
escape pseudo command feature has been addedSun, 04 May 2008 17:38:15 +0900, by Yoshiki Yazawa
-
Added tag 0.4.0 for changeset 21f27858e155Thu, 01 May 2008 19:14:03 +0900, by Yoshiki Yazawa
-
default soundid for sender has been changed to pounce default since anything other may be disabled by configuration so that it may be confusing.Thu, 01 May 2008 18:53:59 +0900, by Yoshiki Yazawa
-
changed default value of playsound for sender. now it is enabled by default.Thu, 01 May 2008 18:25:37 +0900, by Yoshiki Yazawa
-
fixed typo. pointed out by nosuke too. :DThu, 01 May 2008 16:36:28 +0900, by Yoshiki Yazawa
-
changed regexp pattern for sender. pointed out by nosuke.Thu, 01 May 2008 15:54:41 +0900, by Yoshiki Yazawa
-
tweaked UI messagesThu, 01 May 2008 15:30:18 +0900, by Yoshiki Yazawa
-
now sender list and sender sound can be set in independent of recipient settings.Thu, 01 May 2008 14:16:14 +0900, by Yoshiki Yazawa
-
now it plays sound when sender of message is in the userlist.Thu, 01 May 2008 13:37:49 +0900, by Yoshiki Yazawa
-
added capability to translate sender name into linkThu, 01 May 2008 05:50:48 +0900, by Yoshiki Yazawa
-
added soundid selectorThu, 01 May 2008 02:00:45 +0900, by Yoshiki Yazawa
-
- userlist no longer uses string list. now ' ,:;' separated string is used instead.Wed, 30 Apr 2008 18:49:49 +0900, by Yoshiki Yazawa
-
fixed indentationWed, 30 Apr 2008 17:06:58 +0900, by Yoshiki Yazawa
-
string list should be initialized with NULLWed, 30 Apr 2008 17:02:47 +0900, by Yoshiki Yazawa
-
now distclean erases aclocal.m4 tooWed, 30 Apr 2008 15:47:33 +0900, by Yoshiki Yazawa
-
- added custom autogen.shWed, 30 Apr 2008 15:18:46 +0900, by Yoshiki Yazawa
-
some cleanupsTue, 29 Apr 2008 21:18:00 +0900, by Yoshiki Yazawa
-
alpha versionTue, 29 Apr 2008 20:59:37 +0900, by Yoshiki Yazawa
-
initial importTue, 29 Apr 2008 14:35:36 +0900, by Yoshiki Yazawa