aboutsummaryrefslogtreecommitdiffstats
path: root/irc_im.c
Commit message (Expand)AuthorAgeLines
* More coverity fixes!dequis2015-05-07-1/+3
* irc: split bee_irc_chat_name_hint in a few functionsdequis2015-04-06-55/+1
* chat_name_hint: normalize utf8 with fallback from the channel nameAntoine Pietri2015-03-25-3/+9
* Fix a bunch of memory leaksdequis2015-03-22-2/+5
* Reindent everything to K&R style with tabsIndent2015-02-20-625/+618
* irc_commands: implemented KICK supportjgeboski2015-01-29-0/+18
* irc-channel: implemented a special mode for show_usersjgeboski2015-01-28-1/+3
* irc-im: fixed invalid memory reading on chat leavejgeboski2015-01-16-3/+1
* Replace isdigit/isalpha/.../tolower/toupper with glib variantsdequis2015-01-16-2/+2
* Fix incorrect Free Software Foundation addressMatej Cepl2015-01-16-2/+2
* Fix word_wrap memory leak...dequis2014-09-21-0/+1
* Word wrapping for group chat mesages (Ticket #1131)dequis2014-02-27-2/+3
* Use account tag instead of protocol/network name for generating hostmasks.Wilmer van der Gaast2013-07-01-1/+11
* Add irc_t* argument to all relevant nick_*() functions.Wilmer van der Gaast2013-04-20-1/+1
* I'm still bored on a long flight. Wrote a script to automatically updateWilmer van der Gaast2013-02-21-1/+1
* Bug #929: Indeed SET_NULL_OK was missing.Wilmer van der Gaast2012-03-10-1/+6
* Mainline merge.Wilmer van der Gaast2011-12-17-16/+7
|\
| * Big merge from pesco, closing some OTR issues: #759, #824, #839, #830.Wilmer van der Gaast2011-10-20-16/+7
| |\
| | * rename irc_usermsg to irc_rootmsg.unknown2011-10-03-23/+11
| | * factor making a message appear from a specific nick out of bee_irc_user_msgunknown2011-10-01-14/+21
| |/
* / Error handling fixes.Wilmer van der Gaast2011-08-04-3/+5
|/
* Crash-bug (NULL-ptr deref) fix in channel part routine.Wilmer van der Gaast2011-06-11-1/+2
* Improved channel cleanup. Should fix a crash bug when leaving temporaryWilmer van der Gaast2011-05-01-0/+3
* Add CTCP HELP code. Also cleaning up some noop handlers in the TwitterWilmer van der Gaast2010-12-07-0/+20
* First bits of CTCP support to contacts. (Try /CTCP VERSION on a JabberWilmer van der Gaast2010-12-06-0/+26
* rename -delWilmer van der Gaast2010-12-05-0/+18
* Clean up pastebuf_timer when cleaning up channels, and properly clean upWilmer van der Gaast2010-12-02-1/+4
* Chop spaces from IM handles in all cases. Fixes #723.Wilmer van der Gaast2010-11-21-11/+7
* Added irc_channel_with_user() function to find a suitable channel to showWilmer van der Gaast2010-11-20-2/+7
* Merging mainline, which includes a huge msnp13 merge.Wilmer van der Gaast2010-10-02-3/+3
|\
| * Fix NULL pointer dereference when removing nicks from groupchats.Wilmer van der Gaast2010-09-06-1/+1
| * Fixing handling of (Jabber) chatroom topic changes done by the user.Wilmer van der Gaast2010-09-05-1/+1
| * Fixed NULL ptr dereference when hilighting non-IM users in chatrooms.Wilmer van der Gaast2010-09-02-1/+1
* | Do encryption and decryption. Somehow SMP and other things aren't workingWilmer van der Gaast2010-09-01-13/+73
|/
* Revert to the old control channel messages for fullname changes, the /noticesWilmer van der Gaast2010-08-30-1/+3
* Process incoming XMPP groupchat invites in a saner way: Create a temporaryWilmer van der Gaast2010-08-23-0/+58
* blist should only show contacts that are (or would be if they were online)Wilmer van der Gaast2010-08-14-14/+2
* Restore default_target setting, kill last_root_cmd variable and just useWilmer van der Gaast2010-07-29-0/+1
* Clean up references from irc_user structs to channels that are being free()d.Wilmer van der Gaast2010-07-29-1/+10
* Allow change nicknames when moving contacts between groups. Also fixing aWilmer van der Gaast2010-07-25-0/+11
* Use the account tag in a few places and store it in the XML file as anWilmer van der Gaast2010-07-24-1/+1
* Adding protocol-specific chatroom settings. First one to use this: AIMWilmer van der Gaast2010-07-24-2/+9
* One of the last few things I wanted to get done in this branch: combiningWilmer van der Gaast2010-07-18-14/+21
* Fixed cleaning up of channels. Something broke when changing theWilmer van der Gaast2010-07-13-3/+33
* Reformat nicks whenever fullname/nick/group changes (but at least for nowWilmer van der Gaast2010-07-13-47/+23
* Use bee_user structs in all nick_* functions. Prepare for a nick_get() withWilmer van der Gaast2010-07-11-3/+3
* When addressing people in a chatroom, try to translate the nickname to theWilmer van der Gaast2010-07-05-1/+26
* Kick the user instead of parting him/her when cleaning up a channel. This isWilmer van der Gaast2010-07-04-3/+3
* Auto joins for chatrooms.Wilmer van der Gaast2010-07-04-0/+15
* Show a user going offline as a QUIT, not as one or more PARTs, like in theWilmer van der Gaast2010-07-03-0/+8