repo
string
commit
string
message
string
diff
string
IvanPulleyn/dotfiles
260d388e486e21079b765a16fe52538913370f9b
- font lock mode - no tabs - 4 space indent
diff --git a/dot.emacs b/dot.emacs index 682400a..ef1e6f7 100644 --- a/dot.emacs +++ b/dot.emacs @@ -1,65 +1,69 @@ ; -*- mode: lisp; -*- (setq load-path (cons "~/dotfiles" load-path)) (require 'git) ;; (require 'timeclock) ;; (require 'timeclock-janrain) (autoload 'doc-mode "doc-mode") (autoload 'javascrip...
IvanPulleyn/dotfiles
b58f22c7f3833f84612ca1540d59ecc2ea7373c9
add $HOME/local/bin to PATH
diff --git a/dot.bashrc b/dot.bashrc index df72fde..84278c9 100644 --- a/dot.bashrc +++ b/dot.bashrc @@ -1,107 +1,108 @@ # -*- mode: sh; -*- ############################################################################## [ -z "$PS1" ] && return +export PATH=$HOME/local/bin:$PATH export PATH=$HOME/rpx/sys/bin:$PA...
IvanPulleyn/dotfiles
c6ccd76b7d24867e088a28edfdd07c1eb54c2744
add support for .bashrc.local
diff --git a/dot.bashrc b/dot.bashrc index e61e637..df72fde 100644 --- a/dot.bashrc +++ b/dot.bashrc @@ -1,103 +1,107 @@ # -*- mode: sh; -*- ############################################################################## [ -z "$PS1" ] && return export PATH=$HOME/rpx/sys/bin:$PATH export PATH=$HOME/opt/bin:$PATH...
IvanPulleyn/dotfiles
214277a050ce6c14a2d4d6dc669cae7a607cc30f
- add bash completion - remove hard-coded reference to destro
diff --git a/dot.bashrc b/dot.bashrc index 43919da..e61e637 100644 --- a/dot.bashrc +++ b/dot.bashrc @@ -1,106 +1,103 @@ # -*- mode: sh; -*- ############################################################################## [ -z "$PS1" ] && return export PATH=$HOME/rpx/sys/bin:$PATH export PATH=$HOME/opt/bin:$PATH...
IvanPulleyn/dotfiles
1b0632292a507bf62aae120e64974d8dbe6a0283
- undo last change
diff --git a/dot.bashrc b/dot.bashrc index 2c1007a..43919da 100644 --- a/dot.bashrc +++ b/dot.bashrc @@ -1,109 +1,106 @@ # -*- mode: sh; -*- ############################################################################## [ -z "$PS1" ] && return -export GIT_AUTHOR_IDENT="Ivan Pulleyn" -export GIT_COMMITTER_IDENT="...
IvanPulleyn/dotfiles
21cae9e955c2aa0e7f90908ba2cbfb4625c59afb
add $HOME/opt/bin to $PATH, add GIT_*_NAME, remove timeclock
diff --git a/dot.bashrc b/dot.bashrc index 2b95c33..7e2b900 100644 --- a/dot.bashrc +++ b/dot.bashrc @@ -1,105 +1,109 @@ # -*- mode: sh; -*- ############################################################################## [ -z "$PS1" ] && return +export GIT_AUTHOR_NAME="Ivan Pulleyn" +export GIT_COMMITTER_NAME="Iv...
IvanPulleyn/dotfiles
7eff785af51a9bc6014290094804e03a8a6ecd1a
turn off timelock-query-project
diff --git a/dot.emacs b/dot.emacs index 8d56dbe..2857fb8 100644 --- a/dot.emacs +++ b/dot.emacs @@ -1,64 +1,65 @@ ; -*- mode: lisp; -*- (setq load-path (cons "~/dotfiles" load-path)) (require 'git) (require 'timeclock) (require 'timeclock-janrain) (autoload 'doc-mode "doc-mode") (autoload 'javascript-mode...
IvanPulleyn/dotfiles
3d963138335503c80d1c113df4738f52e70776a6
remove timeclock query interval
diff --git a/dot.emacs b/dot.emacs index 0dd30c1..8d56dbe 100644 --- a/dot.emacs +++ b/dot.emacs @@ -1,65 +1,64 @@ ; -*- mode: lisp; -*- (setq load-path (cons "~/dotfiles" load-path)) (require 'git) (require 'timeclock) (require 'timeclock-janrain) (autoload 'doc-mode "doc-mode") (autoload 'javascript-mode...
IvanPulleyn/dotfiles
9e0da8bbd8b8de4f4dd5655ae396e26b1af59b76
don't query for timeclock on startup
diff --git a/dot.emacs b/dot.emacs index 4b1d92c..0dd30c1 100644 --- a/dot.emacs +++ b/dot.emacs @@ -1,66 +1,65 @@ ; -*- mode: lisp; -*- (setq load-path (cons "~/dotfiles" load-path)) (require 'git) (require 'timeclock) (require 'timeclock-janrain) (autoload 'doc-mode "doc-mode") (autoload 'javascript-mode...
IvanPulleyn/dotfiles
34e7133d795952f0610b09f2ffa5cd1e143274cb
add graphviz mode
diff --git a/dot.emacs b/dot.emacs index c0e41b4..661183f 100644 --- a/dot.emacs +++ b/dot.emacs @@ -1,64 +1,66 @@ ; -*- mode: lisp; -*- (setq load-path (cons "~/dotfiles" load-path)) (require 'git) (require 'timeclock) (require 'timeclock-janrain) (autoload 'doc-mode "doc-mode") (autoload 'javascript-mode...
IvanPulleyn/dotfiles
25be10521b21063f416ea31682bc391740e317ac
tab to 2
diff --git a/dot.emacs b/dot.emacs index c0e41b4..a7628e7 100644 --- a/dot.emacs +++ b/dot.emacs @@ -1,64 +1,64 @@ ; -*- mode: lisp; -*- (setq load-path (cons "~/dotfiles" load-path)) (require 'git) (require 'timeclock) (require 'timeclock-janrain) (autoload 'doc-mode "doc-mode") (autoload 'javascript-mode...
IvanPulleyn/dotfiles
9e7c6dff2342f58ae8d0275b43099d4b662aba26
enable narrow-to-region adjust timeclock interval to one hour nuke Custom misc cleanup
diff --git a/dot.emacs b/dot.emacs index bebcc47..c0e41b4 100644 --- a/dot.emacs +++ b/dot.emacs @@ -1,87 +1,64 @@ ; -*- mode: lisp; -*- -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; begin iwp .emacs -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ...
IvanPulleyn/dotfiles
29c88afa8e17c7dfb82bbdea8905cbb5eb64784b
add sshfs shortcuts
diff --git a/dot.bashrc b/dot.bashrc index cd3b4e8..2b95c33 100644 --- a/dot.bashrc +++ b/dot.bashrc @@ -1,60 +1,105 @@ # -*- mode: sh; -*- ############################################################################## [ -z "$PS1" ] && return export PATH=$HOME/rpx/sys/bin:$PATH export PATH=$HOME/.cabal/bin:$PA...
IvanPulleyn/dotfiles
59b8bbf294187fe9157fd560a118fe1f8619c00a
- add android sdk path
diff --git a/dot.bashrc b/dot.bashrc index 4b6ef14..cd3b4e8 100644 --- a/dot.bashrc +++ b/dot.bashrc @@ -1,59 +1,60 @@ # -*- mode: sh; -*- ############################################################################## [ -z "$PS1" ] && return export PATH=$HOME/rpx/sys/bin:$PATH export PATH=$HOME/.cabal/bin:$PAT...
IvanPulleyn/dotfiles
7d52171c47da0ec465ce9249b8ca11f4f6a8d124
alias emacs to emacs -nw
diff --git a/dot.bashrc b/dot.bashrc index 662e357..4b6ef14 100644 --- a/dot.bashrc +++ b/dot.bashrc @@ -1,57 +1,59 @@ # -*- mode: sh; -*- ############################################################################## [ -z "$PS1" ] && return export PATH=$HOME/rpx/sys/bin:$PATH export PATH=$HOME/.cabal/bin:$PAT...
IvanPulleyn/dotfiles
74bb8d81ce5f3832e675077ae1d9cb1f4b2f6c72
- make my HISTSIZE bigger than Andre's so I don't feel inferior
diff --git a/dot.bashrc b/dot.bashrc index 8b9c1fc..662e357 100644 --- a/dot.bashrc +++ b/dot.bashrc @@ -1,57 +1,57 @@ # -*- mode: sh; -*- ############################################################################## [ -z "$PS1" ] && return export PATH=$HOME/rpx/sys/bin:$PATH export PATH=$HOME/.cabal/bin:$PAT...
IvanPulleyn/dotfiles
5d77660ef38389ce43ca05a9aef51cfb54163344
set .erb files to html-mode
diff --git a/dot.emacs b/dot.emacs index a2058b1..5bea696 100644 --- a/dot.emacs +++ b/dot.emacs @@ -1,86 +1,87 @@ ; -*- mode: lisp; -*- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; begin iwp .emacs ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ...
IvanPulleyn/dotfiles
c1a1c5e4f6739e011760726d2003266714ff0161
disable the profane evil that is line-move-visual
diff --git a/dot.emacs b/dot.emacs index b52674e..a2058b1 100644 --- a/dot.emacs +++ b/dot.emacs @@ -1,84 +1,86 @@ ; -*- mode: lisp; -*- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; begin iwp .emacs ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ...
IvanPulleyn/dotfiles
31098addb18ce297f5de0aaf46427f394711ea4a
ignore *.d files in dired
diff --git a/dot.emacs b/dot.emacs index a45eff8..b52674e 100644 --- a/dot.emacs +++ b/dot.emacs @@ -1,73 +1,84 @@ ; -*- mode: lisp; -*- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; begin iwp .emacs ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ...
IvanPulleyn/dotfiles
9765531e74b465b8f1c24cb9a0035f69f0eefdd1
- add javascript-mode
diff --git a/dot.emacs b/dot.emacs index 71c8faa..a45eff8 100644 --- a/dot.emacs +++ b/dot.emacs @@ -1,71 +1,73 @@ ; -*- mode: lisp; -*- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; begin iwp .emacs ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ...
IvanPulleyn/dotfiles
d852a2539b36341c982c3598416c86b232197e3c
add oacurl / buzz
diff --git a/dot.bashrc b/dot.bashrc index 5738e0d..8b9c1fc 100644 --- a/dot.bashrc +++ b/dot.bashrc @@ -1,46 +1,57 @@ # -*- mode: sh; -*- ############################################################################## [ -z "$PS1" ] && return export PATH=$HOME/rpx/sys/bin:$PATH export PATH=$HOME/.cabal/bin:$PAT...
IvanPulleyn/dotfiles
711ca30b000689115891e1065e8946cafde06714
add keybinding for timeclock-reread-log
diff --git a/dot.emacs b/dot.emacs index 691e6da..71c8faa 100644 --- a/dot.emacs +++ b/dot.emacs @@ -1,69 +1,71 @@ ; -*- mode: lisp; -*- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; begin iwp .emacs ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ...
IvanPulleyn/dotfiles
981c3e298396429408b98ab489edc725e73a26ac
- add timeclock keybindings - fix timeclock report generator problem with missing string>
diff --git a/dot.emacs b/dot.emacs index f9fdc84..691e6da 100644 --- a/dot.emacs +++ b/dot.emacs @@ -1,65 +1,69 @@ ; -*- mode: lisp; -*- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; begin iwp .emacs ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ...
IvanPulleyn/dotfiles
6224b80fa398ee0b7cf67d583791ae0e0be7d87d
add timeclock.el because timeclock-x.el recompiles timeclock.el!!
diff --git a/dot.emacs b/dot.emacs index 9d4baf4..f9fdc84 100644 --- a/dot.emacs +++ b/dot.emacs @@ -1,65 +1,65 @@ ; -*- mode: lisp; -*- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; begin iwp .emacs ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ...
IvanPulleyn/dotfiles
797f2ec88d5e2958c66ed45462e8884c9516b99c
add timeclock stuff
diff --git a/dot.emacs b/dot.emacs index d756682..9d4baf4 100644 --- a/dot.emacs +++ b/dot.emacs @@ -1,52 +1,65 @@ ; -*- mode: lisp; -*- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; begin iwp .emacs ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ...
IvanPulleyn/dotfiles
aab2ad2b12c5a4ff5fea61fda1543a8956c8c005
- set ghc $PATH
diff --git a/dot.bashrc b/dot.bashrc index cdbec5c..5738e0d 100644 --- a/dot.bashrc +++ b/dot.bashrc @@ -1,45 +1,46 @@ # -*- mode: sh; -*- ############################################################################## [ -z "$PS1" ] && return export PATH=$HOME/rpx/sys/bin:$PATH export PATH=$HOME/.cabal/bin:$PAT...
IvanPulleyn/dotfiles
8907973a3ba86ab4a0e1af9bf388257656e873e4
- add git support
diff --git a/dot.emacs b/dot.emacs index 106438a..d756682 100644 --- a/dot.emacs +++ b/dot.emacs @@ -1,50 +1,52 @@ ; -*- mode: lisp; -*- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; begin iwp .emacs ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ...
IvanPulleyn/dotfiles
cc9a4ef646b633fddf78613e213043c2bcf8007f
- switch to postgres 8.4
diff --git a/dot.bashrc b/dot.bashrc index abd7379..cdbec5c 100644 --- a/dot.bashrc +++ b/dot.bashrc @@ -1,45 +1,45 @@ # -*- mode: sh; -*- ############################################################################## [ -z "$PS1" ] && return export PATH=$HOME/rpx/sys/bin:$PATH export PATH=$HOME/.cabal/bin:$PAT...
IvanPulleyn/dotfiles
5397919206e4749518f4cf1710f8ee758bf3c28a
- fix bug in now function
diff --git a/dot.bashrc b/dot.bashrc index 2c15bcf..abd7379 100644 --- a/dot.bashrc +++ b/dot.bashrc @@ -1,45 +1,45 @@ # -*- mode: sh; -*- ############################################################################## [ -z "$PS1" ] && return export PATH=$HOME/rpx/sys/bin:$PATH export PATH=$HOME/.cabal/bin:$PAT...
IvanPulleyn/dotfiles
d96cd01fd64674b9f2ac10c487eef4858e805bc4
- cleanup dot.emacs - add doc-mode support
diff --git a/doc-mode.el b/doc-mode.el new file mode 100644 index 0000000..db7be1e --- /dev/null +++ b/doc-mode.el @@ -0,0 +1,253 @@ +;;; doc-mode.el --- a major-mode for highlighting a hierarchy structured text. + +;; @Author: SUN, Tong <suntong001@users.sf.net>, (c)2001-6, all right reserved +;; @Version: $Date: 2006...
IvanPulleyn/dotfiles
f954e2064ff3a5486d3d4b64e5ceeefd8c6dc5a8
add now function
diff --git a/dot.bashrc b/dot.bashrc index 716b1c2..3f94604 100644 --- a/dot.bashrc +++ b/dot.bashrc @@ -1,38 +1,43 @@ # -*- mode: sh; -*- ############################################################################## [ -z "$PS1" ] && return export PATH=$HOME/rpx/sys/bin:$PATH export PATH=$HOME/.cabal/bin:$PAT...
IvanPulleyn/dotfiles
03f0a02ceb2ab6049cc558d45a8aae37bb33c4af
destro fix
diff --git a/dot.bashrc b/dot.bashrc index 716b1c2..f590261 100644 --- a/dot.bashrc +++ b/dot.bashrc @@ -1,38 +1,40 @@ # -*- mode: sh; -*- ############################################################################## [ -z "$PS1" ] && return export PATH=$HOME/rpx/sys/bin:$PATH export PATH=$HOME/.cabal/bin:$PAT...
IvanPulleyn/dotfiles
2131d19c5592b84a9e9b9732b266a22c84d1fe97
add mode for .rhtml files
diff --git a/dot.emacs b/dot.emacs index eb31357..9b8e3d9 100644 --- a/dot.emacs +++ b/dot.emacs @@ -1,71 +1,72 @@ ; -*- mode: lisp; -*- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; begin iwp .emacs ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ...
IvanPulleyn/dotfiles
5619c6e8e24bd134b3fb224570abb1e23eee5b3e
comment out fullscreen mode - annoying and broken on ubuntu
diff --git a/dot.emacs b/dot.emacs index 33c3d16..eb31357 100644 --- a/dot.emacs +++ b/dot.emacs @@ -1,71 +1,71 @@ ; -*- mode: lisp; -*- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; begin iwp .emacs ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ...
IvanPulleyn/dotfiles
fd5b8f0b3fb430d3bc143fd3a6fe14d3c61e8866
set PAGER=cat under emacs
diff --git a/dot.bashrc b/dot.bashrc index 3d14e23..716b1c2 100644 --- a/dot.bashrc +++ b/dot.bashrc @@ -1,34 +1,38 @@ # -*- mode: sh; -*- ############################################################################## [ -z "$PS1" ] && return export PATH=$HOME/rpx/sys/bin:$PATH export PATH=$HOME/.cabal/bin:$PAT...
IvanPulleyn/dotfiles
97974ef01e20bf5d44f603e976dd68747af38215
- add EDITOR and VISUAL
diff --git a/dot.bashrc b/dot.bashrc new file mode 100644 index 0000000..3d14e23 --- /dev/null +++ b/dot.bashrc @@ -0,0 +1,34 @@ +# -*- mode: sh; -*- +############################################################################## + +[ -z "$PS1" ] && return + +export PATH=$HOME/rpx/sys/bin:$PATH +export PATH=$HOME/.caba...
transacid/CenterIM
836303035be050e050a03bfff574b73c1f476f71
fix building with gcc-4.6
diff --git a/libicq2000/libicq2000/sigslot.h b/libicq2000/libicq2000/sigslot.h index b7509c0..024774f 100644 --- a/libicq2000/libicq2000/sigslot.h +++ b/libicq2000/libicq2000/sigslot.h @@ -1,596 +1,597 @@ // sigslot.h: Signal/Slot classes // // Written by Sarah Thompson (sarah@telergy.com) 2002. // Additions by Ba...
transacid/CenterIM
25c623d4d898174b6764acd41ca8580bfc9d4f0a
fixed typo in configure.ac
diff --git a/configure.ac b/configure.ac index 04d514c..871cb3c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,669 +1,669 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) AC_INIT([centerim], m4_esyscmd([misc/gi...
transacid/CenterIM
1d0665f5bb6340f5ebd090a1e6a707510fdb399b
- Fixed a typo
diff --git a/TODO b/TODO index 2a05fda..58a134c 100644 --- a/TODO +++ b/TODO @@ -1,131 +1,131 @@ /* * -* REAMDE FIRST +* README FIRST * */ First of all, please help us make CenterIM version 5 a better client. It's a complete rewrite based on libpurple and it's aim is to have a working client with the nice cente...
transacid/CenterIM
60ed00d36e22f3d0a443c5125d2a77bc2da62076
- Fixed a typo
diff --git a/THANKS b/THANKS index 0d8d2fd..50cbcc0 100644 --- a/THANKS +++ b/THANKS @@ -1,44 +1,44 @@ There is a list of people who we want to say thanks for their contributions into the development of CenterIM. Bertram Bourdrez <bourdrez@casema.net> - For code contributions. He's the one who implemented col...
transacid/CenterIM
a2426ee3c882e392ec9709b27a82455ed592f32f
- Fixed several typos.
diff --git a/README b/README index 6f31bd5..69ada20 100644 --- a/README +++ b/README @@ -1,1736 +1,1736 @@ CenterIM documentation. This document was originally written by Konstantin Klyagin <k@thekonst.net>. 2001-2005 Currently modified by the CenterIM community. 2007, version 1.0 Contents -------- 1. In...
transacid/CenterIM
def10dacd637b1d95267ca6be9153f459b0e8295
- Fixed some typos
diff --git a/FAQ b/FAQ index 1bc761a..0cce565 100644 --- a/FAQ +++ b/FAQ @@ -1,195 +1,195 @@ /* * * The CenterIM FAQ (frequently asked questions) * originally by Konstantin Klyagin * currently maintained by the CenterIM community. * read the up-to-date version at http://www.centerim.org/index.php/FAQ * */ /*...
transacid/CenterIM
a10568b50160554d2cf40f302fae761725c8b130
Two small fixes to last commit.
diff --git a/src/icqconf.h b/src/icqconf.h index 1517997..fdd963e 100644 --- a/src/icqconf.h +++ b/src/icqconf.h @@ -1,417 +1,417 @@ #ifndef __ICQCONF_H__ #define __ICQCONF_H__ #include "icqcommon.h" #include <stdio.h> #include <fcntl.h> #include <dirent.h> #include "config.h" #include "kkstrtext.h" #i...
transacid/CenterIM
a7c2af930e83f46eb492c6e51fb006bc7fa96cf6
Added option to display only nicknames in log.
diff --git a/po/de.po b/po/de.po index ebc862e..a3926c0 100644 --- a/po/de.po +++ b/po/de.po @@ -1,3094 +1,3099 @@ # German translation of centerim # Copyright (C) 2005 Gerfried Fuchs <alfie@ist.org> # Florian Müller <me@flo.s-s-f.de>, 2001. # Gerfried Fuchs <alfie@ist.org>, 2005. # Boris Petersen <transacid@gmai...
transacid/CenterIM
a245ca388b7e49c0265637ef224a028649962111
Jabber - receive typing notifications (XEP-0085)
diff --git a/src/hooks/jabberhook.cc b/src/hooks/jabberhook.cc index cf9e7fa..8fe9f7b 100644 --- a/src/hooks/jabberhook.cc +++ b/src/hooks/jabberhook.cc @@ -1437,1405 +1437,1423 @@ void jabberhook::sendupdateuserinfo(const icqcontact &c) { if(mi.birth_year && mi.birth_month && mi.birth_day) { snprintf(cbuf,...
transacid/CenterIM
5dea301ed5bdadfdcde41a0e967367ebab81d800
Jabber - don't re-add users from server roster
diff --git a/src/hooks/jabberhook.cc b/src/hooks/jabberhook.cc index 57a9040..cf9e7fa 100644 --- a/src/hooks/jabberhook.cc +++ b/src/hooks/jabberhook.cc @@ -784,1040 +784,1040 @@ const string &serv, string &err) { if((pos = jid.find(":")) != -1) { port = atoi(jid.substr(pos+1).c_str()); jid.erase(pos); } ...
transacid/CenterIM
9e4e847fb0942fc2e9ea82fef0fffd33063eb1ce
Better jabber presence handling
diff --git a/src/hooks/jabberhook.cc b/src/hooks/jabberhook.cc index 45ea574..57a9040 100644 --- a/src/hooks/jabberhook.cc +++ b/src/hooks/jabberhook.cc @@ -1,833 +1,836 @@ /* * * centerim Jabber protocol handling class * $Id: jabberhook.cc,v 1.85 2005/08/26 11:01:49 konst Exp $ * * Copyright (C) 2002-2005 by Kon...
transacid/CenterIM
36b3836b1ddd17b2666f11252f4ae90240bf6c78
Jabber - handle external roster changes
diff --git a/src/hooks/jabberhook.cc b/src/hooks/jabberhook.cc index 91e81c2..45ea574 100644 --- a/src/hooks/jabberhook.cc +++ b/src/hooks/jabberhook.cc @@ -763,1899 +763,1914 @@ void jabberhook::requestawaymsg(const imcontact &ic) { if(!am.empty()) { em.store(imnotification(ic, (string) _("Away message:") + "\...
transacid/CenterIM
6908581830246e33b4a147c2707aea2a054294c0
Groups are mode 1 by default
diff --git a/src/icqconf.cc b/src/icqconf.cc index 500fc27..c9ae509 100644 --- a/src/icqconf.cc +++ b/src/icqconf.cc @@ -1,1242 +1,1244 @@ /* * * centerim configuration handling routines * $Id: icqconf.cc,v 1.143 2005/09/02 15:20:59 konst Exp $ * * Copyright (C) 2001-2004 by Konstantin Klyagin <k@thekonst.net> *...
transacid/CenterIM
dc069c3cf194fa4239fe30e35bc8600b60d9bbe1
Updating ChangeLog for 4.22.10
diff --git a/ChangeLog b/ChangeLog index 5de06be..87da5da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,512 +1,741 @@ +2010-10-26 Roger <roger@jikos.cz> + + Disable standard printf() redefinition in yahoo_util.h Should fix #165 + +2010-10-23 Boris Petersen <transacid@gmail.com> + + Fix for CVE-2009-3720 in libjabber...
transacid/CenterIM
c12a7a83bf0ef1a7238e7295f2d355e38c1621c8
Disable standard printf() redefinition in yahoo_util.h Should fix #165
diff --git a/libyahoo2/yahoo_util.h b/libyahoo2/yahoo_util.h index ac12f10..7552e56 100644 --- a/libyahoo2/yahoo_util.h +++ b/libyahoo2/yahoo_util.h @@ -1,103 +1,104 @@ /* * libyahoo2: yahoo_util.h * * Copyright (C) 2002-2004, Philip S Tellis <philip.tellis AT gmx.net> * * This program is free software; you ...
transacid/CenterIM
1bbbc3745de0a06df650a170205aac9c95f547eb
Fix for CVE-2009-3720 in libjabber's xml parser
diff --git a/libjabber/xmltok_impl_c.h b/libjabber/xmltok_impl_c.h index 7d9c8d9..b3d34d8 100644 --- a/libjabber/xmltok_impl_c.h +++ b/libjabber/xmltok_impl_c.h @@ -1200,547 +1200,547 @@ case BT_S: case BT_CR: case BT_LF: return XML_TOK_INVALID; } *nextTokPtr = ptr + MINBPC(en...
transacid/CenterIM
0ac5dd42868d46d02d0c30490c27e44acc710078
Yahoo - disable conference and file transfer support (it doesn't work anyway)
diff --git a/src/hooks/yahoohook.cc b/src/hooks/yahoohook.cc index daf3621..fc8dd4a 100644 --- a/src/hooks/yahoohook.cc +++ b/src/hooks/yahoohook.cc @@ -1,592 +1,592 @@ /* * * centerim yahoo! protocol handling class * $Id: yahoohook.cc,v 1.112 2004/12/20 00:54:02 konst Exp $ * * Copyright (C) 2003-2004 by Konstan...
transacid/CenterIM
d9ea0cd182182642d81069bc3910801e30188f5e
Propper authorization and buzz events
diff --git a/src/hooks/yahoohook.cc b/src/hooks/yahoohook.cc index df0855f..daf3621 100644 --- a/src/hooks/yahoohook.cc +++ b/src/hooks/yahoohook.cc @@ -703,703 +703,694 @@ void yahoohook::requestawaymsg(const imcontact &ic) { face.log(_("+ [yahoo] cannot fetch away msg from %s, %s (maybe no away msg set)"), c...
transacid/CenterIM
c5257ea51ab8b5b22de7b17cca0342e15c8abf8b
Yahoo - add buddy authentication
diff --git a/libyahoo2/libyahoo2.c b/libyahoo2/libyahoo2.c index 00a0cc4..bb99ce6 100644 --- a/libyahoo2/libyahoo2.c +++ b/libyahoo2/libyahoo2.c @@ -1422,1042 +1422,1046 @@ static void yahoo_process_status(struct yahoo_input_data *yid, WARNING(("unknown status key %d:%s", pair->key, pair->value)); break; ...
transacid/CenterIM
3cccffd5ec3caa44f9636efd1f613fa340455545
Add missing initialization to get rid of some valgrind warnings
diff --git a/src/icqconf.cc b/src/icqconf.cc index aa6650c..500fc27 100644 --- a/src/icqconf.cc +++ b/src/icqconf.cc @@ -1,568 +1,570 @@ /* * * centerim configuration handling routines * $Id: icqconf.cc,v 1.143 2005/09/02 15:20:59 konst Exp $ * * Copyright (C) 2001-2004 by Konstantin Klyagin <k@thekonst.net> * ...
transacid/CenterIM
722852d5382a4c7d7f41e96cfef4d07dbe9cea35
Yahoo - implement missing callback stubs
diff --git a/src/hooks/yahoohook.cc b/src/hooks/yahoohook.cc index 7b4c7aa..61ad5f4 100644 --- a/src/hooks/yahoohook.cc +++ b/src/hooks/yahoohook.cc @@ -1,651 +1,661 @@ /* * * centerim yahoo! protocol handling class * $Id: yahoohook.cc,v 1.112 2004/12/20 00:54:02 konst Exp $ * * Copyright (C) 2003-2004 by Konstan...
transacid/CenterIM
4447c89f65526ba04c2eaf862755d76b45e232c9
Yahoo - implement missing callbacks
diff --git a/src/hooks/yahoohook.cc b/src/hooks/yahoohook.cc index 09274de..7b4c7aa 100644 --- a/src/hooks/yahoohook.cc +++ b/src/hooks/yahoohook.cc @@ -1,649 +1,651 @@ /* * * centerim yahoo! protocol handling class * $Id: yahoohook.cc,v 1.112 2004/12/20 00:54:02 konst Exp $ * * Copyright (C) 2003-2004 by Konstan...
transacid/CenterIM
4d13dc11503b99bd69a32963b4bbbb57e54340e0
fix GNUTLS connection
diff --git a/connwrap/connwrap.c b/connwrap/connwrap.c index 2da9acc..f2f5d48 100644 --- a/connwrap/connwrap.c +++ b/connwrap/connwrap.c @@ -1,540 +1,543 @@ #include "connwrap.h" #include <config.h> #include <arpa/inet.h> #include <errno.h> #include <fcntl.h> #include <netdb.h> #include <netinet/in.h> #incl...
transacid/CenterIM
eeec4baa9e0617839284c30933bf3008e9a02ae2
connwrap - initialize gnutls session in cw_connect
diff --git a/connwrap/connwrap.c b/connwrap/connwrap.c index 95c8e27..2da9acc 100644 --- a/connwrap/connwrap.c +++ b/connwrap/connwrap.c @@ -1,529 +1,540 @@ #include "connwrap.h" #include <config.h> #include <arpa/inet.h> #include <errno.h> #include <fcntl.h> #include <netdb.h> #include <netinet/in.h> #incl...
transacid/CenterIM
8c43e44bb6aeae4862298672fe4063edab9733ed
connwrap - don't deinit gnutls session in cw_nb_connect on error, it's done in delsock
diff --git a/connwrap/connwrap.c b/connwrap/connwrap.c index c36e56d..95c8e27 100644 --- a/connwrap/connwrap.c +++ b/connwrap/connwrap.c @@ -1,527 +1,529 @@ #include "connwrap.h" #include <config.h> #include <arpa/inet.h> #include <errno.h> #include <fcntl.h> #include <netdb.h> #include <netinet/in.h> #incl...
transacid/CenterIM
9c594103baec6306f18f683dcab23a3b979d6d27
Add missing sources to libyahoo2 makefile
diff --git a/libyahoo2/Makefile.am b/libyahoo2/Makefile.am index 53dcc0b..53cfb70 100644 --- a/libyahoo2/Makefile.am +++ b/libyahoo2/Makefile.am @@ -1,5 +1,5 @@ AM_CPPFLAGS = -DSTDC_HEADERS -DUSE_STRUCT_CALLBACKS -I$(top_srcdir)/connwrap noinst_LIBRARIES = liblibyahoo2.a -noinst_HEADERS= yahoo2_callbacks.h yahoo_debu...
transacid/CenterIM
2852620413fe0b1bd845328962d9945948d4a569
ignore .version file
diff --git a/.gitignore b/.gitignore index e2fa5fd..1d60fb4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,58 +1,59 @@ ABOUT-NLS configure config.status config.log config.h config.h.in config.rpath config.sub config.guess Makefile Makefile.in Makefile.in.in stamp-* autom4te.cache depcomp missing instal...
transacid/CenterIM
db3d47cfd4274cf83ed372fc2932edf5de8153be
Fix SSL context leak in connwrap
diff --git a/connwrap/connwrap.c b/connwrap/connwrap.c index 17b43a6..c36e56d 100644 --- a/connwrap/connwrap.c +++ b/connwrap/connwrap.c @@ -1,536 +1,527 @@ #include "connwrap.h" #include <config.h> #include <arpa/inet.h> #include <errno.h> #include <fcntl.h> #include <netdb.h> #include <netinet/in.h> #incl...
transacid/CenterIM
5e9585129652e9cd579f9e0dfa2dbf2130a48f6a
Added gettext-devel test to autogen.sh
diff --git a/autogen.sh b/autogen.sh index 588f379..8a7011c 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,43 +1,51 @@ #! /bin/sh # script shamelessy taken from openbox sh() { /bin/sh -c "set -x; $*" } -sh autopoint --force # for GNU gettext -sh libtoolize --copy --force --automake +# test if gettext-devel i...
transacid/CenterIM
f9c2b23c9900bf0d3e3edf49d8a75b89a249ba39
display received time if different from sent time
diff --git a/misc/cimextracthistory.pl b/misc/cimextracthistory.pl index 169d5ec..baa8cb4 100755 --- a/misc/cimextracthistory.pl +++ b/misc/cimextracthistory.pl @@ -1,130 +1,132 @@ #!/usr/bin/perl use warnings; use strict; use Getopt::Std; use File::Spec::Functions; use Time::ParseDate; use POSIX; use Data:...
transacid/CenterIM
6559f298c6082e30051fceaf4fa1666d69868409
Added script to extract a part of a chatlog history and pretty-print it.
diff --git a/misc/Makefile.am b/misc/Makefile.am index 01ec0b9..1276ad2 100644 --- a/misc/Makefile.am +++ b/misc/Makefile.am @@ -1,3 +1,3 @@ -EXTRA_DIST = cimconv cimconv.1 git-version-gen CenterIMLog2HTML.py cimformathistory -bin_SCRIPTS = cimconv CenterIMLog2HTML.py cimformathistory +EXTRA_DIST = cimconv cimconv.1 gi...
transacid/CenterIM
7112541bda7327993a4ee09a5f21b612a425078a
adding new script for history formating.
diff --git a/misc/CenterIMLog2HTML.py b/misc/CenterIMLog2HTML.py old mode 100644 new mode 100755 diff --git a/misc/Makefile.am b/misc/Makefile.am index 85b0ec9..01ec0b9 100644 --- a/misc/Makefile.am +++ b/misc/Makefile.am @@ -1,3 +1,3 @@ -EXTRA_DIST = cimconv cimconv.1 git-version-gen CenterIMLog2HTML.py -bin_SCRIPTS =...
transacid/CenterIM
ebd45f69761a6e4facff5292c31cf350df1d6780
Add missing initialization to perm/deny SNAC and don't overwrite its id in SBL parsing
diff --git a/libicq2000/src/Client.cpp b/libicq2000/src/Client.cpp index 556ba9a..dc1115e 100644 --- a/libicq2000/src/Client.cpp +++ b/libicq2000/src/Client.cpp @@ -1091,1025 +1091,1026 @@ namespace ICQ2000 void FLAPFooter(Buffer& b, Buffer::marker& mk) { b.setAutoSizeMarker(mk); } void Client::...
transacid/CenterIM
d63f68fdcfcb65223e4b4efe57204bd4a6f75d1c
bulgarian translation updated
diff --git a/po/bg.po b/po/bg.po index 8a9e9a7..21cfab2 100644 --- a/po/bg.po +++ b/po/bg.po @@ -1,3828 +1,3828 @@ # translation of bg.po to Bulgarian # Russian messages for centerim. # Copyright (C) 2001, 2004 Free Software Foundation, Inc. # Konstantin Klyagin <k@thekonst.net>, 2001. # Stefan Ilivanov <ep98@mail...
transacid/CenterIM
7ad7203779afaf895e15ea9a78f4f9606694fc6f
refresh index before checking for dirty versions
diff --git a/misc/git-version-gen b/misc/git-version-gen index e46200f..ced2935 100755 --- a/misc/git-version-gen +++ b/misc/git-version-gen @@ -1,150 +1,151 @@ #!/bin/sh # Print a version string. scriptversion=2009-09-09.22 # Copyright (C) 2007-2009 Free Software Foundation # # This program is free software: y...
transacid/CenterIM
175bd1fd01dcc71ead0d83c7b0ff9ff8b6388ff5
bulgarian translation updated
diff --git a/po/bg.po b/po/bg.po index 110a6eb..0a797df 100644 --- a/po/bg.po +++ b/po/bg.po @@ -1,3905 +1,3860 @@ # translation of bg.po to Bulgarian # Russian messages for centerim. # Copyright (C) 2001, 2004 Free Software Foundation, Inc. # Konstantin Klyagin <k@thekonst.net>, 2001. # Stefan Ilivanov <ep98@mail...
transacid/CenterIM
3e8cb1fb8e662a205c6f3689d7abce5110893f16
Use RAND_add() with nss_compat_openssl
diff --git a/libgadu/libgadu.c b/libgadu/libgadu.c index b3f5585..ce05b26 100644 --- a/libgadu/libgadu.c +++ b/libgadu/libgadu.c @@ -251,1026 +251,1033 @@ static void *gg_resolve_pthread_thread(void *arg) free(he); } } write(d->fd, &a, sizeof(a)); close(d->fd); free(d->hostname); d->hostname = NULL...
transacid/CenterIM
cbda58be40061c7164c85f058c2fd4d5e1863b75
Better jabber presence handling
diff --git a/src/hooks/jabberhook.cc b/src/hooks/jabberhook.cc index 4e82e92..91e81c2 100644 --- a/src/hooks/jabberhook.cc +++ b/src/hooks/jabberhook.cc @@ -1,578 +1,579 @@ /* * * centerim Jabber protocol handling class * $Id: jabberhook.cc,v 1.85 2005/08/26 11:01:49 konst Exp $ * * Copyright (C) 2002-2005 by Kon...
transacid/CenterIM
c5dc5dedfb1e18c38463f5cc1e0be9e83261171b
Check for FriBidi using pkg-config
diff --git a/configure.ac b/configure.ac index 305fe3d..04d514c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,662 +1,661 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) AC_INIT([centerim], m4_esyscmd([misc/gi...
transacid/CenterIM
9f10271c6edc895c880db02fd2e7be9572dc86df
new packaging friendlier versioning
diff --git a/misc/git-version-gen b/misc/git-version-gen index 8317604..e46200f 100755 --- a/misc/git-version-gen +++ b/misc/git-version-gen @@ -1,150 +1,150 @@ #!/bin/sh # Print a version string. scriptversion=2009-09-09.22 # Copyright (C) 2007-2009 Free Software Foundation # # This program is free software: y...
transacid/CenterIM
36e080f7d0902d4be7e7b61f09582e0a49be01d5
Fixed compiler warnings in kkiproc.cc
diff --git a/kksystr/include/kkiproc.h b/kksystr/include/kkiproc.h index a464a4f..5e86495 100644 --- a/kksystr/include/kkiproc.h +++ b/kksystr/include/kkiproc.h @@ -1,37 +1,36 @@ #ifndef __KONST_PROCESS_H_ #define __KONST_PROCESS_H_ #include <sys/time.h> #include <stdio.h> #include <stdlib.h> #include <unistd.h...
transacid/CenterIM
26a8391aba46c74f4fe6f259eb114f585fadfd91
Cleanup of "extra protection" for ~/.centerim directory.
diff --git a/src/centermain.cc b/src/centermain.cc index 04760f9..15789b8 100644 --- a/src/centermain.cc +++ b/src/centermain.cc @@ -1,84 +1,79 @@ /* * * centerim main() function * $Id: centermain.cc,v 1.16 2002/07/07 22:58:18 konst Exp $ * * Copyright (C) 2001 by Konstantin Klyagin <k@thekonst.net> * * This pr...
transacid/CenterIM
29ccbdf7cba9f82029e915e11ed613f70bf9ae6e
Ncurses RTFM. remove ugly prototypes for FreeBSD and OSX
diff --git a/kkconsui/include/conscommon.h b/kkconsui/include/conscommon.h index 341d77e..59ad2c2 100644 --- a/kkconsui/include/conscommon.h +++ b/kkconsui/include/conscommon.h @@ -1,132 +1,129 @@ #ifndef __KONST_UI_FUNC_H_ #define __KONST_UI_FUNC_H_ #include "config.h" #include "kkstrtext.h" #include "conf.h"...
transacid/CenterIM
3bb7ec90f34ff7f29829c4d661dd9c88f2dbe681
Try to fix FreeBSD ncurses compile errors.
diff --git a/kkconsui/include/conscommon.h b/kkconsui/include/conscommon.h index 7f1f486..341d77e 100644 --- a/kkconsui/include/conscommon.h +++ b/kkconsui/include/conscommon.h @@ -1,132 +1,132 @@ #ifndef __KONST_UI_FUNC_H_ #define __KONST_UI_FUNC_H_ #include "config.h" #include "kkstrtext.h" #include "conf.h"...
transacid/CenterIM
b99fb398ae20c1be4005abe5dfce05d5e1efe121
Try to fix FreeBSD ncurses compile errors.
diff --git a/kkconsui/include/conscommon.h b/kkconsui/include/conscommon.h index 7f1f486..116c9ff 100644 --- a/kkconsui/include/conscommon.h +++ b/kkconsui/include/conscommon.h @@ -1,132 +1,134 @@ #ifndef __KONST_UI_FUNC_H_ #define __KONST_UI_FUNC_H_ #include "config.h" #include "kkstrtext.h" #include "conf.h"...
transacid/CenterIM
15143743a1ec872253662d4e1b317979d539c304
configure: check for ncurses/ncursesw. Only curses is not enough.
diff --git a/configure.ac b/configure.ac index 8ee882c..305fe3d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,670 +1,670 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) AC_INIT([centerim], m4_esyscmd([misc/gi...
transacid/CenterIM
5f5c9f9d10cc04f3d1305aac52dff999a732dc74
Cleaned up #ifdefs in conscommon.h
diff --git a/kkconsui/include/conscommon.h b/kkconsui/include/conscommon.h index c8431c7..7f1f486 100644 --- a/kkconsui/include/conscommon.h +++ b/kkconsui/include/conscommon.h @@ -1,136 +1,132 @@ #ifndef __KONST_UI_FUNC_H_ #define __KONST_UI_FUNC_H_ #include "config.h" #include "kkstrtext.h" #include "conf.h"...
transacid/CenterIM
19e48d7c714452073058a8aeb84a626417bdb72e
Fixed compiler error with FreeBSD. Also fixed link error against curseslib.
diff --git a/configure.ac b/configure.ac index 2628a9d..8ee882c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,668 +1,670 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) AC_INIT([centerim], m4_esyscmd([misc/gi...
transacid/CenterIM
d637c86a5fdb04155583c2b30890d7e3594282bd
Better check for ncurses/ncursesw
diff --git a/configure.ac b/configure.ac index 58efdaa..2628a9d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,672 +1,668 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) AC_INIT([centerim], m4_esyscmd([misc/gi...
transacid/CenterIM
8da6056bcce20940e87ffb9db978889efaf433bf
Updating Changelog for 4.22.9
diff --git a/ChangeLog b/ChangeLog index 8ed9690..5de06be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,512 +1,625 @@ +2009-12-13 Boris Petersen <transacid@gmail.com> + + New taging model. + To be up to date with gnulib's git-version-gen. + WARNING: This breaks compatibility with non v* tags. + For us that means every...
transacid/CenterIM
1f3876e1d3be3490b59e1a99e606ed40f0c23a65
New taging model.
diff --git a/Makefile.am b/Makefile.am index 0e23684..5b8bad1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,51 +1,55 @@ #AUTOMAKE=@AUTOMAKE@ --add-missing --foreign #ACLOCAL=@ACLOCAL@ -I config WANTED_PROTOCOLS = if BUILD_MSN WANTED_PROTOCOLS += libmsn endif if BUILD_YAHOO WANTED_PROTOCOLS += libyahoo2 ...
transacid/CenterIM
633d3b6db83a3ad8a51da62aba086b0edb3fcae5
quick patch to use MSNP8 instead of MSNP9
diff --git a/libmsn/msn/notificationserver.cpp b/libmsn/msn/notificationserver.cpp index 8816d8c..9084dc6 100644 --- a/libmsn/msn/notificationserver.cpp +++ b/libmsn/msn/notificationserver.cpp @@ -1,1003 +1,1003 @@ /* * notificationserver.cpp * libmsn * * Created by Mark Rowe on Mon Mar 22 2004. * Copyright ...
ghoneycutt/puppet-module-puppet
36496a3423adf476952f5b00aa62d01c399a1e77
Release v3.3.0
diff --git a/CHANGELOG.md b/CHANGELOG.md index 81f78f5..0723a15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,396 +1,404 @@ # Change Log -## [v3.2.1](https://github.com/ghoneycutt/puppet-module-puppet/tree/v3.2.1) +## [v3.3.0](https://github.com/ghoneycutt/puppet-module-puppet/tree/v3.3.0) +[Full Changelog](h...
ghoneycutt/puppet-module-puppet
5fb3c8578d65826083b0aedb56c98c839e1b6615
Stop testing minor versions of Puppet 4
diff --git a/.travis.yml b/.travis.yml index dba0d4b..eac1d88 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,37 +1,29 @@ --- language: ruby sudo: false before_install: - if [ $BUNDLER_VERSION ]; then gem install -v $BUNDLER_VERSION bundler --no-rdoc --no-ri; fi - bundle -v - rm -f Gemfile...
ghoneycutt/puppet-module-puppet
f1214fbbe135985ff57f5732c8f6201cdc810675
Remove unneeded formating
diff --git a/README.md b/README.md index 32feb31..da5b750 100644 --- a/README.md +++ b/README.md @@ -1,195 +1,193 @@ # puppet-module-puppet #### Table of Contents 1. [Module Description](#module-description) 1. [Dependencies](#dependencies) 1. [Compatibility](#compatibility) 1. [Class Descriptions](#class-des...
ghoneycutt/puppet-module-puppet
26d92cd8521594561f5f14639d2a71ef33e4ff2e
Support Puppet 5 & 6
diff --git a/.fixtures.yml b/.fixtures.yml index 80fa4f2..db86e3b 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -1,10 +1,13 @@ fixtures: repositories: + cron: + repo: 'git://github.com/puppetlabs/puppetlabs-cron_core.git' + ref: '1.0.0' inifile: repo: 'https://github.com/puppetlabs/pupp...
ghoneycutt/puppet-module-puppet
a212658e19829b46fa5ca79d1cc5ddb39ec09b42
Remove deprecated ignorecache setting from README
diff --git a/README.md b/README.md index e1723f7..d0d95fe 100644 --- a/README.md +++ b/README.md @@ -1,211 +1,211 @@ # puppet-module-puppet #### Table of Contents 1. [Module Description](#module-description) 1. [Dependencies](#dependencies) 1. [Compatibility](#compatibility) 1. [Class Descriptions](#class-des...
ghoneycutt/puppet-module-puppet
a5561d1702ed06f8d8c06b53ee385194a7ba2daa
Add possibility to manage any additional puppet.conf settings
diff --git a/README.md b/README.md index ca62036..e1723f7 100644 --- a/README.md +++ b/README.md @@ -1,195 +1,211 @@ # puppet-module-puppet #### Table of Contents 1. [Module Description](#module-description) 1. [Dependencies](#dependencies) 1. [Compatibility](#compatibility) 1. [Class Descriptions](#class-des...
ghoneycutt/puppet-module-puppet
25a45a70cf7059183108a2b25d9f5b718e68acab
Release v3.2.1
diff --git a/CHANGELOG.md b/CHANGELOG.md index 38f9a64..81f78f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,332 +1,396 @@ # Change Log -## [v3.2.0](https://github.com/ghoneycutt/puppet-module-puppet/tree/v3.2.0)(2017-06-05) -[Full Changelog](https://github.com/ghoneycutt/puppet-module-puppet/compare/v3.1.0......
ghoneycutt/puppet-module-puppet
f5f0277eb62e3ec4fdf3026d85b3e94d207d1992
Pin Ruby bundler & gem to old versions on Ruby < 2.4
diff --git a/.travis.yml b/.travis.yml index 7d44936..1c66b64 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,30 +1,33 @@ --- language: ruby rvm: - 2.1.9 env: matrix: - - PUPPET_GEM_VERSION="~> 4.7.0" - - PUPPET_GEM_VERSION="~> 4.8.0" - - PUPPET_GEM_VERSION="~> 4.9.0" - - PUPPET_GEM_VERSION="...
ghoneycutt/puppet-module-puppet
25e024f5a4e35489c972e877d65736474c737fcf
Remove deprecation warning caused by puppetlabs_spec_helper
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb old mode 100755 new mode 100644 index 10e055c..9d61fa6 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,23 +1,27 @@ +RSpec.configure do |c| + c.mock_with :rspec +end + require 'puppetlabs_spec_helper/module_spec_helper' require 'rspec-puppet-facts' inc...
ghoneycutt/puppet-module-puppet
e950354664623583b4ca2016d17019b925cd4bfb
Remove deprecated ignorecache setting from $cron_command
diff --git a/manifests/init.pp b/manifests/init.pp index 592bcc2..0e0dd43 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,121 +1,121 @@ # == Class: puppet # # Manages puppet agent # class puppet ( String $certname = $::fqdn, Variant[Enum['true', 'false'], Boolean...
ghoneycutt/puppet-module-puppet
1668ecd9f173cf06923e4787be3c3be5140f912a
(Maint) CI testing - Allow newest hiera gem
diff --git a/Gemfile b/Gemfile index ec1afbd..3c5d4a3 100644 --- a/Gemfile +++ b/Gemfile @@ -1,38 +1,38 @@ source ENV['GEM_SOURCE'] || 'https://rubygems.org' if puppetversion = ENV['PUPPET_GEM_VERSION'] gem 'puppet', puppetversion, :require => false else gem 'puppet', :require => false end gem 'activesup...
ghoneycutt/puppet-module-puppet
a219f217ce6716c36d05aef7b697a7f98612d78b
Release v3.2.0 - Remove deprecated config options
diff --git a/CHANGELOG.md b/CHANGELOG.md index 15185f4..38f9a64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,316 +1,332 @@ # Change Log -## [v3.1.0](https://github.com/ghoneycutt/puppet-module-puppet/tree/v3.1.0) +## [v3.2.0](https://github.com/ghoneycutt/puppet-module-puppet/tree/v3.2.0)(2017-06-05) +[Full Ch...