Changeset 92a03a0
- Timestamp:
- 2023-04-03T19:10:41Z (20 months ago)
- 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)
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
bitlbee.h
raf09afd r92a03a0 125 125 #define DEFAULT_AWAY "Away from computer" 126 126 #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/>" 128 128 129 129 #define MAX_NICK_LENGTH 24 -
configure
raf09afd r92a03a0 1001 1001 * ) 1002 1002 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/.' 1004 1004 ;; 1005 1005 esac -
doc/FAQ
raf09afd r92a03a0 40 40 Q: When is $random_feature going to be implemented? 41 41 A: 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/ 43 43 44 44 Q: The messages I send and/or receive look weird. I see weird characters and -
doc/README
raf09afd r92a03a0 131 131 132 132 You can find new releases of BitlBee at: 133 http ://www.bitlbee.org/133 https://www.bitlbee.org/ 134 134 135 135 The bug tracking system: 136 http ://bugs.bitlbee.org/136 https://bugs.bitlbee.org/ 137 137 138 Our version control system is Bazaar. Our repository is at:139 http ://code.bitlbee.org/138 Our version control system is Git. Our repository is at: 139 https://github.com/bitlbee/bitlbee 140 140 141 141 More documentation on the Wiki: 142 http ://wiki.bitlbee.org/142 https://wiki.bitlbee.org/ 143 143 144 144 … … 163 163 164 164 BitlBee - An IRC to other chat networks gateway 165 <http ://www.bitlbee.org/>165 <https://www.bitlbee.org/> 166 166 Copyright (C) 2002-2010 Wilmer van der Gaast <wilmer@gaast.net> 167 167 and others -
doc/bitlbee.8
raf09afd r92a03a0 101 101 .BR inetd.conf (5) 102 102 103 .BR http ://www.bitlbee.org/103 .BR https://www.bitlbee.org/ 104 104 105 105 For more information on using BitlBee, once connected, you should use … … 107 107 .SH BUGS 108 108 Of course there are bugs. If you find some, please report them at 109 \fBhttp ://bugs.bitlbee.org/\fP.109 \fBhttps://bugs.bitlbee.org/\fP. 110 110 .SH LICENSE 111 111 This program is free software; you can redistribute it and/or modify -
doc/user-guide/Installation.xml
raf09afd r92a03a0 8 8 <para> 9 9 The latest BitlBee release is always available from <ulink 10 url="http ://www.bitlbee.org/">http://www.bitlbee.org/</ulink>.10 url="https://www.bitlbee.org/">https://www.bitlbee.org/</ulink>. 11 11 Download the package with your favorite program and unpack it: <command>tar 12 12 xvfz bitlbee-<version>.tar.gz</command> where <version> is to be -
doc/user-guide/Support.xml
raf09afd r92a03a0 22 22 23 23 <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> 25 25 is the homepage of bitlbee and contains the most recent news on bitlbee and 26 26 the latest releases. -
doc/user-guide/help.xml
raf09afd r92a03a0 26 26 27 27 <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>.28 Some 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>. 29 29 </para> 30 30 -
motd.txt
raf09afd r92a03a0 2 2 3 3 This server is running BitlBee version %v. 4 The newest version can be found on http ://www.bitlbee.org/4 The newest version can be found on https://www.bitlbee.org/ 5 5 6 6 You are getting this message because the server administrator has not -
protocols/nogaim.h
raf09afd r92a03a0 54 54 #define BUDDY_ALIAS_MAXLEN 388 /* because MSN names can be 387 characters */ 55 55 56 #define WEBSITE "http ://www.bitlbee.org/"56 #define WEBSITE "https://www.bitlbee.org/" 57 57 58 58 /* 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.