about summary refs log tree commit diff stats
path: root/src/profanity.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Merge pull request #79 from pasis/devJames Booth2012-11-121-0/+3
|\ | | | | ignore SIGPIPE
| * ignore SIGPIPEDmitry Podgorny2012-11-121-0/+3
| | | | | | | | | | | | Applications running OpenSSL over network connections may crash if SIGPIPE is not ignored. [http://svn.apache.org/repos/asf/thrift/trunk/lib/cpp/README.SSL]
* | Clear contact list when connection lostJames Booth2012-11-121-0/+1
|/
* Merge pull request #73 from pasis/rotateJames Booth2012-11-111-1/+1
|\ | | | | introduce initial log rotate support
| * fix spacingDmitry Podgorny2012-11-111-1/+1
| |
* | Added win_page_off to subscriptions to scroll windowJames Booth2012-11-111-0/+3
|/
* add subscription supportDmitry Podgorny2012-11-111-0/+26
|
* Handle subject from roomJames Booth2012-11-101-0/+7
|
* Show error text if receivedJames Booth2012-11-101-1/+0
|
* Using vargs in cons_bad_showJames Booth2012-11-101-10/+4
|
* Tidy up leaving roomJames Booth2012-11-101-0/+8
|
* Show delayed time on messages received whilst offlineJames Booth2012-11-081-2/+18
| | | | Also do not show chat state notifications received whilst offline
* Basic chat room handling of presenceJames Booth2012-11-081-0/+22
|
* windows: format room rosterJames Booth2012-11-071-6/+1
|
* jabber: wait until full room roster received before showingJames Booth2012-11-071-3/+8
|
* Removed jabber.c dependency on ui.hJames Booth2012-11-061-0/+21
|
* Show message when other user <gone/>James Booth2012-11-011-0/+7
|
* Merge branch 'master' into chatstatesJames Booth2012-10-301-35/+19
|\ | | | | | | | | Conflicts: Makefile.am
| * Split contact add and update presenceJames Booth2012-10-291-12/+18
| |
| * Handle presence after roster requestJames Booth2012-10-281-8/+14
| |
| * Load roster before sending presenceJames Booth2012-10-281-30/+2
| |
* | Merge branch 'master' into chatstatesJames Booth2012-10-281-1/+1
|\|