0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed the last dvector bugs and removed some debug output.
Daniel Gruno
as Humbedooh
More... about 13 years ago
moving to the new dvector instead of cvector
Daniel Gruno
as Humbedooh
More... about 13 years ago
fixed a silly bug where the new foreach() blocks requires cvector_delete_at instead of cvector_delete
Daniel Gruno
as Humbedooh
More... about 13 years ago
Fixed a few new bugs with the foreach() blocks
Daniel Gruno
as Humbedooh
More... about 13 years ago
repo cleanup
Daniel Gruno
as Humbedooh
More... about 13 years ago
Merge branch 'master' of ssh://rumbleserver.git.sourceforge.net/gitroot/rumbleserver/rumbleserver
Daniel Gruno
as Humbedooh
More... about 13 years ago
Screwed up the repository :|
Daniel Gruno
as Humbedooh
More... about 13 years ago
Merge branch 'master' of github.com:Humbedooh/rumble
Daniel Gruno
as Humbedooh
More... about 13 years ago
Optimized some loops using the new foreach() macro for accessing a cvector list of elements.
Daniel Gruno
as Humbedooh
More... about 13 years ago
Lots of formatting.
Daniel Gruno
as Humbedooh
More... about 13 years ago
Lots of formatting.
Daniel Gruno
as Humbedooh
More... about 13 years ago
Lots of formatting.
Daniel Gruno
as Humbedooh
More... about 13 years ago
formatting
Daniel Gruno
as Humbedooh
More... about 13 years ago
Changed the README Included rumble.sql (sql db prototype) for making rumble.sqlite
Daniel Gruno
as Humbedooh
More... about 13 years ago
Forgot to add the new mailman.c, which handles mailboxes for pop3/imap
Daniel Gruno
as Humbedooh
More... about 13 years ago
Added some version definitions (major, minor, revision) Made modules.c more lenient when loading modules with a different librumble version than the executable file itself (only 0xFFFFFF00 pattern is checked)
Daniel Gruno
as Humbedooh
More... about 13 years ago
Unified POP3 and IMAP4 mail structures to ease the programming (and especially the upcoming Lua support)
Daniel Gruno
as Humbedooh
More... about 13 years ago
Clang, clang, clang went the trolley Ding, ding, ding went the bell
Daniel Gruno
as Humbedooh
More... about 13 years ago
tedious windows compatibility crap
Daniel Gruno
as Humbedooh
More... about 13 years ago
more cleaning up
Daniel Gruno
as Humbedooh
More... about 13 years ago
Mooooar cleaning
Daniel Gruno
as Humbedooh
More... about 13 years ago
Even more cleaning up.
Daniel Gruno
as Humbedooh
More... about 13 years ago
Splitting up more files
Daniel Gruno
as Humbedooh
More... about 13 years ago
Splitting up TLS/SSL and the general crypt stuff Did some cleanup
Daniel Gruno
as Humbedooh
More... about 13 years ago
Changing from OpenSSL to GNUTLS for running the STARTTLS procedures. Updating the configs
Daniel Gruno
as Humbedooh
More... about 13 years ago
Changed some print formatting Fixed an issue with default paths for config file not being checked properly.
Daniel Gruno
as Humbedooh
More... about 13 years ago
Changes some definitions Database support for relaying domains to another SMTP server
Daniel Gruno
as Humbedooh
More... about 13 years ago
Added SUBSCRIBE, UNSUBSCRIBE, LSUB and IDLE (as per LEMONADE standards) for IMAP4
Daniel Gruno
as Humbedooh
More... about 13 years ago
more IMAP work.
Daniel Gruno
as Humbedooh
More... about 13 years ago
Moar work on the IMAP4 server.
Daniel Gruno
as Humbedooh
More... about 13 years ago