about summary refs log tree commit diff stats
path: root/src/profanity.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed chat loggingJames Booth2013-01-291-12/+12
* 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
* 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
* 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
* Autocomplete: added free functionJames Booth2013-01-111-1/+2
* Added _inp_win_refresh() macro, renamed and moved some functionsJames Booth2013-01-061-1/+1
* Handle wide chars on inputJames Booth2013-01-031-2/+2
* Include ncursesw, set localeJames Booth2013-01-021-0/+2
* Fixed name clashes with windows.hJames Booth2012-12-111-2/+2
* Handle logins using accountsJames Booth2012-12-091-0/+17
* Handle idle time from contactsJames Booth2012-12-091-4/+5
* Renamed functions in themeJames Booth2012-12-081-1/+1
* Added server property to accountsJames Booth2012-12-071-2/+2
* Moved logins to accounts moduleJames Booth2012-12-021-1/+3
* Create logs dir for main logJames Booth2012-12-021-4/+1
* Removed development codeJames Booth2012-12-011-4/+1
* Use profanity input for idle time when libxss not availalbeJames Booth2012-12-011-2/+7
* Implemented /autoaway mode idleJames Booth2012-12-011-7/+13