root/trunk/src/sessions.c


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) @696 [696] 09/01/08 13:49:55 jajcus - always send contact list to GG server, even if empty (thanks to Łukasz …
(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) @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) @664 [664] 12/29/05 23:12:32 jajcus - comment about using presence information instead of subscription state …
(edit) @659 [659] 12/13/05 23:10:54 smoku big statuses update - removed invisible status description - femoved …
(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) @652 [652] 12/12/05 22:49:58 smoku replaced fixed 70 status characters length with GG_STATUS_DESCR_MAXSIZE
(edit) @642 [642] 07/25/05 21:37:17 jajcus - registration/unregistration fixes
(edit) @635 [635] 07/24/05 17:21:43 jajcus - missing comma in a debug message
(edit) @630 [630] 07/24/05 16:57:39 jajcus - copyright info updated in header (year and e-mail)
(edit) @627 [627] 07/24/05 16:15:06 jajcus - fixed sending unavailable presence on exit
(edit) @625 [625] 07/24/05 11:21:11 jajcus - do not subtract 1 from server number shown in timeout message
(edit) @617 [617] 07/23/05 21:42:56 jajcus - User reference counting - send available presence on successfull connect
(edit) @607 [607] 07/23/05 15:30:35 jajcus - Use GSource and GPollFD instad of higher level GIOChannel as the socket …
(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) @595 [595] 02/23/05 18:25:37 jajcus - per-user presence control: working one-way subscriptions, directed …
(edit) @570 [570] 10/30/04 19:38:38 jajcus - disable TLS by default (doesn't work well)
(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) @525 [525] 04/13/04 19:44:07 jajcus - ported to GLib 2 - use libidn for proper JID normalization …
(edit) @497 [497] 03/16/04 20:30:25 mmazur - get roster works again
(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) @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) @472 [472] 01/30/04 10:43:56 jajcus - don't sent <presence type='subscribed'/> when not asked to
(edit) @461 [461] 09/10/03 09:25:38 jajcus - reverted last change (protocol version)
(edit) @460 [460] 09/09/03 15:33:42 jajcus - introduce yourself as GG 6.0 when using TLS
(edit) @456 [456] 09/08/03 10:03:12 jajcus - do nothing in session_set_status() when session is not connected
(edit) @454 [454] 09/08/03 09:57:31 jajcus - set presence of all contacts to unavailable when disconnected from …
(edit) @452 [452] 09/07/03 13:45:49 smoku - cutting GG-side status to allowed 70 characters
(edit) @451 [451] 09/07/03 13:43:01 smoku - loging in with protocol 0x18 (GG 5.0)
(edit) @449 [449] 09/07/03 13:36:30 smoku - segv while empty client resource fixed
(edit) @446 [446] 06/28/03 16:04:16 jajcus - cosmetics
(edit) @444 [444] 06/27/03 19:30:51 jajcus - include debug.h last - it contains macros that may break other headers
(edit) @442 [442] 06/27/03 16:58:24 jajcus - "not available with descrition" is also not available
(edit) @441 [441] 06/27/03 16:53:34 jajcus - return unavailable contact presence from bare jid unless this contact …
(edit) @436 [436] 06/27/03 11:30:29 jajcus - segmentation fault, when message from unknown user is received, fixed
(edit) @430 [430] 05/27/03 11:07:40 jajcus - show connection information to user
(edit) @429 [429] 05/27/03 10:52:02 jajcus - some servers don't accept TLS
(edit) @426 [426] 05/27/03 10:25:14 jajcus - clean shutdown - let all <presence type="unavailable"/> be written to …
(edit) @423 [423] 05/27/03 09:45:35 jajcus - support for TLS-enabled libgadu and TLS
(edit) @418 [418] 05/19/03 14:23:29 jajcus - cosmetics
(edit) @416 [416] 05/19/03 13:48:35 jajcus - presence cleanups: - all GG users use a "GG" resource - send only one …
(edit) @414 [414] 05/16/03 19:46:16 mmazur - mental blocks rock; most likely this is the fix for the mysterious …
(edit) @412 [412] 05/14/03 09:24:10 jajcus - NULL dereference bug fixed
(edit) @411 [411] 05/13/03 18:18:16 jajcus - do not try to use invalid session
(edit) @410 [410] 05/12/03 10:42:09 jajcus - free Resource object _after_ its last use, not earlier :)
(edit) @409 [409] 05/09/03 14:22:36 jajcus - wait before disconnecting after <presence type="unavailable"> is …
(edit) @406 [406] 05/09/03 12:32:01 jajcus - presence-invisible support - use full jids (with resource) for user …
(edit) @396 [396] 05/03/03 20:41:54 jajcus - more proxy settings
(edit) @386 [386] 04/28/03 09:22:53 jajcus - "import roster" option in regitration form
(edit) @384 [384] 04/27/03 21:28:21 jajcus - fixes for memory leak and possible NULL dereference, introduced by last …
(edit) @383 [383] 04/27/03 21:18:44 jajcus - set GG status on login - change GG status only when this is really …
(edit) @364 [364] 04/22/03 10:25:08 jajcus - _do_ send <presence type="subscribed"/> after successfull registration
(edit) @347 [347] 04/17/03 15:51:42 jajcus - do not send system messages twice
(edit) @344 [344] 04/16/03 13:10:17 jajcus - cosmetics
(edit) @341 [341] 04/16/03 12:38:30 jajcus - send_message() argument should be UTF-8 encoded, conversion moved to …
(edit) @338 [338] 04/16/03 11:53:02 jajcus - some memleaks removed
(edit) @332 [332] 04/15/03 18:33:04 jajcus - memleaks hunting
(edit) @328 [328] 04/14/03 19:01:18 jajcus - pubdir change on registration cleanup
(edit) @327 [327] 04/14/03 18:30:38 jajcus - some memleaks and uninitialized data usage fixed (thanks to valgrind)
(edit) @320 [320] 04/14/03 12:18:47 jajcus - packet/message statistics gathering
(edit) @311 [311] 04/13/03 18:45:31 jajcus - store current, not next, server info in server_info. This is much more …
(edit) @292 [292] 04/11/03 15:22:54 jajcus - save user after confirming, because unconfirmed user will not be saved - …
(edit) @289 [289] 04/10/03 16:59:00 mmazur - we ignore GG_PUBDIR50_WRITE since it's of no use to us
(edit) @272 [272] 04/08/03 19:45:28 jajcus - GG password change. After the password is changed the annoying message …
(edit) @271 [271] 04/08/03 14:58:02 jajcus - send messages to full jid (with resource)
(edit) @269 [269] 04/06/03 17:42:42 mmazur - gettext support finished in 95% anything else should come up while …
(edit) @258 [258] 04/05/03 23:08:31 mmazur - update-ggpubdir-when-registering works... the thing is hackish, ugly …
(edit) @257 [257] 04/05/03 13:02:57 jajcus - i18n infrastructure seems complete. Now only testing, bugfixing and …
(edit) @236 [236] 03/24/03 14:46:49 jajcus - timestamps for delayed messages added - handling of delayed chat …
(edit) @233 [233] 02/28/03 20:04:35 mmazur - small fix for multiple servers support
(edit) @223 [223] 02/04/03 14:23:28 jajcus - fixed segfault on bad registration input
(edit) @221 [221] 02/04/03 09:09:21 jajcus - s/gg_server/gg_servers/, s/Server/GgServer/
(edit) @220 [220] 02/04/03 09:06:01 jajcus - compiler warnings removed
(edit) @219 [219] 02/04/03 08:57:12 jajcus - cosmetics
(edit) @216 [216] 02/03/03 21:28:19 mmazur - implemented the new libgadu search api
(edit) @215 [215] 01/29/03 13:35:02 jajcus - s/gg_server/g_list_first(gg_server)/ where the first server is needed
(edit) @214 [214] 01/28/03 22:48:47 mmazur - switched from static table to GList in the multiple servers support …
(edit) @213 [213] 01/27/03 12:15:32 mmazur - server list support (if connection to first server failed, try …
(edit) @212 [212] 01/25/03 22:51:53 mmazur - typo
(edit) @186 [186] 01/15/03 15:17:08 jajcus - cosmetics
(edit) @185 [185] 01/15/03 15:13:12 jajcus - restart after jabber connection is broken
(edit) @183 [183] 01/15/03 09:04:56 jajcus - cosmetics
(edit) @180 [180] 01/14/03 12:03:03 jajcus - "friends only" and "invisible" commands
(edit) @171 [171] 01/12/03 16:08:59 jajcus - typo (patch by mmazur)
(edit) @145 [145] 12/10/02 08:40:03 jajcus - proper GG status change when no reason is given
(edit) @142 [142] 12/09/02 10:55:52 jajcus - more memleaks removed
Note: See TracRevisionLog for help on using the revision log.