about summary refs log tree commit diff stats
path: root/src/jabber.c
Commit message (Collapse)AuthorAgeFilesLines
...
* jabber: added _groupchat_message_handlerJames Booth2012-11-071-11/+23
|
* room_chat: rename room_is_activeJames Booth2012-11-071-7/+4
|
* Added room_parse_room_jid to room_chatJames Booth2012-11-061-12/+26
|
* Refactored sending chat statesJames Booth2012-11-061-67/+28
|
* Tidied escaping xmlJames Booth2012-11-061-14/+8
|
* Commented jabber message handlerJames Booth2012-11-061-0/+7
|
* Removed jabber.c dependency on ui.hJames Booth2012-11-061-6/+5
|
* Leaving chat rooms on /closeJames Booth2012-11-061-0/+19
|
* Handle sending messages in groupchatJames Booth2012-11-051-0/+30
|
* Handle incoming groupchatJames Booth2012-11-051-2/+8
|
* Handle chat history from groupchatJames Booth2012-11-051-2/+19
|
* Do not send presence when in groupchatJames Booth2012-11-051-0/+3
|
* Handle room presence notificationsJames Booth2012-11-051-1/+6
|
* Check for groupchatJames Booth2012-11-051-80/+92
|
* Added room_chat moduleJames Booth2012-11-041-0/+3
|
* Added jabber_join for MUCJames Booth2012-11-041-0/+15
|
* Show message when other user <gone/>James Booth2012-11-011-1/+1
|
* Handling paused statusJames Booth2012-10-311-0/+43
|
* Only send chat states when preference setJames Booth2012-10-311-8/+13
|
* Added boilerplate code to handle chat statesJames Booth2012-10-311-15/+52
|
* Basic state handlingJames Booth2012-10-311-0/+42
|
* Create chat session on send if none existsJames Booth2012-10-301-5/+12
|
* Merge branch 'master' into chatstatesJames Booth2012-10-301-46/+60
|\ | | | | | | | | Conflicts: Makefile.am
| * Fixed testsJames Booth2012-10-291-1/+5
| |
| * Fixed offline bugJames Booth2012-10-291-26/+13
| |
| * Send presence after roster recievedJames Booth2012-10-281-2/+0
| |
| * Subscription managementJames Booth2012-10-281-7/+1
| |
| * Load roster before sending presenceJames Booth2012-10-281-41/+42
| |
| * Added basic subscriptionsJames Booth2012-10-281-0/+27
|/
* Added /intype settingJames Booth2012-10-281-1/+1
| | | | | Seperate settings for showing contact typing in UI (/intype), and as desktop notifications (/notify typing).
* Unified desktop notification preferencesJames Booth2012-10-271-1/+1
|
* Refactored disconnectJames Booth2012-10-271-10/+5
|
* Added /disconnect commandJames Booth2012-10-271-0/+7
|
* Fixed possible segfault when no type attribute on incoming messagesJames Booth2012-10-221-16/+18
|
* Removed trailing whitespace from src and testsJames Booth2012-10-211-34/+34
|
* jabber: rewrite error handlingDmitry Podgorny2012-10-201-52/+26
|
* handle error messages from serverDmitry Podgorny2012-10-181-1/+47
|
* Fixed indentationJames Booth2012-10-161-3/+3
|
* Moved jabber_free_resources callJames Booth2012-10-161-11/+0
|
* Merge branch 'master' of https://github.com/pasis/profanityJames Booth2012-10-161-0/+8
|\
| * jabber: fix crash when disconnection timeout is reachedDmitry Podgorny2012-10-171-7/+8
| |
* | Attempted fix at causing segfault by freeing connectionJames Booth2012-10-161-7/+11
|/
* Users added to contact list when no precense notificationJames Booth2012-10-041-0/+1
| | | | The user is added from the roster
* Moved chat logging to profanity moduleJames Booth2012-10-021-15/+0
| | | | Removed jabber modules dependency on chat log
* Tidy up jabber module, removed unused code, made local functions privateJames Booth2012-10-021-76/+80
|
* Removed jabber module dependency on ui moduleJames Booth2012-10-021-1/+0
|
* Moved roster output handling to profanity moduleJames Booth2012-10-021-17/+14
|
* Added status handler code to profanity moduleJames Booth2012-10-021-12/+4
|
* Moved login attempt handler code to profanity moduleJames Booth2012-10-011-21/+3
|
* Moved incoming message code to profanity moduleJames Booth2012-10-011-4/+2
|