about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* jabber added message type handler functionsJames Booth2012-11-071-72/+88
|
* jabber: added _groupchat_message_handlerJames Booth2012-11-071-11/+23
|
* room_chat: rename room_is_activeJames Booth2012-11-074-10/+7
|
* Added room_parse_room_jid to room_chatJames Booth2012-11-063-12/+45
|
* Refactored sending chat statesJames Booth2012-11-061-67/+28
|
* Tidied escaping xmlJames Booth2012-11-063-14/+22
|
* Commented jabber message handlerJames Booth2012-11-061-0/+7
|
* Removed jabber.c dependency on ui.hJames Booth2012-11-063-6/+33
|
* Merge branch 'master' into mucJames Booth2012-11-062-2/+2
|\
| * Updated website location in /vercheckJames Booth2012-11-062-2/+2
| |
* | Merge branch 'master' into mucJames Booth2012-11-061-1/+1
|\|
| * Update README.mdJames Booth2012-11-051-1/+1
| |
* | Leaving chat rooms on /closeJames Booth2012-11-065-16/+75
| |
* | Handle sending messages in groupchatJames Booth2012-11-054-8/+54
| |
* | Flash, beep, notify, remind on groupchat new messagesJames Booth2012-11-051-3/+26
| |
* | Handle incoming groupchatJames Booth2012-11-053-2/+25
| |
* | Handle chat history from groupchatJames Booth2012-11-053-2/+41
| |
* | Do not send presence when in groupchatJames Booth2012-11-054-3/+18
| |
* | Handle room presence notificationsJames Booth2012-11-056-2/+53
| |
* | Check for groupchatJames Booth2012-11-053-80/+111
| |
* | Added room_chat moduleJames Booth2012-11-044-1/+72
| |
* | 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
|
* Removed old chat session testsJames Booth2012-11-014-76/+1
|
* 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-3016-740/+507
|\| | | | | | | | | Conflicts: Makefile.am
| * Fixed testsJames Booth2012-10-296-445/+114
| |
| * 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
| |