about summary refs log tree commit diff stats
path: root/src/ui
Commit message (Collapse)AuthorAgeFilesLines
* Option to bookmark room invitesJames Booth2016-05-231-0/+8
| | | | issue #813
* Merge branch 'cmd-tidy'James Booth2016-05-234-9/+10
|\
| * Rename command sourcesJames Booth2016-05-224-5/+5
| |
| * Add cmd_autocomplete.cJames Booth2016-05-202-6/+7
| |
* | Updated console output for room invitesJames Booth2016-05-231-1/+2
|/
* Fix output for tray timer settingJames Booth2016-05-151-1/+5
|
* Add /tray timer <seconds>James Booth2016-05-151-0/+3
| | | | closes #787
* Add /tray read on|off commandJames Booth2016-05-151-0/+5
| | | | issue #786
* Reorder headers in inputwin.cJames Booth2016-05-111-1/+1
| | | | Fixes unknown type name '_fpos64_t' error on Cygwin
* Added missing header in ui.hJames Booth2016-05-111-0/+1
|
* Move available resources to connection structJames Booth2016-05-071-1/+1
|
* Remove redundant tls secured functionJames Booth2016-05-063-5/+5
|
* Move connection fulljid functionJames Booth2016-05-062-2/+2
|
* Rename jabber_ functionsJames Booth2016-05-063-6/+6
|
* Add session.cJames Booth2016-05-056-10/+10
|
* Tidy xmpp headersJames Booth2016-05-041-1/+0
|
* Define stanza's attributes as const char*Dmitry Podgorny2016-04-271-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 compileJames Booth2016-04-263-1/+45
|
* Implement XEP-0363: HTTP File UploadDominik Heidler2016-04-265-0/+42
|
* Merge remote-tracking branch 'asdil12/tray_config'James Booth2016-04-172-0/+11
|\
| * Make tray icon configurable using /tray cmdDominik Heidler2016-04-162-0/+17
|/
* Plugins: Added on_room_history_messageJames Booth2016-04-081-0/+3
|
* Added whole word matches for room mentionJames Booth2016-04-073-27/+34
|
* Removed newline handling code from rosterwin.cJames Booth2016-03-311-53/+42
|
* Removed #AX_PREFIX_CONFIG_HJames Booth2016-03-3113-58/+58
|
* Add PGP decryption for incoming/outgoing carbonsJames Booth2016-03-222-3/+8
|
* Fixed PLATFORM_CYGWIN referencesJames Booth2016-03-101-2/+2
|
* Added WIN_PLUGIN case to win_free()James Booth2016-03-071-7/+22
|
* Add plugin wins to /win and /close autocompletionJames Booth2016-03-011-1/+1
|
* Fixed cygwin compileJames Booth2016-02-281-0/+2
|
* Added missing stdlib.h includeJames Booth2016-02-241-0/+1
|
* Added prof_cons_bad_cmd_usage plugin functionJames Booth2016-02-181-43/+0
|
* Integrated plugins with /help commandJames Booth2016-02-181-0/+1
|
* Tidied cons_show_helpJames Booth2016-02-182-45/+44
|
* Added new help format to c plugins WIPJames Booth2016-02-182-0/+44
|
* Merge branch 'master' into plugins-cJames Booth2016-02-1422-23/+23
|\ | | | | | | | | | | Conflicts: src/main.c src/ui/console.c
| * Updated copyrightJames Booth2016-02-1422-23/+23
| |
* | Added C plugin code from plugins branchJames Booth2016-02-1413-75/+135
|/
* Fixed memory deallocationsJames Booth2016-02-141-0/+1
|
* Highlight longer triggers firstJames Booth2016-02-131-1/+21
|
* Highlight room trigger termsJames Booth2016-02-133-5/+69
|
* Added roommention.term theme optionJames Booth2016-02-102-1/+33
|
* Added mention and trigger themes for consoleJames Booth2016-02-101-4/+6
|
* Fix room notification remindersJames Booth2016-02-072-11/+3
|
* Added /roster show|hide unsubscribedJames Booth2016-02-072-0/+130
|
* Don't show notification reminders for messages the user does not want ↵James Booth2016-02-044-19/+34
| | | | notifications for
* Tidy notify_room_message()James Booth2016-02-041-3/+8
|
* Tidy notify_message()James Booth2016-02-043-31/+12
|
* Removed unused arg: prefs_do_chat_notify()James Booth2016-02-043-3/+3
|
* Implemented /console private settingJames Booth2016-02-033-121/+134
|