<feed xmlns='http://www.w3.org/2005/Atom'>
<title>anope.git/modules/extra/webcpanel/pages, branch 2.1</title>
<subtitle>Anope is an open source set of IRC services.
</subtitle>
<link rel='alternate' type='text/html' href='https://tilde.club/~deepend/git/anope.git/'/>
<entry>
<title>Move modules out of extras that dont have external dependencies</title>
<updated>2014-01-02T16:03:33+00:00</updated>
<author>
<name>Adam</name>
<email>Adam@anope.org</email>
</author>
<published>2014-01-02T16:02:14+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~deepend/git/anope.git/commit/?id=004c4cbe5f4c37cf455cb6d0caa434fbbb3406ea'/>
<id>004c4cbe5f4c37cf455cb6d0caa434fbbb3406ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright to 2014. This was done with:</title>
<updated>2014-01-02T01:48:38+00:00</updated>
<author>
<name>Adam</name>
<email>Adam@anope.org</email>
</author>
<published>2014-01-02T01:47:35+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~deepend/git/anope.git/commit/?id=595dad4ec17ec127e4865a5167ed6d52e52367b6'/>
<id>595dad4ec17ec127e4865a5167ed6d52e52367b6</id>
<content type='text'>
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix dropping channels in the webpanel</title>
<updated>2013-12-26T13:02:19+00:00</updated>
<author>
<name>Adam</name>
<email>Adam@anope.org</email>
</author>
<published>2013-12-26T13:02:19+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~deepend/git/anope.git/commit/?id=fc0e8264c0391edca9db85af64c33b6787b05c03'/>
<id>fc0e8264c0391edca9db85af64c33b6787b05c03</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make webcpanel's nickserv alist behave more like /ns alist</title>
<updated>2013-12-25T01:48:09+00:00</updated>
<author>
<name>Adam</name>
<email>Adam@anope.org</email>
</author>
<published>2013-12-25T01:48:09+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~deepend/git/anope.git/commit/?id=53df61b4c24c7d4374d7a8cd1932068786f319ea'/>
<id>53df61b4c24c7d4374d7a8cd1932068786f319ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed webcpanel not html escaping displayed memos, bug reported by Mietzie</title>
<updated>2013-11-22T00:22:24+00:00</updated>
<author>
<name>DukePyrolator</name>
<email>DukePyrolator@anope.org</email>
</author>
<published>2013-11-22T00:22:24+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~deepend/git/anope.git/commit/?id=77e57443416fc12f77a1bcf23a7f0341b8d12f9f'/>
<id>77e57443416fc12f77a1bcf23a7f0341b8d12f9f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a couple of usability and aesthetic changes, fix the half-broken chanlist functionality, add a couple of missing ESCAPED_CHANNEL vars</title>
<updated>2013-11-04T22:59:55+00:00</updated>
<author>
<name>Denis M. (Phr33d0m)</name>
<email>god@politeia.in</email>
</author>
<published>2013-10-13T13:42:12+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~deepend/git/anope.git/commit/?id=8267407a78375652859f9e6b0a3a6fbabdd4a98b'/>
<id>8267407a78375652859f9e6b0a3a6fbabdd4a98b</id>
<content type='text'>
Add missing ESCAPED_CHANNEL
Changed EMAIL_TYPE to FORCE_EMAIL. Now makes more sense
Make it more obvious when the 'email' field is optional
Add a 'Retry' button to go back to the registration page
Fixed broken chanlist functionality. Before even if the user clicked on the channels nothing happened, now it goes straight to the 'set' page (at least something happens)
Small fix, disable the 'Save' button if user has no SET powers
Add another missing ESCAPED_CHANNEL
Add a more clear definition of what hostmasks are allowed in that field, either user@host or nick\!user@host
Fix wrongly placed var
Changed some aesthetics
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add missing ESCAPED_CHANNEL
Changed EMAIL_TYPE to FORCE_EMAIL. Now makes more sense
Make it more obvious when the 'email' field is optional
Add a 'Retry' button to go back to the registration page
Fixed broken chanlist functionality. Before even if the user clicked on the channels nothing happened, now it goes straight to the 'set' page (at least something happens)
Small fix, disable the 'Save' button if user has no SET powers
Add another missing ESCAPED_CHANNEL
Add a more clear definition of what hostmasks are allowed in that field, either user@host or nick\!user@host
Fix wrongly placed var
Changed some aesthetics
</pre>
</div>
</content>
</entry>
<entry>
<title>display modechars instead of modenames in cpanel channelmodes</title>
<updated>2013-09-29T02:23:33+00:00</updated>
<author>
<name>DukePyrolator</name>
<email>DukePyrolator@anope.org</email>
</author>
<published>2013-09-29T02:23:33+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~deepend/git/anope.git/commit/?id=d5ecc39104e3192f49e806b6e105ef07f683b489'/>
<id>d5ecc39104e3192f49e806b6e105ef07f683b489</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Alpabetize channels in /ns alist and on webcpanels chanserv page</title>
<updated>2013-09-08T08:55:03+00:00</updated>
<author>
<name>Adam</name>
<email>Adam@anope.org</email>
</author>
<published>2013-09-08T08:55:03+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~deepend/git/anope.git/commit/?id=f63e4ceebe1df458b20e8ff9643ed4206982f8ae'/>
<id>f63e4ceebe1df458b20e8ff9643ed4206982f8ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup previous commit</title>
<updated>2013-09-03T22:51:18+00:00</updated>
<author>
<name>Adam</name>
<email>Adam@anope.org</email>
</author>
<published>2013-09-03T22:51:18+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~deepend/git/anope.git/commit/?id=46913511677b169f32d55e4fc96a8c236169ddc7'/>
<id>46913511677b169f32d55e4fc96a8c236169ddc7</id>
<content type='text'>
Fix log messages from commands send through webpanel
Don't show OperServ section to non opers
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix log messages from commands send through webpanel
Don't show OperServ section to non opers
</pre>
</div>
</content>
</entry>
<entry>
<title>updated the chanserv section in webcpanel</title>
<updated>2013-09-03T02:37:09+00:00</updated>
<author>
<name>DukePyrolator</name>
<email>DukePyrolator@anope.org</email>
</author>
<published>2013-09-03T02:37:09+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~deepend/git/anope.git/commit/?id=404debf78925f86e94cfd71334433bc1eb423115'/>
<id>404debf78925f86e94cfd71334433bc1eb423115</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
