Changeset 221a273
- Timestamp:
- 2007-11-24T19:07:22Z (17 years ago)
- Branches:
- master
- Children:
- 2c2df7d, b6a2373
- Parents:
- 608f8cf
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r608f8cf r221a273 11 11 # Program variables 12 12 objects = account.o bitlbee.o conf.o crypting.o help.o ipc.o irc.o irc_commands.o log.o nick.o query.o root_commands.o set.o storage.o $(STORAGE_OBJS) unix.o user.o 13 headers = account.h bitlbee.h commands.h conf.h config.h crypting.h help.h ipc.h irc.h log.h nick.h query.h set.h sock.h storage.h user.h lib/events.h lib/http_client.h lib/ini.h lib/md5.h lib/misc.h lib/proxy.h lib/sha .h lib/ssl_client.h lib/url.h protocols/nogaim.h13 headers = account.h bitlbee.h commands.h conf.h config.h crypting.h help.h ipc.h irc.h log.h nick.h query.h set.h sock.h storage.h user.h lib/events.h lib/http_client.h lib/ini.h lib/md5.h lib/misc.h lib/proxy.h lib/sha1.h lib/ssl_client.h lib/url.h protocols/nogaim.h 14 14 subdirs = lib protocols 15 15 -
bitlbee.h
r608f8cf r221a273 30 30 31 31 #define PACKAGE "BitlBee" 32 #define BITLBEE_VERSION "1.1 dev"32 #define BITLBEE_VERSION "1.1.1dev" 33 33 #define VERSION BITLBEE_VERSION 34 34 -
doc/CHANGES
r608f8cf r221a273 67 67 resources available for that buddy. (Of course this only works if the 68 68 buddy is in your contact list.) 69 * An XML console (add xmlconsole to your contact list or see "help set 70 xmlconsole" if you want it permanently). 69 71 70 72 Finished ???
Note: See TracChangeset
for help on using the changeset viewer.