about summary refs log tree commit diff stats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Check for groupchatJames Booth2012-11-053-80/+111
|
* Added room_chat moduleJames Booth2012-11-043-0/+70
|
* Removed debug when joining roomJames Booth2012-11-041-1/+0
|
* Added jabber_join for MUCJames Booth2012-11-043-0/+17
|
* Basic /join commandJames Booth2012-11-041-0/+54
|
* Reduced <inactive/> timeoutJames Booth2012-11-011-1/+1
|
* Do not send <composing/> for unprintable charactersJames Booth2012-11-011-1/+2
|
* Show message when other user <gone/>James Booth2012-11-015-1/+35
|
* Set state timeouts back to sensible valuesJames Booth2012-11-011-4/+2
|
* Ignore lines starting with '/' when sending <composing/> stateJames Booth2012-11-011-1/+8
|
* Added a seperate option to enable outgoing typing notificationsJames Booth2012-11-016-9/+52
|
* Fixed invalid state transition from <active/> to <paused/>James Booth2012-10-314-37/+60
|
* Handling paused statusJames Booth2012-10-315-4/+95
|
* Only send chat states when preference setJames Booth2012-10-313-33/+44
|
* Added states preference to enable chat statesJames Booth2012-10-314-0/+49
|
* Send <gone/> when closing chat windowJames Booth2012-10-313-21/+27
|
* Added boilerplate code to handle chat statesJames Booth2012-10-313-19/+71
|
* Basic state handlingJames Booth2012-10-315-4/+194
|
* Merge branch 'master' into chatstatesJames Booth2012-10-301-3/+3
|\
| * Fixed message colouringJames Booth2012-10-301-3/+3
| |
* | Create chat session on send if none existsJames Booth2012-10-303-5/+25
| |
* | Merge branch 'master' into chatstatesJames Booth2012-10-3013-301/+405
|\| | | | | | | | | Conflicts: Makefile.am
| * Fixed testsJames Booth2012-10-293-6/+11
| |
| * Split contact add and update presenceJames Booth2012-10-295-55/+79
| |
| * Fixed offline bugJames Booth2012-10-291-26/+13
| |
| * Simplified autocompleterJames Booth2012-10-281-64/+12
| |
| * Handle presence after roster requestJames Booth2012-10-283-33/+97
| |
| * Send presence after roster recievedJames Booth2012-10-281-2/+0
| |
| * Subscription managementJames Booth2012-10-284-39/+68
| |
| * Load roster before sending presenceJames Booth2012-10-2810-138/+143
| |
| * Merge branch 'master' into devJames Booth2012-10-281-1/+1
| |\
| | * Allocate memory for additional /who completionJames Booth2012-10-281-1/+1
| | |
| * | Added basic subscriptionsJames Booth2012-10-283-0/+64
| |/
* | Merge branch 'master' into chatstatesJames Booth2012-10-283-8/+43
|\|
| * Added offline to /who autocompleteJames Booth2012-10-281-0/+2
| |
| * Added /me handling in logsJames Booth2012-10-282-4/+20
| |
| * Added /me handling for incoming messagesJames Booth2012-10-281-4/+21
| |
* | Merge branch 'master' into chatstatesJames Booth2012-10-284-187/+234
|\|
| * Added /who autocompleteJames Booth2012-10-281-0/+24
| |
| * Moved remaining autocomplete code to command.cJames Booth2012-10-283-146/+133
| |
| * Moved autcomplete code to command.cJames Booth2012-10-284-75/+110
| |
| * Reordered autocompletersJames Booth2012-10-281-6/+7
| |
* | Merge branch 'master' into chatstatesJames Booth2012-10-288-149/+284
|\|
| * Added /intype settingJames Booth2012-10-286-39/+82
| | | | | | | | | | Seperate settings for showing contact typing in UI (/intype), and as desktop notifications (/notify typing).
| * Added autocomplete for second /notify parameterJames Booth2012-10-281-2/+56
| |
| * Added type autcomplete for /notifyJames Booth2012-10-273-4/+24
| |
| * Unified desktop notification preferencesJames Booth2012-10-276-104/+122
| |
| * Rewrote settings help summariesJames Booth2012-10-271-8/+8
| |
* | Merge branch 'master' into chatstatesJames Booth2012-10-275-32/+47
|\| | | | | | | | | Conflicts: docs/profanity.1
| * Refactored disconnectJames Booth2012-10-274-33/+16
| |