about summary refs log tree commit diff stats
path: root/src/config/preferences.c
Commit message (Expand)AuthorAgeFilesLines
...
| * executable: actually take the user set default if a certain scheme isMichael Vetter2020-07-021-6/+11
| * cmd_url_*(): use gchar instead of charMichael Vetter2020-07-021-1/+1
| * Use correct format when transforming old urlopen.cmdMichael Vetter2020-07-021-2/+9
| * use '*' to set a default executablePierre Mazière2020-07-021-11/+24
| * Move url/avatar commands from logging to exectuables sectionMichael Vetter2020-07-011-0/+14
| * prefs_free_string() doesnt need to check if pref is NULLMichael Vetter2020-07-011-4/+1
| * Replace /urlopen with /url and adapt /executablePierre Mazière2020-06-251-3/+16
| * Add string and string list preferences with optionPierre Mazière2020-06-251-1/+85
* | Feature request - XEP-0373: OpenPGP for XMPP (OX)DebXWoody2020-06-291-0/+13
|/
* Fix reading/writing linked filesMichael Vetter2020-06-131-1/+1
* Define POSIX macro to have strdupMichael Vetter2020-06-121-3/+3
* Make option to allow hiding windows with no messages in statusbarMichael Vetter2020-05-211-0/+4
* Make urlopen command configurableMichael Vetter2020-05-201-0/+4
* Remove unanimous MAM displayMichael Vetter2020-04-251-5/+0
* Add hidden MAM setting and trigger MAM retrievel when opening new windowMichael Vetter2020-04-121-0/+3
* Add setting to not colorize own nick according to xep-0392Michael Vetter2020-03-251-0/+4
* titlebar: allow displaying MUC name and MUC jidMichael Vetter2020-03-241-5/+17
* Add slashguard featureMichael Vetter2020-03-181-0/+3
* Enable popular features by defaultMichael Vetter2020-03-171-0/+5
* xep-0084/avatar: add option to open avatar directlyMichael Vetter2020-03-101-0/+5
* Fix few memory leaksDmitry Podgorny2020-02-271-4/+17
* Improve setting encryption char error handlingMichael Vetter2020-02-211-7/+9
* pref: Use helper functions for setting/getting the encryption charMichael Vetter2020-02-211-38/+24
* Allow utf8 symbols as omemo/pgp/otr indicator charMichael Vetter2020-02-201-38/+34
* Add option to color MUC history like regular messagesMichael Vetter2020-02-201-0/+5
* Make /sendfile in PGP session configurableMichael Vetter2020-02-171-0/+3
* Make /sendfile in OTR session configurableMichael Vetter2020-02-171-0/+3
* Make /sendfile in OMEMO session configurableMichael Vetter2020-02-171-0/+3
* xep-0308: create setting to toggle lmcMichael Vetter2020-02-101-0/+3
* xep-0308: set correction char in configMichael Vetter2020-02-101-0/+26
* Set PREF_COLOR_NICK to false by defaultMichael Vetter2020-02-061-1/+1
* Add default pref for PREF_COLOR_NICKPaul Fariello2020-02-051-0/+2
* Add context to autocomplete_with_func and use it for omemo trust commandPaul Fariello2020-01-311-2/+2
* Add comments to preferences.cMichael Vetter2020-01-291-2/+2
* xep-0092: add config option to set whether OS is revealedMichael Vetter2020-01-231-0/+4
* Add option to notify about version requestMichael Vetter2020-01-231-0/+3
* Add option to display MUC name or JID in titlebarMichael Vetter2020-01-231-0/+5
* Add `/roster room use` commandMichael Vetter2020-01-231-0/+5
* Update my Copyright to 2020Michael Vetter2020-01-031-1/+1
* Add /occupants color commandMichael Vetter2019-12-191-0/+3
* Add /roster color commandMichael Vetter2019-12-191-0/+3
* XEP-0392: config: add "color.nick" bool optionAurelien Aptel2019-12-031-0/+3
* Add vim modelineMichael Vetter2019-11-131-0/+1
* Fix preferences memory leakMichael Vetter2019-10-051-0/+4
* Merge pull request #874 from spiridoncha/masterMichael Vetter2019-10-051-0/+3
|\
| * Makes /clear behavior configurable.Spiridonov Alexander2016-11-071-0/+3
* | Introduce /reload commandMichael Vetter2019-10-041-18/+34
* | Possibility to specify alternative config fileMichael Vetter2019-08-021-2/+7
* | Add 'save' command to save preferencesMichael Vetter2019-08-021-46/+6
* | Add myself to copyrightMichael Vetter2019-06-171-0/+1
a> 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380