forked from tokuhirom/mobirc
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathChanges
More file actions
177 lines (130 loc) · 4.2 KB
/
Copy pathChanges
File metadata and controls
177 lines (130 loc) · 4.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
1.99_01
ready to 2.00
- configuration file is moved to ini from YAML
- import H::SQ::DoCoMoGUID for docomo phones
- load HTMLFilter::DoCoMoCSS and MessageBodyFilter::IRCColor automatically
1.08_02
- oops. miss..
1.08_01
- use Mouse instead of Moose
- less deps
- don't depend to Data::Visitor::Encode
- don't depend to XML::LibXML
- don't depend to HTTP::MobilAgent
- don't depend to String::TT
- don't depend to HTML::Entities::ConvertPictograms
- purge cp932 support
- less memory
- load two plugins automatically
HTMLFilter::DoCoMoCSS
MessageBodyFilter::IRCColor
- show http server's banner at startup
- use HTML::TreeBuilder::XPath instead of XML::LibXML
(for less deps for XS)
- use T::MicroTemplate, instead of Template::Declare
(designer friendly, less memory, fast)
- don't depend to Proc::Daemon
- config.httpd.* was moved to config.global.*
- move repo to github
- use HTTP::MobileAttribute instead of HTTP::MobileAgent
- purge HTMLFilter/ConvertPictograms plugin.
- use MD5 instead of SHA1 for generate session key
- purge Plugin::GPS
1.07
- change authentication flow
- use HTTP::Session
- Plugin::Component::Twitter: deprecated
- better iphone mode(retlet++)
1.06
- bump up deps to PoCoIRC 5.88
remove quick & dirty hack for
http://rt.cpan.org/Ticket/Display.html?id=38773
because this bug fixed at PoCoIRC 5.88
Bingos++ # fast response
1.05
- use HTTP::Engine
- depended to POE::Component::IRC 5.86
- quick & dirty bug fix for
http://rt.cpan.org/Ticket/Display.html?id=38773
1.04
- no Compat
- use HTTP::Engine 0.0.14
1.03
- rebirth recent_log_per_page(by hirose31++)
- updated dependencies
Data::Visitor::Encode
Template
- use HTTP::Engine::Compat
1.02
- added iPhone mode(contributed by retlet++)
- added http_link_target option for Plugin::MessageBodyFilter::Clickable
(contributed by aerith++)
- depend to latest version of Moose(0.48 => 0.54)
1.01
- Plugin::HTMLFilter::DoCoMoCSS:
bug fixed.
this module does not working... broken in 0.99_01.
(reported by kga++ and patch by chiba++)
- generate valid xhtml
- depend to HTTP::Engine 0.0.11(0.0.10 is borken =( )
1.00
- MAJOR VERSION UP!
0.99_06
- THIS IS DEVELOPER RELEASE!
- irssi support
0.99_05
- THIS IS DEVELOPER RELEASE!
- support japanese channel
- fixed some dependencies
- added new plugin: ChannelPageParts
0.99_04
- THIS IS DEVELOPER RELEASE!
- App::Mobirc::HTTPD => App::Mobirc::Plugin::Component::HTTPD
- bug fixed around Authorizer::BasicAuth
- rebirth the mobile-ajax with T::D
0.99_03
- THIS IS DEVELOPER RELEASE!
- nick group feature was moved core to Plugin::HTMLFilter::NickGroup
- App::Mobirc::HTTPD::* => App::Mobirc::Web::*
- HTMLFilter::DoCoMoCSS is now works well
0.99_02
- THIS IS DEVELOPER RELEASE!
- Plugin::HTMLFilter::DoCoMoCSS was broken :(
- use MooseX::Plaggerize!
-- easy to write plugins.
-- maintenable plugins!
- Plugin::HTMLFilter::StickyTime was renamed to Plugin::StickyTime
-- and load automatically
- added many test cases.
- Plugin::Component::XMPP is no longer supported
-- you can use XIRCD!
0.99_01
- THIS IS DEVELOPER RELEASE!
- some feature is broken(e.g. DoCoMoCSS)
- this release makes more maintenable code, not feature enhancement release.
-- more mooooooooooooooooooooose
-- use HTTP::Engine
-- use HTTPx::Dispatcher
-- use Template::Declare
0.11
(no feature changes)
- no singleton
0.10
- use Mooooooooooooooooose
- added Authorizer::DoCoMoGUID by walf443++
- fixed dependencies.
0.06
- fixed some tests.
- fixed dependencies
0.05
- (SECURITY FIX)fixed xss(http://coderepos.org/share/changeset/6204)
- use more pictograms in mobile template.
- give accesskey="9" to clear_all_unread.
- added App/Mobirc/Plugin/DocRoot.pm
- well formed html
0.04
- fixed docroot related bug.fixed by hirose31++
- added documents.
- added tests
0.03
initial release to CPAN.