]> jfr.im git - irc/irssi/irssi-python.git/commit
initial import
authorChristopher Davis <redacted>
Mon, 19 Jun 2006 12:25:06 +0000 (12:25 +0000)
committerChristopher Davis <redacted>
Mon, 19 Jun 2006 12:25:06 +0000 (12:25 +0000)
commit238dca572c4bba30f26410553acc67cab8c932d5
tree0b6910959f96f683f3aa11a8e2f53572e42b3305
parent33aaafe35314b94c41cad6e6403c6691c2ebed46
initial import
68 files changed:
Makefile [new file with mode: 0644]
README [new file with mode: 0644]
classes.txt [new file with mode: 0644]
irssi.py [new file with mode: 0644]
irssi_startup.py [new file with mode: 0644]
objects/Makefile [new file with mode: 0644]
objects/ban-object.c [new file with mode: 0644]
objects/ban-object.h [new file with mode: 0644]
objects/base-objects.c [new file with mode: 0644]
objects/base-objects.h [new file with mode: 0644]
objects/channel-object.c [new file with mode: 0644]
objects/channel-object.h [new file with mode: 0644]
objects/chatnet-object.c [new file with mode: 0644]
objects/chatnet-object.h [new file with mode: 0644]
objects/connect-object.c [new file with mode: 0644]
objects/connect-object.h [new file with mode: 0644]
objects/dcc-object.c [new file with mode: 0644]
objects/dcc-object.h [new file with mode: 0644]
objects/factory.c [new file with mode: 0644]
objects/factory.h [new file with mode: 0644]
objects/ignore-object.c [new file with mode: 0644]
objects/ignore-object.h [new file with mode: 0644]
objects/irc-channel-object.c [new file with mode: 0644]
objects/irc-channel-object.h [new file with mode: 0644]
objects/irc-connect-object.c [new file with mode: 0644]
objects/irc-connect-object.h [new file with mode: 0644]
objects/irc-server-object.c [new file with mode: 0644]
objects/irc-server-object.h [new file with mode: 0644]
objects/log-object.c [new file with mode: 0644]
objects/log-object.h [new file with mode: 0644]
objects/logitem-object.c [new file with mode: 0644]
objects/logitem-object.h [new file with mode: 0644]
objects/nick-object.c [new file with mode: 0644]
objects/nick-object.h [new file with mode: 0644]
objects/pyscript-object.c [new file with mode: 0644]
objects/pyscript-object.h [new file with mode: 0644]
objects/query-object.c [new file with mode: 0644]
objects/query-object.h [new file with mode: 0644]
objects/rawlog-object.c [new file with mode: 0644]
objects/rawlog-object.h [new file with mode: 0644]
objects/reconnect-object.c [new file with mode: 0644]
objects/reconnect-object.h [new file with mode: 0644]
objects/server-object.c [new file with mode: 0644]
objects/server-object.h [new file with mode: 0644]
objects/textdest-object.c [new file with mode: 0644]
objects/textdest-object.h [new file with mode: 0644]
objects/window-item-object.c [new file with mode: 0644]
objects/window-item-object.h [new file with mode: 0644]
objects/window-object.c [new file with mode: 0644]
objects/window-object.h [new file with mode: 0644]
pycore.c [new file with mode: 0644]
pycore.h [new file with mode: 0644]
pyirssi.h [new file with mode: 0644]
pyirssi_irc.h [new file with mode: 0644]
pyloader.c [new file with mode: 0644]
pyloader.h [new file with mode: 0644]
pymodule.c [new file with mode: 0644]
pymodule.h [new file with mode: 0644]
pysignals.c [new file with mode: 0644]
pysignals.h [new file with mode: 0644]
pyutils.c [new file with mode: 0644]
pyutils.h [new file with mode: 0644]
scripts/CVS/Entries [new file with mode: 0644]
scripts/CVS/Repository [new file with mode: 0644]
scripts/CVS/Root [new file with mode: 0644]
scripts/dumper.py [new file with mode: 0644]
scripts/hello.py [new file with mode: 0644]
scripts/test_window.py [new file with mode: 0644]