Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove status from cl_ev_presence_send | James Booth | 2017-01-15 | 1 | -1/+2 | |
| | | | | fixes #888 | |||||
* | Use server features for account muc service | James Booth | 2016-11-20 | 1 | -0/+2 | |
| | | | | issue #878 | |||||
* | Rename Bookmark->jid to Bookmark->barejid | James Booth | 2016-08-28 | 1 | -1/+1 | |
| | ||||||
* | Use hash table for bookmarks | James Booth | 2016-08-21 | 1 | -1/+1 | |
| | ||||||
* | Send receipt request only when receiver supports feature | James Booth | 2016-08-18 | 1 | -3/+5 | |
| | | | | issue #829 | |||||
* | Only include lastactivity feature in disco responses when enabled | James Booth | 2016-08-18 | 1 | -0/+1 | |
| | ||||||
* | Only include receipts feature in disco responses when enabled | James Booth | 2016-08-18 | 1 | -0/+3 | |
| | | | | issue #829 | |||||
* | Use SoftwareVersion in EntityCapabilities | James Booth | 2016-08-13 | 1 | -2/+6 | |
| | ||||||
* | Use DiscoIdentity in EntityCapabilities | James Booth | 2016-08-13 | 1 | -9/+7 | |
| | ||||||
* | Rename Capabilties -> EntityCapabilities | James Booth | 2016-08-13 | 1 | -4/+4 | |
| | ||||||
* | Tidy headers | James Booth | 2016-07-24 | 1 | -2/+3 | |
| | ||||||
* | Move event timeout to connection module | James Booth | 2016-07-24 | 1 | -1/+1 | |
| | ||||||
* | Update GPL link in headers | James Booth | 2016-07-24 | 1 | -1/+1 | |
| | ||||||
* | Option to bookmark room invites | James Booth | 2016-05-23 | 1 | -0/+1 | |
| | | | | issue #813 | |||||
* | Remove JABBER_STARTED, JABBER_UNDEFINED connection states | James Booth | 2016-05-10 | 1 | -2/+0 | |
| | ||||||
* | Use hash table for disco features | James Booth | 2016-05-08 | 1 | -6/+0 | |
| | ||||||
* | Add connection_get_disco_info() | James Booth | 2016-05-08 | 1 | -1/+1 | |
| | ||||||
* | Move disco info struct to connection | James Booth | 2016-05-07 | 1 | -1/+1 | |
| | ||||||
* | Move available resources to connection struct | James Booth | 2016-05-07 | 1 | -1/+1 | |
| | ||||||
* | Remove redundant tls secured function | James Booth | 2016-05-06 | 1 | -1/+1 | |
| | ||||||
* | Move send stanza function | James Booth | 2016-05-06 | 1 | -2/+1 | |
| | ||||||
* | Move conn is secure function | James Booth | 2016-05-06 | 1 | -1/+1 | |
| | ||||||
* | Move tls peer cert function | James Booth | 2016-05-06 | 1 | -3/+3 | |
| | ||||||
* | Move uuid functions | James Booth | 2016-05-06 | 1 | -2/+2 | |
| | ||||||
* | Move connection fulljid function | James Booth | 2016-05-06 | 1 | -1/+1 | |
| | ||||||
* | Rename jabber_ functions | James Booth | 2016-05-06 | 1 | -17/+20 | |
| | ||||||
* | Add session.c | James Booth | 2016-05-05 | 1 | -2/+2 | |
| | ||||||
* | Tidy xmpp headers | James Booth | 2016-05-04 | 1 | -23/+7 | |
| | ||||||
* | Add /blocked command | James Booth | 2016-05-01 | 1 | -0/+9 | |
| | ||||||
* | Merge remote-tracking branch 'pasis/const-char' | James Booth | 2016-05-01 | 1 | -1/+1 | |
|\ | ||||||
| * | Define stanza's attributes as const char* | Dmitry Podgorny | 2016-04-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | In most get-like funcitons libstrophe returns pointer to a string that resides in an internal structure (e.g. xmpp_stanza_t). Hence, Profanity must not change such strings. Define respective variables as 'const char*' to reduce a chance of error and conform future libstrophe's interface. This patch mostly replaces 'char *' with 'const char*', but also fixes two memory leaks after stanza_get_reason(). Add comment within stanza_get_reason() to fix conflict with different allocator types. | |||||
* | | Plugins: Added prof_disco_add_feature() | James Booth | 2016-04-30 | 1 | -0/+1 | |
|/ | ||||||
* | Fix OSX compile | James Booth | 2016-04-26 | 1 | -42/+0 | |
| | ||||||
* | Implement XEP-0363: HTTP File Upload | Dominik Heidler | 2016-04-26 | 1 | -3/+5 | |
| | ||||||
* | Cache all disco items and features on connect | Dominik Heidler | 2016-04-20 | 1 | -0/+9 | |
| | ||||||
* | Removed #AX_PREFIX_CONFIG_H | James Booth | 2016-03-31 | 1 | -4/+4 | |
| | ||||||
* | Added prof_send_stanza to plugins API | James Booth | 2016-03-23 | 1 | -0/+1 | |
| | ||||||
* | Merge branch 'master' into plugins-c | James Booth | 2016-02-14 | 1 | -1/+1 | |
|\ | | | | | | | | | | | Conflicts: src/main.c src/ui/console.c | |||||
| * | Updated copyright | James Booth | 2016-02-14 | 1 | -1/+1 | |
| | | ||||||
* | | Added C plugin code from plugins branch | James Booth | 2016-02-14 | 1 | -4/+4 | |
|/ | ||||||
* | Added autoping timeout preference | James Booth | 2016-01-01 | 1 | -1/+1 | |
| | ||||||
* | Added hardcoded autoping timeout | James Booth | 2015-12-31 | 1 | -0/+3 | |
| | ||||||
* | Show current TLS certificate | James Booth | 2015-11-10 | 1 | -1/+2 | |
| | ||||||
* | Added /tls cert to show current certificate fingerprint | James Booth | 2015-11-09 | 1 | -0/+4 | |
| | ||||||
* | Applied coding style to src/xmpp/ | James Booth | 2015-10-26 | 1 | -69/+66 | |
| | ||||||
* | Force tls on all connections, add tls policy account property | James Booth | 2015-10-18 | 1 | -1/+1 | |
| | ||||||
* | Removed --disable-tls command line option | James Booth | 2015-10-18 | 1 | -1/+1 | |
| | ||||||
* | Use libstrophe/libmesode uuid generator | James Booth | 2015-10-12 | 1 | -0/+2 | |
| | ||||||
* | WIP: Added last activity request and response | James Booth | 2015-09-29 | 1 | -0/+1 | |
| | ||||||
* | Check for libmesode, fall back to libstrophe | James Booth | 2015-09-21 | 1 | -0/+7 | |
| |