root/trunk/src


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @699 [699] 10/26/08 09:00:55 jajcus - remove old timers on re-login (thx smoku)
(edit) @697 [697] 10/21/08 15:16:34 jajcus - properly load u->subscribe
(edit) @696 [696] 09/01/08 13:49:55 jajcus - always send contact list to GG server, even if empty (thanks to Łukasz …
(edit) @695 [695] 11/16/07 13:00:02 jajcus - more GG versions recognized (thanks to arghil)
(edit) @694 [694] 06/29/07 08:46:10 jajcus - buffer overflow bug fixed, thanks Michal
(edit) @693 [693] 10/22/06 10:40:51 jajcus - forbidden (not defined in vcard-temp) jabber:iq:register fields 'gender' …
(edit) @692 [692] 10/22/06 10:39:45 jajcus - when user is already registered return the information in the reply to a …
(edit) @691 [691] 10/22/06 10:38:23 jajcus - long message splitting hopefully fixed (previous version of the function …
(edit) @690 [690] 07/19/06 10:03:05 jajcus Another patch by Zbyszek Żółkiewski (kolargol): - new default server IP …
(edit) @687 [687] 06/21/06 22:48:51 jajcus - hopefully fixed problem with the second login to GG
(edit) @686 [686] 06/08/06 22:47:59 jajcus - include timestamps in the debuging messages, log level cleanup (fixes …
(edit) @680 [680] 06/02/06 21:08:21 jajcus - dates in the copyright header updated
(edit) @670 [670] 04/09/06 18:57:54 jajcus - log UIN together with JID on login success/failure. Patch by Zbyszek …
(edit) @668 [668] 04/08/06 20:49:06 jajcus - do not use '/registered' resource by default, but still do it in old …
(edit) @665 [665] 12/29/05 23:19:14 jajcus - reverted last change
(edit) @664 [664] 12/29/05 23:12:32 jajcus - comment about using presence information instead of subscription state …
(edit) @663 [663] 12/29/05 23:07:33 jajcus - trigger presence_send_subscribe() on every successfully processed …
(edit) @662 [662] 12/29/05 22:43:17 jajcus - fix of use of uninitialized variables
(edit) @661 [661] 12/29/05 22:40:16 jajcus - keep track of user subscription to transport, so <presence …
(edit) @660 [660] 12/15/05 01:17:38 smoku sending fixed status in info using utf-8 bugfix
(edit) @659 [659] 12/13/05 23:10:54 smoku big statuses update - removed invisible status description - femoved …
(edit) @658 [658] 12/12/05 23:36:57 smoku saving status message in user.xml file
(edit) @657 [657] 12/12/05 23:36:09 smoku connect as invisible, change status after connection
(edit) @656 [656] 12/12/05 23:31:37 smoku 'status not changed' detection fix
(edit) @655 [655] 12/12/05 23:27:46 smoku update gg status even when disconnected
(edit) @654 [654] 12/12/05 22:58:09 smoku send disconnection jabber status before gg logoff
(edit) @653 [653] 12/12/05 22:51:37 smoku datatype cosmetics
(edit) @652 [652] 12/12/05 22:49:58 smoku replaced fixed 70 status characters length with GG_STATUS_DESCR_MAXSIZE
(edit) @651 [651] 12/12/05 22:45:36 smoku normalize resource concat fix
(edit) @650 [650] 12/12/05 22:44:08 smoku new GG client version mappings
(edit) @649 [649] 10/12/05 21:38:36 jajcus - ACL fix (rules with no 'what' attribute were ignored)
(edit) @645 [645] 07/26/05 22:20:32 jajcus - disabled --show-reachable=yes option for valgrind
(edit) @644 [644] 07/26/05 22:00:46 jajcus - user file format version marker - workaround for buggy user files (wrong …
(edit) @643 [643] 07/26/05 21:34:04 jajcus - don't break contact subscription on <presence type='probe'/>! (why the …
(edit) @642 [642] 07/25/05 21:37:17 jajcus - registration/unregistration fixes
(edit) @641 [641] 07/25/05 20:45:32 jajcus - send <presence type='subscribe'/> on sucessull registration
(edit) @640 [640] 07/25/05 20:39:45 jajcus - call the 'garbage collector' on each user_delete() (makes unregistration …
(edit) @639 [639] 07/25/05 17:49:26 jajcus - define g_debug() macro if it is not defined by glib
(edit) @635 [635] 07/24/05 17:21:43 jajcus - missing comma in a debug message
(edit) @634 [634] 07/24/05 17:20:58 jajcus - updated
(edit) @631 [631] 07/24/05 16:58:23 jajcus - copyright info updated in header (year and e-mail)
(edit) @630 [630] 07/24/05 16:57:39 jajcus - copyright info updated in header (year and e-mail)
(edit) @628 [628] 07/24/05 16:48:01 jajcus - fixed memory leaks in the conversation with transport code
(edit) @627 [627] 07/24/05 16:15:06 jajcus - fixed sending unavailable presence on exit
(edit) @626 [626] 07/24/05 11:39:26 jajcus - 'Saving user ...' is now a debug message -- it was displayed too often
(edit) @625 [625] 07/24/05 11:21:11 jajcus - do not subtract 1 from server number shown in timeout message
(edit) @621 [621] 07/23/05 22:16:22 jajcus - continued search results removed as not compatible with XMPP
(edit) @620 [620] 07/23/05 22:00:55 jajcus - all the password-change related stuff commented-out
(edit) @619 [619] 07/23/05 21:48:28 jajcus - free version query node after use
(edit) @618 [618] 07/23/05 21:46:53 jajcus - do not access contact possibly removed by user_check_contact()
(edit) @617 [617] 07/23/05 21:42:56 jajcus - User reference counting - send available presence on successfull connect
(edit) @616 [616] 07/23/05 21:41:37 jajcus - user reference counting (simple garbage collection, currently on exit …
(edit) @615 [615] 07/23/05 16:45:43 jajcus - use the right timestamp
(edit) @614 [614] 07/23/05 16:40:04 jajcus - memory leak fix
(edit) @613 [613] 07/23/05 16:37:21 jajcus - another use of uninitialized variable fixed
(edit) @612 [612] 07/23/05 16:27:27 jajcus - memory leak fix
(edit) @611 [611] 07/23/05 16:25:08 jajcus - use of uninitialized variable (invisible_status) fixed
(edit) @610 [610] 07/23/05 16:19:43 jajcus - support for HTTP requests removed -- the only request implemented was …
(edit) @609 [609] 07/23/05 16:19:31 jajcus - support for HTTP requests removed -- the only request implemented was …
(edit) @608 [608] 07/23/05 16:00:39 jajcus - password change is not available any more
(edit) @607 [607] 07/23/05 15:30:35 jajcus - Use GSource and GPollFD instad of higher level GIOChannel as the socket …
(edit) @606 [606] 07/23/05 15:29:17 jajcus - use g_io_channel_shutdown instead of obsolete g_io_channel_close
(edit) @605 [605] 07/22/05 18:45:26 jajcus - do not try to close session iochannel twice
(edit) @604 [604] 07/22/05 18:43:26 jajcus - do not pass NULL argument to debug() (use empty string instead)
(edit) @600 [600] 07/22/05 09:18:45 jajcus - do not use libgadu/make.inc (that was ugly hack that didn't work as it …
(edit) @595 [595] 02/23/05 18:25:37 jajcus - per-user presence control: working one-way subscriptions, directed …
(edit) @594 [594] 02/23/05 18:23:54 jajcus - unnecessary XMPP stream output buffering dropped -- that caused too much …
(edit) @593 [593] 02/23/05 18:22:01 jajcus - updated to use the included libgadu
(edit) @587 [587] 11/05/04 07:31:35 smoku new password change method fix
(edit) @580 [580] 10/31/04 15:15:14 jajcus - convert unknown characters to '?' or the Unicode replacement character …
(edit) @579 [579] 10/31/04 14:53:13 jajcus - apply 'invisible' and 'friends only' settings when registration form …
(edit) @570 [570] 10/30/04 19:38:38 jajcus - disable TLS by default (doesn't work well)
(edit) @569 [569] 10/30/04 17:56:40 jajcus - updated for JEP-30 and Jabber Registar disco categories/types registry …
(edit) @556 [556] 10/28/04 19:52:35 jajcus - .cvsingore files are not needed in SVN
(edit) @551 [551] 10/27/04 22:50:14 jajcus - send GG roster in 'normal' message, not 'chat' (fixes the roster …
(edit) @545 [545] 06/11/04 09:31:04 smoku protocol 0x22 added
(edit) @544 [544] 06/11/04 09:19:11 smoku conference disabling cleanup
(edit) @543 [543] 06/11/04 09:09:18 smoku disabled GG conference messages - it's not supported yet
(edit) @538 [538] 04/30/04 08:56:22 jajcus - don't set type='chat' on jabber:x:roster messages
(edit) @535 [535] 04/22/04 10:05:17 smoku checking return code of stream_eat()
(edit) @533 [533] 04/14/04 13:00:41 jajcus - ported to glib2
(edit) @525 [525] 04/13/04 19:44:07 jajcus - ported to GLib 2 - use libidn for proper JID normalization …
(edit) @521 [521] 03/28/04 15:24:35 jajcus - s/Dutch/Nederlands/
(edit) @519 [519] 03/28/04 12:06:16 jajcus - Dutch in locale mapping (to be updated)
(edit) @504 [504] 03/18/04 11:17:57 jajcus - interactive 'valgrind-int' target with --gen-suppressions=yes option …
(edit) @502 [502] 03/17/04 23:40:02 jajcus - cosmetics
(edit) @500 [500] 03/17/04 23:28:33 jajcus - don't break on write buffer overflow - just block to send the data
(edit) @499 [499] 03/17/04 21:05:07 jajcus - make jggtrans interruptable when not connected to jabber server - …
(edit) @498 [498] 03/17/04 21:02:24 jajcus - do not send presence errors in response to presence errors
(edit) @497 [497] 03/16/04 20:30:25 mmazur - get roster works again
(edit) @495 [495] 03/05/04 09:39:41 jajcus - configure --disable-nls should work now
(edit) @494 [494] 03/01/04 19:31:33 mmazur - Jajcus says ping is important
(edit) @493 [493] 03/01/04 18:26:05 mmazur - removed ping support. Not used and only makes a lot of noise when …
(edit) @490 [490] 02/26/04 08:32:54 jajcus - LOG_FTP and LOG_AUTHPRIV are not available on Solaris - use them only …
(edit) @486 [486] 02/20/04 18:42:51 jajcus - cosmetics
(edit) @482 [482] 02/05/04 15:22:24 smoku - reverted misfix
(edit) @480 [480] 02/05/04 13:49:42 smoku - we now log in with GG_DEFAULT_PROTOCOL_VERSION [teardrop]
(edit) @479 [479] 02/05/04 13:47:16 smoku - disabled roster import even more ;-)
(edit) @478 [478] 02/05/04 13:46:10 smoku - support for protocol 6.0 notifies and statuses
(edit) @473 [473] 01/30/04 10:47:11 jajcus - always send presence_subscribe from /registered jid
Note: See TracRevisionLog for help on using the revision log.