cascardo/rnetproxy.git
2009-07-03 Thadeu Lima... Added some comments and reminders in connection system.
2009-07-03 Thadeu Lima... Update documentation to popproxy, instead of improxy.
2009-07-03 Thadeu Lima... Implement server port support and update copyright...
2009-07-03 Thadeu Lima... Remove the ssl hook files, since we don't need them...
2009-07-03 Thadeu Lima... Use the null hook instead of the ssl hook.
2009-07-03 Thadeu Lima... Make null hook use SSL connection driver and pop3s...
2009-07-03 Thadeu Lima... Export ssl connection driver in header and reorganize...
2009-07-03 Thadeu Lima... Added SSL client layer.
2009-07-03 Thadeu Lima... Fix memory leak: destroy channel layer when closing.
2009-07-02 Thadeu Lima... Separate iochannel implementation from HCConn interface.
2009-07-02 Thadeu Lima... Split copyright years in different lines.
2009-07-02 Thadeu Lima... Remove watch before closing connection.
2009-07-02 Thadeu Lima... Allow server to reuse bound address.
2009-07-02 Thadeu Lima... Split internal details of HCConn into header to allow...
2009-07-02 Thadeu Lima... Remove unneeded server name information in ssl status.
2009-07-02 Thadeu Lima... Rename iochannel to hcconn.
2009-07-02 Thadeu Lima... BUG: write call was replaced by a read call
2009-07-02 Thadeu Lima... Only set socket as non blocking after sending connectio...
2009-07-02 Thadeu Lima... Do not consider handshaking done if some error was...
2009-07-02 Thadeu Lima... Remove the write hook.
2009-07-02 Thadeu Lima... Dispatch connect event.
2009-07-02 Thadeu Lima... Change from GNet to HCConn.
2009-07-02 Thadeu Lima... Let user set HCConn callback function and data.
2009-07-02 Thadeu Lima... Added connection structure to replace GNet.
2009-07-02 Thadeu Lima... Added watch for server connections.
2009-07-02 Thadeu Lima... Added support for creating a TCP server.
2009-07-02 Thadeu Lima... Make some internal functions static.
2009-07-02 Thadeu Lima... Added library to do a TCP connection.
2009-07-01 Thadeu Lima... Really remove unused files for popproxy
2009-07-01 Thadeu Lima... Make server port configurable
2009-07-01 Thadeu Lima... Tell automake to include the configuration file in...
2009-07-01 Thadeu Lima... Remove protocol detection altogether
2009-07-01 Thadeu Lima... Do not require jabber headers
2009-07-01 Thadeu Lima... Remove jabber files from Makefile too
2009-07-01 Thadeu Lima... Remove unneeded libraries for popproxy
2009-06-22 Thadeu Lima... Stop leaking connections to the server when denying...
2009-06-22 Thadeu Lima... Close databases for every query to avoid concurrency.
2009-06-22 Thadeu Lima... Implement database listing.
2009-06-20 Thadeu Lima... Destroy SSL connection properly.
2009-06-20 Thadeu Lima... Added a manager that adds and removes users from allow...
2009-06-20 Thadeu Lima... Deny map is deny.db, not allow.db.
2009-06-20 Thadeu Lima... Use QDBM to look up for user access permission.
2009-06-19 Thadeu Lima... Added stub support for access control, with deny by...
2009-06-11 Thadeu Lima... Check for the user trying to authenticate.
2009-06-10 Thadeu Lima... Read line by line from client and write it to server.
2009-06-10 Thadeu Lima... Added buffer so we can buffer entire lines in a later...
2009-06-10 Thadeu Lima... Added a hook on top of the SSL layer, allowing to filte...
2009-06-10 Thadeu Lima... Split SSL server support from SSL client support.
2009-06-07 Thadeu Lima... Use configuration default values.
2009-06-07 Thadeu Lima... Free strings allocated from reading the configuration...
2009-06-07 Thadeu Lima... Exit if not able to read and parse the configuration...
2009-06-07 Thadeu Lima... Exit if not able to create server.
2009-06-06 Thadeu Lima... Added support for SSL when connecting to server.
2009-06-04 Thadeu Lima... Initialize and deinitialize gnutls in main program.
2009-06-04 Thadeu Lima... Detects GNUTLS and build with it.
2009-06-04 Thadeu Lima... Added .gitignore to ignore built files.
2009-06-04 Thadeu Lima... Implement pretty simple bypass client-server hook.
2009-06-04 Thadeu Lima... Changed some references from improxy to popproxy.
2009-06-04 Thadeu Lima... Git works better when changes are not made when renaming.
2009-06-04 Thadeu Lima... Only daemonize right before running loop.
2008-11-02 Thadeu Lima... Changed private data for jabber connection to include...
2008-11-02 Thadeu Lima... Detects GNU SASL
2008-09-24 Thadeu Lima... Removed autogenerated/copied file by automake
2006-12-09 Thadeu Lima... Identifies user authentication ID using SASL PLAIN...
2006-12-09 Thadeu Lima... proxy advertises only SASL PLAIN mechanism if it is...
2006-11-30 Thadeu Lima... Fixed warning with a missing function declaration
2006-10-20 Thadeu Lima... Filter TLS support from server
2006-10-20 Thadeu Lima... Removed unused variable
2006-10-20 Thadeu Lima... Fixed leaks when a connection was closed
2006-10-20 Thadeu Lima... Server side connection parses xml using a new written...
2006-10-17 Thadeu Lima... Update TODO
2006-09-27 Thadeu Lima... Documentation files
2006-09-27 Thadeu Lima... Daemonized improxy
2006-09-23 Thadeu Lima... Described program in README
2006-09-22 Thadeu Lima... Removed some dispensable log messages
2006-09-22 Thadeu Lima... Do not connect to server when new stream is sent
2006-09-22 Thadeu Lima... Accept XML text declaration for Jabber initiating data
2006-09-22 Thadeu Lima... Recognizes jabber server, connects to it and proxies...
2006-09-22 Thadeu Lima... Build with iksemel
2006-09-22 Thadeu Lima... Autogenerated files by autoconf/automake/aclocal are...
2006-09-22 Thadeu Lima... Keep reading from connection after read event
2006-09-14 Thadeu Lima... Applied the GPL to all source files
2006-09-14 Thadeu Lima... Detects Jabber protocol and hook to it
2006-09-14 Thadeu Lima... Connection events are handled by hooks
2006-09-13 Thadeu Lima... Changed configuration file default path
2006-09-13 Thadeu Lima... Autoconfiscated
2006-09-12 Thadeu Lima... Configuration file may be specified in command line
2006-09-12 Thadeu Lima... Program messages are logged to syslog
2006-09-12 Thadeu Lima... Use GLib log facility instead of printf
2006-09-12 Thadeu Lima... Fixed configuration file name
2006-09-12 Thadeu Lima... Fixed memory leak for closed connections
2006-09-12 Thadeu Lima... Removed and renamed files
2006-09-12 Thadeu Lima... Connections to localhost:80 proxied by GNet
2006-09-12 Thadeu Lima... Proxies connections to jabber.org