about summary refs log tree commit diff stats
path: root/src/config
Commit message (Collapse)AuthorAgeFilesLines
* Move xgd functionsJames Booth2016-07-247-37/+40
|
* Move resource conversionsJames Booth2016-07-241-0/+1
|
* Add config/files.cJames Booth2016-07-247-2/+175
|
* Tidy headersJames Booth2016-07-246-6/+9
|
* Moved window_list.cJames Booth2016-07-241-1/+1
|
* Moved jid.cJames Booth2016-07-242-2/+2
|
* Make header defines consistentJames Booth2016-07-247-10/+20
|
* Move event timeout to connection moduleJames Booth2016-07-241-1/+1
|
* Update GPL link in headersJames Booth2016-07-2414-14/+14
|
* Remove string allocation for conflistsJames Booth2016-07-101-3/+3
|
* /plugins unload command and completerJames Booth2016-06-302-0/+8
|
* Revert "WIP - Unload plugin commands"James Booth2016-06-302-8/+0
| | | | This reverts commit a01eb5d08e1b39d60a6f8fc26e5a87ceb92ec18f.
* WIP - Unload plugin commandsJames Booth2016-06-292-0/+8
|
* Option to bookmark room invitesJames Booth2016-05-232-0/+7
| | | | issue #813
* Rename command sourcesJames Booth2016-05-221-1/+1
|
* Add /tray timer <seconds>James Booth2016-05-152-0/+22
| | | | closes #787
* Add /tray read on|off commandJames Booth2016-05-152-0/+5
| | | | issue #786
* Rename jabber_ functionsJames Booth2016-05-061-1/+1
|
* Tidy xmpp headersJames Booth2016-05-041-0/+1
|
* Disable tray icon by defaultJames Booth2016-05-011-1/+0
|
* Free inputrc stringJames Booth2016-04-271-0/+2
| | | | fixes #797
* Merge remote-tracking branch 'asdil12/tray_config'James Booth2016-04-172-0/+5
|\
| * Make tray icon configurable using /tray cmdDominik Heidler2016-04-162-0/+14
|/
* Added /plugins load commandJames Booth2016-04-102-0/+8
|
* Room mention case insensitive by defaultJames Booth2016-04-071-1/+0
|
* Added whole word matches for room mentionJames Booth2016-04-072-8/+8
|
* Added mention match preferencesJames Booth2016-04-032-0/+10
|
* Removed #AX_PREFIX_CONFIG_HJames Booth2016-03-314-6/+6
|
* Free TLSCertificate memoryJames Booth2016-03-081-0/+2
|
* Fix plugin command memleakJames Booth2016-02-152-1/+8
|
* Merge branch 'master' into plugins-cJames Booth2016-02-1414-14/+14
|\ | | | | | | | | | | Conflicts: src/main.c src/ui/console.c
| * Updated copyrightJames Booth2016-02-1414-14/+14
| |
* | Added C plugin code from plugins branchJames Booth2016-02-144-6/+21
|/
* Fixed theme defaults memory releaseJames Booth2016-02-141-1/+1
|
* Added missing prefs_free_string()James Booth2016-02-141-0/+1
|
* Highlight room trigger termsJames Booth2016-02-132-0/+3
|
* Added roommention.term theme optionJames Booth2016-02-102-0/+3
|
* Added mention and trigger themes for consoleJames Booth2016-02-102-0/+6
|
* Fix room notification remindersJames Booth2016-02-072-0/+37
|
* Added /roster show|hide unsubscribedJames Booth2016-02-073-0/+6
|
* Don't show notification reminders for messages the user does not want ↵James Booth2016-02-042-4/+8
| | | | notifications for
* Tidy prefs_do_chat_notify()James Booth2016-02-041-13/+7
|
* Removed unused arg: prefs_do_chat_notify()James Booth2016-02-042-2/+2
|
* Implemented /console private settingJames Booth2016-02-033-1/+6
|
* Added console.chat preferenceJames Booth2016-02-033-0/+7
|
* Allow splitting roster rooms by conference serverJames Booth2016-02-013-0/+7
|
* Added roster.rooms.private.char settingJames Booth2016-01-313-2/+43
|
* Store /roster count settingJames Booth2016-01-273-2/+10
|
* Themes: Tidy foreground colour loadingJames Booth2016-01-251-70/+71
|
* Added themes for roster room mention and triggersJames Booth2016-01-252-0/+6
| | | | closes #718