index
:
bitlbee
develop
install-dev
master
patched-3.4.1
patched-master
scram
server-time
set-account
tagged_msg
twitter-reconnect
personal fork of github.com/bitlbee/bitlbee
Marius Halden
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
root_commands.c
Commit message (
Expand
)
Author
Age
Lines
*
Remove deprecated placeholder for 'nick' command (added 2010)
master
dequis
2018-05-27
-6
/
+0
*
root_commands: Fix -Wformat-security errors
dequis
2018-03-19
-3
/
+3
*
root_commands: Improve 'chat add' error/success messages
dequis
2018-02-11
-3
/
+9
*
irc.h: Add G_GNUC_PRINTF annotations to printf-like functions
dequis
2018-02-11
-1
/
+1
*
cmd_chat_list_finish: fix crash when plugins provide NULL room titles
dequis
2017-11-23
-1
/
+1
*
blist: set width of nick column to 24 to avoid truncating them
dequis
2017-01-07
-1
/
+1
*
Doc tweaks for chat list, and stop suggesting 'chat' is deprecated
dequis
2016-12-27
-3
/
+1
*
purple: include purple plugins in the 'plugins' command list
dequis
2016-12-25
-1
/
+10
*
Add 'plugins info' subcommand, only show plugin details there
dequis
2016-12-25
-16
/
+51
*
Manual merge with wilmer's approach to handling missing protocols
dequis
2016-11-21
-3
/
+16
*
Improve handling of unknown protocols / missing plugins
dequis
2016-11-19
-5
/
+4
*
Improve support for protocols which don't require a password
dequis
2016-11-13
-0
/
+9
*
chat list: Fix alignment/truncation when utf8 characters are present
dequis
2016-10-17
-5
/
+30
*
Do not try to list chatrooms if account is offline
Marius Halden
2016-09-19
-1
/
+7
*
Added an interface for the listing of existing chatrooms
jgeboski
2016-09-19
-5
/
+70
*
Show the enabled/disabled protocols in the 'plugins' command output
jgeboski
2016-05-25
-7
/
+60
*
Implemented plugin information for external plugins
jgeboski
2016-05-25
-0
/
+33
*
Authentication: scaffolding for multiple authentication backends
Dennis Kaarsemaker
2016-03-25
-5
/
+7
*
Add a setting to disable 'account add'
Dennis Kaarsemaker
2016-03-23
-0
/
+5
*
Allow individual settings to be locked down
Dennis Kaarsemaker
2016-03-23
-0
/
+4
*
Support for locked-down accounts
Dennis Kaarsemaker
2016-03-23
-1
/
+7
*
root_commands: Fix use-after-free after doing "transfer reject"
dequis
2016-01-26
-1
/
+3
*
Show a nicer message when a protocol is disabled in account add
dequis
2015-11-23
-1
/
+5
*
IRCv3 SASL capability + PLAIN method
dequis
2015-10-08
-0
/
+12
*
Reindent everything to K&R style with tabs
Indent
2015-02-20
-965
/
+841
*
Fix incorrect Free Software Foundation address
Matej Cepl
2015-01-16
-2
/
+2
*
Allow filtering of blist output
tribut
2014-07-24
-40
/
+47
*
Add limit param to split_command_parts(), fix twitter quotes bug
dequis
2014-07-24
-1
/
+1
*
Allow use of "ac x set -del password" to use /oper to change the password
Wilmer van der Gaast
2014-02-28
-1
/
+1
*
Add irc_t* argument to all relevant nick_*() functions.
Wilmer van der Gaast
2013-04-20
-2
/
+2
*
Merging "storage" branch which I wrote long ago. It separates generation of
Wilmer van der Gaast
2013-04-20
-1
/
+1
|
\
|
*
Make error message on using save without registering/identifying a little
Wilmer van der Gaast
2012-06-07
-1
/
+1
*
|
I'm still bored on a long flight. Wrote a script to automatically update
Wilmer van der Gaast
2013-02-21
-1
/
+1
*
|
For the lazy among us: When adding a Jabber/MSN contact within the same
Wilmer van der Gaast
2013-02-21
-0
/
+14
*
|
Merge from vmiklos. Adds a "group info" command to list members of a group.
Wilmer van der Gaast
2013-02-10
-0
/
+23
|
\
\
|
*
|
Implement 'group info' command to list members of a group (#741)
Miklos Vajna
2013-02-09
-0
/
+31
|
/
/
*
/
Removing comment about new syntax for the "account" command, which by now
Wilmer van der Gaast
2012-12-02
-2
/
+1
|
/
*
Allow identify -noload/-force without typing a password. (/OPER)
Wilmer van der Gaast
2012-03-19
-0
/
+4
*
Move the check for "set auto_connect" to a more sensible location. #878.
Wilmer van der Gaast
2011-12-29
-3
/
+3
*
A few more minor cleanups before merging this into mainline.
Wilmer van der Gaast
2011-12-26
-1
/
+1
*
Make it easier to add OAuth-authenticated accounts without having to type
Wilmer van der Gaast
2011-12-21
-3
/
+21
*
As I intended for a while already, use account tags everywhere instead of
Wilmer van der Gaast
2011-12-13
-11
/
+12
*
Merging non-SASL authentication patch from #863. This also implements
Wilmer van der Gaast
2011-12-07
-1
/
+1
*
rename irc_usermsg to irc_rootmsg.
unknown
2011-10-03
-128
/
+128
*
Oops. Forgot to set OPER_HACK_ACCOUNT_ADD when adding an account.
Wilmer van der Gaast
2011-02-01
-0
/
+4
*
More password paranoia: Allow omitting the identify/register password as
Wilmer van der Gaast
2011-02-01
-4
/
+16
*
rename -del
Wilmer van der Gaast
2010-12-05
-1
/
+8
*
Some polishing/documentation for the "account add" without password hack.
Wilmer van der Gaast
2010-11-24
-4
/
+2
*
Allow omitting the password argument to "account add", to then separately
Wilmer van der Gaast
2010-11-22
-3
/
+24
*
Be clearer about password settings being intentionally hidden (and not
Wilmer van der Gaast
2010-11-21
-1
/
+4
[next]