about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Free hmac and msgidMichael Vetter2019-10-192-3/+7
* Free prof_identifier in case of reconnectMichael Vetter2019-10-191-0/+3
* Move ProfMessage and message_is_sent_by_us to xmppMichael Vetter2019-10-192-23/+24
* Change origin-id/id algoMichael Vetter2019-10-182-14/+29
* Move message sent by us logic in own functionMichael Vetter2019-10-183-12/+21
* sv_ev_room_message: log in all cases if not our clientMichael Vetter2019-10-181-14/+13
* sv_ev_room_message: check if message->id is not NULLMichael Vetter2019-10-181-1/+1
* Add connection_get_profanity_identifier stubMichael Vetter2019-10-183-3/+3
* Add XEP-0359 to capabilitiesMichael Vetter2019-10-181-0/+1
* Log incoming MUC messages if origin-id sais they dont come from usMichael Vetter2019-10-183-12/+29
* Remove prefix from stanza idMichael Vetter2019-10-1710-64/+64
* Change algo for connection_create_stanza_id()Michael Vetter2019-10-171-7/+11
* Change connection_create_stanza_id()Michael Vetter2019-10-171-11/+11
* Calculate identifier upon connectMichael Vetter2019-10-161-5/+28
* Rename identification fileMichael Vetter2019-10-162-2/+4
* Use random string for random-bytes identifierMichael Vetter2019-10-161-4/+5
* Move code from jid_random_resource() into own functionMichael Vetter2019-10-163-12/+26
* Create random-bytes fileMichael Vetter2019-10-162-0/+54
* Null-set account structMichael Vetter2019-10-141-0/+1
* Fix memory leak in cmd_join()Dmitry Podgorny2019-10-141-1/+3
* Add option to hilight unread rooms in /wins commandMichael Vetter2019-10-123-1/+8
* Make cmd_account saferMichael Vetter2019-10-101-2/+6
* Sort includes in python_api.cMichael Vetter2019-10-071-5/+2
* Improve MUC 1:1 loggingMichael Vetter2019-10-073-25/+84
* Fix typo handel -> handleMichael Vetter2019-10-061-3/+3
* Revert "Fix memleak in cmd_join"Michael Vetter2019-10-061-5/+0
* Don't log own messages on incoming MUCMichael Vetter2019-10-061-4/+7
* Add account clear example to helpMichael Vetter2019-10-061-1/+3
* Free strings in autocomplete_param_no_with_funcMichael Vetter2019-10-061-0/+7
* Fix invalid read in muc codeMichael Vetter2019-10-061-2/+4
* Fix memleak in cmd_joinMichael Vetter2019-10-061-0/+5
* Free strings in all cases in cmd_roomsMichael Vetter2019-10-061-0/+3
* Free list in error case in parse_optionsMichael Vetter2019-10-061-0/+3
* Fix memleak in get_start()Michael Vetter2019-10-061-0/+1
* Destroy hash table ein autocompleters_destroy()Michael Vetter2019-10-061-0/+3
* Free options in error case for cmd_connect()Michael Vetter2019-10-061-0/+5
* Fix preferences memory leakMichael Vetter2019-10-051-0/+4
* Add /clear autocompletion and improve helpMichael Vetter2019-10-053-6/+60
* Merge pull request #874 from spiridoncha/masterMichael Vetter2019-10-053-1/+13
|\
| * Makes /clear behavior configurable.Spiridonov Alexander2016-11-073-0/+9
| * Change /clear behaviour. Closes issue #855.Spiridonov Alexander2016-10-221-1/+4
* | Merge remote-tracking branch 'philipflohr/master'Michael Vetter2019-10-051-10/+3
|\ \
| * | Don't stop plugin installation if given path points to a directoryPhilip Flohr2019-02-261-11/+3
* | | Check errors in is_dir() is_regular_file()Michael Vetter2019-10-041-2/+10
* | | Introduce /reload commandMichael Vetter2019-10-045-18/+58
* | | Log outgoing carbons instead of incomingMichael Vetter2019-10-041-4/+4
* | | Mention XEP-0191 in blocked commandMichael Vetter2019-09-301-1/+1
* | | Document how to block users in MUCsMichael Vetter2019-09-301-2/+4
* | | Bind key to switch to next active windowMichael Vetter2019-09-303-0/+41
* | | Define keybindings to switch to up to 20 windowsMichael Vetter2019-09-301-0/+100