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