about summary refs log tree commit diff stats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Check for valid PGP key on startJames Booth2015-08-233-2/+32
|
* Log recipient used for PGP decryptionJames Booth2015-08-231-1/+19
|
* Free OTR TLVSJames Booth2015-08-201-1/+11
|
* Free id for OTR messagesJames Booth2015-08-202-5/+10
|
* Tidied pgp memory allocationsJames Booth2015-08-114-43/+71
|
* Free pgp key on connectJames Booth2015-08-101-0/+2
|
* Free timestamp and id for receiptsJames Booth2015-08-092-1/+3
|
* Dereference timestamp on chat loggingJames Booth2015-08-091-1/+6
|
* Free gpgme context on verificationJames Booth2015-08-091-0/+1
|
* Free pgp headersJames Booth2015-08-091-0/+1
|
* Free software version result propertiesJames Booth2015-08-091-0/+9
|
* Dereference pgp keyJames Booth2015-08-091-1/+5
|
* Free error message in carbons handlersJames Booth2015-08-091-0/+2
|
* Free timestamps and carbons stanzasJames Booth2015-08-092-3/+11
|
* Free strings in prefs_loadJames Booth2015-08-091-0/+2
|
* Updated /help helpJames Booth2015-08-081-1/+6
|
* Show software version result in current windowJames Booth2015-08-065-25/+78
|
* Fix typobrandenbyers2015-08-051-1/+1
|
* Handle resource not found on sofware version requestJames Booth2015-08-051-0/+4
|
* Use original JID in software version request in MUCJames Booth2015-08-051-6/+5
|
* Handle software version requests for gateways that return from domainpartJames Booth2015-08-051-2/+8
|
* Use id handler for software version requests, handle errorsJames Booth2015-08-054-7/+51
|
* Modified /account helpJames Booth2015-08-031-30/+32
|
* Added account status autocompleteJames Booth2015-08-031-0/+20
|
* Handle private messages that include muc#user namespaceJames Booth2015-08-021-3/+10
|
* Handle larger than line words in wrappingJames Booth2015-07-301-23/+39
|
* Added cons_show_paddedJames Booth2015-07-296-44/+61
|
* Do not print newline when curs position 0James Booth2015-07-291-1/+4
|
* Added indent paddingJames Booth2015-07-299-420/+450
|
* Refactored showing tagged command helpJames Booth2015-07-281-98/+65
|
* Retagged commandsJames Booth2015-07-274-238/+225
|
* Added tags to command definitionsJames Booth2015-07-275-90/+362
|
* Fixed tests for new command formatJames Booth2015-07-271-1/+3
|
* Use command definition macros for remaining commandsJames Booth2015-07-261-676/+461
|
* Added command definition macrosJames Booth2015-07-261-329/+229
|
* Show command header in help outputJames Booth2015-07-261-1/+8
|
* Reordered command argumentsJames Booth2015-07-263-166/+166
|
* Added message for invalid /wins usageJames Booth2015-07-261-0/+2
|
* Removed old command helpJames Booth2015-07-266-426/+414
|
* Updated help category outputJames Booth2015-07-263-96/+100
|
* Moved remaining help to new formatJames Booth2015-07-261-315/+507
|
* Fix formatting for variables in new helpJames Booth2015-07-251-15/+15
|
* Generate HTML docs using new help formatJames Booth2015-07-251-15/+73
|
* Added more help to new formatJames Booth2015-07-251-504/+744
|
* Added roster to new help formatJames Booth2015-07-241-42/+54
|
* Added msg to new help formatJames Booth2015-07-241-26/+37
|
* Added connect to new help formatJames Booth2015-07-242-57/+64
|
* Moved help and about to new formatJames Booth2015-07-235-111/+242
|
* Merge branch 'master' into helpJames Booth2015-07-222-4/+11
|\
| * Added id attributes to roster queriesJames Booth2015-07-222-4/+11
| | | | | | | | fixes #596