about summary refs log tree commit diff stats
path: root/src/profanity.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Autocomplete: added free functionJames Booth2013-01-111-1/+2
| | | | Fixed tests
* 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
|