Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
minbif
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Romain Bignon
minbif
Commits
28675c38
Commit
28675c38
authored
Dec 04, 2011
by
Romain Bignon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minbif 1.0.5 (Slutty Sheraz) released
parent
605c8287
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
4 deletions
+20
-4
ChangeLog
ChangeLog
+16
-0
minbif.8
man/minbif.8
+2
-2
version.h
src/core/version.h
+2
-2
No files found.
ChangeLog
View file @
28675c38
Minbif 1.0.5 (2011-12-04)
* Add an option 'file_transfers/dcc_own_ip' in config file.
* Change weechat's script to ignore the 'request' nick.
* When a new request is received during process of an other one, tell
user.
* Add a facebook rename script for weechat.
* Change users of child process with pam authentification.
* Escape URL entities in /JOIN params.
* Add a /SCONNECT alias to /CONNECT.
* Can use wildcards to match buddies with /WHO.
* prpl-coincoin: support hh:mm:ss:ref norloge syntax.
* prpl-coincoin: works with the new version of the DLFP board.
* Fix: prevent crash with the msn plugin.
* Fix: conversion to IRC escape chars.
* Fix: compatibility with libpurple 2.8+.
Minbif 1.0.4 (2010-09-20)
* libpurple 2.4 isn't supported anymore.
* /WHO can take -s to display status instead of realname.
...
...
man/minbif.8
View file @
28675c38
.TH MINBIF 8 "
15 May 2010
"
.TH MINBIF 8 "
04 December 2011
"
.SH NAME
minbif \- The IRC instant messaging gateway
.SH SYNOPSIS
...
...
@@ -77,7 +77,7 @@ Next, use the \fB/map help\fP command to know how to add a network.
See also: http://minbif.im/Quick_start
.SH COPYRIGHT
Copyright(C) 2009-201
0
Romain Bignon
Copyright(C) 2009-201
1
Romain Bignon
.LP
For full COPYRIGHT see COPYING file with minbif package.
.LP
...
...
src/core/version.h
View file @
28675c38
...
...
@@ -24,8 +24,8 @@
#define MINBIF_DEV_WEBSITE "http://symlink.me/projects/show/minbif"
#define MINBIF_VERSION_MAJOR "1"
#define MINBIF_VERSION_MINOR "
1
"
#define MINBIF_VERSION_PATCH "
-dev
"
#define MINBIF_VERSION_MINOR "
0.5
"
#define MINBIF_VERSION_PATCH ""
#define MINBIF_VERSION_EXTRA ""
#ifdef HAVE_CACA
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment