-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.txt
48 lines (33 loc) · 1.85 KB
/
CHANGELOG.txt
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
# Neutron - a Jabber bot in Python
# Changelog
0.5.x - 08/May/2007 - Gh0st
* neutron.py: Bootup timestamp
* neutron.py/ some plugins: added http proxy support
* yasmine_plugin.py: (new) !rooms !uptime
* babel_plugin.py: !enru fix (now works fine with phrases)
* start.py: Startup script (use killall python to kill it)
* log_plugin.py: critical fixes that avoid tracebacks & headers fixes.
* dns_plugin.py: New server type feature.
* wcom_plugin.py: (new) weather.com plugin.
* PyIRClib: (new) native irc support (devel).
* PyAIML: (new) AIML support (www.alicebot.org) (works, one brain only for the time being).
* iq.py: (new) Neutron now responds to iq:version and iq:time requests.
* neutron.py/config.txt: (new) Neutron now support HTTP proxys.
0.5 - 30/Sep/2005 - Badlop
* neutron.py: New --pid command line option, writes PID to a file. (Mikem)
* neutron.sh: New shell script to start and stop Neutron. (Badlop)
* neutron.py, plugins/admin_plugin.py: Invite-autojoin patch:
Anybody who has access to issue !join command will have access to send a
protocol groupchat invite, all others will be ignored. (Mikem)
* plugins/rss_plugin.py: strip HTML tags on headline messages. (Mikem)
* plugins/weather_plugin.py: Little fixes. (Sef)
* plugins/sg_plugin.py: New plugin, shows server statistics with JEP-0039. (Sef)
* modules/xmpp/: XMPPpy updated to CVS, required by sg_plugin.py. (Sef)
* plugins/eliza_plugin.py: New plugin. (Sef)
* modules/eliza.py: New module, required by eliza_plugin.py. (Sef)
* localized/czech/: New plugins, only usefull to Czech people. (Sef)
0.4.2 - 02/May/2005 - Badlop
* plugins/admin_plugin.py: fixed a bug about NICK (Mcsim)
* plugins/log_plugin.py: fixed a bug on href generation (Slisptream)
* 3hauka.txt, q.txt, quizdata.txt, zipcodes.txt: moved from neutron
package to a standalone neutron-extras package (Gonzo)