Commit graph

398 commits

Author SHA1 Message Date
Jan Kaluza
d0afb12646 Fixed zombie process caused by bad waitpid call 2012-02-20 14:31:23 +01:00
HanzZ
342df599be link libtransport to libtransport-plugin to allow using these two libraries together 2012-02-19 15:35:18 +01:00
Daniel Henninger
9cf00ddc59 Cleaned up code a bit, primarily adding more exception catching in proper locations. 2012-02-19 16:10:36 +08:00
Daniel Henninger
3f2a5840a5 Cleaned up code a bit, more to come. 2012-02-19 16:10:36 +08: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
Daniel Henninger
017935ae15 Casted TYPE_STRING properly. 2012-02-19 16:10:36 +08:00
Daniel Henninger
352a15b226 Finished last postgres function. 2012-02-19 16:10:35 +08:00
Daniel Henninger
faeb4bd8ef One more function to go after this. At some future date I'd like to consider if the API provides some better mechanisms, but this'll do for now. 2012-02-19 16:10:35 +08:00
Daniel Henninger
67d6458a41 Downgraded PQXX API used due to the 2.6 series on most modern linux distros.
Implemented most of the other functions.
2012-02-19 16:10:35 +08:00
HanzZ
acd1c0447f Send subscribe presences to bare jid 2012-02-17 16:54:40 +01:00
HanzZ
8d97bbe73e Respect default value for database.database 2012-02-17 11:33:00 +01:00
HanzZ
abf7412731 Set proper default database 2012-02-17 11:26:46 +01:00
HanzZ
b6811cfe5a read all data fetched by sqlite3 2012-02-17 10:38:44 +01:00
HanzZ
263f0b11d8 Call setsid always when spawning backend 2012-02-17 09:59:38 +01:00
HanzZ
a9341e0549 Log 2012-02-16 23:16:13 +01:00
HanzZ
57963cf18e working smstools3 with basic pairing 2012-02-15 22:31:08 +01:00
Dominik
daf9143bf2 - forgot to disable logging 2012-01-27 18:41:47 +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
Dominik
20ba88890d - registration with local user accounts stub 2012-01-27 15:11:24 +01:00
HanzZ
9bc058ae37 setUserONline, getOnlineUsers 2011-12-23 13:37:17 +01:00
HanzZ
5efb6707da setUser 2011-12-22 21:47:47 +01:00
HanzZ
12d117f54f Working setUser for postgres 2011-12-22 20:47:36 +01:00
HanzZ
630bee4b67 Removed IF NOT EXISTS clausule 2011-12-22 16:28:45 +01:00
Jan Kaluza
3fd77c64ac Create pgsql database 2011-12-13 11:29:08 +01:00
Jan Kaluza
2568753cca create postgresql db 2011-12-12 14:32:51 +01:00
HanzZ
fe74083e2e Do not try to serialize something what is not Storage element 2011-12-10 15:44:43 +01:00
HanzZ
742ed6bc69 pre-initial support for PostgreSQL 2011-12-09 19:00:53 +01:00
HanzZ
25390730f6 Don't pass subscription in PresenceEracle 2011-12-09 15:03:46 +01:00
HanzZ
4c334e9f1c Move random port generating to util.cpp 2011-12-09 13:51:50 +01:00
HanzZ
23f8b4ef14 Fixed registration from Pidgin 2011-12-08 23:19:09 +01:00
HanzZ
9fe33ad586 Merge branch 'master' of github.com:hanzz/libtransport 2011-12-08 21:46:59 +01:00
HanzZ
f035510e47 Fixed PresenceOracle 2011-12-08 17:55:23 +01:00
Jan Kaluza
ee0b8ee838 Fixed RIE for components 2011-12-08 12:14:13 +01:00
HanzZ
79d0e907bb Allow only 3 reconnections in a row, then disconnect user 2011-12-07 18:41:16 +01:00
HanzZ
97a6609c87 maybe working auto-reconnect 2011-12-07 18:20:28 +01:00
Jan Kaluza
56dd649998 Reconnect users automatically in case of spectrum2 main instance crash/restart 2011-12-07 10:30:39 +01:00
HanzZ
6b81ff06d6 Support for buddies on more groups 2011-11-30 21:43:12 +01:00
Jan Kaluza
c48fa3e77d Allow change the legacy name in registration for MySQL 2011-11-30 11:36:41 +01:00
Jan Kaluza
8faecb5664 SpectrumErrorPayload 2011-11-28 17:34:45 +01:00
HanzZ
196afcf3a3 Set proper resource in MUCs 2011-11-24 19:37:38 +01:00
HanzZ
ff3adaa3f3 Working IRC nickserv + PMs 2011-11-24 12:24:26 +01:00
HanzZ
5424e5c686 Added SingleIRCNetworkPlugin 2011-11-23 22:00:24 +01:00
HanzZ
6cabfd73ff Fixed crash in getJIDWithFeature 2011-11-14 18:38:58 +01:00
HanzZ
2f61148b10 Fix potential crashes in statsresponder 2011-11-14 15:42:30 +01:00
HanzZ
ece0179d3e Fixed registration form 2011-11-12 12:56:56 +01:00
HanzZ
c9288e615b Do not ask for encoding 2011-11-11 15:41:10 +01:00
HanzZ
5b89dae8ca Forward messages to proper resources 2011-11-11 11:40:10 +01:00
HanzZ
2b836edd79 Send current presences to newly connected resource 2011-11-11 10:00:11 +01:00
Jan Kaluza
8e1c2b43a6 Send unavailable presences to particular resource which disconnects 2011-11-10 13:55:14 +01:00
Jan Kaluza
35ef4b0778 StatsResponder 2011-11-09 12:47:43 +01:00