Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix missing params | James Booth | 2016-09-03 | 1 | -2/+2 |
| | |||||
* | Add missed argument | Dmitry Podgorny | 2016-09-02 | 1 | -7/+7 |
| | |||||
* | Add sv_ev_bookmark_autojoin | James Booth | 2016-08-28 | 2 | -0/+23 |
| | |||||
* | Send receipt request only when receiver supports feature | James Booth | 2016-08-18 | 1 | -5/+22 |
| | | | | issue #829 | ||||
* | Free rooms list in sv_ev_login_account_success | James Booth | 2016-07-25 | 1 | -2/+3 |
| | |||||
* | Tidy headers | James Booth | 2016-07-24 | 2 | -8/+11 |
| | |||||
* | Moved window_list.c | James Booth | 2016-07-24 | 2 | -2/+2 |
| | |||||
* | Moved roster_list.c | James Booth | 2016-07-24 | 2 | -2/+2 |
| | |||||
* | Moved muc.c | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Make header defines consistent | James Booth | 2016-07-24 | 2 | -4/+4 |
| | |||||
* | Moved chat_session.c | James Booth | 2016-07-24 | 2 | -2/+2 |
| | |||||
* | Moved chat state handling code to chat_state.c | James Booth | 2016-07-24 | 1 | -0/+2 |
| | |||||
* | Update GPL link in headers | James Booth | 2016-07-24 | 4 | -4/+4 |
| | |||||
* | Option to bookmark room invites | James Booth | 2016-05-23 | 1 | -1/+7 |
| | | | | issue #813 | ||||
* | Remove redundant tls secured function | James Booth | 2016-05-06 | 2 | -2/+2 |
| | |||||
* | Move connection fulljid function | James Booth | 2016-05-06 | 2 | -3/+3 |
| | |||||
* | Rename jabber_ functions | James Booth | 2016-05-06 | 2 | -8/+8 |
| | |||||
* | Define stanza's attributes as const char* | Dmitry Podgorny | 2016-04-27 | 2 | -2/+2 |
| | | | | | | | | | | | | In most get-like funcitons libstrophe returns pointer to a string that resides in an internal structure (e.g. xmpp_stanza_t). Hence, Profanity must not change such strings. Define respective variables as 'const char*' to reduce a chance of error and conform future libstrophe's interface. This patch mostly replaces 'char *' with 'const char*', but also fixes two memory leaks after stanza_get_reason(). Add comment within stanza_get_reason() to fix conflict with different allocator types. | ||||
* | Implement XEP-0363: HTTP File Upload | Dominik Heidler | 2016-04-26 | 2 | -12/+12 |
| | |||||
* | Free mentions list | James Booth | 2016-04-07 | 1 | -0/+2 |
| | |||||
* | Added whole word matches for room mention | James Booth | 2016-04-07 | 1 | -4/+12 |
| | |||||
* | Added mention match preferences | James Booth | 2016-04-03 | 1 | -4/+2 |
| | |||||
* | Added prof_strstr function | James Booth | 2016-04-03 | 1 | -9/+5 |
| | |||||
* | Removed #AX_PREFIX_CONFIG_H | James Booth | 2016-03-31 | 2 | -35/+35 |
| | |||||
* | Added plugins presence hooks | James Booth | 2016-03-30 | 1 | -0/+3 |
| | |||||
* | Update roster count on carbons | James Booth | 2016-03-22 | 1 | -0/+1 |
| | |||||
* | Add PGP decryption for incoming/outgoing carbons | James Booth | 2016-03-22 | 2 | -20/+38 |
| | |||||
* | Removed plugin hook call for MUC history | James Booth | 2016-02-18 | 1 | -4/+1 |
| | |||||
* | Fix call to plugins_post_chat_message_send | James Booth | 2016-02-16 | 1 | -3/+12 |
| | |||||
* | Merge branch 'master' into plugins-c | James Booth | 2016-02-14 | 4 | -4/+4 |
|\ | | | | | | | | | | | Conflicts: src/main.c src/ui/console.c | ||||
| * | Updated copyright | James Booth | 2016-02-14 | 4 | -4/+4 |
| | | |||||
* | | Added C plugin code from plugins branch | James Booth | 2016-02-14 | 2 | -65/+103 |
|/ | |||||
* | Fix memory leaks | James Booth | 2016-02-14 | 1 | -0/+1 |
| | |||||
* | Highlight room trigger terms | James Booth | 2016-02-13 | 1 | -1/+1 |
| | |||||
* | Don't show notification reminders for messages the user does not want ↵ | James Booth | 2016-02-04 | 1 | -23/+15 |
| | | | | notifications for | ||||
* | Tidy notify_room_message() | James Booth | 2016-02-04 | 1 | -15/+4 |
| | |||||
* | Handle self leaving room in private wins | James Booth | 2016-02-03 | 1 | -0/+2 |
| | |||||
* | Handle occupant nick change in private wins | James Booth | 2016-02-02 | 1 | -0/+2 |
| | |||||
* | Handle occupant kicked/banned in private chat wins | James Booth | 2016-02-02 | 1 | -0/+16 |
| | |||||
* | Show message in private windows when user offline | James Booth | 2016-02-02 | 2 | -2/+22 |
| | |||||
* | Colour private chats by presence in roster panel | James Booth | 2016-01-31 | 1 | -0/+7 |
| | |||||
* | Added themes for roster room mention and triggers | James Booth | 2016-01-25 | 1 | -0/+7 |
| | | | | closes #718 | ||||
* | Show console messages for room mention and triggers | James Booth | 2016-01-24 | 1 | -7/+6 |
| | | | | closes #719 | ||||
* | Tidy handling room mention and room triggers | James Booth | 2016-01-24 | 1 | -7/+18 |
| | |||||
* | Added private chat to roster rooms | James Booth | 2016-01-24 | 1 | -0/+1 |
| | |||||
* | Added roster contact themes | James Booth | 2016-01-14 | 1 | -0/+4 |
| | |||||
* | End OTR sessions on lost server connection | James Booth | 2016-01-08 | 1 | -0/+17 |
| | |||||
* | Destroy roster after updating UI in server disconnect | James Booth | 2016-01-08 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into roster-struct | James Booth | 2016-01-05 | 1 | -2/+2 |
|\ | |||||
| * | Call UI disconnect functions before disconnecting with /disconnect | James Booth | 2016-01-05 | 1 | -2/+2 |
| | | | | | | | | fixes #703 |