Changeset 680
- Timestamp:
- 06/02/06 21:08:21 (2 years ago)
- Files:
-
- trunk/README (modified) (1 diff)
- trunk/README.Pl (modified) (1 diff)
- trunk/src/acl.c (modified) (1 diff)
- trunk/src/acl.h (modified) (1 diff)
- trunk/src/browse.c (modified) (1 diff)
- trunk/src/browse.h (modified) (1 diff)
- trunk/src/conf.c (modified) (1 diff)
- trunk/src/conf.h (modified) (1 diff)
- trunk/src/debug.h (modified) (1 diff)
- trunk/src/disco.c (modified) (1 diff)
- trunk/src/disco.h (modified) (1 diff)
- trunk/src/encoding.c (modified) (1 diff)
- trunk/src/encoding.h (modified) (1 diff)
- trunk/src/forms.c (modified) (1 diff)
- trunk/src/gg_versions.c (modified) (1 diff)
- trunk/src/gg_versions.h (modified) (1 diff)
- trunk/src/ggtrans.h (modified) (1 diff)
- trunk/src/iq.c (modified) (1 diff)
- trunk/src/iq.h (modified) (1 diff)
- trunk/src/jabber.c (modified) (1 diff)
- trunk/src/jabber.h (modified) (1 diff)
- trunk/src/jid.c (modified) (1 diff)
- trunk/src/jid.h (modified) (1 diff)
- trunk/src/main.c (modified) (1 diff)
- trunk/src/message.c (modified) (1 diff)
- trunk/src/message.h (modified) (1 diff)
- trunk/src/presence.c (modified) (1 diff)
- trunk/src/presence.h (modified) (1 diff)
- trunk/src/register.c (modified) (1 diff)
- trunk/src/register.h (modified) (1 diff)
- trunk/src/requests.c (modified) (1 diff)
- trunk/src/requests.h (modified) (1 diff)
- trunk/src/search.c (modified) (1 diff)
- trunk/src/search.h (modified) (1 diff)
- trunk/src/sessions.c (modified) (1 diff)
- trunk/src/sessions.h (modified) (1 diff)
- trunk/src/stats.c (modified) (1 diff)
- trunk/src/stats.h (modified) (1 diff)
- trunk/src/status.c (modified) (1 diff)
- trunk/src/status.h (modified) (1 diff)
- trunk/src/stream.c (modified) (1 diff)
- trunk/src/stream.h (modified) (1 diff)
- trunk/src/users.c (modified) (1 diff)
- trunk/src/users.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/README
r676 r680 2 2 GaduGadu Transport for Jabber 3 3 =============================== 4 (c) 2002-200 5Jacek Konieczny [jajcus(a)jajcus,net]4 (c) 2002-2006 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 6 6 This is external component for Jabber (http://www.jabber.org) server trunk/README.Pl
r676 r680 2 2 GaduGadu Transport for Jabber 3 3 =============================== 4 (c) 2002-200 5Jacek Konieczny [jajcus(a)jajcus,net]4 (c) 2002-2006 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 6 6 Jest to zewn�zny komponent dla serwera Jabber (http://www.jabber.org) trunk/src/acl.c
r649 r680 2 2 3 3 /* 4 * (C) Copyright 2002-200 5Jacek Konieczny [jajcus(a)jajcus,net]4 * (C) Copyright 2002-2006 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/acl.h
r631 r680 2 2 3 3 /* 4 * (C) Copyright 2002-200 5Jacek Konieczny [jajcus(a)jajcus,net]4 * (C) Copyright 2002-2006 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/browse.c
r630 r680 2 2 3 3 /* 4 * (C) Copyright 2002-200 5Jacek Konieczny [jajcus(a)jajcus,net]4 * (C) Copyright 2002-2006 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/browse.h
r631 r680 2 2 3 3 /* 4 * (C) Copyright 2002-200 5Jacek Konieczny [jajcus(a)jajcus,net]4 * (C) Copyright 2002-2006 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/conf.c
r630 r680 2 2 3 3 /* 4 * (C) Copyright 2002-200 5Jacek Konieczny [jajcus(a)jajcus,net]4 * (C) Copyright 2002-2006 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/conf.h
r631 r680 2 2 3 3 /* 4 * (C) Copyright 2002-200 5Jacek Konieczny [jajcus(a)jajcus,net]4 * (C) Copyright 2002-2006 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/debug.h
r631 r680 2 2 3 3 /* 4 * (C) Copyright 2002-200 5Jacek Konieczny [jajcus(a)jajcus,net]4 * (C) Copyright 2002-2006 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/disco.c
r630 r680 2 2 3 3 /* 4 * (C) Copyright 2002-200 5Jacek Konieczny [jajcus(a)jajcus,net]4 * (C) Copyright 2002-2006 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/disco.h
r631 r680 2 2 3 3 /* 4 * (C) Copyright 2002-200 5Jacek Konieczny [jajcus(a)jajcus,net]4 * (C) Copyright 2002-2006 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/encoding.c
r630 r680 2 2 3 3 /* 4 * (C) Copyright 2002-200 5Jacek Konieczny [jajcus(a)jajcus,net]4 * (C) Copyright 2002-2006 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/encoding.h
r631 r680 2 2 3 3 /* 4 * (C) Copyright 2002-200 5Jacek Konieczny [jajcus(a)jajcus,net]4 * (C) Copyright 2002-2006 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/forms.c
r630 r680 2 2 3 3 /* 4 * (C) Copyright 2002-200 5Jacek Konieczny [jajcus(a)jajcus,net]4 * (C) Copyright 2002-2006 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/gg_versions.c
r659 r680 2 2 3 3 /* 4 * (C) Copyright 2002-200 5Jacek Konieczny [jajcus(a)jajcus,net]4 * (C) Copyright 2002-2006 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/gg_versions.h
r650 r680 2 2 3 3 /* 4 * (C) Copyright 2002-200 5Jacek Konieczny [jajcus(a)jajcus,net]4 * (C) Copyright 2002-2006 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/ggtrans.h
r639 r680 2 2 3 3 /* 4 * (C) Copyright 2002-200 5Jacek Konieczny [jajcus(a)jajcus,net]4 * (C) Copyright 2002-2006 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/iq.c
r630 r680 2 2 3 3 /* 4 * (C) Copyright 2002-200 5Jacek Konieczny [jajcus(a)jajcus,net]4 * (C) Copyright 2002-2006 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/iq.h
r631 r680 2 2 3 3 /* 4 * (C) Copyright 2002-200 5Jacek Konieczny [jajcus(a)jajcus,net]4 * (C) Copyright 2002-2006 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/jabber.c
r668 r680 2 2 3 3 /* 4 * (C) Copyright 2002-200 5Jacek Konieczny [jajcus(a)jajcus,net]4 * (C) Copyright 2002-2006 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/jabber.h
r668 r680 2 2 3 3 /* 4 * (C) Copyright 2002-200 5Jacek Konieczny [jajcus(a)jajcus,net]4 * (C) Copyright 2002-2006 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/jid.c
r668 r680 2 2 3 3 /* 4 * (C) Copyright 2002-200 5Jacek Konieczny [jajcus(a)jajcus,net]4 * (C) Copyright 2002-2006 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/jid.h
r631 r680 2 2 3 3 /* 4 * (C) Copyright 2002-200 5Jacek Konieczny [jajcus(a)jajcus,net]4 * (C) Copyright 2002-2006 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/main.c
r630 r680 2 2 3 3 /* 4 * (C) Copyright 2002-200 5Jacek Konieczny [jajcus(a)jajcus,net]4 * (C) Copyright 2002-2006 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/message.c
r660 r680 2 2 3 3 /* 4 * (C) Copyright 2002-200 5Jacek Konieczny [jajcus(a)jajcus,net]4 * (C) Copyright 2002-2006 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/message.h
r631 r680 2 2 3 3 /* 4 * (C) Copyright 2002-200 5Jacek Konieczny [jajcus(a)jajcus,net]4 * (C) Copyright 2002-2006 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/presence.c
r662 r680 2 2 3 3 /* 4 * (C) Copyright 2002-200 5Jacek Konieczny [jajcus(a)jajcus,net]4 * (C) Copyright 2002-2006 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/presence.h
r631 r680 2 2 3 3 /* 4 * (C) Copyright 2002-200 5Jacek Konieczny [jajcus(a)jajcus,net]4 * (C) Copyright 2002-2006 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/register.c
r665 r680 2 2 3 3 /* 4 * (C) Copyright 2002-200 5Jacek Konieczny [jajcus(a)jajcus,net]4 * (C) Copyright 2002-2006 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/register.h
r631 r680 2 2 3 3 /* 4 * (C) Copyright 2002-200 5Jacek Konieczny [jajcus(a)jajcus,net]4 * (C) Copyright 2002-2006 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/requests.c
r630 r680 2 2 3 3 /* 4 * (C) Copyright 2002-200 5Jacek Konieczny [jajcus(a)jajcus,net]4 * (C) Copyright 2002-2006 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/requests.h
r631 r680 2 2 3 3 /* 4 * (C) Copyright 2002-200 5Jacek Konieczny [jajcus(a)jajcus,net]4 * (C) Copyright 2002-2006 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/search.c
r630 r680 2 2 3 3 /* 4 * (C) Copyright 2002-200 5Jacek Konieczny [jajcus(a)jajcus,net]4 * (C) Copyright 2002-2006 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/search.h
r631 r680 2 2 3 3 /* 4 * (C) Copyright 2002-200 5Jacek Konieczny [jajcus(a)jajcus,net]4 * (C) Copyright 2002-2006 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/sessions.c
r670 r680 2 2 3 3 /* 4 * (C) Copyright 2002-200 5Jacek Konieczny [jajcus(a)jajcus,net]4 * (C) Copyright 2002-2006 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/sessions.h
r631 r680 2 2 3 3 /* 4 * (C) Copyright 2002-200 5Jacek Konieczny [jajcus(a)jajcus,net]4 * (C) Copyright 2002-2006 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/stats.c
r630 r680 2 2 3 3 /* 4 * (C) Copyright 2002-200 5Jacek Konieczny [jajcus(a)jajcus,net]4 * (C) Copyright 2002-2006 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/stats.h
r631 r680 2 2 3 3 /* 4 * (C) Copyright 2002-200 5Jacek Konieczny [jajcus(a)jajcus,net]4 * (C) Copyright 2002-2006 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/status.c
r659 r680 2 2 3 3 /* 4 * (C) Copyright 2002-200 5Jacek Konieczny [jajcus(a)jajcus,net]4 * (C) Copyright 2002-2006 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/status.h
r631 r680 2 2 3 3 /* 4 * (C) Copyright 2002-200 5Jacek Konieczny [jajcus(a)jajcus,net]4 * (C) Copyright 2002-2006 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/stream.c
r630 r680 2 2 3 3 /* 4 * (C) Copyright 2002-200 5Jacek Konieczny [jajcus(a)jajcus,net]4 * (C) Copyright 2002-2006 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/stream.h
r631 r680 2 2 3 3 /* 4 * (C) Copyright 2002-200 5Jacek Konieczny [jajcus(a)jajcus,net]4 * (C) Copyright 2002-2006 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/users.c
r661 r680 2 2 3 3 /* 4 * (C) Copyright 2002-200 5Jacek Konieczny [jajcus(a)jajcus,net]4 * (C) Copyright 2002-2006 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify trunk/src/users.h
r661 r680 2 2 3 3 /* 4 * (C) Copyright 2002-200 5Jacek Konieczny [jajcus(a)jajcus,net]4 * (C) Copyright 2002-2006 Jacek Konieczny [jajcus(a)jajcus,net] 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify
