Changeset 92a03a0


Ignore:
Timestamp:
2023-04-03T19:10:41Z (13 months ago)
Author:
GitHub <noreply@…>
Branches:
master
Children:
e805611
Parents:
af09afd
git-author:
Robert Scheck <robert-scheck@…> (03-04-23 19:10:41)
git-committer:
GitHub <noreply@…> (03-04-23 19:10:41)
Message:

HTTPSify BitlBee URLs (#180)

...and refer to GitHub instead of Bazaar.

Files:
10 edited

Legend:

Unmodified
Added
Removed
  • bitlbee.h

    raf09afd r92a03a0  
    125125#define DEFAULT_AWAY "Away from computer"
    126126#define CONTROL_TOPIC "Welcome to the control channel. Type \2help\2 for help information."
    127 #define IRCD_INFO PACKAGE " <http://www.bitlbee.org/>"
     127#define IRCD_INFO PACKAGE " <https://www.bitlbee.org/>"
    128128
    129129#define MAX_NICK_LENGTH 24
  • configure

    raf09afd r92a03a0  
    10011001* )
    10021002        echo 'We haven'\''t tested BitlBee on many platforms yet, yours is untested. YMMV.'
    1003         echo 'Please report any problems at http://bugs.bitlbee.org/.'
     1003        echo 'Please report any problems at https://bugs.bitlbee.org/.'
    10041004;;
    10051005esac
  • doc/FAQ

    raf09afd r92a03a0  
    4040Q: When is $random_feature going to be implemented?
    4141A: It depends on the feature. We keep a list of all wishlist "bugs" in our
    42    Bug Tracking system at http://bugs.bitlbee.org/
     42   Bug Tracking system at https://bugs.bitlbee.org/
    4343
    4444Q: The messages I send and/or receive look weird. I see weird characters and
  • doc/README

    raf09afd r92a03a0  
    131131
    132132You can find new releases of BitlBee at:
    133 http://www.bitlbee.org/
     133https://www.bitlbee.org/
    134134
    135135The bug tracking system:
    136 http://bugs.bitlbee.org/
     136https://bugs.bitlbee.org/
    137137
    138 Our version control system is Bazaar. Our repository is at:
    139 http://code.bitlbee.org/
     138Our version control system is Git. Our repository is at:
     139https://github.com/bitlbee/bitlbee
    140140
    141141More documentation on the Wiki:
    142 http://wiki.bitlbee.org/
     142https://wiki.bitlbee.org/
    143143
    144144
     
    163163
    164164        BitlBee - An IRC to other chat networks gateway
    165                   <http://www.bitlbee.org/>
     165                  <https://www.bitlbee.org/>
    166166        Copyright (C) 2002-2010  Wilmer van der Gaast <wilmer@gaast.net>
    167167                                 and others
  • doc/bitlbee.8

    raf09afd r92a03a0  
    101101.BR inetd.conf (5)
    102102
    103 .BR http://www.bitlbee.org/
     103.BR https://www.bitlbee.org/
    104104
    105105For more information on using BitlBee, once connected, you should use
     
    107107.SH BUGS
    108108Of course there are bugs. If you find some, please report them at
    109 \fBhttp://bugs.bitlbee.org/\fP.
     109\fBhttps://bugs.bitlbee.org/\fP.
    110110.SH LICENSE
    111111This program is free software; you can redistribute it and/or modify
  • doc/user-guide/Installation.xml

    raf09afd r92a03a0  
    88<para>
    99The latest BitlBee release is always available from <ulink
    10 url="http://www.bitlbee.org/">http://www.bitlbee.org/</ulink>.
     10url="https://www.bitlbee.org/">https://www.bitlbee.org/</ulink>.
    1111Download the package with your favorite program and unpack it: <command>tar
    1212xvfz bitlbee-&lt;version&gt;.tar.gz</command> where &lt;version&gt; is to be
  • doc/user-guide/Support.xml

    raf09afd r92a03a0  
    2222
    2323<para>
    24 <ulink url="http://www.bitlbee.org/">http://www.bitlbee.org/</ulink>
     24<ulink url="https://www.bitlbee.org/">https://www.bitlbee.org/</ulink>
    2525is the homepage of bitlbee and contains the most recent news on bitlbee and
    2626the latest releases.
  • doc/user-guide/help.xml

    raf09afd r92a03a0  
    2626
    2727<para>
    28 Some more help can be found on <ulink link="http://wiki.bitlbee.org/">http://wiki.bitlbee.org/</ulink>. Bugs can be reported at <ulink link="http://bugs.bitlbee.org/">http://bugs.bitlbee.org/</ulink>.
     28Some more help can be found on <ulink link="https://wiki.bitlbee.org/">https://wiki.bitlbee.org/</ulink>. Bugs can be reported at <ulink link="https://bugs.bitlbee.org/">https://bugs.bitlbee.org/</ulink>.
    2929</para>
    3030
  • motd.txt

    raf09afd r92a03a0  
    22
    33This server is running BitlBee version %v.
    4 The newest version can be found on http://www.bitlbee.org/
     4The newest version can be found on https://www.bitlbee.org/
    55
    66You are getting this message because the server administrator has not
  • protocols/nogaim.h

    raf09afd r92a03a0  
    5454#define BUDDY_ALIAS_MAXLEN 388   /* because MSN names can be 387 characters */
    5555
    56 #define WEBSITE "http://www.bitlbee.org/"
     56#define WEBSITE "https://www.bitlbee.org/"
    5757
    5858/* Sharing flags between all kinds of things. I just hope I won't hit any
Note: See TracChangeset for help on using the changeset viewer.