Commit graph

357 commits

Author SHA1 Message Date
Vitaly Takmazov
aab3709012 Merge branch 'master' of https://github.com/hanzz/libtransport 2012-03-29 12:26:58 +04:00
Jan Kaluza
5f06cf12d6 Fixed out-of-source building 2012-03-27 12:37:11 +02:00
HanzZ
53ce06cbea server cert for testing 2012-03-23 12:55:27 +01:00
Vitaly Takmazov
d8e683f17e use getpid on windows from process.h 2012-03-21 20:08:38 +04:00
HanzZ
7c93aee6f4 Log4cxx is optional dependency now 2012-03-21 16:31:51 +01:00
Vitaly Takmazov
64f0883512 Merge branch 'master' of https://github.com/hanzz/libtransport 2012-03-21 19:03:45 +04:00
Vitaly Takmazov
bda35a459e use bundled protobuf for windows builds 2012-03-21 17:42:29 +04:00
HanzZ
7067865738 Send admin contac tot user 2012-03-20 22:06:51 +01:00
HanzZ
ab72dd03c6 new sample.cfg 2012-03-19 15:09:55 +01:00
Jan Kaluza
23457aedcf GET_PROPERTY in Skype 2012-03-15 08:09:41 +01:00
HanzZ
a06a47ed11 moved log4cxx initialization to libtransport 2012-03-14 21:18:10 +01:00
HanzZ
48f2d9d6b1 Moved database initialization into StorageBackend 2012-03-14 18:56:23 +01:00
Jan Kaluza
0e01945c98 Forward proper errors to XMPP user instead of Internal Server Error 2012-03-14 14:48:24 +01:00
Jan Kaluza
7292a987c5 First tries of full MUC support 2012-03-02 08:51:55 +01:00
HanzZ
320738eda8 Gateway interaction 2012-02-26 14:03:48 +01:00
HanzZ
6ca2c3a931 pubsub payloads/serializers 2012-02-22 08:38:45 +01:00
Daniel Henninger
7f13a29090 Removed auto-transaction postgres handlers in lieu of our own transaction calls. Updated config file to mention postgres. 2012-02-19 16:10:36 +08:00
HanzZ
eb3c588033 Comment out the registration stuff 2012-02-17 10:47:05 +01:00
HanzZ
263f0b11d8 Call setsid always when spawning backend 2012-02-17 09:59:38 +01:00
HanzZ
57963cf18e working smstools3 with basic pairing 2012-02-15 22:31:08 +01:00
HanzZ
d8e60cea95 Join the database from sms backend 2012-02-15 21:13:14 +01:00
HanzZ
db6f7e6c8f sending sms works 2012-02-15 20:48:51 +01:00
Dominik
7619b9e2b2 - check local_username against configured server
- TODO: improve really crappy and hacky Swiften password check solution
2012-01-27 18:33:18 +01:00
Jan Kaluza
858ac82b19 Merge branch 'master' of github.com:hanzz/libtransport 2012-01-18 09:39:47 +01:00
Jan Kaluza
c643e5b81d Skype backend 2012-01-18 09:39:32 +01:00
HanzZ
77c68bb770 Support 'none' storage backend 2011-12-21 10:39:28 +01:00
HanzZ
742ed6bc69 pre-initial support for PostgreSQL 2011-12-09 19:00:53 +01:00
HanzZ
4c334e9f1c Move random port generating to util.cpp 2011-12-09 13:51:50 +01:00
Jan Kaluza
29888fae6e Windows compilation fixes 2011-12-08 12:20:35 +01:00
HanzZ
93418187e2 Check properly database type and show proper messages on error 2011-12-07 20:40:32 +01:00
HanzZ
f18e3570a8 Advice to check the log to find out reason when we can't connect the DB 2011-12-07 20:08:01 +01:00
HanzZ
d44b8e486b Merge branch 'master' of github.com:hanzz/libtransport 2011-12-07 17:38:59 +01:00
HanzZ
3fc191ceb4 Comment out database stuff 2011-12-07 17:38:00 +01:00
Jan Kaluza
56dd649998 Reconnect users automatically in case of spectrum2 main instance crash/restart 2011-12-07 10:30:39 +01:00
Jan Kaluza
b1e661969b Link spectrum2 only against swiften libraries to preserve linkage against boost-mt and boost 2011-12-05 13:25:06 +01:00
HanzZ
6b81ff06d6 Support for buddies on more groups 2011-11-30 21:43:12 +01:00
HanzZ
5424e5c686 Added SingleIRCNetworkPlugin 2011-11-23 22:00:24 +01:00
Jan Kaluza
29b5b7d27f Added spectrum2 --version + handle SPECTRUM_VERSION cmake variable 2011-11-16 09:39:29 +01:00
HanzZ
e17059a6a6 Create working_dir before switching to it when running as daemon 2011-11-15 20:24:11 +01:00
HanzZ
b99313a73a Create logging dir and change owner to user we run as 2011-11-14 20:11:30 +01:00
HanzZ
f6d4966dd5 Initialize logging after creating log directory 2011-11-09 22:48:39 +01:00
HanzZ
2131b86869 Working uptime 2011-11-09 09:11:42 +01:00
HanzZ
161b220ee1 Create working_dir after setuid/setgid 2011-11-07 19:25:43 +01:00
HanzZ
6c6071f30b set RLIMIT_CORE 2011-11-07 19:00:40 +01:00
HanzZ
02daddc0ce Fixed some bugs in config parsing + added vhosts.vhost variable 2011-11-03 20:44:33 +01:00
HanzZ
06ea1ee664 Config file tweaks 2011-10-30 15:53:30 +01:00
HanzZ
af39c58f68 Support for line-end comments 2011-10-26 23:56:50 +02:00
HanzZ
f7cd1346cc PURPLE_INPUT_WRITE works again 2011-10-25 18:31:13 +02:00
HanzZ
bc3971f7d2 IRC backends work again 2011-10-23 18:50:10 +02:00
Jan Kaluza
cd2501c436 pseudo-working 'spectrum2_manager start' command 2011-10-20 11:49:42 +02:00