about summary refs log tree commit diff stats
path: root/src/xmpp/connection.c
Commit message (Expand)AuthorAgeFilesLines
* fixed several memory leaksDmitry Podgorny2013-06-091-2/+6
* Refactored roster push handlingJames Booth2013-05-211-2/+2
* Renamed contact_list_ functions to roster_James Booth2013-05-061-1/+0
* Created roster module, moved roster iq'sJames Booth2013-05-061-1/+3
* Fixed error when losing connection and segfaulting on notify_remind()James Booth2013-05-061-2/+2
* Show shortened room jid if possible on inviteJames Booth2013-04-181-0/+13
* Check for NULL connection and contextJames Booth2013-03-021-4/+16
* Init and shutdown of libstrophe moved, free resources before creatingJames Booth2013-02-271-12/+24
* Removed connection_shutdown functionJames Booth2013-02-271-12/+9
* Replace FREE_SET_NULLs with function callJames Booth2013-02-271-4/+1
* Split connection_free_resourcesJames Booth2013-02-271-7/+34
* Made connection free resources static functionJames Booth2013-02-271-4/+6
* Added debug to connection handlerJames Booth2013-02-261-0/+12
* Revert "Commented self presence handling #151"James Booth2013-02-211-3/+3
* Commented self presence handling #151James Booth2013-02-201-3/+3
* Remove all from resource hash table, rather than destroyJames Booth2013-02-191-1/+1
* Show available resources for current account with "/account"James Booth2013-02-181-0/+23
* Added usage of handlers to message and presence modulesJames Booth2013-02-101-1/+2
* Removed presence from jabber_connJames Booth2013-02-101-17/+0
* Renamed jabber_presence_t->presence_tJames Booth2013-02-101-3/+3
* Use of const in connection.cJames Booth2013-02-041-5/+6
* Small tidy up in connection.cJames Booth2013-02-031-3/+10
* Added assertsJames Booth2013-02-031-3/+10
* Removed jabber_restart functionJames Booth2013-02-031-8/+4
* Moved caps_init() out of xmpp.hJames Booth2013-02-031-0/+2
* Moved private xmpp functions to connection.hJames Booth2013-02-031-10/+11
* Added config dir to sourceJames Booth2013-02-021-1/+1
* Tidied #include'sJames Booth2013-02-021-7/+7
* Removed presence functions from xmpp.hJames Booth2013-02-021-0/+1
* Removed iq functions from xmpp.hJames Booth2013-02-021-0/+1
* Removed message handler function from xmpp.hJames Booth2013-02-021-0/+1
* Removed stanza functions from xmpp.hJames Booth2013-02-021-0/+1
* Added xmpp subdir to sourceJames Booth2013-02-021-0/+513
/a> 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 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