aboutsummaryrefslogtreecommitdiffstats
path: root/irc_user.c
Commit message (Expand)AuthorAgeLines
* Remove the ARCH / CPU defines.Jelmer Vernooij2016-05-15-1/+1
* Reindent everything to K&R style with tabsIndent2015-02-20-144/+160
* Fix incorrect Free Software Foundation addressMatej Cepl2015-01-16-2/+2
* Add irc_t* argument to all relevant nick_*() functions.Wilmer van der Gaast2013-04-20-3/+3
* I'm still bored on a long flight. Wrote a script to automatically updateWilmer van der Gaast2013-02-21-1/+1
* Set PACKAGE to BitlBee-LIBPURPLE for the libpurple variant, because in manyWilmer van der Gaast2012-05-02-1/+1
* Added irc_channel_with_user() function to find a suitable channel to showWilmer van der Gaast2010-11-20-5/+0
* Fixed some memory leaks.Wilmer van der Gaast2010-10-06-0/+1
* Don't send a /QUIT for every Twitter contact when going offline, and showWilmer van der Gaast2010-08-14-1/+5
* Restore default_target setting, kill last_root_cmd variable and just useWilmer van der Gaast2010-07-29-3/+0
* Merging main ui-fix.Wilmer van der Gaast2010-07-10-1/+3
|\
| * Allow nick changes if they're only different in capitalisation, fixedWilmer van der Gaast2010-07-08-1/+3
* | Inform IPC master about nick changes.Wilmer van der Gaast2010-07-09-0/+4
|/
* Kick the user instead of parting him/her when cleaning up a channel. This isWilmer van der Gaast2010-07-04-1/+1
* Show a user going offline as a QUIT, not as one or more PARTs, like in theWilmer van der Gaast2010-07-03-43/+49
* Use irc_send_msg instead of irc_send_msg_raw() to echo messages to self,Wilmer van der Gaast2010-07-03-1/+1
* Remember in which channel the user talked to someone and show responses inWilmer van der Gaast2010-06-26-1/+4
* Some cleanup improvements.Wilmer van der Gaast2010-06-08-0/+1
* Paste buffer functionality is back, now for users *and* rooms.Wilmer van der Gaast2010-06-07-2/+2
* Send one /QUIT instead of one or more /PARTs for a user that is beingWilmer van der Gaast2010-06-06-1/+41
* Added /part msgs, and the ability to silently remove users from channelsWilmer van der Gaast2010-06-06-1/+1
* Restored blist command.Wilmer van der Gaast2010-04-15-2/+11
* Restored all remaining IRC commands that make some sense to have at thisWilmer van der Gaast2010-04-14-0/+19
* Support for simple VERSION/PING CTCPs to root.Wilmer van der Gaast2010-04-13-0/+7
* Start handling CTCPs, in a saner way than before.Wilmer van der Gaast2010-04-12-0/+10
* Fixed cleanup issues when turning off an account. Also fixed syntax ofWilmer van der Gaast2010-04-12-3/+2
* Restored the rename command.Wilmer van der Gaast2010-04-04-3/+3
* Send nickname change notifications when necessary.Wilmer van der Gaast2010-04-04-1/+17
* Cleaned lots of compiler warnings so I can get some signal again.Wilmer van der Gaast2010-04-01-1/+4
* Remove deleted user from channels too!Wilmer van der Gaast2010-03-27-0/+4
* Restored multi-line message support.Wilmer van der Gaast2010-03-27-1/+1
* irc_usermsg() works a little bit again. Have to figure out how and whereWilmer van der Gaast2010-03-27-1/+4
* Added privmsg handlers to users/channels. root commands are coming back.Wilmer van der Gaast2010-03-27-4/+28
* Added WHOIS command.Wilmer van der Gaast2010-03-26-0/+1
* PING and QUIT work now, and adding some files that weren't checked in soWilmer van der Gaast2010-03-26-0/+113