Develop and Download Open Source Software
Login
Create Account
Help
MY OSDN
Find Software
Magazine
Develop
Pastebin
Software
People
PersonalForge
Magazine
Wiki
OSDN
>
Find Software
>
BathyScaphe
BathyScaphe
Summary
Project Summary
Developer Dashboard
Project Reviews
Web Page
Developers
List of RSS Feeds
Statistics
History
Image Gallery
Search Keywords
News
Listed News
Help
Downloads
List of Releases
Help
Source Code
Guide
Browse SVN
Help
Ticket
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Help
Browse Subversion Repository
/
[bathyscaphe]
/
bathyscaphe
/
trunk
/
frameworks
/
CocoMonar
/
framework
/
src
/
CMRHostTypes.m
Diff of /bathyscaphe/trunk/frameworks/CocoMonar/framework/src/CMRHostTypes.m
Parent Directory
|
Revision Log
|
Patch
revision
1315
by
tsawada2
, Sat Feb 26 14:49:36 2011 UTC
revision
1667
by
tsawada2
, Wed Dec 4 15:19:53 2013 UTC
#
Line 161
bool is_2ch_belogin_needed(const char *h
Line 161
bool is_2ch_belogin_needed(const char *h
161
bool is_jbbs_livedoor(const char *host)
bool is_jbbs_livedoor(const char *host)
162
{
{
163
if (host != NULL) {
if (host != NULL) {
164
return strstr(host, "jbbs.shitaraba.com") != NULL || strstr(host, "jbbs.livedoor.jp") != NULL || strstr(host, "jbbs.livedoor.com") != NULL;
return strstr(host, "jbbs.shitaraba.net") != NULL || strstr(host, "jbbs.livedoor.jp") != NULL || strstr(host, "jbbs.livedoor.com") != NULL || strstr(host, "jbbs.shitaraba.com") != NULL;
165
}
}
166
return false;
return false;
167
}
}
Colored Diff
Long Colored Diff
Full Colored Diff
Unidiff
Context Diff
Side by Side
Legend:
Removed from v.1315
changed lines
Added in v.1667
Back to OSDN
">
Back to OSDN
ViewVC Help
Powered by
ViewVC 1.1.26