about summary refs log tree commit diff stats
path: root/src/event
=====================================================
Nim -- a Compiler for Nim. http://nim-lang.org/

Copyright (C) 2006-2015 Andreas Rumpf. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

[ MIT license: http://www.opensource.org/licenses/mit-license.php ]
Commit message (Expand)AuthorAgeFilesLines
* Add support for offline MUC notificationsStefan Ott2022-04-232-1/+29
* add profanity-specific CAfileSteffen Jaeckel2022-03-221-0/+3
*
0e42302d495bba432c0'>Revert "Apply coding style"Michael Vetter2020-07-075-273/+276 * Apply coding styleMichael Vetter2020-07-075-276/+273 * Plain chat messages not workingDebXWoody2020-07-061-4/+9 * Remove prefs_free_string()Michael Vetter2020-07-021-5/+5 * And ifdefs around new OX functionsMichael Vetter2020-06-301-1/+1 * Feature request - XEP-0373: OpenPGP for XMPP (OX)DebXWoody2020-06-292-2/+31 * Cleanup defines - client_events.cDebXWoody2020-06-191-179/+5 * Clean-up task: clean up feature definesDebXWoody2020-06-141-201/+8 * Add option for legacy authenticationDmitry Podgorny2020-06-052-3/+3 * Fix offline roster contactsMichael Vetter2020-06-021-1/+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-271-6/+4 * | Add and use connection_get_barejid()Michael Vetter2020-05-252-7/+6 * | Add bookmark ignore functionality for multiple accountsMichael Vetter2020-05-242-0/+4 * | PoC for bookmark ignoreMichael Vetter2020-05-241-0/+6 |/ * Log all carbon copied messagesMichael Vetter2020-05-221-0/+1 * Add option to add bookmark nameMichael Vetter2020-05-221-1/+1 * MAM: Correctly display incoming MAM chat messageMichael Vetter2020-04-111-5/+19 * Add to_jid field to ProfMessage structMichael Vetter2020-04-111-33/+35 * Log after displaying the messageMichael Vetter2020-04-081-6/+6 * db: Use type from message struct instead of having individual functionsMichael Vetter2020-04-061-7/+7 * Add type field to ProfMessageMichael Vetter2020-04-061-1/+1 * Fix copy paste errorMichael Vetter2020-04-061-1/+1 * db: dont log reflected MUC messagesMichael Vetter2020-04-061-1/+1 * db: log all incoming and outgoing messagesMichael Vetter2020-04-061-2/+22 * db: log outgoing message in one caseMichael Vetter2020-04-061-0/+2 * db: add dedicated chat, muc, muc pm logging functionsMichael Vetter2020-04-061-7/+7 * Rename PROF_MSG_ENC_PLAIN to PROF_MSG_ENC_NONEMichael Vetter2020-04-062-19/+19