about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* cmd_url_*(): use gchar instead of charMichael Vetter2020-07-024-6/+6
* Use correct format when transforming old urlopen.cmdMichael Vetter2020-07-021-2/+9
* cmd_url_open(): fix memleakMichael Vetter2020-07-021-0/+1
* use '*' to set a default executablePierre Mazière2020-07-022-15/+28
* fix examples for /executablePierre Mazière2020-07-021-2/+2
* cmd_url_*(): remove NULLing when not neededMichael Vetter2020-07-011-8/+4
* cmd_executable(): Check arg lengthsMichael Vetter2020-07-011-0/+10
* Adjust `/executable` test to be more preciseMichael Vetter2020-07-011-1/+1
* Move url/avatar commands from logging to exectuables sectionMichael Vetter2020-07-011-0/+14
* console.c: Use prefs_free_string()Michael Vetter2020-07-011-1/+1
* prefs_free_string() doesnt need to check if pref is NULLMichael Vetter2020-07-011-4/+1
* Display a message acknowledging file saving successPierre Mazière2020-06-251-0/+2
* Display default value for /url associated commandsPierre Mazière2020-06-251-5/+9
* Add /url autocompletionPierre Mazière2020-06-251-4/+22
* Replace /urlopen with /url and adapt /executablePierre Mazière2020-06-255-33/+249
* Add string and string list preferences with optionPierre Mazière2020-06-252-1/+89
* Refactor cmd_urlopenPierre Mazière2020-06-251-16/+16
* Add aesgcm to urls grabberPierre Mazière2020-06-251-1/+1
* Fix gcc warnings for cygwinDmitry Podgorny2020-06-241-3/+4
* Add missed string.hDmitry Podgorny2020-06-241-0/+1
* Fix NULL terminated listMichael Vetter2020-06-231-1/+1
* Use shell to start eval_password commandMichael Vetter2020-06-191-5/+1
* Fix possible segfault in xmpp/message.cDmitry Podgorny2020-06-161-1/+1
* Fix reading/writing linked filesMichael Vetter2020-06-135-4/+5
* Define POSIX macro to have strdupMichael Vetter2020-06-127-24/+27
* Dont manipulate pointer from getenvMichael Vetter2020-06-121-6/+14
* Make legacy auth optionalDmitry Podgorny2020-06-111-0/+9
* Add option for legacy authenticationDmitry Podgorny2020-06-0514-27/+213
* Fix memleak againMichael Vetter2020-06-031-1/+5
* Use external_call to get password via eval_password commandPierre Mazière2020-06-031-26/+24
* Get output and error streams from the command spawned by external_call()Pierre Mazière2020-06-034-14/+93
* Fix offline roster contactsMichael Vetter2020-06-021-1/+2
* Fix memleak in cmd_urlopen()Michael Vetter2020-05-291-1/+3
* Fix memleak in autocomplete_remove_older_than_max*Michael Vetter2020-05-291-0/+1
* urlopen: get last URL firstMichael Vetter2020-05-293-10/+26
* Merge branch 'bugfix/1329'Michael Vetter2020-05-291-14/+19
|\
| * _omemo_receive_devicelist() use if/elseMichael Vetter2020-05-291-18/+19
| * OMEMO - Request only "current" itemDebXWoody2020-05-231-1/+5
* | Merge pull request #1343 from DebXWoody/bugfix/1333Michael Vetter2020-05-291-0/+2
|\ \
| * | Incoming iq stanza - Reset the autoping timerDebXWoody2020-05-231-0/+2
| |/
* | Merge pull request #1344 from DebXWoody/bugfix/1327Michael Vetter2020-05-281-2/+1
|\ \
| * | Bugfix: Status with PGP shows offline in titlebarDebXWoody2020-05-231-2/+1
| |/
* | Fix carbon loggingMichael Vetter2020-05-273-14/+18
* | Fix titlebar write positionMichael Vetter2020-05-271-4/+35
* | Save bookmark ignore listMichael Vetter2020-05-252-1/+19
* | Handle listing ignored bookmarks when none are ignoredMichael Vetter2020-05-251-0/+6
* | Add and use connection_get_barejid()Michael Vetter2020-05-2511-91/+96
* | Add `/bookmark ignore` autocompletionMichael Vetter2020-05-241-0/+21
* | Add bookmark ignore add|removeMichael Vetter2020-05-244-3/+34
* | List ignored bookmarksMichael Vetter2020-05-247-2/+54