Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -5/+5 |
| | |||||
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 1 | -5/+5 |
| | | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems. | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -5/+5 |
| | | | | Regards https://github.com/profanity-im/profanity/issues/1396 | ||||
* | Add vim modeline | Michael Vetter | 2019-11-13 | 1 | -0/+1 |
| | |||||
* | Move ProfMessage and message_is_sent_by_us to xmpp | Michael Vetter | 2019-10-19 | 1 | -23/+0 |
| | | | | Not meant for internal usage only. | ||||
* | Move message sent by us logic in own function | Michael Vetter | 2019-10-18 | 1 | -0/+1 |
| | |||||
* | Improve MUC 1:1 logging | Michael Vetter | 2019-10-07 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If we get a private message from a user in a MUC profanity shows this like: `profanity@roomsASDF.dismail.de/Martin: Hi` This was so far logged at: `~/.local/share/profanity/chatlogs/my-account-at-server/profanity_at_rooms.dismail.de/2019_09_04.log` as: ``` 10:48:13 - profanity@rooms.dismail.de: Hi ``` So the nickname was not saved anywhere. This is due to us not knowing whether we got a regular message from user@server.org/resource or a MUC PM from room@server.org/user. We now check for `<x xmlns='http://jabber.org/protocol/muc#user' />` and add the resourcepart to the logging if we get it. The file will be created at `~/.local/share/profanity/chatlogs/my-account-at-server/profanity_at_rooms.dismail.de_nick` and look like: ``` 23:59:43 - nick: Hi ``` Fix https://github.com/profanity-im/profanity/issues/1184 | ||||
* | Rename prof_message_t into ProfMessage | Paul Fariello | 2019-06-20 | 1 | -4/+4 |
| | |||||
* | Add prof_message_t to wrap all message attributes | Paul Fariello | 2019-06-20 | 1 | -4/+24 |
| | | | | | | | Probably missing copy of body to plain in carbon and privmessage. Only covers the incoming message path because goal is OMEMO decryption of untrusted message. Cover some of the log functions but not all. | ||||
* | Use flags in xmmp/message.c for encryption and trust | Paul Fariello | 2019-06-20 | 1 | -0/+5 |
| | |||||
* | Call message_handlers_clear() upon disconnect | Michael Vetter | 2019-06-20 | 1 | -0/+1 |
| | | | | Free pubsub_event_handlers. Fix memory leaks. | ||||
* | Add pubsub event callback | Paul Fariello | 2019-04-10 | 1 | -0/+4 |
| | | | | Also add generic message callback struct | ||||
* | Update copyright to include 2019 | Michael Vetter | 2019-01-22 | 1 | -1/+1 |
| | |||||
* | Update copyright | James Booth | 2018-01-21 | 1 | -1/+1 |
| | |||||
* | Update Copyright | James Booth | 2017-01-28 | 1 | -1/+1 |
| | |||||
* | Update GPL link in headers | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Rename stanza handler init functions | James Booth | 2016-05-02 | 1 | -1/+1 |
| | |||||
* | Updated copyright | James Booth | 2016-02-14 | 1 | -1/+1 |
| | |||||
* | Updated copyright | James Booth | 2015-02-10 | 1 | -1/+1 |
| | |||||
* | Added license exemption for OpenSSL to source headers | James Booth | 2014-08-24 | 1 | -0/+12 |
| | |||||
* | Updated copyright | James Booth | 2014-03-09 | 1 | -1/+1 |
| | |||||
* | Added simple mock test, refactored roster | James Booth | 2013-12-14 | 1 | -2/+2 |
| | |||||
* | Removed message handler function from xmpp.h | James Booth | 2013-02-02 | 1 | -0/+28 |