about summary refs log tree commit diff stats
path: root/src/profanity.c
Commit message (Collapse)AuthorAgeFilesLines
* Implemented output for /disco infoJames Booth2013-03-141-0/+7
|
* Added output for /disco itemsJames Booth2013-03-141-0/+7
|
* Show name as well as jid for room listJames Booth2013-03-141-9/+1
|
* Page off after /rooms commandJames Booth2013-03-141-0/+1
|
* Added basic /rooms command to get chat room listJames Booth2013-03-131-0/+14
|
* Init and shutdown of libstrophe moved, free resources before creatingJames Booth2013-02-271-0/+1
|
* Colour title on /caps and /software outputJames Booth2013-02-171-3/+3
|
* Fixed autoawayJames Booth2013-02-171-11/+11
|
* Show fulljid when contact becomes unavailableJames Booth2013-02-171-1/+3
|
* Added autocomplete for /software commandJames Booth2013-02-171-0/+8
|
* Show all resources ordered by priority with /info commandJames Booth2013-02-171-1/+1
|
* Simple default resource hanlding on presenceJames Booth2013-02-141-9/+11
|
* Added resource_presence_t and contact_presence_tJames Booth2013-02-101-13/+14
|
* Renamed jabber_presence_t->presence_tJames Booth2013-02-101-1/+1
|
* Show priority on autoaway messagesJames Booth2013-02-051-5/+14
|
* Losing connection shows 'offline' in uiJames Booth2013-02-031-14/+9
|
* Removed jabber_restart functionJames Booth2013-02-031-1/+0
|
* Moved caps_init() out of xmpp.hJames Booth2013-02-031-1/+0
|
* Refactored string preferencesJames Booth2013-02-031-9/+9
|
* Refactored getting boolean preferencesJames Booth2013-02-031-3/+3
|
* Removed log function to log.cJames Booth2013-02-031-16/+1
|
* Added resize check to ui moduleJames Booth2013-02-021-10/+1
|
* Tidied directory creationJames Booth2013-02-021-55/+10
|
* Removed files.cJames Booth2013-02-021-2/+72
|
* Added config dir to sourceJames Booth2013-02-021-3/+3
|
* Added command and tools subdirs to sourceJames Booth2013-02-021-1/+1
|
* Tidied #include'sJames Booth2013-02-021-3/+4
|
* Added ui subdir to sourceJames Booth2013-02-021-1/+1
|
* Added xmpp subdir to sourceJames Booth2013-02-021-1/+1
|
* Show current presence when logging inJames Booth2013-01-311-5/+4
| | | | Also show correct presence in title bar upon login
* Fixed chat loggingJames Booth2013-01-291-12/+12
| | | | fixes #147
* Moved message functions to xmpp_message.cJames Booth2013-01-291-1/+1
|
* Moved functions to xmpp_presenceJames Booth2013-01-281-4/+4
|
* Joined log and chat_log modulesJames Booth2013-01-281-1/+0
|
* Renamed history modulesJames Booth2013-01-281-1/+1
|
* Renamed history.c -> command_history.cJames Booth2013-01-281-1/+0
| | | | Included in command.h
* Renamed capabilities.c -> xmpp_caps.cJames Booth2013-01-281-1/+0
|
* Renamed jabber.h -> xmpp.hJames Booth2013-01-281-1/+1
|
* Added development string to logJames Booth2013-01-271-1/+5
|
* Refactored connecting, and reconnectingJames Booth2013-01-271-14/+0
| | | | | | | The user either logs in with an account, in which case its name, and the password is kept for reconnects. Or the user can login with a jid (and server) which does not currently exist as a local account. On success an account is created, with the jid as the name.
* Renamed account_add_login -> account_add, added commentsJames Booth2013-01-271-1/+1
|
* Added client to /info command in chat roomsJames Booth2013-01-201-4/+5
|
* Initialise and free capabilitiesJames Booth2013-01-201-0/+3
|
* Added retrieval of caps string from presenceJames Booth2013-01-191-5/+5
|
* Show message in chat room when nickname conflictJames Booth2013-01-161-3/+9
|
* Handle /who command in chat roomsJames Booth2013-01-151-1/+2
|
* Disabled logging for chat rooms and private chatJames Booth2013-01-151-2/+2
|
* Renamed muc functionsJames Booth2013-01-121-5/+5
|
* Renamed room_chat module to mucJames Booth2013-01-121-1/+1
|
* Updated copyrightJames Booth2013-01-111-1/+1
|