Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Fixed cygwin compile | James Booth | 2016-02-28 | 1 | -0/+2 |
| | |||||
* | Added missing stdlib.h include | James Booth | 2016-02-24 | 1 | -0/+1 |
| | |||||
* | Added prof_cons_bad_cmd_usage plugin function | James Booth | 2016-02-18 | 1 | -43/+0 |
| | |||||
* | Integrated plugins with /help command | James Booth | 2016-02-18 | 1 | -0/+1 |
| | |||||
* | Tidied cons_show_help | James Booth | 2016-02-18 | 2 | -45/+44 |
| | |||||
* | Added new help format to c plugins WIP | James Booth | 2016-02-18 | 2 | -0/+44 |
| | |||||
* | Merge branch 'master' into plugins-c | James Booth | 2016-02-14 | 22 | -23/+23 |
|\ | | | | | | | | | | | Conflicts: src/main.c src/ui/console.c | ||||
| * | Updated copyright | James Booth | 2016-02-14 | 22 | -23/+23 |
| | | |||||
* | | Added C plugin code from plugins branch | James Booth | 2016-02-14 | 13 | -75/+135 |
|/ | |||||
* | Fixed memory deallocations | James Booth | 2016-02-14 | 1 | -0/+1 |
| | |||||
* | Highlight longer triggers first | James Booth | 2016-02-13 | 1 | -1/+21 |
| | |||||
* | Highlight room trigger terms | James Booth | 2016-02-13 | 3 | -5/+69 |
| | |||||
* | Added roommention.term theme option | James Booth | 2016-02-10 | 2 | -1/+33 |
| | |||||
* | Added mention and trigger themes for console | James Booth | 2016-02-10 | 1 | -4/+6 |
| | |||||
* | Fix room notification reminders | James Booth | 2016-02-07 | 2 | -11/+3 |
| | |||||
* | Added /roster show|hide unsubscribed | James Booth | 2016-02-07 | 2 | -0/+130 |
| |