about summary refs log tree commit diff stats
path: root/src/profanity.c
Commit message (Expand)AuthorAgeFilesLines
...
* Losing connection shows 'offline' in uiJames Booth2013-02-031-14/+9
* Removed jabber_restart functionJames Booth2013-02-031-1/+0
* Moved caps_init() out of xmpp.hJames Booth2013-02-031-1/+0
* Refactored string preferencesJames Booth2013-02-031-9/+9
* Refactored getting boolean preferencesJames Booth2013-02-031-3/+3
* Removed log function to log.cJames Booth2013-02-031-16/+1
* Added resize check to ui moduleJames Booth2013-02-021-10/+1
* Tidied directory creationJames Booth2013-02-021-55/+10
* Removed files.cJames Booth2013-02-021-2/+72
* Added config dir to sourceJames Booth2013-02-021-3/+3
* Added command and tools subdirs to sourceJames Booth2013-02-021-1/+1
* Tidied #include'sJames Booth2013-02-021-3/+4
* Added ui subdir to sourceJames Booth2013-02-021-1/+1
* Added xmpp subdir to sourceJames Booth2013-02-021-1/+1
* Show current presence when logging inJames Booth2013-01-311-5/+4
* Fixed chat loggingJames Booth2013-01-291-12/+12
* Moved message functions to xmpp_message.cJames Booth2013-01-291-1/+1
* Moved functions to xmpp_presenceJames Booth2013-01-281-4/+4
* Joined log and chat_log modulesJames Booth2013-01-281-1/+0
* Renamed history modulesJames Booth2013-01-281-1/+1
* Renamed history.c -> command_history.cJames Booth2013-01-281-1/+0
* Renamed capabilities.c -> xmpp_caps.cJames Booth2013-01-281-1/+0
* Renamed jabber.h -> xmpp.hJames Booth2013-01-281-1/+1
* Added development string to logJames Booth2013-01-271-1/+5
* Refactored connecting, and reconnectingJames Booth2013-01-271-14/+0
* Renamed account_add_login -> account_add, added commentsJames Booth2013-01-271-1/+1
* Added client to /info command in chat roomsJames Booth2013-01-201-4/+5
* Initialise and free capabilitiesJames Booth2013-01-201-0/+3
* Added retrieval of caps string from presenceJames Booth2013-01-191-5/+5
* Show message in chat room when nickname conflictJames Booth2013-01-161-3/+9
* Handle /who command in chat roomsJames Booth2013-01-151-1/+2
* Disabled logging for chat rooms and private chatJames Booth2013-01-151-2/+2
* Renamed muc functionsJames Booth2013-01-121-5/+5
* Renamed room_chat module to mucJames Booth2013-01-121-1/+1
* Updated copyrightJames Booth2013-01-111-1/+1
* Autocomplete: added free functionJames Booth2013-01-111-1/+2
* Added _inp_win_refresh() macro, renamed and moved some functionsJames Booth2013-01-061-1/+1
* Handle wide chars on inputJames Booth2013-01-031-2/+2
* Include ncursesw, set localeJames Booth2013-01-021-0/+2
* Fixed name clashes with windows.hJames Booth2012-12-111-2/+2
* Handle logins using accountsJames Booth2012-12-091-0/+17
* Handle idle time from contactsJames Booth2012-12-091-4/+5
* Renamed functions in themeJames Booth2012-12-081-1/+1
* Added server property to accountsJames Booth2012-12-071-2/+2
* Moved logins to accounts moduleJames Booth2012-12-021-1/+3
* Create logs dir for main logJames Booth2012-12-021-4/+1
* Removed development codeJames Booth2012-12-011-4/+1
* Use profanity input for idle time when libxss not availalbeJames Booth2012-12-011-2/+7
* Implemented /autoaway mode idleJames Booth2012-12-011-7/+13
* More useful console message on auto awayJames Booth2012-12-011-2/+4
href='#n480'>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 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598