Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Don't show notification reminders for messages the user does not want ↵ | James Booth | 2016-02-04 | 4 | -19/+34 | |
| | | | | notifications for | |||||
* | Tidy notify_room_message() | James Booth | 2016-02-04 | 1 | -3/+8 | |
| | ||||||
* | Tidy notify_message() | James Booth | 2016-02-04 | 3 | -31/+12 | |
| | ||||||
* | Removed unused arg: prefs_do_chat_notify() | James Booth | 2016-02-04 | 3 | -3/+3 | |
| | ||||||
* | Implemented /console private setting | James Booth | 2016-02-03 | 3 | -121/+134 | |
| | ||||||
* | Implemented /console chat setting | James Booth | 2016-02-03 | 3 | -8/+20 | |
| | ||||||
* | Handle self leaving room in private wins | James Booth | 2016-02-03 | 5 | -0/+152 | |
| | ||||||
* | Handle occupant kicked/banned in private chat wins | James Booth | 2016-02-02 | 2 | -1/+49 | |
| | ||||||
* | Show message in private windows when user offline | James Booth | 2016-02-02 | 5 | -2/+38 | |
| | ||||||
* | Allow splitting roster rooms by conference server | James Booth | 2016-02-01 | 2 | -25/+109 | |
| | ||||||
* | Colour private chats by presence in roster panel | James Booth | 2016-01-31 | 1 | -17/+29 | |
| | ||||||
* | Roster panel colour fixes | James Booth | 2016-01-31 | 1 | -7/+13 | |
| | ||||||
* | Fixed /pref ui formatting | James Booth | 2016-01-31 | 1 | -110/+110 | |
| | ||||||
* | Added roster.rooms.private.char setting | James Booth | 2016-01-31 | 2 | -1/+7 | |
| | ||||||
* | Show orphaned private chats | James Booth | 2016-01-31 | 1 | -5/+31 | |
| | ||||||
* | Only add private chats to Rooms unread count in roster when room active | James Booth | 2016-01-31 | 1 | -12/+15 | |
| |