about summary refs log tree commit diff stats
path: root/src/profanity.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* More useful console message on auto awayJames Booth2012-12-011-2/+4
* Send away presence and message for /autoawayJames Booth2012-12-011-5/+35
* Send away and message when idleJames Booth2012-11-301-2/+2
* Use only one measure for idleJames Booth2012-11-301-5/+0
* Simple output of idle/awayJames Booth2012-11-301-0/+28
* Implemented "/sub sent" to show outstanding sent subscription requestsJames Booth2012-11-281-1/+1
* Fixed some memory leaksJames Booth2012-11-261-1/+3
* Further tidy up of windows.cJames Booth2012-11-261-33/+40
* windows tidy upJames Booth2012-11-261-6/+6
* Profanity files now use %XDG_CONFIG_HOME and %XDG_DATA_HOMEJames Booth2012-11-251-11/+5
* Separated colours from main preferencesJames Booth2012-11-211-0/+3
* Handling commands after /disconnectJames Booth2012-11-191-0/+25
* Moved disconnect code to profanity moduleJames Booth2012-11-191-0/+9
* Handle room broadcastsJames Booth2012-11-191-0/+8
* Handle room member presenceJames Booth2012-11-191-0/+13
* Show message when own nickname changed in chat roomsJames Booth2012-11-181-0/+8
* Handle nick changes from other usersJames Booth2012-11-181-2/+10
* Set correct window type on private messagesJames Booth2012-11-141-4/+5