about summary refs log tree commit diff stats
path: root/src/profanity.h
Commit message (Collapse)AuthorAgeFilesLines
* Define lock in profanity.h as externMichael Vetter2020-04-171-1/+1
| | | | Fix https://github.com/profanity-im/profanity/issues/1314
* Add -t theme optionMichael Vetter2020-03-241-1/+1
| | | | | | `profanity -t bios` loads the bios theme now. Fix https://github.com/profanity-im/profanity/issues/1286
* Allow setting custom log file via -f FILENAMEMichael Vetter2020-02-211-1/+1
| | | | | `profanity -f TEST` will use `~/.local/share/profanity/logs/TEST.log` as the log file.
* Update my Copyright to 2020Michael Vetter2020-01-031-1/+1
|
* Add vim modelineMichael Vetter2019-11-131-0/+1
|
* Possibility to specify alternative config fileMichael Vetter2019-08-021-1/+2
| | | | Introduce `profanity -c` to specify an alternative config file.
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
|
* Update copyrightJames Booth2018-01-211-1/+1
|
* Update CopyrightJames Booth2017-01-281-1/+1
|
* Remove unused function prototypeJames Booth2016-07-251-3/+0
|
* Tidy headersJames Booth2016-07-241-0/+1
|
* Moved chat state handling code to chat_state.cJames Booth2016-07-241-5/+0
|
* Update GPL link in headersJames Booth2016-07-241-1/+1
|
* Implement XEP-0363: HTTP File UploadDominik Heidler2016-04-261-0/+4
|
* Merge branch 'master' into plugins-cJames Booth2016-02-141-1/+1
|\ | | | | | | | | | | Conflicts: src/main.c src/ui/console.c
| * Updated copyrightJames Booth2016-02-141-1/+1
| |
* | Added C plugin code from plugins branchJames Booth2016-02-141-2/+1
|/
* Allow /quit during TLS certificate verification promptJames Booth2015-11-101-0/+2
|
* Removed --disable-tls command line optionJames Booth2015-10-181-1/+1
|
* Updated copyrightJames Booth2015-02-101-1/+1
|
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
|
* Updated copyrightJames Booth2014-03-091-1/+1
|
* Implemented basic running of alias commandsJames Booth2014-01-231-0/+2
|
* Refactored roster add/updateJames Booth2014-01-051-1/+0
|
* Removed prof_handle group functionsJames Booth2014-01-051-2/+0
|
* Removed unused function prototypeJames Booth2014-01-051-1/+0
|
* Removed unused function prototypeJames Booth2014-01-051-1/+0
|
* Removed prof_handle_disconnectJames Booth2014-01-051-1/+0
|
* Removed unused function prototypeJames Booth2014-01-051-1/+0
|
* Moved roster handlers to server_eventsJames Booth2014-01-051-3/+0
|
* Moved presence handlers to server_eventsJames Booth2014-01-051-18/+0
|
* Moved messages handlers to server_eventsJames Booth2014-01-051-17/+0
|
* Moved handle_room_list and handle_disco_items to server_eventsJames Booth2014-01-051-2/+0
|
* Moved handle_disco_info to server_eventsJames Booth2014-01-051-2/+0
|
* Moved handle_software_version_result to server_eventsJames Booth2014-01-051-3/+0
|
* Moved handle_lost_connection and handle_failed_login to server_eventsJames Booth2014-01-051-4/+0
|
* Connect to an account on start-upTomás Senart2013-10-141-1/+1
| | | | | | | | This commit enables connecting to an account on startup which enables the use case of having different pre-configured scripts which start different profanity processes for different accounts. This only makes sense in the light of not supporting many accounts connected per process.
* Show messages on /group add and /group removeJames Booth2013-06-231-0/+2
| | | | | closes #189 closes #190
* Show message when removing contact from group when not in groupJames Booth2013-06-231-1/+2
|
* Show message when contact already in groupJames Booth2013-06-231-0/+1
|
* Added message in console on /roster removeJames Booth2013-06-021-0/+1
|
* Added message in console on /roster addJames Booth2013-06-021-0/+1
|
* Added /duck command to perform searches using duckduckgo chat botJames Booth2013-05-051-0/+2
|
* Show message in console when receiving chat room invitesJames Booth2013-03-241-0/+3
|
* Implemented output for /disco infoJames Booth2013-03-141-0/+2
|
* Added output for /disco itemsJames Booth2013-03-141-0/+1
|
* Added basic /rooms command to get chat room listJames Booth2013-03-131-0/+1
|
* Colour title on /caps and /software outputJames Booth2013-02-171-1/+2
|
* Added autocomplete for /software commandJames Booth2013-02-171-0/+2
|
* Simple default resource hanlding on presenceJames Booth2013-02-141-2/+3
|