about summary refs log tree commit diff stats
path: root/src/roster_list.c
Commit message (Expand)AuthorAgeFilesLines
* Updated copyrightJames Booth2016-02-141-1/+1
* Removed unused arg from roster_get_ functionsJames Booth2016-01-311-14/+2
* Removed _rosterwin_contacts_by_no_group functionJames Booth2016-01-301-39/+10
* Added roster struct, create and destroy roster on connect/disconnectJames Booth2016-01-051-100/+147
* Pass offline filter to roster_get_contactsJames Booth2015-11-181-1/+7
* Pass offline filter to roster list functionsJames Booth2015-11-181-2/+14
* Pass ordering to roster list functionsJames Booth2015-11-181-61/+21
* Added /roster order name|presenceJames Booth2015-11-171-7/+109
* Keep count of group membersJames Booth2015-11-121-16/+79
* Applied coding style to src/James Booth2015-10-261-42/+37
* Optimised contact comparisons, create utf8 collate key onceJames Booth2015-05-071-13/+7
* Use null check convention in roster_list.cJames Booth2015-05-041-15/+15
* Added roster list function to get display name for messagesJames Booth2015-05-031-0/+28
* Lowercase barejid before searching rosterJames Booth2015-02-231-5/+9
* Fixed spelling.Christian Storm2015-02-171-5/+5
* Updated copyrightJames Booth2015-02-101-1/+1
* Simplified autocompleters and command historyJames Booth2015-01-161-4/+4
* Merge remote-tracking branch 'incertia/master'James Booth2014-11-241-0/+18
|\
| * roster_get_contacts_nooffline only gets contacts that are not offlineWill Song2014-11-231-1/+2
| * add functions for getting roster list without offline contacts (but not imple...Will Song2014-11-231-0/+17
|/
* Fix autocomplete clash, fix crash on opening window when recipient not in rosterJames Booth2014-11-221-1/+5
* Renamed roster autocomplete functionsJames Booth2014-11-221-4/+4
* Fixed leaksJames Booth2014-11-131-0/+1
* Implemented /roster by groupJames Booth2014-11-131-0/+20
* Implemented roster grouped by presenceJames Booth2014-11-121-0/+20
* Renamed autocomplete function to get listJames Booth2014-09-261-1/+1
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
* Added quote param to autocomplete_completeJames Booth2014-07-091-4/+4
* Updated copyrightJames Booth2014-03-091-1/+1
* Refactored roster add/updateJames Booth2014-01-051-40/+30
* Removed prof_handle group functionsJames Booth2014-01-051-30/+0
* Removed roster_list dependency on xmpp moduleJames Booth2014-01-051-26/+16
* Refactored roster_change_nameJames Booth2014-01-051-11/+9
* Moved autocomplete tests to cmockaJames Booth2013-12-141-11/+11
* Added simple mock test, refactored rosterJames Booth2013-12-141-0/+475
405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557