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
/
irc_channel.c
Commit message (
Expand
)
Author
Age
Lines
*
Merge branch 'master' into patched-master
Marius Halden
2016-12-26
-1
/
+1
|
\
|
*
Add nick_lowercase and nick_underscores settings
dequis
2016-12-25
-1
/
+1
*
|
Add support for multiple accounts in set account
Marius Halden
2016-05-07
-5
/
+34
*
|
Revert "Add support for multiple accounts in set account"
Marius Halden
2016-05-07
-35
/
+5
*
|
Add support for multiple accounts in set account
Marius Halden
2016-05-07
-5
/
+35
*
|
Revert "Add support for multiple accounts in set account"
Marius Halden
2016-05-07
-65
/
+5
*
|
Revert "Better handling of set account"
Marius Halden
2016-05-07
-12
/
+37
*
|
Revert "Fix some errors created when changing set account to GSList"
Marius Halden
2016-05-07
-1
/
+1
*
|
Fix some errors created when changing set account to GSList
Marius Halden
2016-05-07
-1
/
+1
*
|
Better handling of set account
Marius Halden
2016-05-07
-37
/
+12
*
|
Fix bug with ops_mode so it will work properly
Marius Halden
2016-05-07
-1
/
+1
*
|
Add support for multiple accounts in set account
Marius Halden
2016-05-07
-5
/
+65
*
|
Add support for changing root/user mode to any supported
Marius Halden
2016-05-07
-7
/
+47
*
|
Add support for owner/admin channel modes
Marius Halden
2016-05-07
-1
/
+9
|
/
*
irc_channel_add_user: Don't call update_ops if not needed
dequis
2016-03-20
-1
/
+3
*
set_eval_channel_type: skip the channel free/init if nothing is changed
dequis
2015-11-28
-0
/
+5
*
irc: Send numeric error when failing to join a channel
dequis
2015-11-26
-0
/
+4
*
IRCv3 multi-prefix... but mostly just adding prefixes to WHO
dequis
2015-10-08
-0
/
+12
*
irc_channel_name_gen: handle g_convert_with_fallback failures
dequis
2015-08-27
-0
/
+10
*
Restore old autojoin logic and a hopefully better fix for the problem
Wilmer van der Gaast
2015-07-29
-4
/
+4
*
irc_channel: use irc_t instead of bee_t
dequis
2015-04-06
-7
/
+7
*
irc: split bee_irc_chat_name_hint in a few functions
dequis
2015-04-06
-0
/
+80
*
Reindent everything to K&R style with tabs
Indent
2015-02-20
-470
/
+502
*
irc_commands: implemented KICK support
jgeboski
2015-01-29
-0
/
+19
*
irc-channel: implemented a special mode for show_users
jgeboski
2015-01-28
-6
/
+8
*
channel: fixed auto-join occurring when disabled
jgeboski
2015-01-16
-1
/
+1
*
Replace isdigit/isalpha/.../tolower/toupper with glib variants
dequis
2015-01-16
-2
/
+2
*
Fix incorrect Free Software Foundation address
Matej Cepl
2015-01-16
-2
/
+2
*
Don't save the "type" channel setting, it's an XML attribute already. This
Wilmer van der Gaast
2013-10-14
-1
/
+4
*
I'm still bored on a long flight. Wrote a script to automatically update
Wilmer van der Gaast
2013-02-21
-1
/
+1
*
! modified for control channel fill_by setting to for example create a
Wilmer van der Gaast
2013-02-21
-18
/
+38
*
Fixing NULL pointer dereference in irc_channel_free(). This seems to happen
Wilmer van der Gaast
2012-02-17
-1
/
+5
*
Clean up pastebuf_timer when cleaning up channels, and properly clean up
Wilmer van der Gaast
2010-12-02
-0
/
+2
*
Added irc_channel_with_user() function to find a suitable channel to show
Wilmer van der Gaast
2010-11-20
-0
/
+37
*
Force the default/first channel to be a control channel, fixing one crash
Wilmer van der Gaast
2010-10-01
-1
/
+1
*
Added some neat whatsnew code that keeps track of the newest version of
Wilmer van der Gaast
2010-08-21
-0
/
+1
*
blist should only show contacts that are (or would be if they were online)
Wilmer van der Gaast
2010-08-14
-0
/
+25
*
Set channel mode +C for control channels.
Wilmer van der Gaast
2010-08-04
-0
/
+50
*
Restore default_target setting, kill last_root_cmd variable and just use
Wilmer van der Gaast
2010-07-29
-18
/
+13
*
Clean up references from irc_user structs to channels that are being free()d.
Wilmer van der Gaast
2010-07-29
-0
/
+9
*
Use the account tag in a few places and store it in the XML file as an
Wilmer van der Gaast
2010-07-24
-1
/
+1
*
Whoops. Small memory management screw-up.
Wilmer van der Gaast
2010-07-19
-1
/
+3
*
One of the last few things I wanted to get done in this branch: combining
Wilmer van der Gaast
2010-07-18
-0
/
+48
*
Move control channel autoconfiguration to irc_cmd_join() instead so that it
Wilmer van der Gaast
2010-07-14
-18
/
+0
*
Kick the user instead of parting him/her when cleaning up a channel. This is
Wilmer van der Gaast
2010-07-04
-3
/
+8
*
Added automatic joining of channels. Auto-rejoin functionality for
Wilmer van der Gaast
2010-07-04
-1
/
+48
*
Disable the code added in the previous change during shutdown, since it's
Wilmer van der Gaast
2010-07-01
-1
/
+7
*
Flush channels when the user leaves them. Also, don't update a control
Wilmer van der Gaast
2010-07-01
-0
/
+11
*
Also, automatically set up per-protocol channels if the name's a protocol
Wilmer van der Gaast
2010-06-30
-0
/
+4
*
Also allow selecting contacts for a channel by protocol instead of account.
Wilmer van der Gaast
2010-06-30
-0
/
+22
[next]