root/trunk/licq

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @6534 [6534] 11 days flynd Fixed spelling.
(edit) @6533 [6533] 3 weeks eugene Hush down the warning.
(edit) @6532 [6532] 4 weeks flynd Added Sergey to credits.
(edit) @6531 [6531] 4 weeks flynd Added readme file for 1.3.6.
(edit) @6530 [6530] 4 weeks flynd Moved old README file to doc directory.
(edit) @6529 [6529] 4 weeks flynd Bumped Licq version. Added Qt4-Gui as alternative to Qt-Gui. Added a few …
(edit) @6528 [6528] 4 weeks flynd Removed TODO file since it's old and not maintained. Use tickets and/or …
(edit) @6527 [6527] 4 weeks flynd Added news for 1.3.5 and 1.3.6 to changelog.
(edit) @6525 [6525] 4 weeks flynd Only perform onevent if there is a parameter.
(edit) @6521 [6521] 4 weeks flynd Use strings instead of char* in onevent class so we don't need to keep …
(edit) @6520 [6520] 4 weeks flynd Added functions for reading and writing std strings to/from configuration …
(edit) @6519 [6519] 4 weeks flynd Merged all translations.
(edit) @6518 [6518] 4 weeks flynd Disable DEBUG_RW_MUTEX before releasing 1.3.6.
(edit) @6517 [6517] 4 weeks flynd Bumped version to 1.3.6 for upcoming release. All plugins updated to have …
(edit) @6513 [6513] 5 weeks flynd We don't use fortran so disable the checks in libtool for it.
(edit) @6512 [6512] 5 weeks flynd Some more unused variables.
(edit) @6509 [6509] 5 weeks flynd Let configure check whether -Wextra is usable so we can get the extra …
(edit) @6506 [6506] 5 weeks flynd Include licq_file.h where it's needed and don't include it where it's not.
(edit) @6505 [6505] 5 weeks flynd Forgot to remove this in r6504.
(edit) @6504 [6504] 5 weeks flynd Since time_t is long on some systems it might be better to not deprecate …
(edit) @6503 [6503] 5 weeks flynd Added ReadNum/WriteNum? functions for int and unsigned int since long is 64 …
(edit) @6500 [6500] 7 weeks flynd Added missing 'const' in licq_icqd.h.
(edit) @6499 [6499] 7 weeks flynd Coding style, removed tab characters for include files.
(edit) @6497 [6497] 7 weeks flynd Fixed indentation and some other coding style for the MD5 functions.
(edit) @6496 [6496] 7 weeks flynd Don't use two 32 bit vars for a 64 bit counter. Compiler can handle this …
(edit) @6495 [6495] 7 weeks flynd Use portable integer types from stdint.h instead of defining our own.
(edit) @6494 [6494] 7 weeks flynd md5 function fixed so revert r6491.
(edit) @6493 [6493] 7 weeks flynd Datatype 'long' is not 32 bits on 64 bit machines.
(edit) @6492 [6492] 7 weeks flynd Digest from md5 function might contain null bytes so we can't use normal …
(edit) @6491 [6491] 7 weeks flynd Reverted to using MD5 from openssl until our own md5 function has been …
(edit) @6489 [6489] 8 weeks flynd Dump entire packages, not just the first 0x180 bytes.
(edit) @6486 [6486] 2 months emostar Add our own MD5 function so we don't need to rely upon openssl fixes #1642
(edit) @6473 [6473] 2 months flynd Added function to save entire user with just one call.
(edit) @6470 [6470] 3 months flynd When we crash, disable signal handler so we can't get called again and …
(edit) @6467 [6467] 3 months flynd Use const pointers for user and owner objects in daemon when they are only …
(edit) @6465 [6465] 3 months flynd Declare ICQOwner get functions as const.
(edit) @6464 [6464] 3 months flynd Using search & replace sometime gets too many hits.
(edit) @6462 [6462] 3 months flynd Declare get functions in user object as const so we can use const pointers …
(edit) @6459 [6459] 3 months flynd Marked mutexes as mutable so it's possible to use a const pointer to a …
(edit) @6447 [6447] 3 months emostar fix a boundary error that caused an ending zero-length tlv to not be read
(edit) @6440 [6440] 3 months flynd Cast time_t may be signed on some systems so cast it so we don't get …
(edit) @6438 [6438] 3 months eugene Fixed user TLVs handling received in the initial contact list packet.
(edit) @6435 [6435] 3 months eugene Changed to avoid adding new users into the list just because they sent us …
(edit) @6430 [6430] 3 months flynd Redefined UserStringList? to use std::string instead of char* so we don't …
(edit) @6425 [6425] 3 months flynd Socket owner may be null so check before use.
(edit) @6422 [6422] 3 months flynd Cast time stamp so it's the correct integer type regardless of what time_t …
(edit) @6421 [6421] 3 months flynd Use deprecated define for all functions.
(edit) @6420 [6420] 3 months flynd It seems deprecated attribute needs to be last for constructors to work on …
(edit) @6419 [6419] 3 months flynd Marked deprecated functions in icqd and chat.
(edit) @6418 [6418] 3 months flynd Marked deprecated functions in messages and utilities.
(edit) @6417 [6417] 3 months flynd Marked uin functions in licq_user.h as deprecated.
(edit) @6411 [6411] 3 months flynd Removed uin functions from socket classes as they are no longer used.
(edit) @6405 [6405] 3 months flynd More UIN removed.
(edit) @6404 [6404] 3 months eugene Made server-side users be collected into a separate map and processed all …
(edit) @6403 [6403] 3 months flynd Cast should be unsigned long.
(edit) @6402 [6402] 3 months flynd More uin calls removed or rewritten.
(edit) @6401 [6401] 3 months flynd Added missing unistd.h includes.
(edit) @6400 [6400] 3 months flynd Fixed some cast warnings found while trying to compile on bsd.
(edit) @6399 [6399] 3 months flynd Restore portable cast expression for iconv() call.
(edit) @6398 [6398] 3 months flynd Deprecated attribute seems to work better when put before function name …
(edit) @6397 [6397] 3 months flynd Use a define to mark deprecated functions as the attribute is not …
(edit) @6396 [6396] 3 months flynd Removing -Wextra as not all compilers support it.
(edit) @6395 [6395] 3 months flynd Added netinet/in.h include as it's not included from arpa/inet.h on bsd.
(edit) @6394 [6394] 3 months eugene Set a default startup value for static variable.
(edit) @6390 [6390] 3 months flynd Removed the birtday functions from daemon. They were not fully implemented …
(edit) @6387 [6387] 3 months root_42 - Tentative fix for the logon problems, curtesy to the Pidgin project …
(edit) @6383 [6383] 3 months flynd Forgot one call to SetOwnerUin? in r6382.
(edit) @6382 [6382] 3 months flynd Marked old owner functions in user manager as deprecated. Updated daemon …
(edit) @6371 [6371] 3 months flynd Added partial support for id instead of uin in file transfer class.
(edit) @6370 [6370] 3 months flynd Added function to get user id of an owner. Added a DropOwner?() that takes …
(edit) @6364 [6364] 3 months flynd Removed the user list since there is no need to have both a list and a …
(edit) @6363 [6363] 3 months flynd Replaced CUserHashTable with std::map. A custom hash map shouldn't make …
(edit) @6362 [6362] 4 months flynd Remove uin functions from CUserHashTable as they're not needed anymore.
(edit) @6357 [6357] 4 months eugene Moved user processing further, after owner logoff signal is sent.
(edit) @6356 [6356] 4 months eugene I was too quick to make that change.
(edit) @6355 [6355] 4 months eugene Made a step toward proper server-side vs local group synchronization.
(edit) @6354 [6354] 4 months eugene Removed a network log warning about 2 unknown List family SNAC subtypes. …
(edit) @6349 [6349] 4 months eugene Touching this file was my mistake…
(edit) @6348 [6348] 4 months eugene Added constants inclusion into licq_user.h for plugins convenience.
(edit) @6347 [6347] 4 months eugene Revised header inclusion. Cleaned up a little.
(edit) @6343 [6343] 4 months flynd Always return true if asking if we're member in All Users.
(edit) @6341 [6341] 4 months flynd Highest system group is one lower than number of system groups.
(edit) @6340 [6340] 4 months flynd Group 0 doesn't exist so don't return that we are member of it.
(edit) @6338 [6338] 4 months flynd Added function so we can check if a group exists without locking it.
(edit) @6337 [6337] 4 months eugene Don't display the empty name of the top level group when it's updated.
(edit) @6335 [6335] 4 months eugene Don't forget to propogate group id which we intend to add the user to.
(edit) @6329 [6329] 4 months eugene Exported a handy function PPIDSTRING for converting numeric ppid into a …
(edit) @6328 [6328]