Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move window functions to window_list.c | James Booth | 2016-07-24 | 1 | -12/+87 |
| | |||||
* | Add config/files.c | James Booth | 2016-07-24 | 1 | -0/+1 |
| | |||||
* | Tidy headers | James Booth | 2016-07-24 | 19 | -62/+68 |
| | |||||
* | Moved window_list.c | James Booth | 2016-07-24 | 2 | -0/+1128 |
| | |||||
* | Moved tray.c | James Booth | 2016-07-24 | 2 | -0/+281 |
| | |||||
* | Moved roster_list.c | James Booth | 2016-07-24 | 7 | -7/+7 |
| | |||||
* | Moved muc.c | James Booth | 2016-07-24 | 6 | -6/+6 |
| | |||||
* | Moved jid.c | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Moved contact.c | James Booth | 2016-07-24 | 3 | -3/+3 |
| | |||||
* | Moved chat_state.c | James Booth | 2016-07-24 | 3 | -3/+3 |
| | |||||
* | Moved chat_session.c | James Booth | 2016-07-24 | 3 | -3/+3 |
| | |||||
* | Moved chat state handling code to chat_state.c | James Booth | 2016-07-24 | 1 | -2/+3 |
| | |||||
* | Update GPL link in headers | James Booth | 2016-07-24 | 22 | -22/+22 |
| | |||||
* | Updated GPL URL | Pete Maynard | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Free memory when plugin windows closed | James Booth | 2016-07-13 | 1 | -0/+1 |
| | |||||
* | Remove plugin window on /close | James Booth | 2016-07-12 | 3 | -2/+4 |
| | |||||
* | Free plugins commands on quit | James Booth | 2016-07-04 | 2 | -2/+2 |
| | |||||
* | Revert "WIP - Unload plugin commands" | James Booth | 2016-06-30 | 2 | -2/+2 |
| | | | | This reverts commit a01eb5d08e1b39d60a6f8fc26e5a87ceb92ec18f. | ||||
* | WIP - Unload plugin commands | James Booth | 2016-06-29 | 2 | -2/+2 |
| | |||||
* | Move /statuses options to /presence command | James Booth | 2016-05-31 | 2 | -20/+14 |
| | |||||
* | Update window navigation help | James Booth | 2016-05-25 | 1 | -5/+8 |
| | |||||
* | Option to bookmark room invites | James Booth | 2016-05-23 | 1 | -0/+8 |
| | | | | issue #813 | ||||
* | Merge branch 'cmd-tidy' | James Booth | 2016-05-23 | 4 | -9/+10 |
|\ | |||||
| * | Rename command sources | James Booth | 2016-05-22 | 4 | -5/+5 |
| | | |||||
| * | Add cmd_autocomplete.c | James Booth | 2016-05-20 | 2 | -6/+7 |
| | | |||||
* | | Updated console output for room invites | James Booth | 2016-05-23 | 1 | -1/+2 |
|/ | |||||
* | Fix output for tray timer setting | James Booth | 2016-05-15 | 1 | -1/+5 |
| | |||||
* | Add /tray timer <seconds> | James Booth | 2016-05-15 | 1 | -0/+3 |
| | | | | closes #787 | ||||
* | Add /tray read on|off command | James Booth | 2016-05-15 | 1 | -0/+5 |
| | | | | issue #786 | ||||
* | Reorder headers in inputwin.c | James Booth | 2016-05-11 | 1 | -1/+1 |
| | | | | Fixes unknown type name '_fpos64_t' error on Cygwin | ||||
* | Added missing header in ui.h | James Booth | 2016-05-11 | 1 | -0/+1 |
| | |||||
* | Move available resources to connection struct | James Booth | 2016-05-07 | 1 | -1/+1 |
| | |||||
* | Remove redundant tls secured function | James Booth | 2016-05-06 | 3 | -5/+5 |
| | |||||
* | Move connection fulljid function | James Booth | 2016-05-06 | 2 | -2/+2 |
| | |||||
* | Rename jabber_ functions | James Booth | 2016-05-06 | 3 | -6/+6 |
| | |||||
* | Add session.c | James Booth | 2016-05-05 | 6 | -10/+10 |
| | |||||
* | Tidy xmpp headers | James Booth | 2016-05-04 | 1 | -1/+0 |
| | |||||
* | Define stanza's attributes as const char* | Dmitry Podgorny | 2016-04-27 | 1 | -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. | ||||
* | Fix OSX compile | James Booth | 2016-04-26 | 3 | -1/+45 |
| | |||||
* | Implement XEP-0363: HTTP File Upload | Dominik Heidler | 2016-04-26 | 5 | -0/+42 |
| | |||||
* | Merge remote-tracking branch 'asdil12/tray_config' | James Booth | 2016-04-17 | 2 | -0/+11 |
|\ | |||||
| * | Make tray icon configurable using /tray cmd | Dominik Heidler | 2016-04-16 | 2 | -0/+17 |
|/ | |||||
* | Plugins: Added on_room_history_message | James Booth | 2016-04-08 | 1 | -0/+3 |
| | |||||
* | Added whole word matches for room mention | James Booth | 2016-04-07 | 3 | -27/+34 |
| | |||||
* | Removed newline handling code from rosterwin.c | James Booth | 2016-03-31 | 1 | -53/+42 |
| | |||||
* | Removed #AX_PREFIX_CONFIG_H | James Booth | 2016-03-31 | 13 | -58/+58 |
| | |||||
* | Add PGP decryption for incoming/outgoing carbons | James Booth | 2016-03-22 | 2 | -3/+8 |
| | |||||
* | Fixed PLATFORM_CYGWIN references | James Booth | 2016-03-10 | 1 | -2/+2 |
| | |||||
* | Added WIN_PLUGIN case to win_free() | James Booth | 2016-03-07 | 1 | -7/+22 |
| | |||||
* | Add plugin wins to /win and /close autocompletion | James Booth | 2016-03-01 | 1 | -1/+1 |
| |