Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Reindent everything to K&R style with tabs | Indent | 2015-02-20 | -144/+160 |
| | | | | | | | Used uncrustify, with the configuration file in ./doc/uncrustify.cfg Commit author set to "Indent <please@skip.me>" so that it's easier to skip while doing git blame. | |||
* | Fix incorrect Free Software Foundation address | Matej Cepl | 2015-01-16 | -2/+2 |
| | ||||
* | Add irc_t* argument to all relevant nick_*() functions. | Wilmer van der Gaast | 2013-04-20 | -3/+3 |
| | ||||
* | I'm still bored on a long flight. Wrote a script to automatically update | Wilmer van der Gaast | 2013-02-21 | -1/+1 |
| | | | | | | | my copyright mentions since some were getting pretty stale. Left files not touched since before 2012 alone so that this change doesn't touch almost EVERY source file. | |||
* | Set PACKAGE to BitlBee-LIBPURPLE for the libpurple variant, because in many | Wilmer van der Gaast | 2012-05-02 | -1/+1 |
| | | | | | ways it's not BitlBee and I'm tired of getting libpurple-related bug reports. | |||
* | Added irc_channel_with_user() function to find a suitable channel to show | Wilmer van der Gaast | 2010-11-20 | -5/+0 |
| | | | | | a user's message in, instead of just &bitlbee by default. | |||
* | Fixed some memory leaks. | Wilmer van der Gaast | 2010-10-06 | -0/+1 |
| | ||||
* | Don't send a /QUIT for every Twitter contact when going offline, and show | Wilmer van der Gaast | 2010-08-14 | -1/+5 |
| | | | | | the twitter_$username /QUIT as a netsplit. | |||
* | Restore default_target setting, kill last_root_cmd variable and just use | Wilmer van der Gaast | 2010-07-29 | -3/+0 |
| | | | | | the last_channel variable, like for any other user. | |||
* | Merging main ui-fix. | Wilmer van der Gaast | 2010-07-10 | -1/+3 |
|\ | ||||
| * | Allow nick changes if they're only different in capitalisation, fixed | Wilmer van der Gaast | 2010-07-08 | -1/+3 |
| | | | | | | | | | | | | faulty responses in the NICK command, and fixing crash bug in nick changes before finishing login. | |||
* | | Inform IPC master about nick changes. | Wilmer van der Gaast | 2010-07-09 | -0/+4 |
|/ | ||||
* | Kick the user instead of parting him/her when cleaning up a channel. This is | Wilmer van der Gaast | 2010-07-04 | -1/+1 |
| | | | | | what the older version also did so that Irssi won't clean up the window. | |||
* | Show a user going offline as a QUIT, not as one or more PARTs, like in the | Wilmer van der Gaast | 2010-07-03 | -43/+49 |
| | | | | | | old-style BitlBee. This so that the IRC client will show the notification in query windows as well. Make it a setting though, for bug #539. | |||
* | Use irc_send_msg instead of irc_send_msg_raw() to echo messages to self, | Wilmer van der Gaast | 2010-07-03 | -1/+1 |
| | | | | | | | to make sure CTCP ACTIONs work. Not important, just more correct. Other CTCPs sent to oneself are dropped, but why CTCP yourself anyway? | |||
* | Remember in which channel the user talked to someone and show responses in | Wilmer van der Gaast | 2010-06-26 | -1/+4 |
| | | | | | that same channel. | |||
* | Some cleanup improvements. | Wilmer van der Gaast | 2010-06-08 | -0/+1 |
| | ||||
* | Paste buffer functionality is back, now for users *and* rooms. | Wilmer van der Gaast | 2010-06-07 | -2/+2 |
| | ||||
* | Send one /QUIT instead of one or more /PARTs for a user that is being | Wilmer van der Gaast | 2010-06-06 | -1/+41 |
| | | | | | removed. Also restored netsplit simulation. | |||
* | Added /part msgs, and the ability to silently remove users from channels | Wilmer van der Gaast | 2010-06-06 | -1/+1 |
| | | | | | (when sending a /quit instead, for example). | |||
* | Restored blist command. | Wilmer van der Gaast | 2010-04-15 | -2/+11 |
| | ||||
* | Restored all remaining IRC commands that make some sense to have at this | Wilmer van der Gaast | 2010-04-14 | -0/+19 |
| | | | | | point. | |||
* | Support for simple VERSION/PING CTCPs to root. | Wilmer van der Gaast | 2010-04-13 | -0/+7 |
| | ||||
* | Start handling CTCPs, in a saner way than before. | Wilmer van der Gaast | 2010-04-12 | -0/+10 |
| | ||||
* | Fixed cleanup issues when turning off an account. Also fixed syntax of | Wilmer van der Gaast | 2010-04-12 | -3/+2 |
| | | | | | *_user_free(). | |||
* | Restored the rename command. | Wilmer van der Gaast | 2010-04-04 | -3/+3 |
| | ||||
* | Send nickname change notifications when necessary. | Wilmer van der Gaast | 2010-04-04 | -1/+17 |
| | ||||
* | Cleaned lots of compiler warnings so I can get some signal again. | Wilmer van der Gaast | 2010-04-01 | -1/+4 |
| | ||||
* | Remove deleted user from channels too! | Wilmer van der Gaast | 2010-03-27 | -0/+4 |
| | ||||
* | Restored multi-line message support. | Wilmer van der Gaast | 2010-03-27 | -1/+1 |
| | ||||
* | irc_usermsg() works a little bit again. Have to figure out how and where | Wilmer van der Gaast | 2010-03-27 | -1/+4 |
| | | | | | to restore multiline support though. | |||
* | Added privmsg handlers to users/channels. root commands are coming back. | Wilmer van der Gaast | 2010-03-27 | -4/+28 |
| | ||||
* | Added WHOIS command. | Wilmer van der Gaast | 2010-03-26 | -0/+1 |
| | ||||
* | PING and QUIT work now, and adding some files that weren't checked in so | Wilmer van der Gaast | 2010-03-26 | -0/+113 |
far. |