Changeset 165
- Timestamp:
- 06/04/06 22:26:40 (2 years ago)
- Files:
-
- trunk/aux/users (modified) (1 diff)
- trunk/jjigw.py (modified) (1 diff)
- trunk/jjigw/channel.py (modified) (1 diff)
- trunk/jjigw/common.py (modified) (1 diff)
- trunk/jjigw/component.py (modified) (1 diff)
- trunk/jjigw/config.py (modified) (1 diff)
- trunk/jjigw/ircsession.py (modified) (1 diff)
- trunk/jjigw/ircuser.py (modified) (1 diff)
- trunk/jjigw/requests.py (modified) (1 diff)
- trunk/jjigw/spidentd.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/aux/users
r143 r165 1 jajcus Jacek Konieczny <jajcus@ bnet.pl>1 jajcus Jacek Konieczny <jajcus@jajcus.net> trunk/jjigw.py
r153 r165 2 2 # 3 3 # Jajcus' Jabber to IRC Gateway 4 # Copyright (C) 2004 Jacek Konieczny <jajcus@ bnet.pl>4 # Copyright (C) 2004 Jacek Konieczny <jajcus@jajcus.net> 5 5 # 6 6 # This program is free software; you can redistribute it and/or modify trunk/jjigw/channel.py
r157 r165 2 2 # 3 3 # Jajcus' Jabber to IRC Gateway 4 # Copyright (C) 2004 Jacek Konieczny <jajcus@ bnet.pl>4 # Copyright (C) 2004 Jacek Konieczny <jajcus@jajcus.net> 5 5 # 6 6 # This program is free software; you can redistribute it and/or modify trunk/jjigw/common.py
r154 r165 2 2 # 3 3 # Jajcus' Jabber to IRC Gateway 4 # Copyright (C) 2004 Jacek Konieczny <jajcus@ bnet.pl>4 # Copyright (C) 2004 Jacek Konieczny <jajcus@jajcus.net> 5 5 # 6 6 # This program is free software; you can redistribute it and/or modify trunk/jjigw/component.py
r162 r165 2 2 # 3 3 # Jajcus' Jabber to IRC Gateway 4 # Copyright (C) 2004 Jacek Konieczny <jajcus@ bnet.pl>4 # Copyright (C) 2004 Jacek Konieczny <jajcus@jajcus.net> 5 5 # 6 6 # This program is free software; you can redistribute it and/or modify trunk/jjigw/config.py
r159 r165 2 2 # 3 3 # Jajcus' Jabber to IRC Gateway 4 # Copyright (C) 2004 Jacek Konieczny <jajcus@ bnet.pl>4 # Copyright (C) 2004 Jacek Konieczny <jajcus@jajcus.net> 5 5 # 6 6 # This program is free software; you can redistribute it and/or modify trunk/jjigw/ircsession.py
r160 r165 2 2 # 3 3 # Jajcus' Jabber to IRC Gateway 4 # Copyright (C) 2004 Jacek Konieczny <jajcus@ bnet.pl>4 # Copyright (C) 2004 Jacek Konieczny <jajcus@jajcus.net> 5 5 # 6 6 # This program is free software; you can redistribute it and/or modify trunk/jjigw/ircuser.py
r157 r165 2 2 # 3 3 # Jajcus' Jabber to IRC Gateway 4 # Copyright (C) 2004 Jacek Konieczny <jajcus@ bnet.pl>4 # Copyright (C) 2004 Jacek Konieczny <jajcus@jajcus.net> 5 5 # 6 6 # This program is free software; you can redistribute it and/or modify trunk/jjigw/requests.py
r71 r165 2 2 # 3 3 # Jajcus' Jabber to IRC Gateway 4 # Copyright (C) 2004 Jacek Konieczny <jajcus@ bnet.pl>4 # Copyright (C) 2004 Jacek Konieczny <jajcus@jajcus.net> 5 5 # 6 6 # This program is free software; you can redistribute it and/or modify trunk/jjigw/spidentd.py
r158 r165 2 2 # 3 3 # Jajcus' Jabber to IRC Gateway 4 # Copyright (C) 2004 Jacek Konieczny <jajcus@ bnet.pl>4 # Copyright (C) 2004 Jacek Konieczny <jajcus@jajcus.net> 5 5 # 6 6 # This program is free software; you can redistribute it and/or modify
