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_im.c
Commit message (
Expand
)
Author
Age
Lines
*
Try to join long spaceless lines in paste_buffer without a newline
dequis
2018-03-11
-1
/
+33
*
Per-account handle_unknown
dequis
2016-12-27
-3
/
+4
*
Remove "Cleaning up channel, bye!" message
dequis
2016-12-25
-4
/
+0
*
Manual merge with wilmer's approach to handling missing protocols
dequis
2016-11-21
-1
/
+1
*
otr: word_wrap long system messages ("unencrypted message received")
dequis
2016-11-11
-2
/
+2
*
Send new away message when message changes
Shane Synan
2016-03-20
-1
/
+8
*
Don't send 301 RPL_AWAY when talking to contacts through &bitlbee
dequis
2016-03-20
-1
/
+2
*
Add imcb_buddy_nick_change(), like nick_hint but stronger
dequis
2016-03-20
-25
/
+15
*
Send away-notify after join/part from IRC channel
Shane Synan
2016-02-04
-6
/
+6
*
Add 'log' UI function, to avoid direct calls to irc_rootmsg from nogaim
dequis
2015-12-01
-0
/
+9
*
bee_irc_user_new: Use str_reject_chars to sanitize both user and host
dequis
2015-11-27
-3
/
+3
*
irc: Send numeric error when failing to join a channel
dequis
2015-11-26
-1
/
+6
*
IRCv3 away-notify capability
dequis
2015-11-20
-0
/
+6
*
IRC self-message support (messages sent by yourself from other clients)
dequis
2015-10-30
-8
/
+46
*
Fix use-after-free when leaving invited (temporary) channels
dequis
2015-10-08
-2
/
+5
*
Pass 'reason' values around in imcb_chat_remove_buddy/chat_remove_user
dequis
2015-08-08
-2
/
+2
*
Restore old autojoin logic and a hopefully better fix for the problem
Wilmer van der Gaast
2015-07-29
-1
/
+2
*
More coverity fixes!
dequis
2015-05-07
-1
/
+3
*
irc: split bee_irc_chat_name_hint in a few functions
dequis
2015-04-06
-55
/
+1
*
chat_name_hint: normalize utf8 with fallback from the channel name
Antoine Pietri
2015-03-25
-3
/
+9
*
Fix a bunch of memory leaks
dequis
2015-03-22
-2
/
+5
*
Reindent everything to K&R style with tabs
Indent
2015-02-20
-625
/
+618
*
irc_commands: implemented KICK support
jgeboski
2015-01-29
-0
/
+18
*
irc-channel: implemented a special mode for show_users
jgeboski
2015-01-28
-1
/
+3
*
irc-im: fixed invalid memory reading on chat leave
jgeboski
2015-01-16
-3
/
+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
*
Fix word_wrap memory leak...
dequis
2014-09-21
-0
/
+1
*
Word wrapping for group chat mesages (Ticket #1131)
dequis
2014-02-27
-2
/
+3
*
Use account tag instead of protocol/network name for generating hostmasks.
Wilmer van der Gaast
2013-07-01
-1
/
+11
*
Add irc_t* argument to all relevant nick_*() functions.
Wilmer van der Gaast
2013-04-20
-1
/
+1
*
I'm still bored on a long flight. Wrote a script to automatically update
Wilmer van der Gaast
2013-02-21
-1
/
+1
*
Bug #929: Indeed SET_NULL_OK was missing.
Wilmer van der Gaast
2012-03-10
-1
/
+6
*
Mainline merge.
Wilmer van der Gaast
2011-12-17
-16
/
+7
|
\
|
*
Big merge from pesco, closing some OTR issues: #759, #824, #839, #830.
Wilmer van der Gaast
2011-10-20
-16
/
+7
|
|
\
|
|
*
rename irc_usermsg to irc_rootmsg.
unknown
2011-10-03
-23
/
+11
|
|
*
factor making a message appear from a specific nick out of bee_irc_user_msg
unknown
2011-10-01
-14
/
+21
|
|
/
*
/
Error handling fixes.
Wilmer van der Gaast
2011-08-04
-3
/
+5
|
/
*
Crash-bug (NULL-ptr deref) fix in channel part routine.
Wilmer van der Gaast
2011-06-11
-1
/
+2
*
Improved channel cleanup. Should fix a crash bug when leaving temporary
Wilmer van der Gaast
2011-05-01
-0
/
+3
*
Add CTCP HELP code. Also cleaning up some noop handlers in the Twitter
Wilmer van der Gaast
2010-12-07
-0
/
+20
*
First bits of CTCP support to contacts. (Try /CTCP VERSION on a Jabber
Wilmer van der Gaast
2010-12-06
-0
/
+26
*
rename -del
Wilmer van der Gaast
2010-12-05
-0
/
+18
*
Clean up pastebuf_timer when cleaning up channels, and properly clean up
Wilmer van der Gaast
2010-12-02
-1
/
+4
*
Chop spaces from IM handles in all cases. Fixes #723.
Wilmer van der Gaast
2010-11-21
-11
/
+7
*
Added irc_channel_with_user() function to find a suitable channel to show
Wilmer van der Gaast
2010-11-20
-2
/
+7
*
Merging mainline, which includes a huge msnp13 merge.
Wilmer van der Gaast
2010-10-02
-3
/
+3
|
\
|
*
Fix NULL pointer dereference when removing nicks from groupchats.
Wilmer van der Gaast
2010-09-06
-1
/
+1
|
*
Fixing handling of (Jabber) chatroom topic changes done by the user.
Wilmer van der Gaast
2010-09-05
-1
/
+1
|
*
Fixed NULL ptr dereference when hilighting non-IM users in chatrooms.
Wilmer van der Gaast
2010-09-02
-1
/
+1
[next]