Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | libgtk is now optional | David | 2016-03-30 | 6 | -24/+43 | |
| | | | | | | | | Having the lib is no more needed. | |||||
| * | This case was clearly not tested locally, so many failures here. | David | 2016-03-13 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | I guess now this should be fine, at least for the no gui case. Locally it is working fine btw. I miss Gerrit and the ability to test before pushing right now... :'( | |||||
| * | fix no gtk init | David | 2016-03-13 | 3 | -9/+19 | |
| | | ||||||
| * | fix tests | David | 2016-03-13 | 1 | -0/+1 | |
| | | ||||||
| * | typo | David | 2016-03-13 | 1 | -1/+1 | |
| | | ||||||
| * | fix possible free(NULL) | David | 2016-03-13 | 1 | -2/+6 | |
| | | ||||||
| * | Merge branch 'tray_icon' into HEAD | David | 2016-03-12 | 9 | -7/+240 | |
| |\ | | | | | | | | | | | | | | | | Let's thanks Aline <linuxine@gmail.com> for the icons. Enjoy! | |||||
| | * | fixing leakings | David | 2016-03-12 | 2 | -4/+36 | |
| | | | ||||||
| | * | read icons from local dir | David | 2016-03-10 | 1 | -17/+38 | |
| | | | | | | | | | | | | | | | if desired, icons could be put in the .config dir. In this case, these icons will be read, instead of the other ones. | |||||
| | * | Fix icons when installed in share... it is working now! | David | 2016-03-09 | 1 | -6/+17 | |
| | | | ||||||
| | * | better, final icons | David | 2016-03-09 | 2 | -0/+0 | |
| | | | ||||||
| | * | Use a folder to add icons | David | 2016-03-07 | 6 | -7/+39 | |
| | | | | | | | | | | | | | | | NOTE: it is not working in this release, I have to get how to retrieve icons from folder. | |||||
| | * | better icons | David | 2016-03-07 | 2 | -0/+0 | |
| | | | ||||||
| | * | Introduce Tray Icon for Profanity | David | 2016-03-06 | 9 | -5/+142 | |
| | | | | | | | | | | | | | | | Add tray icon for profanity based on Gtk StatusIcon. Different icon is displayed in case the user has unread messages. | |||||
* | | | Fixed /plugins help | James Booth | 2016-04-10 | 1 | -1/+1 | |
| | | | ||||||
* | | | Added /plugins load command | James Booth | 2016-04-10 | 8 | -39/+174 | |
| | | | ||||||
* | | | Fixed typos | James Booth | 2016-04-09 | 1 | -7/+7 | |
| | | | ||||||
* | | | Fixed timestamp for on_room_history_message | James Booth | 2016-04-08 | 1 | -1/+1 | |
| | | | ||||||
* | | | Plugins: Added on_room_history_message | James Booth | 2016-04-08 | 7 | -0/+72 | |
| | | | ||||||
* | | | Plugins: Added completer_clear | James Booth | 2016-04-07 | 8 | -0/+45 | |
| | | | ||||||
* | | | Plugins: Added on_room_win_focus | James Booth | 2016-04-07 | 7 | -0/+53 | |
| | | | ||||||
* | | | Plugins: Added on_chat_win_focus | James Booth | 2016-04-07 | 7 | -0/+59 | |
| | | | ||||||
* | | | Plugins: Added completer_remove | James Booth | 2016-04-07 | 8 | -0/+60 | |
| | | | ||||||
* | | | Plugins: Renamed register_ac->completer_add | James Booth | 2016-04-07 | 6 | -9/+10 | |
| | | | ||||||
* | | | Room mention case insensitive by default | James Booth | 2016-04-07 | 1 | -1/+0 | |
| | | | ||||||
* | | | Free mentions list | James Booth | 2016-04-07 | 1 | -0/+2 | |
| | | | ||||||
* | | | Added whole word matches for room mention | James Booth | 2016-04-07 | 14 | -222/+268 | |
| | | | ||||||
* | | | Merge branch 'master' into mention-config | James Booth | 2016-04-04 | 1 | -0/+1 | |
|\ \ \ | ||||||
| * | | | Added reset to /notify help | James Booth | 2016-04-04 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Added mention match preferences | James Booth | 2016-04-03 | 3 | -4/+12 | |
| | | | | ||||||
* | | | | Added prof_strstr function | James Booth | 2016-04-03 | 6 | -92/+179 | |
|/ / / | ||||||
* | | | Merge pull request #783 from asdil12/spell | James Booth | 2016-04-02 | 2 | -5/+5 | |
|\ \ \ | | | | | | | | | Fix typo: diso -> disco | |||||
| * | | | Fix typo: diso -> disco | Dominik Heidler | 2016-04-01 | 2 | -5/+5 | |
|/ / / | ||||||
* | | | Removed newline handling code from rosterwin.c | James Booth | 2016-03-31 | 1 | -53/+42 | |
| | | | ||||||
* | | | Added comment for AX_PREFIX_CONFIG_H | James Booth | 2016-03-31 | 1 | -0/+1 | |
| | | | ||||||
* | | | Removed #AX_PREFIX_CONFIG_H | James Booth | 2016-03-31 | 50 | -239/+246 | |
| | | | ||||||
* | | | Added missing include in callbacks.c | James Booth | 2016-03-31 | 1 | -0/+1 | |
| | | | ||||||
* | | | Added plugins presence hooks | James Booth | 2016-03-30 | 7 | -253/+400 | |
| | | | ||||||
* | | | Plugins: Added basic incoming message function | James Booth | 2016-03-29 | 6 | -6/+48 | |
| | | | ||||||
* | | | Merge branch 'master' into stanza-hooks | James Booth | 2016-03-29 | 3 | -13/+32 | |
|\ \ \ | ||||||
| * | | | PGP: Fixed array size for encryption keys | James Booth | 2016-03-29 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | PGP: Also encrypt using sender public key | James Booth | 2016-03-29 | 3 | -12/+31 | |
| | | | | ||||||
* | | | | Removed duplicate typedef | James Booth | 2016-03-28 | 1 | -2/+0 | |
| | | | | ||||||
* | | | | Use one stanza handler per type (message, iq, presence) | James Booth | 2016-03-28 | 8 | -638/+457 | |
| | | | | | | | | | | | | | | | | Allows plugins to stop stanza processing | |||||
* | | | | Added basic stanza receive eooks | James Booth | 2016-03-27 | 11 | -133/+490 | |
|/ / / | ||||||
* | | | Allow sending stanzas in xml console | James Booth | 2016-03-26 | 1 | -1/+6 | |
| | | | ||||||
* | | | Use xmpp_send_raw_string instead of xmpp_send_raw | James Booth | 2016-03-26 | 6 | -13/+13 | |
| | | | ||||||
* | | | Added stanza send hooks for plugins | James Booth | 2016-03-26 | 11 | -58/+396 | |
| | | | ||||||
* | | | Added integer settings for plugins | James Booth | 2016-03-26 | 8 | -0/+90 | |
| | | | ||||||
* | | | Added plugin string settings | James Booth | 2016-03-26 | 8 | -0/+95 | |
| | | |