OSDN Git Service

keitairc/keitairc.git
15 years ago*** empty log message *** ipod20080719-branch
morimoto [Sun, 20 Jul 2008 03:21:08 +0000 (03:21 +0000)]
*** empty log message ***

15 years agodivide html templates into arch
morimoto [Sun, 20 Jul 2008 02:22:32 +0000 (02:22 +0000)]
divide html templates into arch

15 years agoThis commit was manufactured by cvs2svn to create branch
(no author) [Fri, 18 Jul 2008 15:17:51 +0000 (15:17 +0000)]
This commit was manufactured by cvs2svn to create branch
'ipod20080719-branch'.

15 years agocheck undef
morimoto [Fri, 18 Jul 2008 15:17:49 +0000 (15:17 +0000)]
check undef

15 years ago2.0b7
morimoto [Thu, 17 Jul 2008 15:36:30 +0000 (15:36 +0000)]
2.0b7

15 years agoごく短時間に同一内容の連続POSTがきた場合は無視. au W63S (re) 対策. thanks to Takuo KITAME.
morimoto [Thu, 17 Jul 2008 15:35:52 +0000 (15:35 +0000)]
ごく短時間に同一内容の連続POSTがきた場合は無視. au W63S (re) 対策. thanks to Takuo KITAME.

15 years agomoved 12keyword to 99keyword
morimoto [Mon, 30 Jun 2008 15:29:32 +0000 (15:29 +0000)]
moved 12keyword to 99keyword

15 years agoadded undef check
morimoto [Sun, 29 Jun 2008 12:04:50 +0000 (12:04 +0000)]
added undef check

15 years agoFixed
morimoto [Sun, 29 Jun 2008 09:54:27 +0000 (09:54 +0000)]
Fixed

15 years agoFixed utf8 literal
morimoto [Sun, 29 Jun 2008 09:32:23 +0000 (09:32 +0000)]
Fixed utf8 literal

15 years agoChanged file charset to utf-8
morimoto [Sun, 29 Jun 2008 09:20:49 +0000 (09:20 +0000)]
Changed file charset to utf-8

15 years agofixed fatal/moron bug of me
morimoto [Sun, 29 Jun 2008 09:03:44 +0000 (09:03 +0000)]
fixed fatal/moron bug of me

15 years agochanged charset from EUC-JP to UTF-8
morimoto [Sun, 29 Jun 2008 08:03:33 +0000 (08:03 +0000)]
changed charset from EUC-JP to UTF-8

15 years agoMake HTML charset to variable $cf->web_charset\rMake irc charset to variable $cf-...
morimoto [Sun, 29 Jun 2008 07:55:01 +0000 (07:55 +0000)]
Make HTML charset to variable $cf->web_charset\rMake irc charset to variable $cf->irc_charset\rIntroduces use warnings, added undef checks, etc.\rAdded filename/line info to plugins\rCVS: ----------------------------------------------------------------------

15 years agoAlso fixes reconnecting the server. Also support "connect/disconnect"
matusita [Wed, 25 Jun 2008 07:08:05 +0000 (07:08 +0000)]
Also fixes reconnecting the server.  Also support "connect/disconnect"
message by *console* buffer.

Patches submitted by: Takahashi Yoshihiro

15 years agoAdd handler for irc_registered.
matusita [Wed, 25 Jun 2008 07:05:52 +0000 (07:05 +0000)]
Add handler for irc_registered.
Hopefully this would be a fix for reconnecting IRC server.

15 years agoUse Proc::Daemon iff daemonize.
matusita [Tue, 13 May 2008 02:55:43 +0000 (02:55 +0000)]
Use Proc::Daemon iff daemonize.

It helps users to run keitairc on Windows easily.

15 years agoFirst cut of emobile support. Closes #12453.
matusita [Tue, 13 May 2008 02:53:31 +0000 (02:53 +0000)]
First cut of emobile support.  Closes #12453.

TODO: is_emobile*() logic is somewhat ugly.

15 years agoTry to drop-off UTF8 flag (again).
matusita [Sun, 11 May 2008 14:18:51 +0000 (14:18 +0000)]
Try to drop-off UTF8 flag (again).

I doubt if "if Encode::is_utf8($str)" is the right decision for that,
but it seems it works on some environment and no side effect in other
environment.

Submitted by: TAKAHASHI Yoshihiro

15 years agocleanup...
ishikawa [Sun, 11 May 2008 12:29:41 +0000 (12:29 +0000)]
cleanup...

15 years agoupdate ChangeLog
ishikawa [Sun, 11 May 2008 12:28:51 +0000 (12:28 +0000)]
update ChangeLog

15 years agoadd perl module dependency note for 00location_reciever plugin
ishikawa [Sun, 11 May 2008 12:24:54 +0000 (12:24 +0000)]
add perl module dependency note for 00location_reciever plugin

15 years agoAdd new option: fontsize and mobile_fontsize.
matusita [Sat, 10 May 2008 05:27:54 +0000 (05:27 +0000)]
Add new option: fontsize and mobile_fontsize.
Closes #12489.

I don't know that the default value of fontsize to '+0' is safe or not.
It seems that I can use '3' for that, but not sure.

15 years agoForget to mention that lib/plugins/00location_receiver rev 1.6 (and 1.7)
matusita [Fri, 9 May 2008 14:52:24 +0000 (14:52 +0000)]
Forget to mention that lib/plugins/00location_receiver rev 1.6 (and 1.7)
is a fix for #12486.  Add an entry to ChangeLog also.

15 years agoUse option 'i', since this code try to do case-insensitive matching.
matusita [Fri, 9 May 2008 14:33:12 +0000 (14:33 +0000)]
Use option 'i', since this code try to do case-insensitive matching.

15 years agoUse fully-qualified method name, just like other files do.
matusita [Fri, 9 May 2008 13:38:32 +0000 (13:38 +0000)]
Use fully-qualified method name, just like other files do.

15 years agoRemove unneeded variable definition.
matusita [Fri, 9 May 2008 08:17:49 +0000 (08:17 +0000)]
Remove unneeded variable definition.
These are already defined in &Keitairc::View::template.

15 years agoUse Encode::from_to to convert from UTF8 string to Shift-JIS.
matusita [Fri, 9 May 2008 05:04:17 +0000 (05:04 +0000)]
Use Encode::from_to to convert from UTF8 string to Shift-JIS.

Note that Encode::encode is for converting _Perl internal_ UTF8 string
to ENCODING octet stream.  Since the output of rgeocode service is
just an UTF8 string, we cannot use Encode::encode here.

15 years agoThis code is for _softbank_ mobilephone, not _au_.
matusita [Thu, 8 May 2008 16:26:57 +0000 (16:26 +0000)]
This code is for _softbank_ mobilephone, not _au_.

15 years agoHTML UI mega changes:
matusita [Thu, 8 May 2008 15:24:29 +0000 (15:24 +0000)]
HTML UI mega changes:
- Smaller font size if mobile phone
- Use shorten channel name if available
- Phone-ID authentication link is preferrable if docomo mobilephone
- More buffer spaces if _not_ mobilephone
- Add more convenient links

15 years agoConsole buffer should be the bottom of the channel list.
matusita [Thu, 8 May 2008 14:59:43 +0000 (14:59 +0000)]
Console buffer should be the bottom of the channel list.

15 years agoComplete buffer cleanup.
matusita [Thu, 8 May 2008 14:53:38 +0000 (14:53 +0000)]
Complete buffer cleanup.

15 years agoDoCoMo full-browser (mobilephone built-in) support while opening URL.
matusita [Thu, 8 May 2008 14:49:54 +0000 (14:49 +0000)]
DoCoMo full-browser (mobilephone built-in) support while opening URL.
Closes #12480.

15 years agoKeyword checking support. Closes #12482.
matusita [Thu, 8 May 2008 14:46:14 +0000 (14:46 +0000)]
Keyword checking support.  Closes #12482.

15 years agoInitial support of IRC command UI. Closes #12479.
matusita [Thu, 8 May 2008 14:41:17 +0000 (14:41 +0000)]
Initial support of IRC command UI.  Closes #12479.

15 years agoUse is_mobile() here.
matusita [Thu, 8 May 2008 14:32:58 +0000 (14:32 +0000)]
Use is_mobile() here.

15 years agoClient detection minor cleanup.
matusita [Thu, 8 May 2008 14:23:16 +0000 (14:23 +0000)]
Client detection minor cleanup.

- Use 'is_XXX' name.
- Add 'is_mobile' method to check if client is a mobile phone or not.

15 years agoTypo. #12446 is deleted since it's not a feature request.
matusita [Thu, 8 May 2008 14:03:23 +0000 (14:03 +0000)]
Typo.  #12446 is deleted since it's not a feature request.

15 years agoFix my email address.
matusita [Fri, 2 May 2008 15:33:48 +0000 (15:33 +0000)]
Fix my email address.

15 years agoAdd Takahashi Yoshihiro <nyan@jp.FreeBSD.org>,
matusita [Fri, 2 May 2008 15:31:45 +0000 (15:31 +0000)]
Add Takahashi Yoshihiro <nyan@jp.FreeBSD.org>,
who closes #11019, #12447 and #12452.

15 years agoRemove hardcoded 'http://' URL. Closes #12447.
matusita [Fri, 2 May 2008 15:29:36 +0000 (15:29 +0000)]
Remove hardcoded 'http://' URL.  Closes #12447.

15 years agoAdd a (virtual) channel, named '*console*', for gathering system
matusita [Fri, 2 May 2008 15:22:47 +0000 (15:22 +0000)]
Add a (virtual) channel, named '*console*', for gathering system
information.  At this time, all join/leave messages are shown.

This is enabled by a new option, show_console.

Closes #12452.

15 years agoTypo fix. Also whitespace changes (cosmetics).
matusita [Fri, 2 May 2008 14:50:12 +0000 (14:50 +0000)]
Typo fix.  Also whitespace changes (cosmetics).

15 years agoAdd option to disable/enable "join/leave" message.
matusita [Fri, 2 May 2008 14:49:23 +0000 (14:49 +0000)]
Add option to disable/enable "join/leave" message.

15 years agoAdd option to change not only directory but also filename.
matusita [Fri, 2 May 2008 14:40:27 +0000 (14:40 +0000)]
Add option to change not only directory but also filename.

For now, after daemonized, create ${pid_dir}/${pid_file} to record
current process ID.  (default: /var/run/keitairc.pid)

15 years agoAdd options for displaying messages as normal ascending order.
matusita [Fri, 2 May 2008 14:31:12 +0000 (14:31 +0000)]
Add options for displaying messages as normal ascending order.
It may close #11019.

15 years agoForget to note that #12448 is closed.
matusita [Fri, 2 May 2008 14:23:42 +0000 (14:23 +0000)]
Forget to note that #12448 is closed.

15 years agoFix "channel topics' list" page, closes #12448.
matusita [Fri, 2 May 2008 14:01:06 +0000 (14:01 +0000)]
Fix "channel topics' list" page, closes #12448.

15 years agoSupport 'imodeid' authentication for docomo mobilephone.
matusita [Fri, 2 May 2008 13:45:38 +0000 (13:45 +0000)]
Support 'imodeid' authentication for docomo mobilephone.
Closes #12445.

16 years ago*** empty log message ***
morimoto [Mon, 17 Mar 2008 09:43:30 +0000 (09:43 +0000)]
*** empty log message ***

16 years agoreverted to 1.1
morimoto [Sat, 15 Mar 2008 09:11:19 +0000 (09:11 +0000)]
reverted to 1.1

16 years agoescape HTML chars from topic & channel name, closes #12062
morimoto [Sat, 15 Mar 2008 09:09:26 +0000 (09:09 +0000)]
escape HTML chars from topic & channel name, closes #12062

16 years ago::log_die() when error occurs at eval, closes #11984
morimoto [Fri, 29 Feb 2008 00:13:55 +0000 (00:13 +0000)]
::log_die() when error occurs at eval, closes #11984

16 years ago2.0b5
morimoto [Tue, 26 Feb 2008 00:42:27 +0000 (00:42 +0000)]
2.0b5

16 years agorobots.txt
morimoto [Tue, 26 Feb 2008 00:41:09 +0000 (00:41 +0000)]
robots.txt

16 years agobump up version to 2.0b5
morimoto [Tue, 26 Feb 2008 00:25:32 +0000 (00:25 +0000)]
bump up version to 2.0b5

16 years agoimproved address link
morimoto [Mon, 25 Feb 2008 18:09:22 +0000 (18:09 +0000)]
improved address link

16 years agoignore spaces (if any) after channel name, closes #11960
morimoto [Mon, 25 Feb 2008 17:02:31 +0000 (17:02 +0000)]
ignore spaces (if any) after channel name, closes #11960

16 years agofixed handling over 10 channels, closed #11959
morimoto [Mon, 25 Feb 2008 16:52:20 +0000 (16:52 +0000)]
fixed handling over 10 channels, closed #11959

16 years agofixed channel name flaw
morimoto [Mon, 25 Feb 2008 15:46:31 +0000 (15:46 +0000)]
fixed channel name flaw

16 years agofixed rgeocode
morimoto [Sat, 23 Feb 2008 20:43:36 +0000 (20:43 +0000)]
fixed rgeocode

16 years agoimproved external link with session switched
morimoto [Sat, 23 Feb 2008 19:45:07 +0000 (19:45 +0000)]
improved external link with session switched

16 years agorevived web_root option
morimoto [Sat, 23 Feb 2008 18:58:22 +0000 (18:58 +0000)]
revived web_root option

16 years ago*** empty log message ***
morimoto [Sat, 23 Feb 2008 16:21:10 +0000 (16:21 +0000)]
*** empty log message ***

16 years agopriv
morimoto [Sat, 23 Feb 2008 15:36:56 +0000 (15:36 +0000)]
priv

16 years agoallow lower case in icc/ser serial key
morimoto [Tue, 22 Jan 2008 18:27:01 +0000 (18:27 +0000)]
allow lower case in icc/ser serial key
(thanks to Makoto Matsushita <matusita@jp.FreeBSD.org>)

16 years agothanks added, Makoto Matsushita <matusita@jp.FreeBSD.org>, who closes #11714
morimoto [Tue, 22 Jan 2008 17:30:34 +0000 (17:30 +0000)]
thanks added, Makoto Matsushita <matusita@jp.FreeBSD.org>, who closes #11714

16 years agoallow lower case at NTT DoCoMo FOMA icc string
morimoto [Sat, 19 Jan 2008 12:39:44 +0000 (12:39 +0000)]
allow lower case at NTT DoCoMo FOMA icc string

16 years agofixed Keitairc::IrcBuffer::part()
morimoto [Fri, 18 Jan 2008 16:55:46 +0000 (16:55 +0000)]
fixed Keitairc::IrcBuffer::part()

16 years agoreplace accesskey placeholder to &nbsp;
morimoto [Fri, 18 Jan 2008 16:50:35 +0000 (16:50 +0000)]
replace accesskey placeholder to &nbsp;

16 years agopre 2.0
morimoto [Tue, 15 Jan 2008 13:50:41 +0000 (13:50 +0000)]
pre 2.0

16 years agoPrevented referrer leak. Renew session ID in action_url. Closes #11663
morimoto [Tue, 15 Jan 2008 12:21:00 +0000 (12:21 +0000)]
Prevented referrer leak. Renew session ID in action_url. Closes #11663

16 years agofixed link to all messages, when no unread message remains
morimoto [Tue, 15 Jan 2008 10:32:23 +0000 (10:32 +0000)]
fixed link to all messages, when no unread message remains

16 years ago*** empty log message ***
morimoto [Mon, 14 Jan 2008 15:14:11 +0000 (15:14 +0000)]
*** empty log message ***

16 years agoimpremented posting feature of location info, closes #11652
morimoto [Mon, 14 Jan 2008 14:05:48 +0000 (14:05 +0000)]
impremented posting feature of location info, closes #11652

16 years agofixed bug, now uri-decodes postme'ed message
morimoto [Mon, 14 Jan 2008 05:29:41 +0000 (05:29 +0000)]
fixed bug, now uri-decodes postme'ed message

16 years agoreplace prefectures to link to Mobile Google Map
morimoto [Mon, 14 Jan 2008 05:22:44 +0000 (05:22 +0000)]
replace prefectures to link to Mobile Google Map
replace special wards and cities in Tokyo to link to Mobile Google Map

16 years agouse template file for generating mail text within postme action
morimoto [Mon, 14 Jan 2008 05:21:36 +0000 (05:21 +0000)]
use template file for generating mail text within postme action

16 years agoobsoletes show_newmsgonly option\rdefines plugin_xxx symbols at template expansion...
morimoto [Mon, 14 Jan 2008 05:21:09 +0000 (05:21 +0000)]
obsoletes show_newmsgonly option\rdefines plugin_xxx symbols at template expansion\rsplit $view->template() from $view->render() to use template engine also at mail template\ruse template file for generating mail text within postme action\rimprove action/template of all, unread\rfixed Keitairc::IrcBuffer::colorize() (invalid closing </font>)

16 years agoimprove channel data operation
morimoto [Sun, 13 Jan 2008 15:31:09 +0000 (15:31 +0000)]
improve channel data operation

16 years agomove srand() within new()
morimoto [Sun, 13 Jan 2008 14:00:14 +0000 (14:00 +0000)]
move srand() within new()

16 years agomail uri, phone no, url to user
morimoto [Sun, 13 Jan 2008 12:12:55 +0000 (12:12 +0000)]
mail uri, phone no, url to user

16 years agoadded support for xchat color sequence, closes bug #4154
morimoto [Sun, 13 Jan 2008 10:14:55 +0000 (10:14 +0000)]
added support for xchat color sequence, closes bug #4154

16 years agoadded nick list
morimoto [Sun, 13 Jan 2008 09:30:39 +0000 (09:30 +0000)]
added nick list

16 years agodisplay NTT DoCoMo FOMA icc serial id, if authorization via icc fails
morimoto [Sun, 13 Jan 2008 06:23:53 +0000 (06:23 +0000)]
display NTT DoCoMo FOMA icc serial id, if authorization via icc fails

16 years ago*** empty log message ***
morimoto [Sun, 13 Jan 2008 06:22:38 +0000 (06:22 +0000)]
*** empty log message ***

16 years agoadded robots exclusion
morimoto [Fri, 11 Jan 2008 18:42:32 +0000 (18:42 +0000)]
added robots exclusion

16 years agoadds notice to index, which shows how secs/mins/hours.. ago since last message has...
morimoto [Fri, 11 Jan 2008 18:34:33 +0000 (18:34 +0000)]
adds notice to index, which shows how secs/mins/hours.. ago since last message has posted

16 years agofixed namespace for uri_escape()
morimoto [Fri, 11 Jan 2008 07:18:06 +0000 (07:18 +0000)]
fixed namespace for uri_escape()

16 years ago*** empty log message ***
morimoto [Thu, 10 Jan 2008 03:23:31 +0000 (03:23 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
morimoto [Wed, 9 Jan 2008 19:30:34 +0000 (19:30 +0000)]
*** empty log message ***

16 years agoabandoned web_root option
morimoto [Wed, 9 Jan 2008 18:49:17 +0000 (18:49 +0000)]
abandoned web_root option
now template_dir works as search path

16 years agoaction/replace plug-in mechanism
morimoto [Wed, 9 Jan 2008 18:48:04 +0000 (18:48 +0000)]
action/replace plug-in mechanism

16 years agonow Keitairc::IrcBuffer->channels() returns proper names
morimoto [Wed, 9 Jan 2008 18:47:01 +0000 (18:47 +0000)]
now Keitairc::IrcBuffer->channels() returns proper names

16 years agoobsoleted web_root option
morimoto [Wed, 9 Jan 2008 18:45:53 +0000 (18:45 +0000)]
obsoleted web_root option
added plugin_dir option
make template_dir option can specify multiple directories

16 years agoimprement actions as action plugin, regexps as replace plugin
morimoto [Wed, 9 Jan 2008 18:42:42 +0000 (18:42 +0000)]
imprement actions as action plugin, regexps as replace plugin

16 years agopre 2.0
morimoto [Tue, 8 Jan 2008 05:52:14 +0000 (05:52 +0000)]
pre 2.0

16 years ago1.33
morimoto [Tue, 16 Oct 2007 23:44:55 +0000 (23:44 +0000)]
1.33

16 years agokeitairc 1.32
morimoto [Sun, 30 Sep 2007 10:56:06 +0000 (10:56 +0000)]
keitairc 1.32

16 years ago*** empty log message ***
morimoto [Fri, 28 Sep 2007 04:54:46 +0000 (04:54 +0000)]
*** empty log message ***