about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Added missing filesJames Booth2012-10-232-0/+101
| | |
| * | Added PACKAGE_STATUS to configure.acJames Booth2012-10-232-4/+13
| | |
| * | Merge branch 'master' into devJames Booth2012-10-232-6/+18
| |\|
| | * autotools: move libraries to LIBS instead of AM_CFLAGSDmitry Podgorny2012-10-231-2/+1
| | | | | | | | | | | | | | | | | | Libraries are agruments for linker. So move them to LIBS vatiable. AC_CHECK_LIB adds library to LIBS on success and we don't have to add them manually.
| | * autotools: introduce choice among libxml2 and expatDmitry Podgorny2012-10-231-3/+13
| | | | | | | | | | | | | | | | | | | | | Now profanity is linked with expat only. This breaks build when libstrophe is build with libxml2 support. This patch introduce --with-libxml2 option to ./configure in the same way as it is done in libstrophe.
| | * Check for method of setting ESCDELAYJames Booth2012-10-231-2/+5
| | |
| * | Added check for latest releaseJames Booth2012-10-232-1/+9
| |/
| * Removed libxml2 from install-all.shJames Booth2012-10-231-3/+3
| |
| * Removed dependency on libxml2James Booth2012-10-231-3/+1
| | | | | | | | expat is used by default in libstrophe
| * Added /about commandJames Booth2012-10-233-18/+45
| | | | | | | | Useful for showing version
| * Trailing whitespaceJames Booth2012-10-232-2/+2
| |
| * Split help into sectionsJames Booth2012-10-223-3/+63
| | | | | | | | Most of the time complete help was too big for the screen
| * Escape key clears input lineJames Booth2012-10-221-0/+8
| |
* | Merge branch 'master' into type_outJames Booth2012-10-2239-623/+722
|\|
| * Added autocomplete for boolean settingsJames Booth2012-10-223-11/+48
| |
| * Removed scripts from root folderJames Booth2012-10-222-9/+0
| |
| * Removed cygwin notes from root folderJames Booth2012-10-221-40/+0
| |
| * Fixed possible segfault when no type attribute on incoming messagesJames Booth2012-10-221-16/+18
| |
| * Free autocompleters on quitJames Booth2012-10-224-6/+17
| |
| * Refactored parameter autocompletersJames Booth2012-10-222-66/+56
| |
| * Renamed other autocompletersJames Booth2012-10-216-15/+15
| |
| * Renamed help autocompleterJames Booth2012-10-213-6/+6
| |
| * Added /help parameter autocompleteJames Booth2012-10-213-3/+37
| |
| * Added Dmitry to contributors list in man pageJames Booth2012-10-211-0/+2
| |
| * Removed trailing whitespace from src and testsJames Booth2012-10-2135-446/+446
| |
| * Merge pull request #46 from pasis/masterJames Booth2012-10-215-29/+96
| |\ | | | | | | Improved error handling. Handles when user does not exist at server, and when the server cannot be contacted (for example if the server name is typed incorrectly in the JID).
| | * jabber: rewrite error handlingDmitry Podgorny2012-10-201-52/+26
| | |
| | * windows: set dirty in win_show_error_msgDmitry Podgorny2012-10-181-0/+3
| | |
| | * handle error messages from serverDmitry Podgorny2012-10-185-1/+94
| | |
| | * windows: dont print wether contact exists in rosterDmitry Podgorny2012-10-181-4/+1
| | |
| | * windows: print outgoing messages for all contactsDmitry Podgorny2012-10-171-23/+23
| |/ | | | | | | | | | | | | When contact list doesn't contain a contact outgoing messages aren't printed to chat window. But incoming ones is printed. The patch fixes this and make profanity show "%s is not one of your contacts." only once on creating window.
| * Fixed indentationJames Booth2012-10-161-3/+3
| |
| * Moved jabber_free_resources callJames Booth2012-10-163-14/+1
| |
| * Merge branch 'master' of https://github.com/pasis/profanityJames Booth2012-10-163-0/+10
| |\
| | * jabber: fix crash when disconnection timeout is reachedDmitry Podgorny2012-10-173-7/+10
| | |
| * | Attempted fix at causing segfault by freeing connectionJames Booth2012-10-163-7/+13
| |/
| * Removed "Log" from history outputJames Booth2012-10-151-1/+1
| |
| * Refactored show history, free'd memoryJames Booth2012-10-141-18/+20
| |
* | Using const for chat sessionsJames Booth2012-10-142-19/+20
| | | | | | | | Allocating memory for keys and values
* | Merge branch 'master' into type_outJames Booth2012-10-147-13/+62
|\|
| * Updated man pageJames Booth2012-10-141-0/+2
| |
| * Added history optionJames Booth2012-10-144-2/+42
| |
| * Do not create directories when looking for logsJames Booth2012-10-141-7/+13
| |
| * Fixed compiler warningJames Booth2012-10-142-5/+6
| |
* | Merge branch 'master' into type_outJames Booth2012-10-146-37/+165
|\|
| * Shows log date when viewing historyJames Booth2012-10-141-0/+9
| |
| * Chaged padsize to 1000James Booth2012-10-141-1/+1
| |
| * Show history from day that session startedJames Booth2012-10-141-23/+31
| |
| * Show log if session started todayJames Booth2012-10-141-24/+35
| |
| * Refactored chat_log.cJames Booth2012-10-141-47/+31
| |