Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add and use connection_get_barejid() | Michael Vetter | 2020-05-25 | 2 | -7/+6 |
| | | | | Instead of connection_get_fulljid() and then creating a Jid from it. | ||||
* | Add bookmark ignore functionality for multiple accounts | Michael Vetter | 2020-05-24 | 2 | -0/+4 |
| | | | | | | | | | | | | | ``` cat ~/.local/share/profanity/bookmark_ignore [jubalh@iodoru.org] profanity@rooms.dismail.de=true [testuser@domain.org] testr@rooms.domain.org=true ``` Regards https://github.com/profanity-im/profanity/issues/1115 | ||||
* | PoC for bookmark ignore | Michael Vetter | 2020-05-24 | 1 | -0/+6 |
| | | | | | | | | | | ``` ~/.local/share/profanity % cat bookmark_ignore [ignore] profanity@rooms.dismail.de= ``` Regards https://github.com/profanity-im/profanity/issues/1115 | ||||
* | Log all carbon copied messages | Michael Vetter | 2020-05-22 | 1 | -0/+1 |
| | | | | | | | So far we only had the logging in sv_ev_incoming_carbon() not sv_ev_outgoing_carbon(). Regards https://github.com/profanity-im/profanity/issues/1342 | ||||
* | Add option to add bookmark name | Michael Vetter | 2020-05-22 | 1 | -1/+1 |
| | | | | | | | | `/bookmark add|update` got `name` field. By default localpart of JID is used (like before) but now we can set the name ourselves. Regards https://github.com/profanity-im/profanity/issues/697 | ||||
* | MAM: Correctly display incoming MAM chat message | Michael Vetter | 2020-04-11 | 1 | -5/+19 |
| | |||||
* | Add to_jid field to ProfMessage struct | Michael Vetter | 2020-04-11 | 1 | -33/+35 |
| | | | | | Is usefult in many cases if we want cleaner code. Hope this edit didn't break anything though ;-) | ||||
* | Log after displaying the message | Michael Vetter | 2020-04-08 | 1 | -6/+6 |
| | | | | | | | | Otherwise we print the freshly received message to the window twice. Once when receiving (and immediately printing), then logging it, and then again when we print the last 10 log entries. Fix https://github.com/profanity-im/profanity/issues/1305 | ||||
* | db: Use type from message struct instead of having individual functions | Michael Vetter | 2020-04-06 | 1 | -7/+7 |
| | |||||
* | Add type field to ProfMessage | Michael Vetter | 2020-04-06 | 1 | -1/+1 |
| | | | | The mucuser boolean is not now needed anymore. | ||||
* | Fix copy paste error | Michael Vetter | 2020-04-06 | 1 | -1/+1 |
| | |||||
* | db: dont log reflected MUC messages | Michael Vetter | 2020-04-06 | 1 | -1/+1 |
| | |||||
* | db: log all incoming and outgoing messages | Michael Vetter | 2020-04-06 | 1 | -2/+22 |
| | |||||
* | db: log outgoing message in one case | Michael Vetter | 2020-04-06 | 1 | -0/+2 |
| | | | | Not all cases covered yet. | ||||
* | db: add dedicated chat, muc, muc pm logging functions | Michael Vetter | 2020-04-06 | 1 | -7/+7 |
| | |||||
* | Rename PROF_MSG_ENC_PLAIN to PROF_MSG_ENC_NONE | Michael Vetter | 2020-04-06 | 2 | -19/+19 |
| | |||||
* | db: insert message type | Michael Vetter | 2020-04-06 | 1 | -6/+7 |
| | |||||
* | db: move includes | Michael Vetter | 2020-04-06 | 1 | -1/+1 |
| | |||||
* | db: Have one database per account | Michael Vetter | 2020-04-06 | 2 | -0/+4 |
| |