about summary refs log tree commit diff stats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Implemented /script showJames Booth2015-10-171-0/+1
|
* Implemented /script listJames Booth2015-10-171-0/+1
|
* Add ability to script commands after connectJames Booth2015-10-155-15/+17
|
* Title bar TLS indicatorJames Booth2015-10-141-2/+2
| | | | Issue #616
* functionaltests: user ip address for server on connectJames Booth2015-10-132-2/+2
|
* functionaltests: reset connect wait to 30 secsJames Booth2015-10-131-1/+1
|
* functionaltests: Doubled libexpect timeout for connectJames Booth2015-10-131-1/+1
|
* Doubled expect timeout for connect in tests, removed libuuid from travis buildJames Booth2015-10-131-1/+1
|
* Fixed testsJames Booth2015-10-121-0/+7
|
* Fixed functional testsJames Booth2015-09-301-3/+13
|
* WIP: Added last activity request and responseJames Booth2015-09-291-0/+1
|
* Added auto xa option, tidied autoaway codeJames Booth2015-09-272-2/+6
|
* Set status to what it was before autoawayJames Booth2015-09-251-1/+1
|
* Fixed testJames Booth2015-09-251-1/+0
|
* Save last activity to account on disconnectJames Booth2015-09-252-0/+2
|
* Prompt user to allow or deny untrusted TLS certificatesJames Booth2015-09-221-0/+5
|
* Pass delay timestamp to all incoming chat eventsJames Booth2015-09-081-4/+3
|
* PGP: Format fingerprintsJames Booth2015-08-301-0/+6
|
* Split PGP incoming and outgoing message handlingJames Booth2015-08-301-4/+10
|
* Fixed OTR decryption checkJames Booth2015-08-273-0/+10
|
* Added str_contains_str to commonJames Booth2015-08-263-0/+69
|
* Fixed test stubsJames Booth2015-08-261-2/+2
|
* Added PGP key autocompleterJames Booth2015-08-251-0/+7
|
* PGP: Show key IDs for assigned public keysJames Booth2015-08-251-1/+1
|
* Show public/private indicator when listing PGP keysJames Booth2015-08-251-3/+3
|
* Removed unused barejid argument from PGP decryptionJames Booth2015-08-241-1/+1
|
* Added JID to log when failing to load PGP fingerprintJames Booth2015-08-231-0/+5
| | | | Added PGP stub for tests
* Tidied pgp memory allocationsJames Booth2015-08-111-0/+2
|
* Show software version result in current windowJames Booth2015-08-064-9/+68
|
* Handle software version requests for gateways that return from domainpartJames Booth2015-08-054-0/+31
|
* Use id handler for software version requests, handle errorsJames Booth2015-08-053-0/+27
|
* Added software version request testsJames Booth2015-08-043-0/+66
|
* Added test for missing resource on presenceJames Booth2015-08-043-0/+21
|
* Added cons_show_paddedJames Booth2015-07-291-1/+3
|
* Added indent paddingJames Booth2015-07-291-2/+2
|
* Fixed tests for new command formatJames Booth2015-07-2714-833/+333
|
* Moved help and about to new formatJames Booth2015-07-231-0/+2
|
* tests: prof_connect_with_roster takes itemsJames Booth2015-07-232-18/+17
|
* Added id attributes to roster queriesJames Booth2015-07-225-9/+148
| | | | fixes #596
* Added reciept send functional testJames Booth2015-07-203-0/+23
|
* Added receipt request functional testJames Booth2015-07-203-1/+35
|
* Added functional test macroJames Booth2015-07-201-102/+36
|
* Added carbon message testsJames Booth2015-07-203-0/+79
|
* Added carbons enable/disable testsJames Booth2015-07-154-1/+35
|
* Added carbons command functional testJames Booth2015-07-053-0/+30
|
* Fixed segfault in unit testsJames Booth2015-07-021-0/+1
|
* WIP fix for #516, needs memory cleanupJames Booth2015-06-292-6/+6
|
* Added messaage when account resource changed whilst connectedJames Booth2015-06-243-0/+26
|
* Merge remote-tracking branch 'pasis/stderr-log-handler'James Booth2015-06-241-0/+4
|\
| * log: Introduced stderr log handlerDmitry Podgorny2015-06-231-0/+4
| | | | | | | | | | | | | | | | This handler redirects stderr output to a pipe and gathers logs from the read end. The handler is called from main loop, therefore, if a function prints logs to stderr they will be put to log file only after function returns.