source: irc_im.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Date Author Log Message
(edit) @61fc056   2018-08-26T20:56:09Z dx irc_im: fix away_reply_timeout getting reset too often The hangouts …
(edit) @fa1bc1d   2018-07-31T04:57:16Z dx Hide timestamps from the message body if server-time is enabled
(edit) @9767d03   2018-07-31T04:41:55Z dx Modify server-time implementation to not change API The new functions …
(edit) @f7cc734   2018-07-31T04:41:25Z dx irc: implement server-time capability
(edit) @5c90890   2018-07-12T08:54:12Z dx Stop using the irc->users linked list, use the hash table instead …
(edit) @8167346   2018-03-11T19:28:38Z dx Try to join long spaceless lines in paste_buffer without a newline …
(edit) @7801298   2016-12-27T17:24:50Z dx Per-account handle_unknown Credit for the idea goes to russian XMPP …
(edit) @df291a6   2016-12-26T00:18:55Z dx Remove "Cleaning up channel, bye!" message
(edit) @5a8afc3   2016-11-21T06:58:47Z dx Manual merge with wilmer's approach to handling missing protocols …
(edit) @30093fa   2016-11-12T02:30:32Z dx otr: word_wrap long system messages ("unencrypted message received")
(edit) @f892236   2016-03-20T03:58:05Z dx Send new away message when message changes Send new away message when …
(edit) @b1634a8   2016-03-20T03:58:05Z dx Don't send 301 RPL_AWAY when talking to contacts through &bitlbee …
(edit) @a42fda4   2016-03-20T03:58:05Z dx Add imcb_buddy_nick_change(), like nick_hint but stronger nick_hint …
(edit) @4543356c   2016-02-04T08:17:46Z digitalcircuit36939 Send away-notify after join/part from IRC channel Move …
(edit) @03df717   2015-12-01T04:45:20Z dx Add 'log' UI function, to avoid direct calls to irc_rootmsg from …
(edit) @31d9930   2015-11-28T00:04:07Z dx bee_irc_user_new: Use str_reject_chars to sanitize both user and host …
(edit) @d088ee8   2015-11-26T04:46:51Z dx irc: Send numeric error when failing to join a channel This fixes …
(edit) @80c2f3c   2015-11-20T15:51:45Z dx IRCv3 away-notify capability Neat lightweight notifications of the …
(edit) @345577b   2015-10-30T10:27:20Z dx IRC self-message support (messages sent by yourself from other …
(edit) @e1bea35   2015-10-08T09:38:15Z dx Fix use-after-free when leaving invited (temporary) channels Trac …
(edit) @6b56512   2015-08-08T04:29:49Z dx Pass 'reason' values around in imcb_chat_remove_buddy/chat_remove_user
(edit) @24de9fa   2015-07-28T23:41:24Z wilmer Restore old autojoin logic and a hopefully better fix for the problem …
(edit) @5535a47   2015-05-07T23:12:06Z dx More coverity fixes! CID 18634: 'Logically dead code' in …
(edit) @e3e2059   2015-04-06T12:35:57Z dx irc: split bee_irc_chat_name_hint in a few functions Also split …
(edit) @b95d03b   2015-03-25T18:50:07Z dx chat_name_hint: normalize utf8 with fallback from the channel name
(edit) @098a75b   2015-03-22T13:35:08Z dx Fix a bunch of memory leaks - irc_im.c: - bee_irc_user_msg: …
(edit) @5ebff60   2015-02-20T22:50:54Z dx Reindent everything to K&R style with tabs Used uncrustify, with the …
(edit) @7821ee8   2015-01-29T19:24:17Z jgeboski irc_commands: implemented KICK support With similar commands being …
(edit) @7b8238d   2015-01-28T17:06:40Z jgeboski irc-channel: implemented a special mode for show_users This allows …
(edit) @664bac3   2015-01-16T19:50:25Z dx irc-im: fixed invalid memory reading on chat leave When a chat is …
(edit) @6b13103   2015-01-16T19:50:23Z dx Replace isdigit/isalpha/.../tolower/toupper with glib variants This …
(edit) @6f10697   2015-01-16T19:50:23Z dx Fix incorrect Free Software Foundation address
(edit) @0406d6a6   2014-09-21T10:53:44Z dx Fix word_wrap memory leak…
(edit) @172aa37f   2014-02-28T00:53:43Z dx Word wrapping for group chat mesages (Ticket #1131)
(edit) @c92ee728   2013-07-01T22:43:02Z wilmer Use account tag instead of protocol/network name for generating hostmasks.
(edit) @e277e80   2013-04-20T22:50:31Z wilmer Add irc_t* argument to all relevant nick_*() functions.
(edit) @0e788f5   2013-02-21T19:15:59Z wilmer I'm still bored on a long flight. Wrote a script to automatically …
(edit) @57a65600   2012-03-10T00:06:29Z wilmer Bug #929: Indeed SET_NULL_OK was missing.
(edit) @6e9ae72   2011-12-17T13:50:01Z wilmer Mainline merge.
(edit) @3864c08   2011-10-21T03:00:54Z wilmer Big merge from pesco, closing some OTR issues: #759, #824, #839, #830.
(edit) @e67e513   2011-10-03T14:56:58Z pesco rename irc_usermsg to irc_rootmsg. add new irc_usermsg, …
(edit) @fb11647a   2011-10-01T14:55:24Z pesco factor making a message appear from a specific nick out of bee_irc_user_msg
(edit) @911d97a   2011-08-04T15:19:54Z wilmer Error handling fixes. Found one double free() bug causing troubles …
(edit) @5f74987   2011-06-11T16:09:50Z wilmer Crash-bug (NULL-ptr deref) fix in channel part routine.
(edit) @6963230   2011-05-01T14:57:30Z wilmer Improved channel cleanup. Should fix a crash bug when leaving …
(edit) @a97a336   2010-12-07T23:14:30Z wilmer Add CTCP HELP code. Also cleaning up some noop handlers in the Twitter …
(edit) @d88c92a   2010-12-06T00:03:49Z wilmer First bits of CTCP support to contacts. (Try /CTCP VERSION on a Jabber …
(edit) @a429907   2010-12-05T12:28:07Z wilmer rename -del
(edit) @cc20520   2010-12-02T12:14:09Z wilmer Clean up pastebuf_timer when cleaning up channels, and properly clean …
(edit) @495d21b   2010-11-21T15:53:08Z wilmer Chop spaces from IM handles in all cases. Fixes #723.
(edit) @bb151f7   2010-11-20T20:25:44Z wilmer Added irc_channel_with_user() function to find a suitable channel to …
(edit) @8e9e2b7   2010-10-03T02:45:26Z wilmer Merging mainline, which includes a huge msnp13 merge. Not 100% sure …
(edit) @d6657ce   2010-09-05T23:30:40Z wilmer Fix NULL pointer dereference when removing nicks from groupchats.
(edit) @41e0c00   2010-09-05T10:27:12Z wilmer Fixing handling of (Jabber) chatroom topic changes done by the user.
(edit) @4c737ebd   2010-09-01T23:06:56Z wilmer Fixed NULL ptr dereference when hilighting non-IM users in chatrooms.
(edit) @934db064   2010-09-01T22:09:27Z wilmer Do encryption and decryption. Somehow SMP and other things aren't …
(edit) @fda55fa   2010-08-30T20:12:34Z wilmer Revert to the old control channel messages for fullname changes, the …
(edit) @1aa74f55   2010-08-23T10:34:36Z wilmer Process incoming XMPP groupchat invites in a saner way: Create a …
(edit) @ac2717b   2010-08-14T10:55:20Z wilmer blist should only show contacts that are (or would be if they were …
(edit) @f7ca587   2010-07-29T18:18:54Z wilmer Restore default_target setting, kill last_root_cmd variable and just …
(edit) @2fe5eb9   2010-07-29T17:08:16Z wilmer Clean up references from irc_user structs to channels that are being …
(edit) @51a3d12   2010-07-25T09:11:48Z wilmer Allow change nicknames when moving contacts between groups. Also …
(edit) @e135cd09   2010-07-24T15:58:27Z wilmer Use the account tag in a few places and store it in the XML file as an …
(edit) @03f3828   2010-07-24T14:06:22Z wilmer Adding protocol-specific chatroom settings. First one to use this: AIM …
(edit) @94d5da9c   2010-07-18T22:12:19Z wilmer One of the last few things I wanted to get done in this branch: …
(edit) @b1af3e8   2010-07-13T22:50:06Z wilmer Fixed cleaning up of channels. Something broke when changing the …
(edit) @badd148   2010-07-12T23:22:53Z wilmer Reformat nicks whenever fullname/nick/group changes (but at least for …
(edit) @b1f818b   2010-07-11T12:21:59Z wilmer Use bee_user structs in all nick_* functions. Prepare for a nick_get() …
(edit) @69b896b   2010-07-05T12:01:28Z wilmer When addressing people in a chatroom, try to translate the nickname to …
(edit) @006a84f   2010-07-04T20:40:15Z wilmer Kick the user instead of parting him/her when cleaning up a channel. …
(edit) @5c7b45c   2010-07-04T13:36:08Z wilmer Auto joins for chatrooms.
(edit) @0bd948e   2010-07-03T21:16:41Z wilmer Show a user going offline as a QUIT, not as one or more PARTs, like in …
(edit) @bc4b469   2010-07-03T17:57:31Z wilmer Initialize the show variable in channel_update. This shouldn't have …
(edit) @52a2521   2010-06-30T23:46:55Z wilmer When receiving a channel name hint, and a channel with that name …
(edit) @9052bc1   2010-06-30T23:15:44Z wilmer Flush channels when the user leaves them. Also, don't update a control …
(edit) @7a6ba50   2010-06-29T23:44:17Z wilmer Also allow selecting contacts for a channel by protocol instead of …
(edit) @1c40aa7   2010-06-28T00:07:46Z wilmer Mark nameless groupchat channels as temporary so they don't stick …
(edit) @134a02c   2010-06-27T16:04:28Z wilmer irc_channel_name_strip() instead of nick_strip().
(edit) @92c8d41   2010-06-26T21:26:41Z wilmer Remember in which channel the user talked to someone and show …
(edit) @1c8e5f7   2010-06-11T15:12:27Z wilmer Added away_reply_timeout setting so BitlBee will suppress away …
(edit) @6ef9065   2010-06-07T21:09:33Z wilmer Restored nick_hint/nick_source functionality.
(edit) @619dd18   2010-06-07T18:40:08Z wilmer Paste buffer functionality is back, now for users *and* rooms.
(edit) @0e8b3e8   2010-06-07T15:21:21Z wilmer Changing away_devoice will change current voice statuses in all channels.
(edit) @18da20b   2010-06-06T00:33:33Z wilmer Added /part msgs, and the ability to silently remove users from …
(edit) @5a75d15   2010-06-05T22:32:36Z wilmer Chatroom improvements. Merged chatroom stub into normal chatroom …
(edit) @7e83e8e4   2010-06-05T00:35:17Z wilmer Inform the UI about group changes. This is important if the user has …
(edit) @4469e7e   2010-06-03T22:17:11Z wilmer Support for the /topic command.
(edit) @ad404ab   2010-06-03T00:20:53Z wilmer Restore add_* handle_unknown settings.
(edit) @a067771   2010-05-09T22:08:30Z wilmer Per-account channels also exist now.
(edit) @13c1a9f   2010-05-09T21:52:17Z wilmer /join &groupname and all people in that group will be in that channel.
(edit) @eb37735   2010-05-08T23:54:37Z wilmer This is how you now start groupchats: /join #channel, /invite people.
(edit) @66b9e36a   2010-05-08T21:52:25Z wilmer Restored /invite for groupchats.
(edit) @fd45e1d1   2010-05-08T14:12:32Z wilmer Always show normal contacts in &bitlbee, not just the first channel in …
(edit) @9e27f18   2010-05-08T13:11:09Z wilmer Support for receiving chatroom topics. Since I didn't restore named …
(edit) @d343eaa   2010-05-08T12:37:49Z wilmer Restored imcb_chat_name_hint().
(edit) @bfb99ee   2010-05-08T12:13:23Z wilmer Allow leaving groupchat channels.
(edit) @a87754b   2010-05-08T01:02:12Z wilmer Restored support for outgoing messages. This code is all so much saner …
(edit) @e4816ea   2010-05-08T00:48:48Z wilmer Reshuffled irc_im.c into a saner order.
(edit) @b17ce85   2010-05-08T00:45:10Z wilmer Users leaving really show up again.
(edit) @27e2c66   2010-05-08T00:25:15Z wilmer Support for receiving messages in chatrooms.
Note: See TracRevisionLog for help on using the revision log.