about summary refs log tree commit diff stats
path: root/src/ui
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Implemented /console chat settingJames Booth2016-02-033-8/+20
|
* Handle self leaving room in private winsJames Booth2016-02-035-0/+152
|
* Handle occupant kicked/banned in private chat winsJames Booth2016-02-022-1/+49
|
* Show message in private windows when user offlineJames Booth2016-02-025-2/+38
|
* Allow splitting roster rooms by conference serverJames Booth2016-02-012-25/+109
|
* Colour private chats by presence in roster panelJames Booth2016-01-311-17/+29
|
* Roster panel colour fixesJames Booth2016-01-311-7/+13
|
* Fixed /pref ui formattingJames Booth2016-01-311-110/+110
|
* Added roster.rooms.private.char settingJames Booth2016-01-312-1/+7
|
* Show orphaned private chatsJames Booth2016-01-311-5/+31
|
* Only add private chats to Rooms unread count in roster when room activeJames Booth2016-01-311-12/+15
|
* Show offline contacts with unread messages in rosterJames Booth2016-01-311-36/+14
|