index
:
bitlbee
develop
install-dev
master
patched-3.4.1
patched-master
scram
server-time
set-account
tagged_msg
twitter-reconnect
personal fork of github.com/bitlbee/bitlbee
Marius Halden
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
protocols
/
jabber
/
conference.c
Commit message (
Expand
)
Author
Age
Lines
*
jabber: Add "always_use_nicks" setting, for non-anonymous MUCs
dequis
2016-03-20
-2
/
+12
*
jabber: Check for other resources before removing someone from a chat
dequis
2016-03-20
-1
/
+14
*
jabber: Mark messages from other resources as OPT_SELFMESSAGE too
dequis
2016-01-24
-1
/
+3
*
jabber_chat_join_failed: add a null check before freeing the chat
dequis
2015-11-23
-1
/
+4
*
Nuke imcb_clean_handle(), which was merging handles accidentally
dequis
2015-11-09
-3
/
+0
*
jabber: Self message handling (echo removal) in MUCs
dequis
2015-10-30
-11
/
+16
*
jabber: fix null handling with MUC topics
dequis
2015-10-08
-1
/
+2
*
jabber: Improvements to the MUC part reason handling
dequis
2015-08-26
-15
/
+26
*
jabber: Show MUC kick/ban/leave reasons
dequis
2015-08-08
-2
/
+34
*
jabber: Refactor conference message handling
dequis
2015-05-28
-55
/
+65
*
jabber: Fixed null deref when receiving <subject> from oneself
dequis
2015-04-03
-2
/
+2
*
Reindent everything to K&R style with tabs
Indent
2015-02-20
-242
/
+240
*
I'm still bored on a long flight. Wrote a script to automatically update
Wilmer van der Gaast
2013-02-21
-1
/
+1
*
Support for "nameless" chatrooms on Jabber.
Wilmer van der Gaast
2012-02-10
-0
/
+47
*
Detect JID changes at login time and warn the user about them.
Wilmer van der Gaast
2011-12-20
-1
/
+2
*
Fixing handling of (Jabber) chatroom topic changes done by the user.
Wilmer van der Gaast
2010-09-05
-9
/
+9
*
Mainline merge.
Wilmer van der Gaast
2010-05-13
-1
/
+3
|
\
|
*
Fixed a long-standing bug where non-anonymous Jabber chatrooms could cause
Wilmer van der Gaast
2010-05-11
-1
/
+3
*
|
Use ?, not &&.
Wilmer van der Gaast
2010-05-13
-1
/
+1
*
|
Fixed buggy jabber_chat_by_jid() after GSList change.
Wilmer van der Gaast
2010-05-08
-1
/
+1
*
|
Starting to restore chatroom stuff. Only enough to create and be joined
Wilmer van der Gaast
2010-05-06
-1
/
+3
|
/
*
Fixing a crash bug that causes crashes only with buggy Jabber conference
Wilmer van der Gaast
2009-10-04
-6
/
+9
*
Fixed a bug that caused crashes when joining certain kinds of Google Talk
Wilmer van der Gaast
2009-06-03
-2
/
+4
*
Adding the password to the right part of the <presence> stanza so joining
Wilmer van der Gaast
2008-09-28
-1
/
+1
*
Restored support for password-protected chatrooms (for now only by accepting
Wilmer van der Gaast
2008-09-28
-1
/
+1
*
Added support for password-protected Jabber chatrooms.
Wilmer van der Gaast
2008-02-10
-0
/
+2
*
Messages from the user are also included in backlogs when joining a Jabber
Wilmer van der Gaast
2008-02-03
-3
/
+6
*
The Jabber module now uses imcb_chat_log() instead of imcb_log() where
Wilmer van der Gaast
2008-01-20
-5
/
+41
*
Fixed handing of failed groupchat joins.
Wilmer van der Gaast
2008-01-13
-6
/
+5
*
Added /invite support for Jabber chatrooms (and fixed the argument order
Wilmer van der Gaast
2007-12-09
-0
/
+21
*
Forgot to return something in jabber_chat_join_failed().
Wilmer van der Gaast
2007-12-02
-3
/
+3
*
Handling of presence-error packets (only useful for groupchats now), moved
Wilmer van der Gaast
2007-12-02
-4
/
+44
*
Added Jabber groupchat topic support.
Wilmer van der Gaast
2007-11-19
-0
/
+28
*
Added imcb_clean_handle() to sanitize handles properly (without putting
Wilmer van der Gaast
2007-07-15
-0
/
+3
*
Added (and using) jabber_chat_free() for better memory management, fixed
Wilmer van der Gaast
2007-07-02
-7
/
+14
*
Stripping of unwanted characters (@ and =) in channel nicknames.
Wilmer van der Gaast
2007-07-02
-1
/
+11
*
Keeping an original (not normalized) copy of the user's nickname. This
Wilmer van der Gaast
2007-07-01
-2
/
+5
*
Better handling of private messages via groupchats.
Wilmer van der Gaast
2007-07-01
-3
/
+5
*
Added imcb_remove_buddy() so deletions in Jabber roster pushes actually
Wilmer van der Gaast
2007-06-14
-1
/
+3
*
Calling imcb_add_buddy() before setting the nickname. This is the only
Wilmer van der Gaast
2007-06-04
-3
/
+6
*
Added imcb_buddy_nick_hint so the Jabber conference module can suggest sane
Wilmer van der Gaast
2007-06-04
-0
/
+3
*
Now anonymous rooms should really work. This makes sure the self-join will
Wilmer van der Gaast
2007-06-04
-4
/
+8
*
Prepared the Jabber module for anonymous rooms, but the BitlBee core
Wilmer van der Gaast
2007-04-25
-14
/
+17
*
Fixes: handling of being kicked, now sending <presence/> tags to all
Wilmer van der Gaast
2007-04-22
-0
/
+2
*
Got rid of one HORRIBLE stupidity called chat_by_channel(), which still
Wilmer van der Gaast
2007-04-22
-2
/
+2
*
You can send messages too now. But it's still very kludgy and doesn't work
Wilmer van der Gaast
2007-04-22
-9
/
+20
*
Read-only support for Jabber conferences (non-anonymous rooms only).
Wilmer van der Gaast
2007-04-22
-0
/
+193