about summary refs log tree commit diff stats
path: root/src/ui
Commit message (Collapse)AuthorAgeFilesLines
* Add config/files.cJames Booth2016-07-241-0/+1
|
* Tidy headersJames Booth2016-07-2419-62/+68
|
* Moved window_list.cJames Booth2016-07-242-0/+1128
|
* Moved tray.cJames Booth2016-07-242-0/+281
|
* Moved roster_list.cJames Booth2016-07-247-7/+7
|
* Moved muc.cJames Booth2016-07-246-6/+6
|
* Moved jid.cJames Booth2016-07-241-1/+1
|
* Moved contact.cJames Booth2016-07-243-3/+3
|
* Moved chat_state.cJames Booth2016-07-243-3/+3
|
* Moved chat_session.cJames Booth2016-07-243-3/+3
|
* Moved chat state handling code to chat_state.cJames Booth2016-07-241-2/+3
|
* Update GPL link in headersJames Booth2016-07-2422-22/+22
|
* Updated GPL URLPete Maynard2016-07-211-1/+1
|
* Free memory when plugin windows closedJames Booth2016-07-131-0/+1
|
* Remove plugin window on /closeJames Booth2016-07-123-2/+4
|
* Free plugins commands on quitJames Booth2016-07-042-2/+2
|
* Revert "WIP - Unload plugin commands"James Booth2016-06-302-2/+2
| | | | This reverts commit a01eb5d08e1b39d60a6f8fc26e5a87ceb92ec18f.
* WIP - Unload plugin commandsJames Booth2016-06-292-2/+2
|
* Move /statuses options to /presence commandJames Booth2016-05-312-20/+14
|
* Update window navigation helpJames Booth2016-05-251-5/+8
|
* 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
|