aboutsummaryrefslogtreecommitdiffstats
path: root/irc.c
Commit message (Collapse)AuthorAgeLines
* Set channel mode +C for control channels.Wilmer van der Gaast2010-08-04-0/+2
|
* Show a friendly warning message when running in inetd mode on the commandWilmer van der Gaast2010-07-29-0/+6
| | | | | | | line (if stdin is a TTY). This hopefully answers a FAQ. Also moved stuff around in README a little bit, daemon mode should be described before obsolete inetd stuff.
* Restore default_target setting, kill last_root_cmd variable and just useWilmer van der Gaast2010-07-29-9/+8
| | | | | the last_channel variable, like for any other user.
* Fixed shutdown sequence (could cause 100% CPU usage on SIGTERM).Wilmer van der Gaast2010-07-27-28/+17
|
* Adding easy migration from old show_offline/away_devoice settings, andWilmer van der Gaast2010-07-19-10/+24
| | | | | documentation.
* Added %nick and %group. They don't work yet since nick_gen() is only calledWilmer van der Gaast2010-07-12-1/+1
| | | | | once.
* First version of the nick_format setting.Wilmer van der Gaast2010-07-12-0/+1
|
* Added allow_takeover setting for people who don't like this new functionality.Wilmer van der Gaast2010-07-11-1/+3
|
* Cleanup. Move some code to a more appropriate location, and show the oldWilmer van der Gaast2010-07-10-0/+79
| | | | | connection a quit message instead of just breaking the connection.
* Added automatic joining of channels. Auto-rejoin functionality forWilmer van der Gaast2010-07-04-1/+2
| | | | | groupchats not reimplemented yet but that's the next step.
* Show a user going offline as a QUIT, not as one or more PARTs, like in theWilmer van der Gaast2010-07-03-0/+1
| | | | | | 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.
* Added away_reply_timeout setting so BitlBee will suppress away messages sentWilmer van der Gaast2010-06-11-0/+1
| | | | | | | in response to PRIVMSG if one was sent recently - some IRC clients including irssi don't do this very well (when talking to >1 people who are away for example).
* Fixing hostname in "exiting" opermsgs.Wilmer van der Gaast2010-06-10-2/+2
|
* Restore "set root_nick" behaviour. All disabled set evaluators are backWilmer van der Gaast2010-06-07-1/+1
| | | | | now. Getting *very* close to "feature parity" now!
* Restoring auto-identification using server password.Wilmer van der Gaast2010-06-07-10/+10
|
* Restore "ops" command completely, and set user op status *just* beforeWilmer van der Gaast2010-06-07-5/+1
| | | | | s/he joins.
* Changing away_devoice will change current voice statuses in all channels.Wilmer van der Gaast2010-06-07-1/+18
|
* Merging killerbee stuff, bringing all the bleeding-edge stuff together.Wilmer van der Gaast2010-06-07-5/+7
|\
| * Merging killerbee. (The non-libpurple stuff currently doesn't compile.)Wilmer van der Gaast2010-05-25-1/+0
| |\
| * \ Mainline merge. (Probably mostly irrelevant for this branch, oh well.)Wilmer van der Gaast2010-05-16-0/+1
| |\ \
| | * | Applied show-offline patch from Florian E.J. Fruth, adapted for a fewWilmer van der Gaast2010-05-02-0/+1
| | | | | | | | | | | | | | | | | | | | changes that happened since 1.2.4.
| * | | Merging stuff from mainline (1.2.6).Wilmer van der Gaast2010-04-24-3/+21
| |\| |
| * | | Merging in killerbee stuff (just file transfers and maybe a few things fromWilmer van der Gaast2010-03-21-1/+12
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | mainline). Once I add ft support glue to protocols/purple/ I guess this will all go into killerbee.
| * \ \ \ Merging head. Most changes are not so relevant because they're to IMWilmer van der Gaast2010-03-20-0/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | modules.
| * \ \ \ \ Merging in head.Wilmer van der Gaast2010-03-14-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merging in mainline, including improved away/status stuff.Wilmer van der Gaast2010-03-07-0/+23
| |\ \ \ \ \ \
| * | | | | | | Reshuffled initialization sequence a little bit. Most important change:Wilmer van der Gaast2009-11-28-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nogaim_init() should be done after fork() to make ForkDaemon mode work again. Also, doing help_init() earlie makes "help purple" work.
| * | | | | | | Make purple use BitlBee's event handling API. Since the APIs never reallyWilmer van der Gaast2009-10-11-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | diverged too much this is fairly transparent. I did rename and redefine GAIM_INPUT_* variables to really make it work without adding another stupid layer in between. One problem left, the new libpurple input API doesn't care about return values. Fixing that in the next CL.
* | | | | | | | Fixed "set password" and "set auto_reconnect_delay".Wilmer van der Gaast2010-06-07-0/+18
| | | | | | | |
* | | | | | | | Set handle_unknown to add_channel by default.Wilmer van der Gaast2010-06-06-2/+1
| | | | | | | |
* | | | | | | | buddy_sendbuffer should be renamed, since it has to work for users andWilmer van der Gaast2010-06-06-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | chats. For smooth transitions, add an old_key attribute to settings which can be used as a (temporary) alias.
* | | | | | | | Misc. cleanup. Also updated the Yahoo! module to deal with struct groupchatWilmer van der Gaast2010-05-08-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in a GSList so that a default config fully compiles again.
* | | | | | | | Always show normal contacts in &bitlbee, not just the first channel in theWilmer van der Gaast2010-05-08-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | list.
* | | | | | | | Restore away_devoice.Wilmer van der Gaast2010-05-03-0/+4
| | | | | | | |
* | | | | | | | Call bee_free() from irc_free() or daemon mode gets pretty sad.Wilmer van der Gaast2010-04-14-6/+6
| | | | | | | |
* | | | | | | | Merging loads of stuff from mainline.Wilmer van der Gaast2010-04-14-5/+22
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Fixed 2-byte memory leak in set_eval_charset().Wilmer van der Gaast2010-04-08-0/+5
| | | | | | | |
| * | | | | | | Added display_timestamps setting in case some people may not really like them.Wilmer van der Gaast2010-04-08-0/+1
| | | | | | | |
| * | | | | | | Show timestamps for offline messages. Including a timezone setting forWilmer van der Gaast2010-04-07-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | people using servers outside their own timezone.
| * | | | | | | Don't allow non-8-bit character sets like utf-16 which completely break theWilmer van der Gaast2010-04-07-3/+14
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IRC protocol. (Happened to at least two public server users by now and it renders the accounts useless without manual intervention.)
* | | | | | | Always show root's greeting inside the control channel.Wilmer van der Gaast2010-04-12-0/+8
| | | | | | |
* | | | | | | Fixed cleanup issues when turning off an account. Also fixed syntax ofWilmer van der Gaast2010-04-12-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *_user_free().
* | | | | | | Restore the storage module.Wilmer van der Gaast2010-04-10-0/+13
| | | | | | |
* | | | | | | Cleaned lots of compiler warnings so I can get some signal again.Wilmer van der Gaast2010-04-01-0/+1
| | | | | | |
* | | | | | | Restored "account" root command and restored enough stuff to be able toWilmer van der Gaast2010-03-31-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | send messages. Also started moving stuff out from nogaim.* into bee_* files.
* | | | | | | Restored server-initiated PINGs.Wilmer van der Gaast2010-03-27-2/+39
| | | | | | |
* | | | | | | irc_usermsg() works a little bit again. Have to figure out how and whereWilmer van der Gaast2010-03-27-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to restore multiline support though.
* | | | | | | Added privmsg handlers to users/channels. root commands are coming back.Wilmer van der Gaast2010-03-27-0/+3
| | | | | | |
* | | | | | | Mode stuff. Also disallow unsetting +R umode which was possible so farWilmer van der Gaast2010-03-27-5/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (and shouldn't be).
* | | | | | | Topic handling changes.Wilmer van der Gaast2010-03-27-1/+1
| | | | | | |